% Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 652 0 652 0 0 14488 0 --:--:-- --:--:-- --:--:-- 14818 ============================= test session starts ============================== platform linux -- Python 3.8.7, pytest-7.4.1, pluggy-1.3.0 -- /usr/local/bin/python3.8 cachedir: .pytest_cache rootdir: /home/casatest/casa6/casatestutils/nosedir/test_task_sdatmcor configfile: pytest.ini collecting ... collected 45 items test_task_sdatmcor.py::test_sdatmcor::test_custom_atm_params 2023-09-07 10:15:58 WARN SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. Test customized ATM parameters. PASSED test_task_sdatmcor.py::test_sdatmcor::test_custom_atm_params_non_conform_list_input 2023-09-07 10:16:18 WARN SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. 2023-09-07 10:16:29 SEVERE SDAtmosphereCorrectionTVI::initializeAtmosphereModel (file /source/casa6/casatools/src/code/mstransform/TVI/SDAtmosphereCorrectionTVI.cc, line 588) ERROR: list length of layerboundaries and layertemperature should be the same. 2023-09-07 10:16:29 SEVERE singledishms::atmcor (file src/tools/singledishms/singledishms_cmpt.cc, line 481) Exception Reported: 2023-09-07 10:16:29 SEVERE SDAtmosphereCorrectionTVI::initializeAtmosphereModel (file /source/casa6/casatools/src/code/mstransform/TVI/SDAtmosphereCorrectionTVI.cc, line 588) ERROR: list length of layerboundaries and layertemperature should be the same. 2023-09-07 10:16:29 SEVERE sdatmcor::::casa 2023-09-07 10:16:29 SEVERE SDAtmosphereCorrectionTVI::initializeAtmosphereModel (file /source/casa6/casatools/src/code/mstransform/TVI/SDAtmosphereCorrectionTVI.cc, line 588) ERROR: list length of layerboundaries and layertemperature should be the same. 2023-09-07 10:16:29 SEVERE sdatmcor::::casa Traceback (most recent call last): 2023-09-07 10:16:29 SEVERE sdatmcor::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdatmcor.py", line 693, in sdatmcor 2023-09-07 10:16:29 SEVERE sdatmcor::::casa+ sdms.atmcor(config=config, datacolumn=datacolumn, outfile=outfile) 2023-09-07 10:16:29 SEVERE sdatmcor::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/singledishms.py", line 110, in atmcor 2023-09-07 10:16:29 SEVERE sdatmcor::::casa+ return self._swigobj.atmcor(config, datacolumn, outfile) 2023-09-07 10:16:29 SEVERE sdatmcor::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/__casac__/singledishms.py", line 569, in atmcor 2023-09-07 10:16:29 SEVERE sdatmcor::::casa+ return _singledishms.singledishms_atmcor(self, *args, **kwargs) 2023-09-07 10:16:29 SEVERE sdatmcor::::casa+ RuntimeError: 2023-09-07 10:16:29 SEVERE SDAtmosphereCorrectionTVI::initializeAtmosphereModel (file /source/casa6/casatools/src/code/mstransform/TVI/SDAtmosphereCorrectionTVI.cc, line 588) ERROR: list length of layerboundaries and layertemperature should be the same. 2023-09-07 10:16:29 SEVERE sdatmcor::::casa 2023-09-07 10:16:29 SEVERE SDAtmosphereCorrectionTVI::initializeAtmosphereModel (file /source/casa6/casatools/src/code/mstransform/TVI/SDAtmosphereCorrectionTVI.cc, line 588) ERROR: list length of layerboundaries and layertemperature should be the same. 2023-09-07 10:16:29 SEVERE sdatmcor::::casa Task sdatmcor raised an exception of class RuntimeError with the following message: 2023-09-07 10:16:29 SEVERE SDAtmosphereCorrectionTVI::initializeAtmosphereModel (file /source/casa6/casatools/src/code/mstransform/TVI/SDAtmosphereCorrectionTVI.cc, line 588) ERROR: list length of layerboundaries and layertemperature should be the same. Test customized ATM parameters: non-conform layerboundaries and layertemperature. PASSED test_task_sdatmcor.py::test_sdatmcor::test_custom_atm_params_nounit 2023-09-07 10:16:29 WARN SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. Test customized ATM parameters (no unit). PASSED test_task_sdatmcor.py::test_sdatmcor::test_default_antenna_with_no_flag_commands 2023-09-07 10:16:42 WARN SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. Test default antenna determination for empty FLAG_CMD table. PASSED test_task_sdatmcor.py::test_sdatmcor::test_default_antenna_with_selection 2023-09-07 10:16:59 WARN SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. 2023-09-07 10:17:07 WARN SDAtmosphereCorrectionTVI::initializeAtmosphereCorrection (file /source/casa6/casatools/src/code/mstransform/TVI/SDAtmosphereCorrectionTVI.cc, line 457) SPW 23 is output but not corrected Test default antenna determination with data selection excluding the best one. PASSED test_task_sdatmcor.py::test_sdatmcor::test_get_default_antenna Test get_default_antenna and relevant function. PASSED test_task_sdatmcor.py::test_sdatmcor::test_parse_gainfactor_exception Test exception raised in parse_gainfactor. PASSED test_task_sdatmcor.py::test_sdatmcor::test_parse_spw Test utility functio, parse_spw. PASSED test_task_sdatmcor.py::test_sdatmcor::test_sdatmcor_antenna_selection Test antenna selection. PASSED test_task_sdatmcor.py::test_sdatmcor::test_sdatmcor_corrected 2023-09-07 10:17:25 WARN SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. Test if CORRECTED_DATA column is handled properly. PASSED test_task_sdatmcor.py::test_sdatmcor::test_sdatmcor_explicit_atmtype 2023-09-07 10:17:42 WARN SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. Test specifying atmtype explicitly. PASSED test_task_sdatmcor.py::test_sdatmcor::test_sdatmcor_gainfactor_caltable 2023-09-07 10:18:04 WARN SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. Test gainfactor: caltable input. PASSED test_task_sdatmcor.py::test_sdatmcor::test_sdatmcor_gainfactor_dict 2023-09-07 10:18:22 WARN SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. Test gainfactor: dict input. PASSED test_task_sdatmcor.py::test_sdatmcor::test_sdatmcor_gainfactor_float 2023-09-07 10:18:36 WARN SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. Test gainfactor: float input. PASSED test_task_sdatmcor.py::test_sdatmcor::test_sdatmcor_intent_selection Test intent selection: test if selection of ON_SOURCE data (i.e. excluding OFF_SOURCE data) still works. PASSED test_task_sdatmcor.py::test_sdatmcor::test_sdatmcor_msselect 2023-09-07 10:19:41 SEVERE sdatmcor::::casa Specified outfile already exist. 2023-09-07 10:19:41 SEVERE sdatmcor::::casa Traceback (most recent call last): 2023-09-07 10:19:41 SEVERE sdatmcor::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdatmcor.py", line 652, in sdatmcor 2023-09-07 10:19:41 SEVERE sdatmcor::::casa+ raise Exception(errmsg) 2023-09-07 10:19:41 SEVERE sdatmcor::::casa+ Exception: Specified outfile already exist. 2023-09-07 10:19:41 SEVERE sdatmcor::::casa Specified outfile already exist. 2023-09-07 10:19:41 SEVERE sdatmcor::::casa Task sdatmcor raised an exception of class Exception with the following message: Specified outfile already exist. Test msselect. PASSED test_task_sdatmcor.py::test_sdatmcor::test_sdatmcor_no_overwrite 2023-09-07 10:19:41 SEVERE sdatmcor::::casa Specified outfile already exist. 2023-09-07 10:19:41 SEVERE sdatmcor::::casa Traceback (most recent call last): 2023-09-07 10:19:41 SEVERE sdatmcor::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdatmcor.py", line 652, in sdatmcor 2023-09-07 10:19:41 SEVERE sdatmcor::::casa+ raise Exception(errmsg) 2023-09-07 10:19:41 SEVERE sdatmcor::::casa+ Exception: Specified outfile already exist. 2023-09-07 10:19:41 SEVERE sdatmcor::::casa Specified outfile already exist. 2023-09-07 10:19:41 SEVERE sdatmcor::::casa Task sdatmcor raised an exception of class Exception with the following message: Specified outfile already exist. Test to avoid overwriting existing outfile. PASSED test_task_sdatmcor.py::test_sdatmcor::test_sdatmcor_normal 2023-09-07 10:19:41 WARN SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. Test normal usage of sdatmcor. PASSED test_task_sdatmcor.py::test_sdatmcor::test_sdatmcor_overwrite 2023-09-07 10:19:56 WARN SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. Test overwriting existing outfile. PASSED test_task_sdatmcor.py::test_sdatmcor::test_sdatmcor_scan_selection Test data selection: select only one scan (scan 5). PASSED test_task_sdatmcor.py::test_sdatmcor::test_sdatmcor_spw_process_19 2023-09-07 10:20:20 WARN SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. 2023-09-07 10:20:27 WARN SDAtmosphereCorrectionTVI::initializeAtmosphereCorrection (file /source/casa6/casatools/src/code/mstransform/TVI/SDAtmosphereCorrectionTVI.cc, line 457) SPW 23 is output but not corrected Test data selection: process only spw 19. PASSED test_task_sdatmcor.py::test_sdatmcor::test_sdatmcor_spw_process_23_select_23 Test data selection: select and process spw 23. PASSED test_task_sdatmcor.py::test_sdatmcor::test_sdatmcor_spw_process_23_select_all 2023-09-07 10:20:48 WARN SDAtmosphereCorrectionTVI::initializeAtmosphereCorrection (file /source/casa6/casatools/src/code/mstransform/TVI/SDAtmosphereCorrectionTVI.cc, line 457) SPW 19 is output but not corrected Test data selection: process only spw 23 but output both 19 and 23. PASSED test_task_sdatmcor.py::test_sdatmcor::test_sdatmcor_spw_process_99_select_all 2023-09-07 10:20:52 SEVERE sdatmcor::::casa Spw Expression: No match found for 99, 2023-09-07 10:20:52 SEVERE sdatmcor::::casa Traceback (most recent call last): 2023-09-07 10:20:52 SEVERE sdatmcor::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdatmcor.py", line 685, in sdatmcor 2023-09-07 10:20:52 SEVERE sdatmcor::::casa+ config = get_configuration_for_atmcor( 2023-09-07 10:20:52 SEVERE sdatmcor::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdatmcor.py", line 519, in get_configuration_for_atmcor 2023-09-07 10:20:52 SEVERE sdatmcor::::casa+ spws_param = parse_spw(infile, spw) 2023-09-07 10:20:52 SEVERE sdatmcor::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdatmcor.py", line 195, in parse_spw 2023-09-07 10:20:52 SEVERE sdatmcor::::casa+ spws_sel = get_selected_spws(msname, spw) 2023-09-07 10:20:52 SEVERE sdatmcor::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdatmcor.py", line 173, in get_selected_spws 2023-09-07 10:20:52 SEVERE sdatmcor::::casa+ sel = ms.msseltoindex(msname, spw=spwsel) 2023-09-07 10:20:52 SEVERE sdatmcor::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/ms.py", line 771, in msseltoindex 2023-09-07 10:20:52 SEVERE sdatmcor::::casa+ return self._swigobj.msseltoindex(vis, spw, field, baseline, time, scan, uvrange, observation, polarization, taql) 2023-09-07 10:20:52 SEVERE sdatmcor::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/__casac__/ms.py", line 2073, in msseltoindex 2023-09-07 10:20:52 SEVERE sdatmcor::::casa+ return _ms.ms_msseltoindex(self, *args, **kwargs) 2023-09-07 10:20:52 SEVERE sdatmcor::::casa+ RuntimeError: Spw Expression: No match found for 99, 2023-09-07 10:20:52 SEVERE sdatmcor::::casa Spw Expression: No match found for 99, 2023-09-07 10:20:52 SEVERE sdatmcor::::casa Task sdatmcor raised an exception of class RuntimeError with the following message: Spw Expression: No match found for 99, Test data selection: specify invalid spw to process. PASSED test_task_sdatmcor.py::test_sdatmcor::test_sdatmcor_spw_process_all 2023-09-07 10:20:53 WARN SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. Test data selection: declare to process 19 and 23 explicitly. PASSED test_task_sdatmcor.py::test_sdatmcor::test_sdatmcor_spw_process_all_select_19 Test data selection: process spw 19 and 23 but output only spw 19. PASSED test_task_sdatmcor.py::test_sdatmcor::test_sdatmcor_spw_process_less_than_20_select_all 2023-09-07 10:21:19 WARN SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. 2023-09-07 10:21:36 WARN SDAtmosphereCorrectionTVI::initializeAtmosphereCorrection (file /source/casa6/casatools/src/code/mstransform/TVI/SDAtmosphereCorrectionTVI.cc, line 457) SPW 23 is output but not corrected Test data selection: specify invalid spw to process. PASSED test_task_sdatmcor.py::test_sdatmcor::test_sdatmcor_spw_select_23 Test data selection: select spw 23. PASSED test_task_sdatmcor.py::test_sdatmcor::test_sdatmcor_spw_select_all Test data selection: select 19 and 23 explicitly. PASSED test_task_sdatmcor.py::test_sdatmcor::test_sdatmcor_wrong_datacolumn 2023-09-07 10:22:02 WARN SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. 2023-09-07 10:22:02 WARN MSTransformManager::checkDataColumnsToFill CORRECTED_DATA column requested but not available in input MS 2023-09-07 10:22:02 SEVERE singledishms::atmcor (file src/tools/singledishms/singledishms_cmpt.cc, line 481) Exception Reported: Desired column (CORRECTED_DATA) not found in the input MS (/home/casatest/casa6/casatestutils/nosedir/test_task_sdatmcor/X320b_sel2.ms). 2023-09-07 10:22:02 SEVERE sdatmcor::::casa Desired column (CORRECTED_DATA) not found in the input MS (/home/casatest/casa6/casatestutils/nosedir/test_task_sdatmcor/X320b_sel2.ms). 2023-09-07 10:22:02 SEVERE sdatmcor::::casa Traceback (most recent call last): 2023-09-07 10:22:02 SEVERE sdatmcor::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdatmcor.py", line 693, in sdatmcor 2023-09-07 10:22:02 SEVERE sdatmcor::::casa+ sdms.atmcor(config=config, datacolumn=datacolumn, outfile=outfile) 2023-09-07 10:22:02 SEVERE sdatmcor::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/singledishms.py", line 110, in atmcor 2023-09-07 10:22:02 SEVERE sdatmcor::::casa+ return self._swigobj.atmcor(config, datacolumn, outfile) 2023-09-07 10:22:02 SEVERE sdatmcor::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/__casac__/singledishms.py", line 569, in atmcor 2023-09-07 10:22:02 SEVERE sdatmcor::::casa+ return _singledishms.singledishms_atmcor(self, *args, **kwargs) 2023-09-07 10:22:02 SEVERE sdatmcor::::casa+ RuntimeError: Desired column (CORRECTED_DATA) not found in the input MS (/home/casatest/casa6/casatestutils/nosedir/test_task_sdatmcor/X320b_sel2.ms). 2023-09-07 10:22:02 SEVERE sdatmcor::::casa Desired column (CORRECTED_DATA) not found in the input MS (/home/casatest/casa6/casatestutils/nosedir/test_task_sdatmcor/X320b_sel2.ms). 2023-09-07 10:22:02 SEVERE sdatmcor::::casa Task sdatmcor raised an exception of class RuntimeError with the following message: Desired column (CORRECTED_DATA) not found in the input MS (/home/casatest/casa6/casatestutils/nosedir/test_task_sdatmcor/X320b_sel2.ms). 2023-09-07 10:22:02 WARN SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. 2023-09-07 10:22:03 WARN MSTransformManager::checkDataColumnsToFill FLOAT_DATA column requested but not available in input MS 2023-09-07 10:22:03 SEVERE singledishms::atmcor (file src/tools/singledishms/singledishms_cmpt.cc, line 481) Exception Reported: Desired column (FLOAT_DATA) not found in the input MS (/home/casatest/casa6/casatestutils/nosedir/test_task_sdatmcor/X320b_sel2.ms). 2023-09-07 10:22:03 SEVERE sdatmcor::::casa Desired column (FLOAT_DATA) not found in the input MS (/home/casatest/casa6/casatestutils/nosedir/test_task_sdatmcor/X320b_sel2.ms). 2023-09-07 10:22:03 SEVERE sdatmcor::::casa Traceback (most recent call last): 2023-09-07 10:22:03 SEVERE sdatmcor::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdatmcor.py", line 693, in sdatmcor 2023-09-07 10:22:03 SEVERE sdatmcor::::casa+ sdms.atmcor(config=config, datacolumn=datacolumn, outfile=outfile) 2023-09-07 10:22:03 SEVERE sdatmcor::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/singledishms.py", line 110, in atmcor 2023-09-07 10:22:03 SEVERE sdatmcor::::casa+ return self._swigobj.atmcor(config, datacolumn, outfile) 2023-09-07 10:22:03 SEVERE sdatmcor::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/__casac__/singledishms.py", line 569, in atmcor 2023-09-07 10:22:03 SEVERE sdatmcor::::casa+ return _singledishms.singledishms_atmcor(self, *args, **kwargs) 2023-09-07 10:22:03 SEVERE sdatmcor::::casa+ RuntimeError: Desired column (FLOAT_DATA) not found in the input MS (/home/casatest/casa6/casatestutils/nosedir/test_task_sdatmcor/X320b_sel2.ms). 2023-09-07 10:22:03 SEVERE sdatmcor::::casa Desired column (FLOAT_DATA) not found in the input MS (/home/casatest/casa6/casatestutils/nosedir/test_task_sdatmcor/X320b_sel2.ms). 2023-09-07 10:22:03 SEVERE sdatmcor::::casa Task sdatmcor raised an exception of class RuntimeError with the following message: Desired column (FLOAT_DATA) not found in the input MS (/home/casatest/casa6/casatestutils/nosedir/test_task_sdatmcor/X320b_sel2.ms). Test wrong datacolumn. PASSED test_task_sdatmcor.py::test_sdatmcor::test_set_omp_num_threads 2023-09-07 10:22:03 WARN SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. Test if the task respects OMP_NUM_THREADS environment variable. PASSED test_task_sdatmcor.py::test_sdatmcor::test_set_omp_num_threads_zero 2023-09-07 10:22:18 WARN SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. Test if the task works when OMP_NUM_THREADS is zero. PASSED test_task_sdatmcor.py::test_sdatmcor::test_tweak_antenna_selection Test tweak of antenna selection. PASSED test_task_sdatmcor.py::test_sdatmcor::test_unset_omp_num_threads 2023-09-07 10:22:33 WARN SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. Test if the task respects OMP_NUM_THREADS environment variable. PASSED test_task_sdatmcor.py::ATMParamTest::test_altitude 2023-09-07 10:22:45 SEVERE Error in QuantumHolder::fromString with input string "NG": Illegal input units or format 2023-09-07 10:22:45 SEVERE + in converting quantity 2023-09-07 10:22:45 SEVERE Exception Reported: Error in QuantumHolder::fromString with input string "NG": Illegal input units or format 2023-09-07 10:22:45 SEVERE + in converting quantity 2023-09-07 10:22:45 SEVERE sdatmcor::::casa INTERNAL ERROR: Error in QuantumHolder::fromString with input string "NG": Illegal input units or format 2023-09-07 10:22:45 SEVERE sdatmcor::::casa+ in converting quantity 2023-09-07 10:22:45 SEVERE Error in QuantumHolder::fromString with input string "NG": Illegal input units or format 2023-09-07 10:22:45 SEVERE + in converting quantity 2023-09-07 10:22:45 SEVERE Exception Reported: Error in QuantumHolder::fromString with input string "NG": Illegal input units or format 2023-09-07 10:22:45 SEVERE + in converting quantity 2023-09-07 10:22:45 SEVERE sdatmcor::::casa INTERNAL ERROR: Error in QuantumHolder::fromString with input string "NG": Illegal input units or format 2023-09-07 10:22:45 SEVERE sdatmcor::::casa+ in converting quantity PASSED test_task_sdatmcor.py::ATMParamTest::test_dp 2023-09-07 10:22:45 SEVERE Error in QuantumHolder::fromString with input string "NG": Illegal input units or format 2023-09-07 10:22:45 SEVERE + in converting quantity 2023-09-07 10:22:45 SEVERE Exception Reported: Error in QuantumHolder::fromString with input string "NG": Illegal input units or format 2023-09-07 10:22:45 SEVERE + in converting quantity 2023-09-07 10:22:45 SEVERE sdatmcor::::casa INTERNAL ERROR: Error in QuantumHolder::fromString with input string "NG": Illegal input units or format 2023-09-07 10:22:45 SEVERE sdatmcor::::casa+ in converting quantity 2023-09-07 10:22:45 SEVERE Error in QuantumHolder::fromString with input string "NG": Illegal input units or format 2023-09-07 10:22:45 SEVERE + in converting quantity 2023-09-07 10:22:45 SEVERE Exception Reported: Error in QuantumHolder::fromString with input string "NG": Illegal input units or format 2023-09-07 10:22:45 SEVERE + in converting quantity 2023-09-07 10:22:45 SEVERE sdatmcor::::casa INTERNAL ERROR: Error in QuantumHolder::fromString with input string "NG": Illegal input units or format 2023-09-07 10:22:45 SEVERE sdatmcor::::casa+ in converting quantity PASSED test_task_sdatmcor.py::ATMParamTest::test_dpm 2023-09-07 10:22:45 SEVERE Error in QuantumHolder::fromString with input string "NG": Illegal input units or format 2023-09-07 10:22:45 SEVERE + in converting quantity 2023-09-07 10:22:45 SEVERE Exception Reported: Error in QuantumHolder::fromString with input string "NG": Illegal input units or format 2023-09-07 10:22:45 SEVERE + in converting quantity 2023-09-07 10:22:45 SEVERE sdatmcor::::casa INTERNAL ERROR: Error in QuantumHolder::fromString with input string "NG": Illegal input units or format 2023-09-07 10:22:45 SEVERE sdatmcor::::casa+ in converting quantity 2023-09-07 10:22:45 SEVERE Error in QuantumHolder::fromString with input string "NG": Illegal input units or format 2023-09-07 10:22:45 SEVERE + in converting quantity 2023-09-07 10:22:45 SEVERE Exception Reported: Error in QuantumHolder::fromString with input string "NG": Illegal input units or format 2023-09-07 10:22:45 SEVERE + in converting quantity 2023-09-07 10:22:45 SEVERE sdatmcor::::casa INTERNAL ERROR: Error in QuantumHolder::fromString with input string "NG": Illegal input units or format 2023-09-07 10:22:45 SEVERE sdatmcor::::casa+ in converting quantity 2023-09-07 10:22:45 SEVERE Error in QuantumHolder::fromString with input string "NG": Illegal input units or format 2023-09-07 10:22:45 SEVERE + in converting quantity 2023-09-07 10:22:45 SEVERE Exception Reported: Error in QuantumHolder::fromString with input string "NG": Illegal input units or format 2023-09-07 10:22:45 SEVERE + in converting quantity 2023-09-07 10:22:45 SEVERE sdatmcor::::casa INTERNAL ERROR: Error in QuantumHolder::fromString with input string "NG": Illegal input units or format 2023-09-07 10:22:45 SEVERE sdatmcor::::casa+ in converting quantity PASSED test_task_sdatmcor.py::ATMParamTest::test_dtem_dh 2023-09-07 10:22:45 SEVERE Error in QuantumHolder::fromString with input string "NG": Illegal input units or format 2023-09-07 10:22:45 SEVERE + in converting quantity 2023-09-07 10:22:45 SEVERE Exception Reported: Error in QuantumHolder::fromString with input string "NG": Illegal input units or format 2023-09-07 10:22:45 SEVERE + in converting quantity 2023-09-07 10:22:45 SEVERE sdatmcor::::casa INTERNAL ERROR: Error in QuantumHolder::fromString with input string "NG": Illegal input units or format 2023-09-07 10:22:45 SEVERE sdatmcor::::casa+ in converting quantity 2023-09-07 10:22:45 SEVERE Error in QuantumHolder::fromString with input string "NG": Illegal input units or format 2023-09-07 10:22:45 SEVERE + in converting quantity 2023-09-07 10:22:45 SEVERE Exception Reported: Error in QuantumHolder::fromString with input string "NG": Illegal input units or format 2023-09-07 10:22:45 SEVERE + in converting quantity 2023-09-07 10:22:45 SEVERE sdatmcor::::casa INTERNAL ERROR: Error in QuantumHolder::fromString with input string "NG": Illegal input units or format 2023-09-07 10:22:45 SEVERE sdatmcor::::casa+ in converting quantity PASSED test_task_sdatmcor.py::ATMParamTest::test_h0 2023-09-07 10:22:45 SEVERE Error in QuantumHolder::fromString with input string "NG": Illegal input units or format 2023-09-07 10:22:45 SEVERE + in converting quantity 2023-09-07 10:22:45 SEVERE Exception Reported: Error in QuantumHolder::fromString with input string "NG": Illegal input units or format 2023-09-07 10:22:45 SEVERE + in converting quantity 2023-09-07 10:22:45 SEVERE sdatmcor::::casa INTERNAL ERROR: Error in QuantumHolder::fromString with input string "NG": Illegal input units or format 2023-09-07 10:22:45 SEVERE sdatmcor::::casa+ in converting quantity 2023-09-07 10:22:45 SEVERE Error in QuantumHolder::fromString with input string "NG": Illegal input units or format 2023-09-07 10:22:45 SEVERE + in converting quantity 2023-09-07 10:22:45 SEVERE Exception Reported: Error in QuantumHolder::fromString with input string "NG": Illegal input units or format 2023-09-07 10:22:45 SEVERE + in converting quantity 2023-09-07 10:22:45 SEVERE sdatmcor::::casa INTERNAL ERROR: Error in QuantumHolder::fromString with input string "NG": Illegal input units or format 2023-09-07 10:22:45 SEVERE sdatmcor::::casa+ in converting quantity PASSED test_task_sdatmcor.py::ATMParamTest::test_humidity 2023-09-07 10:22:45 SEVERE Error in QuantumHolder::fromString with input string "NG": Illegal input units or format 2023-09-07 10:22:45 SEVERE + in converting quantity 2023-09-07 10:22:45 SEVERE Exception Reported: Error in QuantumHolder::fromString with input string "NG": Illegal input units or format 2023-09-07 10:22:45 SEVERE + in converting quantity 2023-09-07 10:22:45 SEVERE sdatmcor::::casa INTERNAL ERROR: Error in QuantumHolder::fromString with input string "NG": Illegal input units or format 2023-09-07 10:22:45 SEVERE sdatmcor::::casa+ in converting quantity 2023-09-07 10:22:45 SEVERE Error in QuantumHolder::fromString with input string "NG": Illegal input units or format 2023-09-07 10:22:45 SEVERE + in converting quantity 2023-09-07 10:22:45 SEVERE Exception Reported: Error in QuantumHolder::fromString with input string "NG": Illegal input units or format 2023-09-07 10:22:45 SEVERE + in converting quantity 2023-09-07 10:22:45 SEVERE sdatmcor::::casa INTERNAL ERROR: Error in QuantumHolder::fromString with input string "NG": Illegal input units or format 2023-09-07 10:22:45 SEVERE sdatmcor::::casa+ in converting quantity PASSED test_task_sdatmcor.py::ATMParamTest::test_layerboundaries 2023-09-07 10:22:45 SEVERE Exception Reported: Unit::check Illegal unit string 'NG' 2023-09-07 10:22:45 SEVERE sdatmcor::::casa INTERNAL ERROR: Unit::check Illegal unit string 'NG' PASSED test_task_sdatmcor.py::ATMParamTest::test_layertemperature 2023-09-07 10:22:45 SEVERE Exception Reported: Unit::check Illegal unit string 'NG' 2023-09-07 10:22:45 SEVERE sdatmcor::::casa INTERNAL ERROR: Unit::check Illegal unit string 'NG' PASSED test_task_sdatmcor.py::ATMParamTest::test_pressure 2023-09-07 10:22:45 SEVERE Error in QuantumHolder::fromString with input string "NG": Illegal input units or format 2023-09-07 10:22:45 SEVERE + in converting quantity 2023-09-07 10:22:45 SEVERE Exception Reported: Error in QuantumHolder::fromString with input string "NG": Illegal input units or format 2023-09-07 10:22:45 SEVERE + in converting quantity 2023-09-07 10:22:45 SEVERE sdatmcor::::casa INTERNAL ERROR: Error in QuantumHolder::fromString with input string "NG": Illegal input units or format 2023-09-07 10:22:45 SEVERE sdatmcor::::casa+ in converting quantity 2023-09-07 10:22:45 SEVERE Error in QuantumHolder::fromString with input string "NG": Illegal input units or format 2023-09-07 10:22:45 SEVERE + in converting quantity 2023-09-07 10:22:45 SEVERE Exception Reported: Error in QuantumHolder::fromString with input string "NG": Illegal input units or format 2023-09-07 10:22:45 SEVERE + in converting quantity 2023-09-07 10:22:45 SEVERE sdatmcor::::casa INTERNAL ERROR: Error in QuantumHolder::fromString with input string "NG": Illegal input units or format 2023-09-07 10:22:45 SEVERE sdatmcor::::casa+ in converting quantity PASSED test_task_sdatmcor.py::ATMParamTest::test_pwv 2023-09-07 10:22:45 SEVERE Error in QuantumHolder::fromString with input string "NG": Illegal input units or format 2023-09-07 10:22:45 SEVERE + in converting quantity 2023-09-07 10:22:45 SEVERE Exception Reported: Error in QuantumHolder::fromString with input string "NG": Illegal input units or format 2023-09-07 10:22:45 SEVERE + in converting quantity 2023-09-07 10:22:45 SEVERE sdatmcor::::casa INTERNAL ERROR: Error in QuantumHolder::fromString with input string "NG": Illegal input units or format 2023-09-07 10:22:45 SEVERE sdatmcor::::casa+ in converting quantity 2023-09-07 10:22:45 SEVERE Error in QuantumHolder::fromString with input string "NG": Illegal input units or format 2023-09-07 10:22:45 SEVERE + in converting quantity 2023-09-07 10:22:45 SEVERE Exception Reported: Error in QuantumHolder::fromString with input string "NG": Illegal input units or format 2023-09-07 10:22:45 SEVERE + in converting quantity 2023-09-07 10:22:45 SEVERE sdatmcor::::casa INTERNAL ERROR: Error in QuantumHolder::fromString with input string "NG": Illegal input units or format 2023-09-07 10:22:45 SEVERE sdatmcor::::casa+ in converting quantity PASSED test_task_sdatmcor.py::ATMParamTest::test_temperature 2023-09-07 10:22:45 SEVERE Error in QuantumHolder::fromString with input string "NG": Illegal input units or format 2023-09-07 10:22:45 SEVERE + in converting quantity 2023-09-07 10:22:45 SEVERE Exception Reported: Error in QuantumHolder::fromString with input string "NG": Illegal input units or format 2023-09-07 10:22:45 SEVERE + in converting quantity 2023-09-07 10:22:45 SEVERE sdatmcor::::casa INTERNAL ERROR: Error in QuantumHolder::fromString with input string "NG": Illegal input units or format 2023-09-07 10:22:45 SEVERE sdatmcor::::casa+ in converting quantity 2023-09-07 10:22:45 SEVERE Error in QuantumHolder::fromString with input string "NG": Illegal input units or format 2023-09-07 10:22:45 SEVERE + in converting quantity 2023-09-07 10:22:45 SEVERE Exception Reported: Error in QuantumHolder::fromString with input string "NG": Illegal input units or format 2023-09-07 10:22:45 SEVERE + in converting quantity 2023-09-07 10:22:45 SEVERE sdatmcor::::casa INTERNAL ERROR: Error in QuantumHolder::fromString with input string "NG": Illegal input units or format 2023-09-07 10:22:45 SEVERE sdatmcor::::casa+ in converting quantity PASSED - generated xml file: /home/casatest/casa6/casatestutils/nosedir/xml/test_task_sdatmcor/nose.xml - ================== 45 passed, 2 warnings in 430.48s (0:07:10) ================== ============================= test session starts ============================== platform linux -- Python 3.8.7, pytest-7.4.1, pluggy-1.3.0 -- /usr/local/bin/python3.8 cachedir: .pytest_cache rootdir: /home/casatest/casa6/casatestutils/nosedir/test_task_predictcomp configfile: pytest.ini collecting ... collected 7 items test_task_predictcomp.py::predictcomp_test::test_badmaxfreq 2023-09-07 10:22:47 SEVERE predictcomp:::: Error in QuantumHolder::fromString with input string "120BadUnit": Illegal input units or format 2023-09-07 10:22:47 SEVERE predictcomp::::+ in converting quantity 2023-09-07 10:22:47 SEVERE predictcomp:::: Exception Reported: Error in QuantumHolder::fromString with input string "120BadUnit": Illegal input units or format 2023-09-07 10:22:47 SEVERE predictcomp::::+ in converting quantity predictcomp: invalid maxfreq PASSED test_task_predictcomp.py::predictcomp_test::test_default 2023-09-07 10:22:48 SEVERE predictcomp::::casa Task predictcomp raised an exception of class ValueError with the following message: Error, objname is undefined predictcomp: test defaults PASSED test_task_predictcomp.py::predictcomp_test::test_invalid_freqrange 2023-09-07 10:22:48 SEVERE FluxCalc_SS_JPL_Butler::readEphem Found an ephemeris for Titan, but not at Epoch: 57997::00:00:00.0000 2023-09-07 10:22:48 SEVERE imager::setjy() Exception Reported: Unknown is not a supported component type. 2023-09-07 10:22:48 SEVERE predictcomp::::casa Task predictcomp raised an exception of class RuntimeError with the following message: Unknown is not a supported component type. predictcomp: invalid freqrange PASSED test_task_predictcomp.py::predictcomp_test::test_invalid_objname 2023-09-07 10:22:48 SEVERE FluxCalc_SS_JPL_Butler::setObjNum Sorry, no flux density model for Moon 2023-09-07 10:22:48 SEVERE FluxCalc_SS_JPL_Butler::setObjNum+ (not even a rudimentary one). 2023-09-07 10:22:48 SEVERE FluxCalc_SS_JPL_Butler::readEphem Found an ephemeris for Moon, but not at Epoch: 0::00:00:00.0000 2023-09-07 10:22:48 SEVERE imager::setjy() Exception Reported: Unknown is not a supported component type. 2023-09-07 10:22:48 SEVERE predictcomp::::casa Task predictcomp raised an exception of class RuntimeError with the following message: Unknown is not a supported component type. predictcomp: invalid objname PASSED test_task_predictcomp.py::predictcomp_test::test_predicted_visplot predictcomp: generate visibility plot for a given array configuration SKIPPED (No plotting available in casatasks) test_task_predictcomp.py::predictcomp_test::test_valid_but_not_visible_objname 2023-09-07 10:22:48 SEVERE FluxCalc_SS_JPL_Butler::readEphem Found an ephemeris for Mars, but not at Epoch: 58362::00:00:00.0000 2023-09-07 10:22:48 SEVERE imager::setjy() Exception Reported: Unknown is not a supported component type. 2023-09-07 10:22:48 SEVERE predictcomp::::casa Task predictcomp raised an exception of class RuntimeError with the following message: Unknown is not a supported component type. predictcomp: valid but not visible objname PASSED test_task_predictcomp.py::predictcomp_test::test_valid_objname predictcomp: valid objname type(self.res) = PASSED - generated xml file: /home/casatest/casa6/casatestutils/nosedir/xml/test_task_predictcomp/nose.xml - =========================== short test summary info ============================ SKIPPED [1] test_task_predictcomp.py:78: No plotting available in casatasks =================== 6 passed, 1 skipped, 2 warnings in 3.34s =================== ============================= test session starts ============================== platform linux -- Python 3.8.7, pytest-7.4.1, pluggy-1.3.0 -- /usr/local/bin/python3.8 cachedir: .pytest_cache rootdir: /home/casatest/casa6/casatestutils/nosedir/test_task_sdgaincal configfile: pytest.ini collecting ... collected 13 items test_task_sdgaincal.py::sdgaincal_fail_test::test_fail01 test_fail01: infile not exist. PASSED test_task_sdgaincal.py::sdgaincal_fail_test::test_fail02 2023-09-07 10:22:52 SEVERE sdgaincal::::casa Traceback (most recent call last): 2023-09-07 10:22:52 SEVERE sdgaincal::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdgaincal.py", line 74, in sdgaincal 2023-09-07 10:22:52 SEVERE sdgaincal::::casa+ raise RuntimeError(outfile + ' exists.') 2023-09-07 10:22:52 SEVERE sdgaincal::::casa+ RuntimeError: sdgaincal_fail_test.sdgain.caltable exists. 2023-09-07 10:22:52 SEVERE sdgaincal::::casa sdgaincal_fail_test.sdgain.caltable exists. 2023-09-07 10:22:52 SEVERE sdgaincal::::casa Task sdgaincal raised an exception of class RuntimeError with the following message: sdgaincal_fail_test.sdgain.caltable exists. test_fail02: not overwrite existing outfile. PASSED test_task_sdgaincal.py::sdgaincal_fail_test::test_fail03 test_fail03: wrong calibration mode. PASSED test_task_sdgaincal.py::sdgaincal_fail_test::test_fail04 2023-09-07 10:22:52 SEVERE Negative central disk size is given 2023-09-07 10:22:52 SEVERE Calibrater::setsolve Caught exception: 2023-09-07 10:22:52 SEVERE Negative central disk size is given 2023-09-07 10:22:52 SEVERE Exception Reported: Error in Calibrater::setsolve. 2023-09-07 10:22:52 SEVERE sdgaincal::::casa Traceback (most recent call last): 2023-09-07 10:22:52 SEVERE sdgaincal::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdgaincal.py", line 127, in sdgaincal 2023-09-07 10:22:52 SEVERE sdgaincal::::casa+ mycb.setsolve(type='SDGAIN_OTFD', table=outfile, radius=rcenter, smooth=smooth) 2023-09-07 10:22:52 SEVERE sdgaincal::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/calibrater.py", line 300, in setsolve 2023-09-07 10:22:52 SEVERE sdgaincal::::casa+ return self._swigobj.setsolve(type, t, table, append, preavg, phaseonly, apmode, refant, refantmode, minblperant, solnorm, normtype, minsnr, combine, fillgaps, cfcache, painc, fitorder, fraction, numedge, radius, smooth, zerorates, globalsolve, niter, corrcomb, delaywindow, ratewindow, paramactive, concatspws, solmode, rmsthresh) 2023-09-07 10:22:52 SEVERE sdgaincal::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/__casac__/calibrater.py", line 691, in setsolve 2023-09-07 10:22:52 SEVERE sdgaincal::::casa+ return _calibrater.calibrater_setsolve(self, *args, **kwargs) 2023-09-07 10:22:52 SEVERE sdgaincal::::casa+ RuntimeError: Error in Calibrater::setsolve. 2023-09-07 10:22:52 SEVERE sdgaincal::::casa Error in Calibrater::setsolve. 2023-09-07 10:22:52 SEVERE sdgaincal::::casa Task sdgaincal raised an exception of class RuntimeError with the following message: Error in Calibrater::setsolve. test_fail04: negative radius. PASSED test_task_sdgaincal.py::sdgaincal_const_test::test_const01 2023-09-07 10:23:16 WARN SDDoubleCircleGainCal::doCalibrate (file /source/casa6/casatools/src/code/synthesis/MeasurementComponents/SDDoubleCircleGainCalImpl.cc, line 328) Probably not enough points for gain calibration: 13 2023-09-07 10:23:16 WARN SDDoubleCircleGainCal::doCalibrate (file /source/casa6/casatools/src/code/synthesis/MeasurementComponents/SDDoubleCircleGainCalImpl.cc, line 328)+ Skipping... 2023-09-07 10:23:16 WARN SDDoubleCircleGainCal::doCalibrate (file /source/casa6/casatools/src/code/synthesis/MeasurementComponents/SDDoubleCircleGainCalImpl.cc, line 328) Probably not enough points for gain calibration: 13 2023-09-07 10:23:16 WARN SDDoubleCircleGainCal::doCalibrate (file /source/casa6/casatools/src/code/synthesis/MeasurementComponents/SDDoubleCircleGainCalImpl.cc, line 328)+ Skipping... test_const01: too narrow central region, empty caltable is created. PASSED test_task_sdgaincal.py::sdgaincal_const_test::test_const02 test_const02: valid caltable is created. gain factor is all 1.0. [[1.0] [1.0]] [[1.0] [1.0]] PASSED test_task_sdgaincal.py::sdgaincal_const_test::test_const03 test_const03: overwrite existing file. [[1.0] [1.0]] [[1.0] [1.0]] PASSED test_task_sdgaincal.py::sdgaincal_variable_test::test_variable01 test_variable01: valid caltable is created. [[0.9983742745483623] [0.9983742745483623]] [[0.9983742745483623] [0.9983742745483623]] PASSED test_task_sdgaincal.py::sdgaincal_preapply_test::test_preapply01 2023-09-07 10:24:40 WARN sdcal::calibrater::setvi(bool,bool) Forcing use of OLD VisibilityIterator. The following MS spws have no corresponding cal spws in doublecircletest_const.ms.sky: 4 5 6 7 2023-09-07 10:24:58 WARN CTPatchedInterp::interpolate In caltable doublecircletest_const.ms.sky (SDSKY_PS): 2023-09-07 10:24:58 WARN CTPatchedInterp::interpolate+ Insufficient solution channel sampling (nchan=1) for frequency-dependent LINEAR interpolation 2023-09-07 10:24:58 WARN CTPatchedInterp::interpolate+ of calibration for MS spw=0; using NEAREST instead. 2023-09-07 10:25:05 WARN CTPatchedInterp::interpolate In caltable doublecircletest_const.ms.sky (SDSKY_PS): 2023-09-07 10:25:05 WARN CTPatchedInterp::interpolate+ Insufficient solution channel sampling (nchan=1) for frequency-dependent LINEAR interpolation 2023-09-07 10:25:05 WARN CTPatchedInterp::interpolate+ of calibration for MS spw=1; using NEAREST instead. test_preapply01: only sky caltable is applied (resulting const factor). [[1.0] [1.0]] [[1.0] [1.0]] PASSED test_task_sdgaincal.py::sdgaincal_preapply_test::test_preapply02 2023-09-07 10:25:13 WARN sdcal::calibrater::setvi(bool,bool) Already using OLD VisibilityIterator. The following MS spws have no corresponding cal spws in doublecircletest_const.ms.tsys: 2 3 4 5 6 7 2023-09-07 10:25:32 WARN CTPatchedInterp::interpolate In caltable doublecircletest_const.ms.tsys (B TSYS): 2023-09-07 10:25:32 WARN CTPatchedInterp::interpolate+ Insufficient solution channel sampling (nchan=1) for frequency-dependent LINEAR interpolation 2023-09-07 10:25:32 WARN CTPatchedInterp::interpolate+ of calibration for MS spw=0; using NEAREST instead. 2023-09-07 10:25:38 WARN CTPatchedInterp::interpolate In caltable doublecircletest_const.ms.tsys (B TSYS): 2023-09-07 10:25:38 WARN CTPatchedInterp::interpolate+ Insufficient solution channel sampling (nchan=1) for frequency-dependent LINEAR interpolation 2023-09-07 10:25:38 WARN CTPatchedInterp::interpolate+ of calibration for MS spw=1; using NEAREST instead. test_preapply02: only tsys caltable is applied (resulting variable factor). [[0.9983687687153909] [0.9983687687153909]] [[0.9983687687153909] [0.9983687687153909]] PASSED test_task_sdgaincal.py::sdgaincal_preapply_test::test_preapply03 2023-09-07 10:25:53 WARN sdcal::calibrater::setvi(bool,bool) Already using OLD VisibilityIterator. The following MS spws have no corresponding cal spws in doublecircletest_const.ms.tsys: 2 3 4 5 6 7 The following MS spws have no corresponding cal spws in doublecircletest_const.ms.sky: 4 5 6 7 2023-09-07 10:26:09 WARN CTPatchedInterp::interpolate In caltable doublecircletest_const.ms.sky (SDSKY_PS): 2023-09-07 10:26:09 WARN CTPatchedInterp::interpolate+ Insufficient solution channel sampling (nchan=1) for frequency-dependent LINEAR interpolation 2023-09-07 10:26:09 WARN CTPatchedInterp::interpolate+ of calibration for MS spw=0; using NEAREST instead. 2023-09-07 10:26:09 WARN CTPatchedInterp::interpolate In caltable doublecircletest_const.ms.tsys (B TSYS): 2023-09-07 10:26:09 WARN CTPatchedInterp::interpolate+ Insufficient solution channel sampling (nchan=1) for frequency-dependent LINEAR interpolation 2023-09-07 10:26:09 WARN CTPatchedInterp::interpolate+ of calibration for MS spw=0; using NEAREST instead. 2023-09-07 10:26:14 WARN CTPatchedInterp::interpolate In caltable doublecircletest_const.ms.sky (SDSKY_PS): 2023-09-07 10:26:14 WARN CTPatchedInterp::interpolate+ Insufficient solution channel sampling (nchan=1) for frequency-dependent LINEAR interpolation 2023-09-07 10:26:14 WARN CTPatchedInterp::interpolate+ of calibration for MS spw=1; using NEAREST instead. 2023-09-07 10:26:14 WARN CTPatchedInterp::interpolate In caltable doublecircletest_const.ms.tsys (B TSYS): 2023-09-07 10:26:14 WARN CTPatchedInterp::interpolate+ Insufficient solution channel sampling (nchan=1) for frequency-dependent LINEAR interpolation 2023-09-07 10:26:14 WARN CTPatchedInterp::interpolate+ of calibration for MS spw=1; using NEAREST instead. test_preapply03: both tsys and sky caltables are applied (resulting variable factor). [[0.9983687687153909] [0.9983687687153909]] [[0.9983687687153909] [0.9983687687153909]] PASSED test_task_sdgaincal.py::sdgaincal_preapply_test::test_preapply04 2023-09-07 10:26:26 WARN sdcal::calibrater::setvi(bool,bool) Already using OLD VisibilityIterator. The following MS spws have no corresponding cal spws in doublecircletest_const.ms.tsys: 4 5 6 7 The following MS spws have no corresponding cal spws in doublecircletest_const.ms.sky: 4 5 6 7 2023-09-07 10:26:42 WARN CTPatchedInterp::interpolate In caltable doublecircletest_const.ms.sky (SDSKY_PS): 2023-09-07 10:26:42 WARN CTPatchedInterp::interpolate+ Insufficient solution channel sampling (nchan=1) for frequency-dependent LINEAR interpolation 2023-09-07 10:26:42 WARN CTPatchedInterp::interpolate+ of calibration for MS spw=0; using NEAREST instead. 2023-09-07 10:26:42 WARN CTPatchedInterp::interpolate In caltable doublecircletest_const.ms.tsys (B TSYS): 2023-09-07 10:26:42 WARN CTPatchedInterp::interpolate+ Insufficient solution channel sampling (nchan=1) for frequency-dependent LINEAR interpolation 2023-09-07 10:26:42 WARN CTPatchedInterp::interpolate+ of calibration for MS spw=0 (mapped to CT spw=2); using NEAREST instead. 2023-09-07 10:26:48 WARN CTPatchedInterp::interpolate In caltable doublecircletest_const.ms.sky (SDSKY_PS): 2023-09-07 10:26:48 WARN CTPatchedInterp::interpolate+ Insufficient solution channel sampling (nchan=1) for frequency-dependent LINEAR interpolation 2023-09-07 10:26:48 WARN CTPatchedInterp::interpolate+ of calibration for MS spw=1; using NEAREST instead. 2023-09-07 10:26:48 WARN CTPatchedInterp::interpolate In caltable doublecircletest_const.ms.tsys (B TSYS): 2023-09-07 10:26:48 WARN CTPatchedInterp::interpolate+ Insufficient solution channel sampling (nchan=1) for frequency-dependent LINEAR interpolation 2023-09-07 10:26:48 WARN CTPatchedInterp::interpolate+ of calibration for MS spw=1 (mapped to CT spw=3); using NEAREST instead. test_preapply04: transfer Tsys from [2,3] to [0,1]. before [0 1 0 1] after [2 3 2 3] [[0.9983687687153909] [0.9983687687153909]] [[0.9983687687153909] [0.9983687687153909]] PASSED test_task_sdgaincal.py::sdgaincal_single_polarization_test::test_single_pol test_single_pol: test single-polarization calibration (YY). [[1.0] [--]] [[1.0] [--]] sdgaincal_single_polarization_test._verify_param_and_flag PASSED - generated xml file: /home/casatest/casa6/casatestutils/nosedir/xml/test_task_sdgaincal/nose.xml - ================== 13 passed, 2 warnings in 290.01s (0:04:50) ================== ============================= test session starts ============================== platform linux -- Python 3.8.7, pytest-7.4.1, pluggy-1.3.0 -- /usr/local/bin/python3.8 cachedir: .pytest_cache rootdir: /home/casatest/casa6/casatestutils/nosedir/test_task_immath configfile: pytest.ini collecting ... collected 32 items test_task_immath.py::immath_test1::test_input10 2023-09-07 10:27:42 WARN ::casa The BOX parameter tests will cause errors to occur, do not be alarmed 2023-09-07 10:27:43 SEVERE CasacRegionManager::_fromBCS blc in box spec is less than 0 2023-09-07 10:27:43 SEVERE regionmanager::frombcs Exception Reported: 2023-09-07 10:27:43 SEVERE CasacRegionManager::_fromBCS blc in box spec is less than 0 2023-09-07 10:27:43 SEVERE immath::::casa Unable to process expression IM0 2023-09-07 10:27:43 SEVERE immath::::casa Exception caught was: Unable to apply region to file: ngc5921.clean.image 2023-09-07 10:27:43 SEVERE immath::::casa Task immath raised an exception of class Exception with the following message: Unable to apply region to file: ngc5921.clean.image 2023-09-07 10:27:43 SEVERE CasacRegionManager::_fromBCS blc in box spec is less than 0 2023-09-07 10:27:43 SEVERE regionmanager::frombcs Exception Reported: 2023-09-07 10:27:43 SEVERE CasacRegionManager::_fromBCS blc in box spec is less than 0 2023-09-07 10:27:43 SEVERE immath::::casa Unable to process expression IM0 2023-09-07 10:27:43 SEVERE immath::::casa Exception caught was: Unable to apply region to file: ngc5921.clean.image 2023-09-07 10:27:43 SEVERE immath::::casa Task immath raised an exception of class Exception with the following message: Unable to apply region to file: ngc5921.clean.image 2023-09-07 10:27:43 SEVERE CasacRegionManager::_fromBCS blc in box spec is less than 0 2023-09-07 10:27:43 SEVERE regionmanager::frombcs Exception Reported: 2023-09-07 10:27:43 SEVERE CasacRegionManager::_fromBCS blc in box spec is less than 0 2023-09-07 10:27:43 SEVERE immath::::casa Unable to process expression IM0 2023-09-07 10:27:43 SEVERE immath::::casa Exception caught was: Unable to apply region to file: ngc5921.clean.image 2023-09-07 10:27:43 SEVERE immath::::casa Task immath raised an exception of class Exception with the following message: Unable to apply region to file: ngc5921.clean.image 2023-09-07 10:27:43 SEVERE CasacRegionManager::_fromBCS blc in box spec is less than 0 2023-09-07 10:27:43 SEVERE regionmanager::frombcs Exception Reported: 2023-09-07 10:27:43 SEVERE CasacRegionManager::_fromBCS blc in box spec is less than 0 2023-09-07 10:27:43 SEVERE immath::::casa Unable to process expression IM0 2023-09-07 10:27:43 SEVERE immath::::casa Exception caught was: Unable to apply region to file: ngc5921.clean.image 2023-09-07 10:27:43 SEVERE immath::::casa Task immath raised an exception of class Exception with the following message: Unable to apply region to file: ngc5921.clean.image 2023-09-07 10:27:43 SEVERE CasacRegionManager::_fromBCS trc in box spec is greater than or equal to number of direction coordinate pixels in the image 2023-09-07 10:27:43 SEVERE regionmanager::frombcs Exception Reported: 2023-09-07 10:27:43 SEVERE CasacRegionManager::_fromBCS trc in box spec is greater than or equal to number of direction coordinate pixels in the image 2023-09-07 10:27:43 SEVERE immath::::casa Unable to process expression IM0 2023-09-07 10:27:43 SEVERE immath::::casa Exception caught was: Unable to apply region to file: ngc5921.clean.image 2023-09-07 10:27:43 SEVERE immath::::casa Task immath raised an exception of class Exception with the following message: Unable to apply region to file: ngc5921.clean.image 2023-09-07 10:27:43 SEVERE CasacRegionManager::_fromBCS trc in box spec is greater than or equal to number of direction coordinate pixels in the image 2023-09-07 10:27:43 SEVERE regionmanager::frombcs Exception Reported: 2023-09-07 10:27:43 SEVERE CasacRegionManager::_fromBCS trc in box spec is greater than or equal to number of direction coordinate pixels in the image 2023-09-07 10:27:43 SEVERE immath::::casa Unable to process expression IM0 2023-09-07 10:27:43 SEVERE immath::::casa Exception caught was: Unable to apply region to file: ngc5921.clean.image 2023-09-07 10:27:43 SEVERE immath::::casa Task immath raised an exception of class Exception with the following message: Unable to apply region to file: ngc5921.clean.image 2023-09-07 10:27:43 SEVERE CasacRegionManager::_fromBCS trc in box spec is greater than or equal to number of direction coordinate pixels in the image 2023-09-07 10:27:43 SEVERE regionmanager::frombcs Exception Reported: 2023-09-07 10:27:43 SEVERE CasacRegionManager::_fromBCS trc in box spec is greater than or equal to number of direction coordinate pixels in the image 2023-09-07 10:27:43 SEVERE immath::::casa Unable to process expression IM0 2023-09-07 10:27:43 SEVERE immath::::casa Exception caught was: Unable to apply region to file: ngc5921.clean.image 2023-09-07 10:27:43 SEVERE immath::::casa Task immath raised an exception of class Exception with the following message: Unable to apply region to file: ngc5921.clean.image 2023-09-07 10:27:43 SEVERE CasacRegionManager::_fromBCS trc in box spec is greater than or equal to number of direction coordinate pixels in the image 2023-09-07 10:27:43 SEVERE regionmanager::frombcs Exception Reported: 2023-09-07 10:27:43 SEVERE CasacRegionManager::_fromBCS trc in box spec is greater than or equal to number of direction coordinate pixels in the image 2023-09-07 10:27:43 SEVERE immath::::casa Unable to process expression IM0 2023-09-07 10:27:43 SEVERE immath::::casa Exception caught was: Unable to apply region to file: ngc5921.clean.image 2023-09-07 10:27:43 SEVERE immath::::casa Task immath raised an exception of class Exception with the following message: Unable to apply region to file: ngc5921.clean.image Immath 10: Test bad x and y box values PASSED test_task_immath.py::immath_test1::test_input12 2023-09-07 10:27:43 WARN immath::::casa The CHANS parameter tests will cause errors to occur, do not be alarmed 2023-09-07 10:27:43 SEVERE regionmanager::frombcs Exception Reported: Invalid channel specification in -5 of spec -5 at File: /source/casa6/casatools/src/code/imageanalysis/IO/ParameterParser.cc, line: 173 2023-09-07 10:27:43 SEVERE immath::::casa Unable to process expression IM0 2023-09-07 10:27:43 SEVERE immath::::casa Exception caught was: Unable to apply region to file: ngc5921.clean.image 2023-09-07 10:27:43 SEVERE immath::::casa Task immath raised an exception of class Exception with the following message: Unable to apply region to file: ngc5921.clean.image 2023-09-07 10:27:43 SEVERE regionmanager::frombcs Exception Reported: Invalid channel specification in -2 of spec -2 at File: /source/casa6/casatools/src/code/imageanalysis/IO/ParameterParser.cc, line: 173 2023-09-07 10:27:43 SEVERE immath::::casa Unable to process expression IM0 2023-09-07 10:27:43 SEVERE immath::::casa Exception caught was: Unable to apply region to file: ngc5921.clean.image 2023-09-07 10:27:43 SEVERE immath::::casa Task immath raised an exception of class Exception with the following message: Unable to apply region to file: ngc5921.clean.image 2023-09-07 10:27:43 SEVERE regionmanager::frombcs Exception Reported: Invalid channel specification in -18 of spec -18 at File: /source/casa6/casatools/src/code/imageanalysis/IO/ParameterParser.cc, line: 173 2023-09-07 10:27:43 SEVERE immath::::casa Unable to process expression IM0 2023-09-07 10:27:43 SEVERE immath::::casa Exception caught was: Unable to apply region to file: ngc5921.clean.image 2023-09-07 10:27:43 SEVERE immath::::casa Task immath raised an exception of class Exception with the following message: Unable to apply region to file: ngc5921.clean.image 2023-09-07 10:27:43 SEVERE regionmanager::frombcs Exception Reported: Exception: Zero-based max channel 47 must be less than the total number of channels (46) in the channel specification 47. 2023-09-07 10:27:43 SEVERE regionmanager::frombcs+ ... thrown by static std::vector casa::ParameterParser::spectralRangesFromChans(casacore::uInt&, const casacore::String&, casacore::uInt) at File: /source/casa6/casatools/src/code/imageanalysis/IO/ParameterParser.cc, line: 183 2023-09-07 10:27:43 SEVERE immath::::casa Unable to process expression IM0 2023-09-07 10:27:43 SEVERE immath::::casa Exception caught was: Unable to apply region to file: ngc5921.clean.image 2023-09-07 10:27:43 SEVERE immath::::casa Task immath raised an exception of class Exception with the following message: Unable to apply region to file: ngc5921.clean.image 2023-09-07 10:27:43 SEVERE regionmanager::frombcs Exception Reported: Exception: Zero-based max channel 46 must be less than the total number of channels (46) in the channel specification 46. 2023-09-07 10:27:43 SEVERE regionmanager::frombcs+ ... thrown by static std::vector casa::ParameterParser::spectralRangesFromChans(casacore::uInt&, const casacore::String&, casacore::uInt) at File: /source/casa6/casatools/src/code/imageanalysis/IO/ParameterParser.cc, line: 183 2023-09-07 10:27:43 SEVERE immath::::casa Unable to process expression IM0 2023-09-07 10:27:43 SEVERE immath::::casa Exception caught was: Unable to apply region to file: ngc5921.clean.image 2023-09-07 10:27:43 SEVERE immath::::casa Task immath raised an exception of class Exception with the following message: Unable to apply region to file: ngc5921.clean.image Immath 12: Test bad values of channels PASSED test_task_immath.py::immath_test1::test_input13 Immath 12: Test selection of channels immath( imagename=ngc5921.clean.image, varnames='A', expr='A', chans='22~35', outfile='input_test14' ) PASSED test_task_immath.py::immath_test1::test_input14 2023-09-07 10:27:46 WARN immath::::casa The STOKES parameter tests will cause errors to occur, do not be alarmed 2023-09-07 10:27:46 SEVERE regionmanager::frombcs Exception Reported: LCBox::LCBox - blc [0, 0, 0, 0] must be <= trc [255, 255, -2147483648, 45] 2023-09-07 10:27:46 SEVERE immath::::casa Unable to process expression IM0 2023-09-07 10:27:46 SEVERE immath::::casa Exception caught was: Unable to apply region to file: ngc5921.clean.image 2023-09-07 10:27:46 SEVERE immath::::casa Task immath raised an exception of class Exception with the following message: Unable to apply region to file: ngc5921.clean.image 2023-09-07 10:27:46 SEVERE CasacRegionManager::_setPolarizationRanges (Sub)String YELLOW in stokes specification part YELLOW does not match a known polarization. 2023-09-07 10:27:46 SEVERE regionmanager::frombcs Exception Reported: 2023-09-07 10:27:46 SEVERE CasacRegionManager::_setPolarizationRanges (Sub)String YELLOW in stokes specification part YELLOW does not match a known polarization. 2023-09-07 10:27:46 SEVERE immath::::casa Unable to process expression IM0 2023-09-07 10:27:46 SEVERE immath::::casa Exception caught was: Unable to apply region to file: ngc5921.clean.image 2023-09-07 10:27:46 SEVERE immath::::casa Task immath raised an exception of class Exception with the following message: Unable to apply region to file: ngc5921.clean.image Immath 13: Test STOKES parameter, values: I, Q, yellow PASSED test_task_immath.py::immath_test1::test_input2 2023-09-07 10:27:47 WARN immath::::casa The IMAGENAME parameter tests will cause errors to occur, do not be alarmed 2023-09-07 10:27:47 SEVERE immath::::casa Image data set not found - please verify junk 2023-09-07 10:27:47 SEVERE immath::::casa Unable to process expression IM0 2023-09-07 10:27:47 SEVERE immath::::casa Exception caught was: Image data set not found - please verify junk 2023-09-07 10:27:47 SEVERE immath::::casa Task immath raised an exception of class Exception with the following message: Image data set not found - please verify junk Immath 2: Test bad input file PASSED test_task_immath.py::immath_test1::test_input3 Immath 3: test good input file PASSED test_task_immath.py::immath_test1::test_input4 2023-09-07 10:27:48 SEVERE immath::::casa Unable to process expression IM0 2023-09-07 10:27:48 SEVERE immath::::casa Exception caught was: can only concatenate str (not "int") to str 2023-09-07 10:27:48 SEVERE immath::::casa Task immath raised an exception of class TypeError with the following message: can only concatenate str (not "int") to str Immath 4: Test bad list of input files PASSED test_task_immath.py::immath_test1::test_input5 2023-09-07 10:27:49 WARN immath::::casa The OUTFILE parameter tests will cause errors to occur, do not be alarmed 2023-09-07 10:27:49 SEVERE immath::::casa Unable to process expression IM0*1 2023-09-07 10:27:49 SEVERE immath::::casa Exception caught was: Output file input_test4 exists. immath can not proceed, please remove it or change the output file name. 2023-09-07 10:27:49 SEVERE immath::::casa Task immath raised an exception of class Exception with the following message: Output file input_test4 exists. immath can not proceed, please remove it or change the output file name. Immath 5: test list with good input files PASSED test_task_immath.py::immath_test1::test_input7 Immath 7: test outfile PASSED test_task_immath.py::immath_test1::test_input8 2023-09-07 10:27:50 WARN immath::::casa The REGION parameter tests will cause errors to occur, do not be alarmed 2023-09-07 10:27:50 SEVERE regionmanager::frombcs Exception Reported: Unable to open region file or region table description garbage.rgn. 2023-09-07 10:27:50 SEVERE regionmanager::frombcs+ If it is supposed to be a text string its format is incorrect at File: /source/casa6/casatools/src/code/imageanalysis/Regions/CasacRegionManager.cc, line: 497 2023-09-07 10:27:50 SEVERE immath::::casa Unable to process expression IM0 2023-09-07 10:27:50 SEVERE immath::::casa Exception caught was: Unable to apply region to file: n1333_both.image 2023-09-07 10:27:50 SEVERE immath::::casa Task immath raised an exception of class Exception with the following message: Unable to apply region to file: n1333_both.image 2023-09-07 10:27:50 SEVERE regionmanager::frombcs Exception Reported: /home/casatest/casa6/casatestutils/nosedir/test_task_immath/garbage.rgn is neither a valid binary region file, nor a valid region text file. at File: /source/casa6/casatools/src/code/imageanalysis/Regions/CasacRegionManager.cc, line: 428 2023-09-07 10:27:50 SEVERE immath::::casa Unable to process expression IM0 2023-09-07 10:27:50 SEVERE immath::::casa Exception caught was: Unable to apply region to file: n1333_both.image 2023-09-07 10:27:50 SEVERE immath::::casa Task immath raised an exception of class Exception with the following message: Unable to apply region to file: n1333_both.image Immath 8: Test bad region parameter PASSED test_task_immath.py::immath_test1::test_input9 Immath 9: Test good region parameter ARG immath( imagename=n1333_both.image, expr='IM0', region=n1333_both.image.rgn, outfile='input_test12' ) PASSED test_task_immath.py::immath_test2::test_CAS_1830_fix Immath: verification of fix to CAS-1830 PASSED test_task_immath.py::immath_test2::test_CAS_1910_fix Immath: verification of fix to CAS-1910 PASSED test_task_immath.py::immath_test2::test_expr1 Immath expr1: Testing various math expressions PASSED test_task_immath.py::immath_test2::test_expr2 Immath expr2: Test extraction of single plane PASSED test_task_immath.py::immath_test2::test_expr3 Immath expr3: Add plane to an image PASSED test_task_immath.py::immath_test2::test_many_images Immath: verification of fix to CAS-1678 PASSED test_task_immath.py::immath_test2::test_one_function Immath: verification of fix to CAS-1452 PASSED test_task_immath.py::immath_test2::test_pol Immath pol: Testing various polarization modes for data correctness PASSED test_task_immath.py::immath_test3::test21 2023-09-07 10:28:45 SEVERE image::close (file src/tools/image/image_cmpt.cc, line 693) Exception Reported: ImageExprParse: 'im..2' is an unknown lattice, image, or region 2023-09-07 10:28:45 SEVERE image::close (file src/tools/image/image_cmpt.cc, line 693)+ Scanned so far: "im.1"+"im..2" 2023-09-07 10:28:45 SEVERE image::close (file src/tools/image/image_cmpt.cc, line 693) Exception Reported: 3-argument function max is unknown 2023-09-07 10:28:45 SEVERE image::close (file src/tools/image/image_cmpt.cc, line 693)+ Scanned so far: "im.2" - max("im.1", "im.2", "im.1") Test moved from imagetest regreesion PASSED test_task_immath.py::immath_test3::test_8 2023-09-07 10:28:45 SEVERE image::close (file src/tools/image/image_cmpt.cc, line 693) Exception Reported: ImageExprParse: 'i_like_doggies' is an unknown lattice or image or it is an unqualified region 2023-09-07 10:28:45 SEVERE image::close (file src/tools/image/image_cmpt.cc, line 693)+ Scanned so far: i_like_doggies 2023-09-07 10:28:47 SEVERE image::newimagefromshape (file src/tools/image/image_cmpt.cc, line 4176) Exception Reported: LatticeExprNode - shapes of operands mismatch 2023-09-07 10:28:47 SEVERE image::newimagefromshape (file src/tools/image/image_cmpt.cc, line 4176)+ Scanned so far: ia.fromarray1.image+ia.fromshape2.image Tests moved from imagetest regression, some are probably useless PASSED test_task_immath.py::immath_test3::test_CAS2120 2023-09-07 10:29:04 SEVERE imagepol::open Exception Reported: This Stokes coordinate has only one of Q and U. This is not useful at File: /source/casa6/casatools/src/code/imageanalysis/ImageAnalysis/ImagePolarimetry.cc, line: 1139 2023-09-07 10:29:04 SEVERE immath::::casa Error running immath 2023-09-07 10:29:04 SEVERE immath::::casa Exception caught was: This Stokes coordinate has only one of Q and U. This is not useful at File: /source/casa6/casatools/src/code/imageanalysis/ImageAnalysis/ImagePolarimetry.cc, line: 1139 2023-09-07 10:29:04 SEVERE immath::::casa Task immath raised an exception of class RuntimeError with the following message: This Stokes coordinate has only one of Q and U. This is not useful at File: /source/casa6/casatools/src/code/imageanalysis/ImageAnalysis/ImagePolarimetry.cc, line: 1139 2023-09-07 10:29:04 SEVERE imagepol::open Exception Reported: This Stokes coordinate has only one of Q and U. This is not useful at File: /source/casa6/casatools/src/code/imageanalysis/ImageAnalysis/ImagePolarimetry.cc, line: 1139 2023-09-07 10:29:04 SEVERE immath::::casa Error running immath 2023-09-07 10:29:04 SEVERE immath::::casa Exception caught was: This Stokes coordinate has only one of Q and U. This is not useful at File: /source/casa6/casatools/src/code/imageanalysis/ImageAnalysis/ImagePolarimetry.cc, line: 1139 2023-09-07 10:29:04 SEVERE immath::::casa Task immath raised an exception of class RuntimeError with the following message: This Stokes coordinate has only one of Q and U. This is not useful at File: /source/casa6/casatools/src/code/imageanalysis/ImageAnalysis/ImagePolarimetry.cc, line: 1139 2023-09-07 10:29:05 SEVERE imagepol::open Exception Reported: This Stokes coordinate has only one of Q and U. This is not useful at File: /source/casa6/casatools/src/code/imageanalysis/ImageAnalysis/ImagePolarimetry.cc, line: 1139 2023-09-07 10:29:05 SEVERE immath::::casa Error running immath 2023-09-07 10:29:05 SEVERE immath::::casa Exception caught was: This Stokes coordinate has only one of Q and U. This is not useful at File: /source/casa6/casatools/src/code/imageanalysis/ImageAnalysis/ImagePolarimetry.cc, line: 1139 2023-09-07 10:29:05 SEVERE immath::::casa Task immath raised an exception of class RuntimeError with the following message: This Stokes coordinate has only one of Q and U. This is not useful at File: /source/casa6/casatools/src/code/imageanalysis/ImageAnalysis/ImagePolarimetry.cc, line: 1139 2023-09-07 10:29:17 SEVERE imagepol::open Exception Reported: This Stokes coordinate has only one of Q and U. This is not useful at File: /source/casa6/casatools/src/code/imageanalysis/ImageAnalysis/ImagePolarimetry.cc, line: 1139 2023-09-07 10:29:17 SEVERE immath::::casa Error running immath 2023-09-07 10:29:17 SEVERE immath::::casa Exception caught was: This Stokes coordinate has only one of Q and U. This is not useful at File: /source/casa6/casatools/src/code/imageanalysis/ImageAnalysis/ImagePolarimetry.cc, line: 1139 2023-09-07 10:29:17 SEVERE immath::::casa Task immath raised an exception of class RuntimeError with the following message: This Stokes coordinate has only one of Q and U. This is not useful at File: /source/casa6/casatools/src/code/imageanalysis/ImageAnalysis/ImagePolarimetry.cc, line: 1139 2023-09-07 10:29:17 SEVERE imagepol::open Exception Reported: This Stokes coordinate has only one of Q and U. This is not useful at File: /source/casa6/casatools/src/code/imageanalysis/ImageAnalysis/ImagePolarimetry.cc, line: 1139 2023-09-07 10:29:17 SEVERE immath::::casa Error running immath 2023-09-07 10:29:17 SEVERE immath::::casa Exception caught was: This Stokes coordinate has only one of Q and U. This is not useful at File: /source/casa6/casatools/src/code/imageanalysis/ImageAnalysis/ImagePolarimetry.cc, line: 1139 2023-09-07 10:29:17 SEVERE immath::::casa Task immath raised an exception of class RuntimeError with the following message: This Stokes coordinate has only one of Q and U. This is not useful at File: /source/casa6/casatools/src/code/imageanalysis/ImageAnalysis/ImagePolarimetry.cc, line: 1139 immath: verification of old functionality and similar new functionality introduced by CAS-2120 PASSED test_task_immath.py::immath_test3::test_CAS2943 2023-09-07 10:29:19 SEVERE image::subimage (file src/tools/image/image_cmpt.cc, line 6162) Exception Reported: The input image shape ([10, 20, 4, 40]) and mask shape ([10, 20, 1, 1]) are different, and it was specified that the mask should not be extended, so the mask cannot be applied to the (sub)image. Specifying that the mask should be extended may resolve the issue at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/SubImageFactory.tcc, line: 306 2023-09-07 10:29:19 SEVERE immath::::casa Unable to process expression 1*IM0 2023-09-07 10:29:19 SEVERE immath::::casa Exception caught was: Unable to apply region to file: myim.im 2023-09-07 10:29:19 SEVERE immath::::casa Task immath raised an exception of class Exception with the following message: Unable to apply region to file: myim.im 2023-09-07 10:29:20 SEVERE image::subimage (file src/tools/image/image_cmpt.cc, line 6162) Exception Reported: The input image shape ([10, 20, 4, 40]) and mask shape ([10, 20, 4, 2]) are different, and it was specified that the mask should not be extended, so the mask cannot be applied to the (sub)image. Specifying that the mask should be extended may resolve the issue at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/SubImageFactory.tcc, line: 306 2023-09-07 10:29:20 SEVERE immath::::casa Unable to process expression 1*IM0 2023-09-07 10:29:20 SEVERE immath::::casa Exception caught was: Unable to apply region to file: myim.im 2023-09-07 10:29:20 SEVERE immath::::casa Task immath raised an exception of class Exception with the following message: Unable to apply region to file: myim.im Test the stretch parameter PASSED test_task_immath.py::immath_test3::test_CAS6896 2023-09-07 10:29:20 WARN ImageExprCalculator::compute image units are not the same: 'Jy/beam' vs 'Jy/pixel'. Proceed with caution. Output image metadata will be copied from image a.im 2023-09-07 10:29:20 WARN ImageExprCalculator::compute image units are not the same: 'Jy/beam' vs 'Jy/pixel'. Proceed with caution. Output image metadata will be copied from image b.im 2023-09-07 10:29:20 WARN ImageExprCalculator::compute image units are not the same: 'Jy/beam' vs 'Jy/pixel'. Proceed with caution. Output image metadata will be copied from image c.im 2023-09-07 10:29:20 WARN ImageExprCalculator::compute image units are not the same: 'Jy/beam' vs 'Jy/pixel'. Proceed with caution. Output image metadata will be copied from image a.im 2023-09-07 10:29:21 WARN ImageExprCalculator::compute image units are not the same: 'Jy/beam' vs 'Jy/pixel'. Proceed with caution. Output image metadata will be copied from image a.im 2023-09-07 10:29:24 WARN ImageExprCalculator::compute image units are not the same: 'Jy/beam' vs 'Jy/pixel'. Proceed with caution. Output image metadata will be copied from image b.im 2023-09-07 10:29:25 WARN ImageExprCalculator::compute image units are not the same: 'Jy/beam' vs 'Jy/pixel'. Proceed with caution. Output image metadata will be copied from image b.im 2023-09-07 10:29:25 WARN ImageExprCalculator::compute image units are not the same: 'Jy/beam' vs 'Jy/pixel'. Proceed with caution. Output image metadata will be copied from image c.im 2023-09-07 10:29:26 WARN ImageExprCalculator::compute image units are not the same: 'Jy/beam' vs 'Jy/pixel'. Proceed with caution. Output image metadata will be copied from image c.im Verify CAS-6896, user can choose from which image to copy metadata PASSED test_task_immath.py::immath_test3::test_beam_logging_precision 2023-09-07 10:29:27 WARN ImageExprCalculator::compute image beams are not the same: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) 2023-09-07 10:29:27 WARN ImageExprCalculator::compute+ [major: 3.235 arcmin, minor: 1 arcmin, pa: 0 deg] 2023-09-07 10:29:27 WARN ImageExprCalculator::compute+ vs Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) 2023-09-07 10:29:27 WARN ImageExprCalculator::compute+ [major: 3.234 arcmin, minor: 1 arcmin, pa: 0 deg] 2023-09-07 10:29:27 WARN ImageExprCalculator::compute image beams are not the same: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) 2023-09-07 10:29:27 WARN ImageExprCalculator::compute+ [major: 3.234568 arcmin, minor: 1 arcmin, pa: 0 deg] 2023-09-07 10:29:27 WARN ImageExprCalculator::compute+ vs Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) 2023-09-07 10:29:27 WARN ImageExprCalculator::compute+ [major: 3.234567 arcmin, minor: 1 arcmin, pa: 0 deg] 2023-09-07 10:29:28 WARN ImageExprCalculator::compute image beams are not the same: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) 2023-09-07 10:29:28 WARN ImageExprCalculator::compute+ [major: 3.23456789027778 arcmin, minor: 1 arcmin, pa: 0 deg] 2023-09-07 10:29:28 WARN ImageExprCalculator::compute+ vs Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) 2023-09-07 10:29:28 WARN ImageExprCalculator::compute+ [major: 3.23456789017778 arcmin, minor: 1 arcmin, pa: 0 deg] Test that when beams are different, immath logs enough digits to show where the difference occurs. CAS-13135 PASSED test_task_immath.py::immath_test3::test_complex_calc 2023-09-07 10:29:29 WARN ImageExprCalculator::compute2 Overwriting pixel values of the currently attached image Test ia.calc on complex images PASSED test_task_immath.py::immath_test3::test_flush 2023-09-07 10:29:29 WARN image::open (file src/tools/image/image_cmpt.cc, line 4208) Another image is already open, closing first CAS-8570: ensure image is flushed to disk when it is created PASSED test_task_immath.py::immath_test3::test_history 2023-09-07 10:29:30 WARN ImageExprCalculator::compute2 Overwriting pixel values of the currently attached image Test that history records are added PASSED test_task_immath.py::immath_test3::test_poli_sigma 2023-09-07 10:29:31 WARN image::open (file src/tools/image/image_cmpt.cc, line 4208) Another image is already open, closing first Verify poli sigma fix, CAS-8880 PASSED test_task_immath.py::immath_test3::test_precision Test ia.imagecalc() support for various precisions PASSED test_task_immath.py::immath_test3::test_spix CAS-13079: Verify mode="spix" works as expected PASSED test_task_immath.py::immath_test3::test_tlpol 2023-09-07 10:29:39 WARN immath::::casa Ignoring stokes parameters selection for mode='poli'. 2023-09-07 10:29:41 SEVERE immath::::casa Error running immath 2023-09-07 10:29:41 SEVERE immath::::casa Exception caught was: Stokes V is required for mode tpoli but was not found 2023-09-07 10:29:41 SEVERE immath::::casa Task immath raised an exception of class Exception with the following message: Stokes V is required for mode tpoli but was not found CAS-12116 test various polarization modes PASSED - generated xml file: /home/casatest/casa6/casatestutils/nosedir/xml/test_task_immath/nose.xml - ================== 32 passed, 2 warnings in 120.30s (0:02:00) ================== ============================= test session starts ============================== platform linux -- Python 3.8.7, pytest-7.4.1, pluggy-1.3.0 -- /usr/local/bin/python3.8 cachedir: .pytest_cache rootdir: /home/casatest/casa6/casatestutils/nosedir/test_task_virtualconcat configfile: pytest.ini collecting ... collected 13 items test_task_virtualconcat.py::test_virtualconcat::test1 2023-09-07 10:29:45 SEVERE getcell::TIME Exception Reported: TableProxy::getCell: no such row 2023-09-07 10:29:45 SEVERE getcell::TIME Exception Reported: TableProxy::getCell: no such row 2023-09-07 10:29:45 SEVERE getcell::TIME Exception Reported: TableProxy::getCell: no such row 2023-09-07 10:29:45 SEVERE getcell::TIME Exception Reported: TableProxy::getCell: no such row Virtualconcat 1: 4 parts, same sources but different spws Copying A2256LC2_4.5s-1.ms /opt/casa/data/casatestdata/unittest/virtualconcat/A2256LC2_4.5s-1.ms Copying A2256LC2_4.5s-2.ms /opt/casa/data/casatestdata/unittest/virtualconcat/A2256LC2_4.5s-2.ms Copying part2-mod2.ms /opt/casa/data/casatestdata/unittest/virtualconcat/part2-mod2.ms Copying part2.ms /opt/casa/data/casatestdata/unittest/virtualconcat/part2.ms Copying part4.ms /opt/casa/data/casatestdata/unittest/virtualconcat/part4.ms Copying shortpart2.ms /opt/casa/data/casatestdata/unittest/virtualconcat/shortpart2.ms Copying shortpart4.ms /opt/casa/data/casatestdata/unittest/virtualconcat/shortpart4.ms Copying sim7.ms /opt/casa/data/casatestdata/unittest/virtualconcat/sim7.ms Copying X39a.pm03.scan3.ms /opt/casa/data/casatestdata/unittest/virtualconcat/X39a.pm03.scan3.ms Copying X425.pm04.scan4.ms /opt/casa/data/casatestdata/unittest/virtualconcat/X425.pm04.scan4.ms Copying A2256LC2_4.5s-2b.ms /opt/casa/data/casatestdata/unittest/virtualconcat/A2256LC2_4.5s-2b.ms Copying part1.ms /opt/casa/data/casatestdata/unittest/virtualconcat/part1.ms Copying part2-mod.ms /opt/casa/data/casatestdata/unittest/virtualconcat/part2-mod.ms Copying part3.ms /opt/casa/data/casatestdata/unittest/virtualconcat/part3.ms Copying shortpart1.ms /opt/casa/data/casatestdata/unittest/virtualconcat/shortpart1.ms Copying shortpart3.ms /opt/casa/data/casatestdata/unittest/virtualconcat/shortpart3.ms Copying shortpart5.ms /opt/casa/data/casatestdata/unittest/virtualconcat/shortpart5.ms Copying sim8.ms /opt/casa/data/casatestdata/unittest/virtualconcat/sim8.ms Copying X425.pm03.scan4.ms /opt/casa/data/casatestdata/unittest/virtualconcat/X425.pm03.scan4.ms test_task_virtualconcat : Now checking output MS concatenated.ms test_task_virtualconcat : OK. Checking tables in detail ... test_task_virtualconcat : comparing ['SOURCE_ID', 55, 13, 0] test_task_virtualconcat : comparing ['SPECTRAL_WINDOW_ID', 55, 3, 0] test_task_virtualconcat : table SOURCE as expected. test_task_virtualconcat : comparing ['NUM_CHAN', 3, 128, 0] test_task_virtualconcat : table SPECTRAL_WINDOW as expected. PASSED test_task_virtualconcat.py::test_virtualconcat::test10 2023-09-07 10:29:50 SEVERE getcell::TIME Exception Reported: TableProxy::getCell: no such row 2023-09-07 10:29:50 SEVERE getcell::TIME Exception Reported: TableProxy::getCell: no such row 2023-09-07 10:29:50 SEVERE getcell::TIME Exception Reported: TableProxy::getCell: no such row 2023-09-07 10:29:50 WARN virtualconcat::::casa The setup of the input MSs is not fully consistent. The concatenation may fail 2023-09-07 10:29:50 WARN virtualconcat::::casa and/or the affected columns may contain partially only default data. 2023-09-07 10:29:50 WARN virtualconcat::::casa {'part2-mod2.ms': {'Main': {'present_a': True, 'present_b': True, 'missingcol_a': [], 'missingcol_b': ['CORRECTED_DATA', 'MODEL_DATA']}}, 'part3.ms': {'Main': {'present_a': True, 'present_b': True, 'missingcol_a': [], 'missingcol_b': ['CORRECTED_DATA', 'MODEL_DATA']}}} Virtualconcat 10: 3 parts, different sources, same spws, different scratch columns: yes, no, no Copying part2.ms /opt/casa/data/casatestdata/unittest/virtualconcat/part2.ms Copying part4.ms /opt/casa/data/casatestdata/unittest/virtualconcat/part4.ms Copying part1.ms /opt/casa/data/casatestdata/unittest/virtualconcat/part1.ms Copying part3.ms /opt/casa/data/casatestdata/unittest/virtualconcat/part3.ms creating scratch columns in part1-wscratch.ms test_task_virtualconcat : Now checking output ... test_task_virtualconcat : OK. Checking tables in detail ... test_task_virtualconcat : comparing ['SOURCE_ID', 28, 13, 0] test_task_virtualconcat : comparing ['SPECTRAL_WINDOW_ID', 28, 1, 0] test_task_virtualconcat : table SOURCE as expected. test_task_virtualconcat : comparing ['NUM_CHAN', 1, 128, 0] test_task_virtualconcat : table SPECTRAL_WINDOW as expected. PASSED test_task_virtualconcat.py::test_virtualconcat::test11 2023-09-07 10:29:54 SEVERE getcell::TIME Exception Reported: TableProxy::getCell: no such row 2023-09-07 10:29:54 SEVERE getcell::TIME Exception Reported: TableProxy::getCell: no such row 2023-09-07 10:29:54 SEVERE getcell::TIME Exception Reported: TableProxy::getCell: no such row 2023-09-07 10:29:54 SEVERE getcell::TIME Exception Reported: TableProxy::getCell: no such row 2023-09-07 10:29:59 SEVERE getcell::TIME Exception Reported: TableProxy::getCell: no such row 2023-09-07 10:29:59 SEVERE getcell::TIME Exception Reported: TableProxy::getCell: no such row 2023-09-07 10:29:59 SEVERE getcell::TIME Exception Reported: TableProxy::getCell: no such row 2023-09-07 10:29:59 SEVERE getcell::TIME Exception Reported: TableProxy::getCell: no such row Virtualconcat 11: comparison to concat Copying part2-mod2.ms /opt/casa/data/casatestdata/unittest/virtualconcat/part2-mod2.ms Copying part3.ms /opt/casa/data/casatestdata/unittest/virtualconcat/part3.ms duration using concat (s) = 5.129238843917847 duration using virtualconcat (s) = 6.668725252151489 PASSED test_task_virtualconcat.py::test_virtualconcat::test12 2023-09-07 10:30:06 WARN MSConcat::virtualconcat (file /source/casa6/casatools/casacore/ms/MSOper/MSConcat.cc, line 149) Zero or negative scan numbers in MS. May lead to duplicate scan numbers in concatenated MS. Virtualconcat 12: two MSs with different antenna tables, copypointing=True (default) Copying part2.ms /opt/casa/data/casatestdata/unittest/virtualconcat/part2.ms Copying part4.ms /opt/casa/data/casatestdata/unittest/virtualconcat/part4.ms Copying part1.ms /opt/casa/data/casatestdata/unittest/virtualconcat/part1.ms Copying part3.ms /opt/casa/data/casatestdata/unittest/virtualconcat/part3.ms test_task_virtualconcat : Now checking output ... test_task_virtualconcat : OK. Checking tables in detail ... PASSED test_task_virtualconcat.py::test_virtualconcat::test13 Virtualconcat 13: 3 parts, SD data, one non-concurrent, two concurrent (CAS-5316) Copying sim7.ms /opt/casa/data/casatestdata/unittest/virtualconcat/sim7.ms Copying sim8.ms /opt/casa/data/casatestdata/unittest/virtualconcat/sim8.ms test_task_virtualconcat : Now checking output ... test_task_virtualconcat : OK. Checking tables in detail ... PASSED test_task_virtualconcat.py::test_virtualconcat::test2 2023-09-07 10:30:58 SEVERE getcell::TIME Exception Reported: TableProxy::getCell: no such row 2023-09-07 10:30:58 SEVERE getcell::TIME Exception Reported: TableProxy::getCell: no such row 2023-09-07 10:30:58 SEVERE getcell::TIME Exception Reported: TableProxy::getCell: no such row Virtualconcat 2: 3 parts, different sources, different spws, visweightscale=[3.,2.,1.], keepcopy=True Copying X39a.pm03.scan3.ms /opt/casa/data/casatestdata/unittest/virtualconcat/X39a.pm03.scan3.ms Copying X425.pm04.scan4.ms /opt/casa/data/casatestdata/unittest/virtualconcat/X425.pm04.scan4.ms Copying X425.pm03.scan4.ms /opt/casa/data/casatestdata/unittest/virtualconcat/X425.pm03.scan4.ms test_task_virtualconcat : Now checking output MS concatenated.ms test_task_virtualconcat : OK. Checking tables in detail ... test_task_virtualconcat : comparing ['SOURCE_ID', 41, 13, 0] test_task_virtualconcat : comparing ['SPECTRAL_WINDOW_ID', 41, 2, 0] test_task_virtualconcat : table SOURCE as expected. test_task_virtualconcat : comparing ['NUM_CHAN', 2, 128, 0] test_task_virtualconcat : table SPECTRAL_WINDOW as expected. test_task_virtualconcat : comparing ['WEIGHT', 0, array([11.86871839]), 1e-06] test_task_virtualconcat : comparing ['WEIGHT', 23813, array([19.3635335]), 1e-06] test_task_virtualconcat : comparing ['WEIGHT', 23814, array([7.91247892]), 1e-06] test_task_virtualconcat : comparing ['WEIGHT', 47627, array([12.90902233]), 1e-06] test_task_virtualconcat : comparing ['WEIGHT', 47628, array([3.95623946]), 1e-06] test_task_virtualconcat : comparing ['WEIGHT', 71441, array([6.45451117]), 1e-06] test_task_virtualconcat : table MAIN as expected. PASSED test_task_virtualconcat.py::test_virtualconcat::test3 2023-09-07 10:31:05 SEVERE getcell::TIME Exception Reported: TableProxy::getCell: no such row 2023-09-07 10:31:06 SEVERE getcell::TIME Exception Reported: TableProxy::getCell: no such row 2023-09-07 10:31:06 SEVERE getcell::TIME Exception Reported: TableProxy::getCell: no such row Virtualconcat 3: 3 parts, different sources, same spws test_task_virtualconcat : Now checking output MS concatenated.ms test_task_virtualconcat : OK. Checking tables in detail ... test_task_virtualconcat : comparing ['SOURCE_ID', 28, 13, 0] test_task_virtualconcat : comparing ['SPECTRAL_WINDOW_ID', 28, 1, 0] test_task_virtualconcat : table SOURCE as expected. test_task_virtualconcat : comparing ['NUM_CHAN', 1, 128, 0] test_task_virtualconcat : table SPECTRAL_WINDOW as expected. PASSED test_task_virtualconcat.py::test_virtualconcat::test4 2023-09-07 10:31:11 SEVERE getcell::WEIGHT_SPECTRUM Exception Reported: Table DataManager error: Invalid operation: TSM: no array in row 0 of column WEIGHT_SPECTRUM in /home/casatest/casa6/casatestutils/nosedir/test_task_virtualconcat/shortpart1.ms/table.f20 2023-09-07 10:31:11 WARN virtualconcat::::casa Column WEIGHT_SPECTRUM in table shortpart1.ms has no data. Accessing it will cause errors. 2023-09-07 10:31:11 SEVERE getcell::WEIGHT_SPECTRUM Exception Reported: Table DataManager error: Invalid operation: TSM: no array in row 0 of column WEIGHT_SPECTRUM in /home/casatest/casa6/casatestutils/nosedir/test_task_virtualconcat/shortpart2.ms/table.f20 2023-09-07 10:31:11 WARN virtualconcat::::casa Column WEIGHT_SPECTRUM in table shortpart2.ms has no data. Accessing it will cause errors. 2023-09-07 10:31:11 SEVERE getcell::WEIGHT_SPECTRUM Exception Reported: Table DataManager error: Invalid operation: TSM: no array in row 0 of column WEIGHT_SPECTRUM in /home/casatest/casa6/casatestutils/nosedir/test_task_virtualconcat/shortpart3.ms/table.f20 2023-09-07 10:31:11 WARN virtualconcat::::casa Column WEIGHT_SPECTRUM in table shortpart3.ms has no data. Accessing it will cause errors. 2023-09-07 10:31:11 SEVERE getcell::WEIGHT_SPECTRUM Exception Reported: Table DataManager error: Invalid operation: TSM: no array in row 0 of column WEIGHT_SPECTRUM in /home/casatest/casa6/casatestutils/nosedir/test_task_virtualconcat/shortpart4.ms/table.f20 2023-09-07 10:31:11 WARN virtualconcat::::casa Column WEIGHT_SPECTRUM in table shortpart4.ms has no data. Accessing it will cause errors. 2023-09-07 10:31:11 SEVERE getcell::WEIGHT_SPECTRUM Exception Reported: Table DataManager error: Invalid operation: TSM: no array in row 0 of column WEIGHT_SPECTRUM in /home/casatest/casa6/casatestutils/nosedir/test_task_virtualconcat/shortpart5.ms/table.f20 2023-09-07 10:31:11 WARN virtualconcat::::casa Column WEIGHT_SPECTRUM in table shortpart5.ms has no data. Accessing it will cause errors. 2023-09-07 10:31:20 SEVERE getcell::SOURCE_ID Exception Reported: TableProxy::getCell: no such row Virtualconcat 4: five MSs with identical sources but different time/intervals on them (CSV-268) Copying part2-mod2.ms /opt/casa/data/casatestdata/unittest/virtualconcat/part2-mod2.ms Copying part1.ms /opt/casa/data/casatestdata/unittest/virtualconcat/part1.ms Copying part3.ms /opt/casa/data/casatestdata/unittest/virtualconcat/part3.ms test_task_virtualconcat : Now checking output ... test_task_virtualconcat : OK. Checking tables in detail ... test_task_virtualconcat : comparing ['SOURCE_ID', 0, 0, 0] test_task_virtualconcat : comparing ['SPECTRAL_WINDOW_ID', 0, 0, 0] test_task_virtualconcat : table SOURCE as expected. test_task_virtualconcat : comparing ['SOURCE_ID', 7, 0, 0] test_task_virtualconcat : comparing ['SPECTRAL_WINDOW_ID', 7, 7, 0] test_task_virtualconcat : table SOURCE as expected. test_task_virtualconcat : comparing ['SOURCE_ID', 8, 1, 0] test_task_virtualconcat : comparing ['SPECTRAL_WINDOW_ID', 8, 0, 0] test_task_virtualconcat : table SOURCE as expected. test_task_virtualconcat : comparing ['SOURCE_ID', 15, 1, 0] test_task_virtualconcat : comparing ['SPECTRAL_WINDOW_ID', 15, 7, 0] test_task_virtualconcat : table SOURCE as expected. The following should fail: SOURCE row 16 should not exist test_task_virtualconcat : comparing ['SOURCE_ID', 16, 0, 100000] Expected error. test_task_virtualconcat : comparing ['NUM_CHAN', 8, 4, 0] test_task_virtualconcat : table SPECTRAL_WINDOW as expected. PASSED test_task_virtualconcat.py::test_virtualconcat::test5 2023-09-07 10:31:20 SEVERE getcell::TIME Exception Reported: TableProxy::getCell: no such row 2023-09-07 10:31:20 SEVERE getcell::WEIGHT_SPECTRUM Exception Reported: Table DataManager error: Invalid operation: TSM: no array in row 0 of column WEIGHT_SPECTRUM in /home/casatest/casa6/casatestutils/nosedir/test_task_virtualconcat/A2256LC2_4.5s-1.ms/table.f20 2023-09-07 10:31:20 WARN virtualconcat::::casa Column WEIGHT_SPECTRUM in table A2256LC2_4.5s-1.ms has no data. Accessing it will cause errors. 2023-09-07 10:31:20 SEVERE getcell::TIME Exception Reported: TableProxy::getCell: no such row 2023-09-07 10:31:20 SEVERE getcell::WEIGHT_SPECTRUM Exception Reported: Table DataManager error: Invalid operation: TSM: no array in row 0 of column WEIGHT_SPECTRUM in /home/casatest/casa6/casatestutils/nosedir/test_task_virtualconcat/A2256LC2_4.5s-2.ms/table.f20 2023-09-07 10:31:20 WARN virtualconcat::::casa Column WEIGHT_SPECTRUM in table A2256LC2_4.5s-2.ms has no data. Accessing it will cause errors. Virtualconcat 5: two MSs with different state table (CAS-2601) Copying shortpart2.ms /opt/casa/data/casatestdata/unittest/virtualconcat/shortpart2.ms Copying shortpart4.ms /opt/casa/data/casatestdata/unittest/virtualconcat/shortpart4.ms Copying shortpart1.ms /opt/casa/data/casatestdata/unittest/virtualconcat/shortpart1.ms Copying shortpart3.ms /opt/casa/data/casatestdata/unittest/virtualconcat/shortpart3.ms Copying shortpart5.ms /opt/casa/data/casatestdata/unittest/virtualconcat/shortpart5.ms test_task_virtualconcat : Now checking output ... test_task_virtualconcat : OK. Checking tables in detail ... test_task_virtualconcat : comparing ['CAL', 0, 0, 0] test_task_virtualconcat : comparing ['SIG', 0, 1, 0] test_task_virtualconcat : comparing ['SUB_SCAN', 2, 1, 0] test_task_virtualconcat : table STATE as expected. PASSED test_task_virtualconcat.py::test_virtualconcat::test6 2023-09-07 10:31:24 SEVERE getcell::TIME Exception Reported: TableProxy::getCell: no such row 2023-09-07 10:31:24 SEVERE getcell::WEIGHT_SPECTRUM Exception Reported: Table DataManager error: Invalid operation: TSM: no array in row 0 of column WEIGHT_SPECTRUM in /home/casatest/casa6/casatestutils/nosedir/test_task_virtualconcat/A2256LC2_4.5s-1.ms/table.f20 2023-09-07 10:31:24 WARN virtualconcat::::casa Column WEIGHT_SPECTRUM in table A2256LC2_4.5s-1.ms has no data. Accessing it will cause errors. 2023-09-07 10:31:24 SEVERE getcell::TIME Exception Reported: TableProxy::getCell: no such row 2023-09-07 10:31:24 SEVERE getcell::WEIGHT_SPECTRUM Exception Reported: Table DataManager error: Invalid operation: TSM: no array in row 0 of column WEIGHT_SPECTRUM in /home/casatest/casa6/casatestutils/nosedir/test_task_virtualconcat/A2256LC2_4.5s-2b.ms/table.f20 2023-09-07 10:31:24 WARN virtualconcat::::casa Column WEIGHT_SPECTRUM in table A2256LC2_4.5s-2b.ms has no data. Accessing it will cause errors. Virtualconcat 6: two MSs with different state table and feed table Copying A2256LC2_4.5s-1.ms /opt/casa/data/casatestdata/unittest/virtualconcat/A2256LC2_4.5s-1.ms Copying A2256LC2_4.5s-2.ms /opt/casa/data/casatestdata/unittest/virtualconcat/A2256LC2_4.5s-2.ms test_task_virtualconcat : Now checking output ... test_task_virtualconcat : OK. Checking tables in detail ... test_task_virtualconcat : comparing ['SPECTRAL_WINDOW_ID', 53, 1, 0] test_task_virtualconcat : comparing ['SPECTRAL_WINDOW_ID', 54, 2, 0] test_task_virtualconcat : comparing ['SPECTRAL_WINDOW_ID', 107, 3, 0] test_task_virtualconcat : comparing ['RECEPTOR_ANGLE', 54, [-1, 0], 0] test_task_virtualconcat : table FEED as expected. PASSED test_task_virtualconcat.py::test_virtualconcat::test7 2023-09-07 10:31:28 WARN MSConcat::virtualconcat (file /source/casa6/casatools/casacore/ms/MSOper/MSConcat.cc, line 149) Zero or negative scan numbers in MS. May lead to duplicate scan numbers in concatenated MS. Virtualconcat 7: two MSs with different antenna table such that baseline label reversal becomes necessary Copying A2256LC2_4.5s-1.ms /opt/casa/data/casatestdata/unittest/virtualconcat/A2256LC2_4.5s-1.ms Copying A2256LC2_4.5s-2b.ms /opt/casa/data/casatestdata/unittest/virtualconcat/A2256LC2_4.5s-2b.ms test_task_virtualconcat : Now checking output ... test_task_virtualconcat : OK. Checking tables in detail ... test_task_virtualconcat : OK. Checking baseline labels ... PASSED test_task_virtualconcat.py::test_virtualconcat::test8 2023-09-07 10:31:30 WARN MSConcat::concatenate (file /source/casa6/casatools/casacore/ms/MSOper/MSConcat.cc, line 997) Zero or negative scan numbers in MS. May lead to duplicate scan numbers in concatenated MS. 2023-09-07 10:31:35 WARN MSConcat::virtualconcat (file /source/casa6/casatools/casacore/ms/MSOper/MSConcat.cc, line 149) Zero or negative scan numbers in MS. May lead to duplicate scan numbers in concatenated MS. Virtualconcat 8: two MSs with different antenna tables, copypointing=False Copying sim7.ms /opt/casa/data/casatestdata/unittest/virtualconcat/sim7.ms Copying sim8.ms /opt/casa/data/casatestdata/unittest/virtualconcat/sim8.ms test_task_virtualconcat : Now checking output ... test_task_virtualconcat : OK. Checking tables in detail ... test_task_virtualconcat : OK. Checking baseline labels ... test_task_virtualconcat : OK. Checking pointing table ... PASSED test_task_virtualconcat.py::test_virtualconcat::test9 2023-09-07 10:31:38 SEVERE getcell::TIME Exception Reported: TableProxy::getCell: no such row 2023-09-07 10:31:38 SEVERE getcell::TIME Exception Reported: TableProxy::getCell: no such row 2023-09-07 10:31:38 SEVERE getcell::TIME Exception Reported: TableProxy::getCell: no such row 2023-09-07 10:31:38 WARN virtualconcat::::casa The setup of the input MSs is not fully consistent. The concatenation may fail 2023-09-07 10:31:38 WARN virtualconcat::::casa and/or the affected columns may contain partially only default data. 2023-09-07 10:31:38 WARN virtualconcat::::casa {'part2-mod2-wscratch.ms': {'Main': {'present_a': True, 'present_b': True, 'missingcol_a': ['CORRECTED_DATA', 'MODEL_DATA'], 'missingcol_b': []}}} Virtualconcat 9: 3 parts, different sources, same spws, different scratch columns: no, yes, no Copying sim7.ms /opt/casa/data/casatestdata/unittest/virtualconcat/sim7.ms Copying sim8.ms /opt/casa/data/casatestdata/unittest/virtualconcat/sim8.ms creating scratch columns in part2-mod2-wscratch.ms test_task_virtualconcat : Now checking output ... test_task_virtualconcat : OK. Checking tables in detail ... test_task_virtualconcat : comparing ['SOURCE_ID', 28, 13, 0] test_task_virtualconcat : comparing ['SPECTRAL_WINDOW_ID', 28, 1, 0] test_task_virtualconcat : table SOURCE as expected. test_task_virtualconcat : comparing ['NUM_CHAN', 1, 128, 0] test_task_virtualconcat : table SPECTRAL_WINDOW as expected. PASSED - generated xml file: /home/casatest/casa6/casatestutils/nosedir/xml/test_task_virtualconcat/nose.xml - ================== 13 passed, 2 warnings in 120.35s (0:02:00) ================== ============================= test session starts ============================== platform linux -- Python 3.8.7, pytest-7.4.1, pluggy-1.3.0 -- /usr/local/bin/python3.8 cachedir: .pytest_cache rootdir: /home/casatest/casa6/casatestutils/nosedir/test_task_plotants configfile: pytest.ini collecting ... collected 10 items test_task_plotants.py::plotants_test::test1 Test 1: Default parameters PASSED test_task_plotants.py::plotants_test::test10 Test 10: All arguments PASSED test_task_plotants.py::plotants_test::test2 Test 2: Bad input file PASSED test_task_plotants.py::plotants_test::test3 Test 3: Good input file and output exists PASSED test_task_plotants.py::plotants_test::test4 Test 4: Label antenna IDs PASSED test_task_plotants.py::plotants_test::test5 Test 5: Logarithmic antenna positions PASSED test_task_plotants.py::plotants_test::test6 Test 6: Exclude antenna positions PASSED test_task_plotants.py::plotants_test::test7 Test 7: checkbaselines PASSED test_task_plotants.py::plotants_test::test8 2023-09-07 10:31:52 WARN plotants::::casa Cannot exclude antenna 11 (id 10): not in main table Test 8: exclude checkbaselines PASSED test_task_plotants.py::plotants_test::test9 Test 9: Title PASSED - generated xml file: /home/casatest/casa6/casatestutils/nosedir/xml/test_task_plotants/nose.xml - ======================= 10 passed, 2 warnings in 10.50s ======================== ============================= test session starts ============================== platform linux -- Python 3.8.7, pytest-7.4.1, pluggy-1.3.0 -- /usr/local/bin/python3.8 cachedir: .pytest_cache rootdir: /home/casatest/casa6/casatestutils/nosedir/test_task_cvel2 configfile: pytest.ini collecting ... collected 60 items test_task_cvel2.py::cvel2_test::test1 cvel2 1: Testing default - expected error Expected error! PASSED test_task_cvel2.py::cvel2_test::test10 cvel210: I/O vis set, input vis with two spws, one field selected, 2 spws selected, passall = False, regridding 3... PASSED test_task_cvel2.py::cvel2_test::test11 cvel2 11: I/O vis set, input vis with two spws, one field selected, 2 spws selected, passall = False, regridding 4... PASSED test_task_cvel2.py::cvel2_test::test11_outframe_uppercase cvel2 11: I/O vis set, input vis with two spws, one field selected, 2 spws selected, passall = False, regridding 4... PASSED test_task_cvel2.py::cvel2_test::test12 cvel2 12: Input and output vis set, input vis with two spws, two fields selected, 2 spws selected, passall = False, regridding 5... PASSED test_task_cvel2.py::cvel2_test::test13 2023-09-07 10:32:22 WARN MSFitsInput::fillAntennaTable XYZHAND keyword not found in AN table. Will assume antenna coordinate system is right handed. 2023-09-07 10:32:27 WARN MSTransformManager::setup There is only one selected SPW, no need to combine cvel2 13: I/O vis set, input vis with one spw, one field selected, one spw selected, passall = False, regridding 6... PASSED test_task_cvel2.py::cvel2_test::test14 2023-09-07 10:32:39 WARN MSTransformManager::setup There is only one selected SPW, no need to combine 2023-09-07 10:32:39 SEVERE MSTransformManager::determinePhaseCenter Selected FIELD_ID to determine phase center does not exist cvel2 14: I/O vis set, input vis with one spws, one field selected, one spws selected, passall = False, non-existing phase center... PASSED test_task_cvel2.py::cvel2_test::test15 cvel2 15: I/O vis set, input vis with two spws, one field selected, 2 spws selected, passall = False, regridding 8... PASSED test_task_cvel2.py::cvel2_test::test16 2023-09-07 10:32:47 WARN MSTransformManager::setup There is only one selected SPW, no need to combine cvel2 16: I/O vis set, input vis with one spw, two fields selected, passall = False, regridding 9... PASSED test_task_cvel2.py::cvel2_test::test17 2023-09-07 10:32:51 WARN MSTransformManager::setup There is only one selected SPW, no need to combine cvel2 17: I/O vis set, input vis with one spw, two fields selected, passall = False, regridding 9... PASSED test_task_cvel2.py::cvel2_test::test18 2023-09-07 10:32:54 WARN MSTransformManager::setup There is only one selected SPW, no need to combine cvel2 18: I/O vis set, input vis with one spw, two fields selected, passall = False, regridding 9... PASSED test_task_cvel2.py::cvel2_test::test19 total 132 drwxr-xr-x 2 casatest casatest 4096 Sep 7 10:31 __pycache__ -rw-r--r-- 1 casatest casatest 52321 Sep 7 10:32 casa-20230907-103154.log -rw-r--r-- 1 casatest casatest 3281 Sep 7 10:31 conftest.py drwxr-xr-x 16 casatest casatest 4096 Sep 7 10:32 g19_d2usb_targets_line-shortened-thinned.ms drwxr-xr-x 15 casatest casatest 4096 Sep 7 10:31 jupiter6cm.demo-thinned.ms drwxr-xr-x 15 casatest casatest 4096 Sep 7 10:32 ngc4826.ms -rw-r--r-- 1 casatest casatest 51 Sep 7 10:31 pytest.ini -rw-r--r-- 1 casatest casatest 524 Sep 7 10:32 short_summary.log -rw-r--r-- 1 casatest casatest 52280 Sep 7 10:15 test_task_cvel2.py cvel2 19: SMA input MS, 24 spws to combine, channel mode, 10 output channels HERE PASSED test_task_cvel2.py::cvel2_test::test2 2023-09-07 10:33:13 SEVERE cvel2::::casa Task cvel2 raised an exception of class AssertionError with the following message: Must provide output data set name in parameter outputvis. cvel2 2: Only input vis set - expected error Expected error! PASSED test_task_cvel2.py::cvel2_test::test20 cvel2 20: SMA input MS, 24 spws to combine, channel mode, 111 output channels PASSED test_task_cvel2.py::cvel2_test::test21 cvel2 21: SMA input MS, 24 spws to combine, frequency mode, 21 output channels PASSED test_task_cvel2.py::cvel2_test::test22 cvel2 22: SMA input MS, 24 spws to combine, frequency mode, 210 output channels, negative width PASSED test_task_cvel2.py::cvel2_test::test23 cvel2 23: SMA input MS, 24 spws to combine, radio velocity mode, 30 output channels PASSED test_task_cvel2.py::cvel2_test::test24 cvel2 24: SMA input MS, 24 spws to combine, radio velocity mode, 35 output channels PASSED test_task_cvel2.py::cvel2_test::test25 cvel2 25: SMA input MS, 24 spws to combine, optical velocity mode, 40 output channels PASSED test_task_cvel2.py::cvel2_test::test25_veltype_uppercase 2023-09-07 10:36:17 WARN MSTransformRegridder::convertGridPars Invalid velocity type OPTICAL, setting type to "radio" cvel2 25: SMA input MS, 24 spws to combine, optical velocity mode, 40 output channels PASSED test_task_cvel2.py::cvel2_test::test26 cvel2 26: SMA input MS, 24 spws to combine, optical velocity mode, 40 output channels PASSED test_task_cvel2.py::cvel2_test::test27 cvel2 27: SMA input MS, 24 spws to combine, scratch columns, no regridding PASSED test_task_cvel2.py::cvel2_test::test28 cvel2 28: SMA input MS, 24 spws to combine, scratch columns, channel mode, 30 channels PASSED test_task_cvel2.py::cvel2_test::test29 cvel2 29: SMA input MS, 24 spws to combine, scratch columns, channel mode, 31 channels PASSED test_task_cvel2.py::cvel2_test::test3 2023-09-07 10:37:52 WARN MSTransformManager::setup There is only one selected SPW, no need to combine cvel2 3: Input and output vis set PASSED test_task_cvel2.py::cvel2_test::test30 cvel2 30: SMA input MS, 24 spws to combine, scratch columns, mode channel_b, no regridding PASSED test_task_cvel2.py::cvel2_test::test31 cvel2 31: SMA input MS, 24 spws to combine, scratch columns, mode channel, frame trafo PASSED test_task_cvel2.py::cvel2_test::test32 cvel2 32: SMA input MS, 24 spws to combine, scratch columns, mode channel, frame trafo, Hanning smoothing PASSED test_task_cvel2.py::cvel2_test::test33 2023-09-07 10:38:49 WARN MSTransformManager::setup There is only one selected SPW, no need to combine cvel2 33: SMA input MS, 1 spw, scratch columns, mode channel, no trafo, Hanning smoothing PASSED test_task_cvel2.py::cvel2_test::test34 cvel2 34: EVLA high-res input MS, 2 spws to combine PASSED test_task_cvel2.py::cvel2_test::test35 2023-09-07 10:39:02 WARN MSTransformManager::setup There is only one selected SPW, no need to combine cvel2 35: test effect of sign of width parameter: channel mode, width positive Testing channel frequencies ... [1.14951753e+11 1.14953316e+11 1.14954878e+11] [1.14951753e+11 1.14953316e+11 1.14954878e+11] PASSED test_task_cvel2.py::cvel2_test::test36 2023-09-07 10:39:08 WARN MSTransformManager::setup There is only one selected SPW, no need to combine cvel2 36: test effect of sign of width parameter: channel mode, width negative Testing channel frequencies ... [1.14951753e+11 1.14953316e+11 1.14954878e+11] [1.14951753e+11 1.14953316e+11 1.14954878e+11] PASSED test_task_cvel2.py::cvel2_test::test37 2023-09-07 10:39:13 WARN MSTransformManager::setup There is only one selected SPW, no need to combine cvel2 37: test effect of sign of width parameter: freq mode, width positive Testing channel frequencies ... [1.14951753e+11 1.14953316e+11 1.14954878e+11] [1.14951753e+11 1.14953316e+11 1.14954878e+11] PASSED test_task_cvel2.py::cvel2_test::test38 2023-09-07 10:39:30 WARN MSTransformManager::setup There is only one selected SPW, no need to combine cvel2 38: test effect of sign of width parameter: freq mode, width negative Testing channel frequencies ... [1.14951753e+11 1.14953316e+11 1.14954878e+11] [1.14951753e+11 1.14953316e+11 1.14954878e+11] PASSED test_task_cvel2.py::cvel2_test::test39 2023-09-07 10:39:38 WARN MSTransformManager::setup There is only one selected SPW, no need to combine cvel2 39: test effect of sign of width parameter: radio velocity mode, width positive Testing channel frequencies ... [1.14954878e+11 1.14956441e+11 1.14958003e+11] [1.14954878e+11 1.14956441e+11 1.14958003e+11] PASSED test_task_cvel2.py::cvel2_test::test4 2023-09-07 10:39:43 WARN MSTransformManager::setup There is only one selected SPW, no need to combine cvel2 4: I/O vis set, more complex input vis, one field selected PASSED test_task_cvel2.py::cvel2_test::test40 2023-09-07 10:39:49 WARN MSTransformManager::setup There is only one selected SPW, no need to combine cvel2 40: test effect of sign of width parameter: radio velocity mode, width negative Testing channel frequencies ... [1.14954878e+11 1.14956441e+11 1.14958003e+11] [1.14954878e+11 1.14956441e+11 1.14958003e+11] PASSED test_task_cvel2.py::cvel2_test::test41 2023-09-07 10:40:00 WARN MSTransformManager::setup There is only one selected SPW, no need to combine cvel2 41: test effect of sign of width parameter: optical velocity mode, width positive Testing channel frequencies ... [1.14954877e+11 1.14956440e+11 1.14958003e+11] [1.14954877e+11 1.14956440e+11 1.14958003e+11] PASSED test_task_cvel2.py::cvel2_test::test42 2023-09-07 10:40:07 WARN MSTransformManager::setup There is only one selected SPW, no need to combine cvel2 42: test effect of sign of width parameter: optical velocity mode, width negative Testing channel frequencies ... [1.14954877e+11 1.14956440e+11 1.14958003e+11] [1.14954877e+11 1.14956440e+11 1.14958003e+11] PASSED test_task_cvel2.py::cvel2_test::test43 2023-09-07 10:40:14 WARN MSTransformManager::setup There is only one selected SPW, no need to combine cvel2 43: SMA input MS, 1 spw, channel mode, nchan not set PASSED test_task_cvel2.py::cvel2_test::test44 cvel2 44: SMA input MS, 2 spws to combine, channel mode, nchan not set PASSED test_task_cvel2.py::cvel2_test::test45 2023-09-07 10:40:30 WARN MSTransformManager::setup There is only one selected SPW, no need to combine cvel2 45: SMA input MS, 1 spw, channel mode, nchan not set, negative width PASSED test_task_cvel2.py::cvel2_test::test46 cvel2 46: SMA input MS with descending freq, 24 spws, nchan=100 PASSED test_task_cvel2.py::cvel2_test::test47 2023-09-07 10:40:52 WARN MSTransformManager::setup There is only one selected SPW, no need to combine cvel2 47: SMA input MS with descending freq, 1 spw, nchan not set PASSED test_task_cvel2.py::cvel2_test::test48 2023-09-07 10:41:03 WARN MSTransformManager::setup There is only one selected SPW, no need to combine cvel2 48: test fftshift regridding: channel mode, width positive Testing channel frequencies ... [1.14951753e+11 1.14953316e+11 1.14954878e+11] [1.14951753e+11 1.14953316e+11 1.14954878e+11] PASSED test_task_cvel2.py::cvel2_test::test49 2023-09-07 10:41:09 WARN MSTransformManager::setup There is only one selected SPW, no need to combine cvel2 49: vopt mode with fftshift, expected error ... *** Expected error *** PASSED test_task_cvel2.py::cvel2_test::test5 2023-09-07 10:41:12 WARN cvel2::::casa Parameter passall=True is not supported in cvel2 2023-09-07 10:41:17 WARN MSTransformManager::setup There is only one selected SPW, no need to combine cvel2 5: I/O vis set, more complex input vis, one field selected, passall = True PASSED test_task_cvel2.py::cvel2_test::test50 cvel2 50: test fftshift regridding: channel mode, width positive Testing channel frequencies ... [2.30512296e+11 2.30513109e+11 2.30513922e+11 2.30514735e+11 2.30515547e+11 2.30516360e+11 2.30517173e+11 2.30517986e+11 2.30518799e+11 2.30519612e+11 2.30520424e+11 2.30521237e+11 2.30522050e+11 2.30522863e+11 2.30523676e+11 2.30524488e+11 2.30525301e+11 2.30526114e+11 2.30526927e+11 2.30527740e+11 2.30528553e+11 2.30529365e+11 2.30530178e+11 2.30530991e+11 2.30531804e+11 2.30532617e+11 2.30533429e+11 2.30534242e+11 2.30535055e+11 2.30535868e+11 2.30536681e+11 2.30537494e+11 2.30538306e+11 2.30539119e+11 2.30539932e+11 2.30540745e+11 2.30541558e+11 2.30542370e+11 2.30543183e+11 2.30543996e+11 2.30544809e+11 2.30545622e+11 2.30546435e+11 2.30547247e+11 2.30548060e+11 2.30548873e+11 2.30549686e+11 2.30550499e+11 2.30551311e+11 2.30552124e+11 2.30552937e+11 2.30553750e+11 2.30554563e+11 2.30555376e+11 2.30556188e+11 2.30557001e+11 2.30557814e+11 2.30558627e+11 2.30559440e+11 2.30560253e+11 2.30561065e+11 2.30561878e+11 2.30562691e+11 2.30563504e+11 2.30564317e+11 2.30565129e+11 2.30565942e+11 2.30566755e+11 2.30567568e+11 2.30568381e+11 2.30569194e+11 2.30570006e+11 2.30570819e+11 2.30571632e+11 2.30572445e+11 2.30573258e+11 2.30574070e+11 2.30574883e+11 2.30575696e+11 2.30576509e+11 2.30577322e+11 2.30578135e+11 2.30578947e+11 2.30579760e+11 2.30580573e+11 2.30581386e+11 2.30582199e+11 2.30583011e+11 2.30583824e+11 2.30584637e+11 2.30585450e+11 2.30586263e+11 2.30587076e+11 2.30587888e+11 2.30588701e+11 2.30589514e+11 2.30590327e+11 2.30591140e+11 2.30591952e+11 2.30592765e+11 2.30593578e+11 2.30594391e+11 2.30595204e+11 2.30596017e+11 2.30596829e+11 2.30597642e+11 2.30598455e+11 2.30599268e+11 2.30600081e+11 2.30600893e+11 2.30601706e+11 2.30602519e+11 2.30603332e+11 2.30604145e+11 2.30604958e+11 2.30605770e+11 2.30606583e+11 2.30607396e+11 2.30608209e+11 2.30609022e+11 2.30609834e+11 2.30610647e+11 2.30611460e+11 2.30612273e+11 2.30613086e+11 2.30613899e+11 2.30614711e+11 2.30615524e+11 2.30616337e+11 2.30617150e+11 2.30617963e+11 2.30618775e+11 2.30619588e+11 2.30620401e+11 2.30621214e+11 2.30622027e+11 2.30622840e+11 2.30623652e+11 2.30624465e+11 2.30625278e+11 2.30626091e+11 2.30626904e+11 2.30627717e+11 2.30628529e+11 2.30629342e+11 2.30630155e+11 2.30630968e+11 2.30631781e+11 2.30632593e+11 2.30633406e+11] [2.30512296e+11 2.30513109e+11 2.30513922e+11 2.30514735e+11 2.30515547e+11 2.30516360e+11 2.30517173e+11 2.30517986e+11 2.30518799e+11 2.30519612e+11 2.30520424e+11 2.30521237e+11 2.30522050e+11 2.30522863e+11 2.30523676e+11 2.30524488e+11 2.30525301e+11 2.30526114e+11 2.30526927e+11 2.30527740e+11 2.30528553e+11 2.30529365e+11 2.30530178e+11 2.30530991e+11 2.30531804e+11 2.30532617e+11 2.30533429e+11 2.30534242e+11 2.30535055e+11 2.30535868e+11 2.30536681e+11 2.30537494e+11 2.30538306e+11 2.30539119e+11 2.30539932e+11 2.30540745e+11 2.30541558e+11 2.30542370e+11 2.30543183e+11 2.30543996e+11 2.30544809e+11 2.30545622e+11 2.30546435e+11 2.30547247e+11 2.30548060e+11 2.30548873e+11 2.30549686e+11 2.30550499e+11 2.30551311e+11 2.30552124e+11 2.30552937e+11 2.30553750e+11 2.30554563e+11 2.30555376e+11 2.30556188e+11 2.30557001e+11 2.30557814e+11 2.30558627e+11 2.30559440e+11 2.30560253e+11 2.30561065e+11 2.30561878e+11 2.30562691e+11 2.30563504e+11 2.30564317e+11 2.30565129e+11 2.30565942e+11 2.30566755e+11 2.30567568e+11 2.30568381e+11 2.30569194e+11 2.30570006e+11 2.30570819e+11 2.30571632e+11 2.30572445e+11 2.30573258e+11 2.30574070e+11 2.30574883e+11 2.30575696e+11 2.30576509e+11 2.30577322e+11 2.30578135e+11 2.30578947e+11 2.30579760e+11 2.30580573e+11 2.30581386e+11 2.30582199e+11 2.30583011e+11 2.30583824e+11 2.30584637e+11 2.30585450e+11 2.30586263e+11 2.30587076e+11 2.30587888e+11 2.30588701e+11 2.30589514e+11 2.30590327e+11 2.30591140e+11 2.30591952e+11 2.30592765e+11 2.30593578e+11 2.30594391e+11 2.30595204e+11 2.30596017e+11 2.30596829e+11 2.30597642e+11 2.30598455e+11 2.30599268e+11 2.30600081e+11 2.30600893e+11 2.30601706e+11 2.30602519e+11 2.30603332e+11 2.30604145e+11 2.30604958e+11 2.30605770e+11 2.30606583e+11 2.30607396e+11 2.30608209e+11 2.30609022e+11 2.30609834e+11 2.30610647e+11 2.30611460e+11 2.30612273e+11 2.30613086e+11 2.30613899e+11 2.30614711e+11 2.30615524e+11 2.30616337e+11 2.30617150e+11 2.30617963e+11 2.30618775e+11 2.30619588e+11 2.30620401e+11 2.30621214e+11 2.30622027e+11 2.30622840e+11 2.30623652e+11 2.30624465e+11 2.30625278e+11 2.30626091e+11 2.30626904e+11 2.30627717e+11 2.30628529e+11 2.30629342e+11 2.30630155e+11 2.30630968e+11 2.30631781e+11 2.30632593e+11 2.30633406e+11] PASSED test_task_cvel2.py::cvel2_test::test51 cvel2 51: test fftshift regridding: frequency mode, width positive Testing channel frequencies ... [2.30424976e+11 2.30425788e+11 2.30426601e+11 2.30427413e+11 2.30428226e+11 2.30429038e+11 2.30429851e+11 2.30430663e+11 2.30431476e+11 2.30432288e+11 2.30433101e+11 2.30433914e+11 2.30434726e+11 2.30435539e+11 2.30436351e+11 2.30437164e+11 2.30437976e+11 2.30438789e+11 2.30439601e+11 2.30440414e+11 2.30441226e+11 2.30442039e+11 2.30442851e+11 2.30443664e+11 2.30444477e+11 2.30445289e+11 2.30446102e+11 2.30446914e+11 2.30447727e+11 2.30448539e+11 2.30449352e+11 2.30450164e+11 2.30450977e+11 2.30451789e+11 2.30452602e+11 2.30453414e+11 2.30454227e+11 2.30455040e+11 2.30455852e+11 2.30456665e+11 2.30457477e+11 2.30458290e+11 2.30459102e+11 2.30459915e+11 2.30460727e+11 2.30461540e+11 2.30462352e+11 2.30463165e+11 2.30463978e+11 2.30464790e+11 2.30465603e+11 2.30466415e+11 2.30467228e+11 2.30468040e+11 2.30468853e+11 2.30469665e+11 2.30470478e+11 2.30471290e+11 2.30472103e+11 2.30472915e+11 2.30473728e+11 2.30474541e+11 2.30475353e+11 2.30476166e+11 2.30476978e+11 2.30477791e+11 2.30478603e+11 2.30479416e+11 2.30480228e+11 2.30481041e+11 2.30481853e+11 2.30482666e+11 2.30483478e+11 2.30484291e+11 2.30485104e+11 2.30485916e+11 2.30486729e+11 2.30487541e+11 2.30488354e+11 2.30489166e+11 2.30489979e+11 2.30490791e+11 2.30491604e+11 2.30492416e+11 2.30493229e+11 2.30494042e+11 2.30494854e+11 2.30495667e+11 2.30496479e+11 2.30497292e+11 2.30498104e+11 2.30498917e+11 2.30499729e+11 2.30500542e+11 2.30501354e+11 2.30502167e+11 2.30502979e+11 2.30503792e+11 2.30504605e+11 2.30505417e+11 2.30506230e+11 2.30507042e+11 2.30507855e+11 2.30508667e+11 2.30509480e+11 2.30510292e+11 2.30511105e+11 2.30511917e+11 2.30512730e+11 2.30513542e+11 2.30514355e+11 2.30515168e+11 2.30515980e+11 2.30516793e+11 2.30517605e+11 2.30518418e+11 2.30519230e+11 2.30520043e+11 2.30520855e+11 2.30521668e+11 2.30522480e+11 2.30523293e+11 2.30524105e+11 2.30524918e+11 2.30525731e+11 2.30526543e+11 2.30527356e+11 2.30528168e+11 2.30528981e+11 2.30529793e+11 2.30530606e+11 2.30531418e+11 2.30532231e+11 2.30533043e+11 2.30533856e+11 2.30534669e+11 2.30535481e+11 2.30536294e+11 2.30537106e+11 2.30537919e+11 2.30538731e+11 2.30539544e+11 2.30540356e+11 2.30541169e+11 2.30541981e+11 2.30542794e+11 2.30543606e+11 2.30544419e+11 2.30545232e+11 2.30546044e+11] [2.30424976e+11 2.30425788e+11 2.30426601e+11 2.30427413e+11 2.30428226e+11 2.30429038e+11 2.30429851e+11 2.30430663e+11 2.30431476e+11 2.30432288e+11 2.30433101e+11 2.30433914e+11 2.30434726e+11 2.30435539e+11 2.30436351e+11 2.30437164e+11 2.30437976e+11 2.30438789e+11 2.30439601e+11 2.30440414e+11 2.30441226e+11 2.30442039e+11 2.30442851e+11 2.30443664e+11 2.30444477e+11 2.30445289e+11 2.30446102e+11 2.30446914e+11 2.30447727e+11 2.30448539e+11 2.30449352e+11 2.30450164e+11 2.30450977e+11 2.30451789e+11 2.30452602e+11 2.30453414e+11 2.30454227e+11 2.30455040e+11 2.30455852e+11 2.30456665e+11 2.30457477e+11 2.30458290e+11 2.30459102e+11 2.30459915e+11 2.30460727e+11 2.30461540e+11 2.30462352e+11 2.30463165e+11 2.30463978e+11 2.30464790e+11 2.30465603e+11 2.30466415e+11 2.30467228e+11 2.30468040e+11 2.30468853e+11 2.30469665e+11 2.30470478e+11 2.30471290e+11 2.30472103e+11 2.30472915e+11 2.30473728e+11 2.30474541e+11 2.30475353e+11 2.30476166e+11 2.30476978e+11 2.30477791e+11 2.30478603e+11 2.30479416e+11 2.30480228e+11 2.30481041e+11 2.30481853e+11 2.30482666e+11 2.30483478e+11 2.30484291e+11 2.30485104e+11 2.30485916e+11 2.30486729e+11 2.30487541e+11 2.30488354e+11 2.30489166e+11 2.30489979e+11 2.30490791e+11 2.30491604e+11 2.30492416e+11 2.30493229e+11 2.30494042e+11 2.30494854e+11 2.30495667e+11 2.30496479e+11 2.30497292e+11 2.30498104e+11 2.30498917e+11 2.30499729e+11 2.30500542e+11 2.30501354e+11 2.30502167e+11 2.30502979e+11 2.30503792e+11 2.30504605e+11 2.30505417e+11 2.30506230e+11 2.30507042e+11 2.30507855e+11 2.30508667e+11 2.30509480e+11 2.30510292e+11 2.30511105e+11 2.30511917e+11 2.30512730e+11 2.30513542e+11 2.30514355e+11 2.30515168e+11 2.30515980e+11 2.30516793e+11 2.30517605e+11 2.30518418e+11 2.30519230e+11 2.30520043e+11 2.30520855e+11 2.30521668e+11 2.30522480e+11 2.30523293e+11 2.30524105e+11 2.30524918e+11 2.30525731e+11 2.30526543e+11 2.30527356e+11 2.30528168e+11 2.30528981e+11 2.30529793e+11 2.30530606e+11 2.30531418e+11 2.30532231e+11 2.30533043e+11 2.30533856e+11 2.30534669e+11 2.30535481e+11 2.30536294e+11 2.30537106e+11 2.30537919e+11 2.30538731e+11 2.30539544e+11 2.30540356e+11 2.30541169e+11 2.30541981e+11 2.30542794e+11 2.30543606e+11 2.30544419e+11 2.30545232e+11 2.30546044e+11] PASSED test_task_cvel2.py::cvel2_test::test52 cvel2 52: test fftshift regridding: radio velocity mode, width positive Testing channel frequencies ... [2.30504168e+11 2.30504981e+11 2.30505794e+11 2.30506606e+11 2.30507419e+11 2.30508232e+11 2.30509045e+11 2.30509858e+11 2.30510671e+11 2.30511483e+11 2.30512296e+11 2.30513109e+11 2.30513922e+11 2.30514735e+11 2.30515547e+11 2.30516360e+11 2.30517173e+11 2.30517986e+11 2.30518799e+11 2.30519612e+11 2.30520424e+11 2.30521237e+11 2.30522050e+11 2.30522863e+11 2.30523676e+11 2.30524488e+11 2.30525301e+11 2.30526114e+11 2.30526927e+11 2.30527740e+11 2.30528553e+11 2.30529365e+11 2.30530178e+11 2.30530991e+11 2.30531804e+11 2.30532617e+11 2.30533429e+11 2.30534242e+11 2.30535055e+11 2.30535868e+11 2.30536681e+11 2.30537494e+11 2.30538306e+11 2.30539119e+11 2.30539932e+11 2.30540745e+11 2.30541558e+11 2.30542370e+11 2.30543183e+11 2.30543996e+11 2.30544809e+11 2.30545622e+11 2.30546435e+11 2.30547247e+11 2.30548060e+11 2.30548873e+11 2.30549686e+11 2.30550499e+11 2.30551311e+11 2.30552124e+11 2.30552937e+11 2.30553750e+11 2.30554563e+11 2.30555376e+11 2.30556188e+11 2.30557001e+11 2.30557814e+11 2.30558627e+11 2.30559440e+11 2.30560253e+11 2.30561065e+11 2.30561878e+11 2.30562691e+11 2.30563504e+11 2.30564317e+11 2.30565129e+11 2.30565942e+11 2.30566755e+11 2.30567568e+11 2.30568381e+11 2.30569194e+11 2.30570006e+11 2.30570819e+11 2.30571632e+11 2.30572445e+11 2.30573258e+11 2.30574070e+11 2.30574883e+11 2.30575696e+11 2.30576509e+11 2.30577322e+11 2.30578135e+11 2.30578947e+11 2.30579760e+11 2.30580573e+11 2.30581386e+11 2.30582199e+11 2.30583011e+11 2.30583824e+11 2.30584637e+11 2.30585450e+11 2.30586263e+11 2.30587076e+11 2.30587888e+11 2.30588701e+11 2.30589514e+11 2.30590327e+11 2.30591140e+11 2.30591952e+11 2.30592765e+11 2.30593578e+11 2.30594391e+11 2.30595204e+11 2.30596017e+11 2.30596829e+11 2.30597642e+11 2.30598455e+11 2.30599268e+11 2.30600081e+11 2.30600893e+11 2.30601706e+11 2.30602519e+11 2.30603332e+11 2.30604145e+11 2.30604958e+11 2.30605770e+11 2.30606583e+11 2.30607396e+11 2.30608209e+11 2.30609022e+11 2.30609834e+11 2.30610647e+11 2.30611460e+11 2.30612273e+11 2.30613086e+11 2.30613899e+11 2.30614711e+11 2.30615524e+11 2.30616337e+11 2.30617150e+11 2.30617963e+11 2.30618775e+11 2.30619588e+11 2.30620401e+11 2.30621214e+11 2.30622027e+11 2.30622840e+11 2.30623652e+11 2.30624465e+11 2.30625278e+11] [2.30504168e+11 2.30504981e+11 2.30505794e+11 2.30506606e+11 2.30507419e+11 2.30508232e+11 2.30509045e+11 2.30509858e+11 2.30510671e+11 2.30511483e+11 2.30512296e+11 2.30513109e+11 2.30513922e+11 2.30514735e+11 2.30515547e+11 2.30516360e+11 2.30517173e+11 2.30517986e+11 2.30518799e+11 2.30519612e+11 2.30520424e+11 2.30521237e+11 2.30522050e+11 2.30522863e+11 2.30523676e+11 2.30524488e+11 2.30525301e+11 2.30526114e+11 2.30526927e+11 2.30527740e+11 2.30528553e+11 2.30529365e+11 2.30530178e+11 2.30530991e+11 2.30531804e+11 2.30532617e+11 2.30533429e+11 2.30534242e+11 2.30535055e+11 2.30535868e+11 2.30536681e+11 2.30537494e+11 2.30538306e+11 2.30539119e+11 2.30539932e+11 2.30540745e+11 2.30541558e+11 2.30542370e+11 2.30543183e+11 2.30543996e+11 2.30544809e+11 2.30545622e+11 2.30546435e+11 2.30547247e+11 2.30548060e+11 2.30548873e+11 2.30549686e+11 2.30550499e+11 2.30551311e+11 2.30552124e+11 2.30552937e+11 2.30553750e+11 2.30554563e+11 2.30555376e+11 2.30556188e+11 2.30557001e+11 2.30557814e+11 2.30558627e+11 2.30559440e+11 2.30560253e+11 2.30561065e+11 2.30561878e+11 2.30562691e+11 2.30563504e+11 2.30564317e+11 2.30565129e+11 2.30565942e+11 2.30566755e+11 2.30567568e+11 2.30568381e+11 2.30569194e+11 2.30570006e+11 2.30570819e+11 2.30571632e+11 2.30572445e+11 2.30573258e+11 2.30574070e+11 2.30574883e+11 2.30575696e+11 2.30576509e+11 2.30577322e+11 2.30578135e+11 2.30578947e+11 2.30579760e+11 2.30580573e+11 2.30581386e+11 2.30582199e+11 2.30583011e+11 2.30583824e+11 2.30584637e+11 2.30585450e+11 2.30586263e+11 2.30587076e+11 2.30587888e+11 2.30588701e+11 2.30589514e+11 2.30590327e+11 2.30591140e+11 2.30591952e+11 2.30592765e+11 2.30593578e+11 2.30594391e+11 2.30595204e+11 2.30596017e+11 2.30596829e+11 2.30597642e+11 2.30598455e+11 2.30599268e+11 2.30600081e+11 2.30600893e+11 2.30601706e+11 2.30602519e+11 2.30603332e+11 2.30604145e+11 2.30604958e+11 2.30605770e+11 2.30606583e+11 2.30607396e+11 2.30608209e+11 2.30609022e+11 2.30609834e+11 2.30610647e+11 2.30611460e+11 2.30612273e+11 2.30613086e+11 2.30613899e+11 2.30614711e+11 2.30615524e+11 2.30616337e+11 2.30617150e+11 2.30617963e+11 2.30618775e+11 2.30619588e+11 2.30620401e+11 2.30621214e+11 2.30622027e+11 2.30622840e+11 2.30623652e+11 2.30624465e+11 2.30625278e+11] PASSED test_task_cvel2.py::cvel2_test::test53 cvel2 53: cvel2 of a field with ephemeris attached and outframe SOURCE Testing channel frequencies ... [4.83544557e+09 4.88544914e+09] [4.83544557e+09 4.88544914e+09] PASSED test_task_cvel2.py::cvel2_test::test6 2023-09-07 10:42:06 WARN cvel2::::casa Parameter passall=True is not supported in cvel2 2023-09-07 10:42:08 WARN MSTransformManager::setup There is only one selected SPW, no need to combine cvel2 6: I/O vis set, more complex input vis, one field selected, one spw selected, passall = True PASSED test_task_cvel2.py::cvel2_test::test6_datacolumn_uppercase 2023-09-07 10:42:14 WARN cvel2::::casa Parameter passall=True is not supported in cvel2 2023-09-07 10:42:17 WARN MSTransformManager::setup There is only one selected SPW, no need to combine cvel2 6: I/O vis set, more complex input vis, one field selected, one spw selected, passall = True PASSED test_task_cvel2.py::cvel2_test::test7 cvel2 7: I/O vis set, input vis with two spws, one field selected, 2 spws selected, passall = False PASSED test_task_cvel2.py::cvel2_test::test8 cvel2 8: I/O vis set, input vis with two spws, one field selected, 2 spws selected, passall = False, regridding 1 PASSED test_task_cvel2.py::cvel2_test::test9 cvel2 9: I/O vis set, input vis with two spws, one field selected, 2 spws selected, passall = False, regridding 2 PASSED test_task_cvel2.py::cvel2_test::test_mms_heuristics1 2023-09-07 10:42:55 SEVERE MSTransformDataHandler::mergeSourceSubTables SOURCE sub-table found but has no valid content 2023-09-07 10:42:56 WARN cvel2::::casa Cannot combine spws in parallel because the subMSs do not contain all the selected spws 2023-09-07 10:42:56 SEVERE cvel2::::casa Please set keepmms to False or use task mstransform in this case. 2023-09-07 10:42:56 SEVERE cvel2::::casa Task cvel2 raised an exception of class RuntimeError with the following message: Unable to continue with MMS processing cvel2 : MMS heuristic tests ................. Creating test MMS .................. Expected error! PASSED test_task_cvel2.py::cvel2_test::test_mms_heuristics2 2023-09-07 10:42:56 WARN ParallelDataHelper::getPartitionMap::casa Number of subMSs (64) is greater than available scan,ddi pairs (4), setting nsubms to 4 2023-09-07 10:43:07 WARN cvel2::::casa Cannot combine spws in parallel because the subMSs do not contain all the selected spws 2023-09-07 10:43:07 SEVERE cvel2::::casa Please set keepmms to False or use task mstransform in this case. 2023-09-07 10:43:07 SEVERE cvel2::::casa Task cvel2 raised an exception of class RuntimeError with the following message: Unable to continue with MMS processing cvel2 : MMS heuristic tests ................. Creating test MMS .................. Expected error! PASSED test_task_cvel2.py::cvel2_test::test_mms_heuristics3 2023-09-07 10:43:07 WARN ParallelDataHelper::getPartitionMap::casa Number of subMSs (64) is greater than available scan,ddi pairs (4), setting nsubms to 4 cvel2 : MMS heuristic tests ................. Creating test MMS .................. PASSED test_task_cvel2.py::cvel2_test::test_preaveraging_exception 2023-09-07 10:43:32 WARN MSTransformManager::setup There is only one selected SPW, no need to combine cvel2 pre-averaging exception not there any longer: check the exception introduced for CAS-9798, but removed after CAS-9853. PASSED - generated xml file: /home/casatest/casa6/casatestutils/nosedir/xml/test_task_cvel2/nose.xml - ================= 60 passed, 15 warnings in 699.71s (0:11:39) ================== HAVE_PYTEST: True Namespace(bamboo=False, branch='CAS-13844', classes=None, dry_run=False, file=None, ignore_list=None, list=False, mapfile=None, merge_target='master', ncores=2, pkg=None, pmode=None, rcdir=None, test_config=None, test_group='casatasks', test_list=None, test_paths=None, verbose=False, work_dir=None) Operating system: Linux Testing Components['casatasks'] Arguments Sent Direct To Pytest : [] Running 112 Test(s) Cleaning: /home/casatest/casa6/casatestutils/nosedir/ Tests: ['test_task_accor', 'test_task_applycal', 'test_task_asdmsummary', 'test_task_bandpass', 'test_task_blcal', 'test_task_calstat', 'test_task_clearcal', 'test_task_clearstat', 'test_task_concat', 'test_task_conjugatevis', 'test_task_cvel', 'test_task_cvel2', 'test_task_deconvolve', 'test_task_delmod', 'test_task_exportasdm', 'test_task_exportfits', 'test_task_exportuvfits', 'test_task_feather', 'test_task_fixplanets', 'test_task_fixvis', 'test_task_flagcmd', 'test_task_flagdata', 'test_task_flagmanager', 'test_task_fluxscale', 'test_task_fringefit', 'test_task_gaincal', 'test_task_gencal', 'test_task_hanningsmooth', 'test_task_imbaseline', 'test_task_imcollapse', 'test_task_imcontsub', 'test_task_imdev', 'test_task_imfit', 'test_task_imhead', 'test_task_imhistory', 'test_task_immath', 'test_task_immoments', 'test_task_impbcor', 'test_task_importasap', 'test_task_importasdm', 'test_task_importatca', 'test_task_importfitsidi', 'test_task_importmiriad', 'test_task_importnro', 'test_task_importuvfits', 'test_task_importvla', 'test_task_impv', 'test_task_imrebin', 'test_task_imreframe', 'test_task_imregrid', 'test_task_imsmooth', 'test_task_imstat', 'test_task_imsubimage', 'test_task_imtrans', 'test_task_imval', 'test_task_initweights', 'test_task_listcal', 'test_task_listfits', 'test_task_listhistory', 'test_task_listobs', 'test_task_listpartition', 'test_task_listsdm', 'test_task_listvis', 'test_task_makemask', 'test_task_mstransform', 'test_task_mstransform_mms', 'test_task_nrobeamaverage', 'test_task_partition', 'test_task_phaseshift', 'test_task_plotants', 'test_task_plotbandpass', 'test_task_plotprofilemap', 'test_task_plotweather', 'test_task_polcal', 'test_task_polfromgain', 'test_task_predictcomp', 'test_task_rerefant', 'test_task_rmfit', 'test_task_rmtables', 'test_task_sdatmcor', 'test_task_sdbaseline', 'test_task_sdcal', 'test_task_sdfit', 'test_task_sdfixscan', 'test_task_sdgaincal', 'test_task_sdimaging', 'test_task_sdintimaging', 'test_task_sdpolaverage', 'test_task_sdsidebandsplit', 'test_task_sdsmooth', 'test_task_sdtimeaverage', 'test_task_setjy', 'test_task_simanalyze', 'test_task_simobserve', 'test_task_slsearch', 'test_task_smoothcal', 'test_task_specfit', 'test_task_specflux', 'test_task_specsmooth', 'test_task_splattotable', 'test_task_split', 'test_task_spxfit', 'test_task_statwt', 'test_task_tclean', 'test_task_testconcat', 'test_task_tsdimaging', 'test_task_uvcontsub_old', 'test_task_uvcontsub_old', 'test_task_uvmodelfit', 'test_task_virtualconcat', 'test_task_vishead', 'test_task_visstat'] Merge Target Enabled: Target Branch: master Feature Branch: CAS-13844 Fetching Repository: casa6 Running: git clone https://open-bitbucket.nrao.edu/scm/casa/casa6 Running: git checkout origin/master Merging CAS-13844 into master Running: git merge --no-edit --verbose origin/CAS-13844 Updating 98e15662c..e96bd1d3c Fast-forward casatasks/src/private/imagerhelpers/imager_base.py | 2 +- .../code/synthesis/ImagerObjects/SIImageStore.cc | 203 +++++++++++---------- .../code/synthesis/ImagerObjects/SIImageStore.h | 1 + .../synthesis/ImagerObjects/SynthesisNormalizer.cc | 15 ++ .../synthesis/ImagerObjects/SynthesisNormalizer.h | 7 +- .../synthesisnormalizer_cmpt.cc | 6 +- casatools/xml/synthesisnormalizer.xml | 7 +- 7 files changed, 143 insertions(+), 98 deletions(-) Running: git status HEAD detached from origin/master nothing to commit, working tree clean Fetching Repository: casampi Running: git clone https://open-bitbucket.nrao.edu/scm/casa/casampi Running: git checkout origin/master CAS-13844 not in Remote Repository casampi Checkout from build.conf Tag: tags/0.5.3 Running: git checkout origin/tags/0.5.3 Fetching Repository: casaplotms Running: git clone https://open-bitbucket.nrao.edu/scm/casa/casaplotms Running: git checkout origin/master CAS-13844 not in Remote Repository casaplotms Checkout from build.conf Tag: tags/2.2.4 Running: git checkout origin/tags/2.2.4 Fetching Repository: almatasks Running: git clone https://open-bitbucket.nrao.edu/scm/casa/almatasks Running: git checkout origin/master CAS-13844 not in Remote Repository almatasks Checkout from build.conf Tag: tags/1.7.1 Running: git checkout origin/tags/1.7.1 Fetching Repository: casaviewer Running: git clone https://open-bitbucket.nrao.edu/scm/casa/casaviewer Running: git checkout origin/master CAS-13844 not in Remote Repository casaviewer Checkout from build.conf Tag: tags/1.9.1 Running: git checkout origin/tags/1.9.1 Directory Of Tests: /home/casatest/casa6/casatestutils/nosedir/tests/ Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_sdatmcor/ Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_sdatmcor Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_task_sdatmcor/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_task_sdatmcor/ Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_predictcomp/ Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_predictcomp Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_task_predictcomp/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_task_predictcomp/ Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_sdgaincal/ Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_sdgaincal Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_task_sdgaincal/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_task_sdgaincal/ Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_immath/ Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_immath Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_task_immath/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_task_immath/ Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_virtualconcat/ Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_virtualconcat Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_task_virtualconcat/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_task_virtualconcat/ Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_plotants/ Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_plotants Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_task_plotants/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_task_plotants/ Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_cvel2/ Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_cvel2 Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_task_cvel2/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_task_cvel2/ Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_mstransform/ Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_mstransform Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_task_mstransform/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_task_mstransform/============================= test session starts ============================== platform linux -- Python 3.8.7, pytest-7.4.1, pluggy-1.3.0 -- /usr/local/bin/python3.8 cachedir: .pytest_cache rootdir: /home/casatest/casa6/casatestutils/nosedir/test_task_mstransform configfile: pytest.ini collecting ... collected 202 items test_task_mstransform.py::test_Combspw1::test_combspw1_1 mstransform: Combine four spws into one PASSED test_task_mstransform.py::test_Combspw1::test_combspw1_2 combineSpws progress: 20% processed ... combineSpws progress: 40% processed ... combineSpws progress: 60% processed ... combineSpws progress: 80% processed ... combineSpws progress: 100% processed. regridSpw progress: 20% processed ... regridSpw progress: 40% processed ... regridSpw progress: 60% processed ... regridSpw progress: 80% processed ... regridSpw progress: 100% processed. mstransform: Combine some channels of two spws PASSED test_task_mstransform.py::test_Combspw1::test_combspw1_5 mstransform: Combine four spws into one PASSED test_task_mstransform.py::test_Combspw1::test_combspw1_6 combineSpws progress: 20% processed ... combineSpws progress: 40% processed ... combineSpws progress: 60% processed ... combineSpws progress: 80% processed ... combineSpws progress: 100% processed. regridSpw progress: 20% processed ... regridSpw progress: 40% processed ... regridSpw progress: 60% processed ... regridSpw progress: 80% processed ... regridSpw progress: 100% processed. mstransform: Combine some channels of two spws PASSED test_task_mstransform.py::test_Combspw1::test_combspw_overlap combineSpws progress: 20% processed ... 2023-09-07 10:44:26 WARN SubMS::combineSpws() Incomplete coverage of combined SPW starting at timestamp 16-Feb-2003/22:13:50.0, baseline ( 1, 23 ) 2023-09-07 10:44:26 WARN SubMS::combineSpws()+ In this and further affected rows, the data arrays will be padded with zeros and corresponding channels flagged. 2023-09-07 10:44:26 WARN SubMS::combineSpws() Averaging failed for the following channel/correllation pairs from output row 660 up to 660. Corresponding visibilities will be flagged: 2023-09-07 10:44:26 WARN SubMS::combineSpws()+ (45, 0) 2023-09-07 10:44:26 WARN SubMS::combineSpws() Averaging failed for the following channel/correllation pairs from output row 710 up to 710. Corresponding visibilities will be flagged: 2023-09-07 10:44:26 WARN SubMS::combineSpws()+ (45, 0) combineSpws progress: 40% processed ... 2023-09-07 10:44:26 WARN SubMS::combineSpws() Averaging failed for the following channel/correllation pairs from output row 830 up to 830. Corresponding visibilities will be flagged: 2023-09-07 10:44:26 WARN SubMS::combineSpws()+ (45, 0) 2023-09-07 10:44:26 WARN SubMS::combineSpws() Averaging failed for the following channel/correllation pairs from output row 860 up to 860. Corresponding visibilities will be flagged: 2023-09-07 10:44:26 WARN SubMS::combineSpws()+ (45, 0) 2023-09-07 10:44:26 WARN SubMS::combineSpws() Averaging failed for the following channel/correllation pairs from output row 910 up to 910. Corresponding visibilities will be flagged: 2023-09-07 10:44:26 WARN SubMS::combineSpws()+ (45, 0) 2023-09-07 10:44:26 WARN SubMS::combineSpws() Averaging failed for the following channel/correllation pairs from output row 1035 up to 1035. Corresponding visibilities will be flagged: 2023-09-07 10:44:26 WARN SubMS::combineSpws()+ (45, 0) 2023-09-07 10:44:26 WARN SubMS::combineSpws() Averaging failed for the following channel/correllation pairs from output row 1085 up to 1085. Corresponding visibilities will be flagged: 2023-09-07 10:44:26 WARN SubMS::combineSpws()+ (45, 0) combineSpws progress: 60% processed ... 2023-09-07 10:44:26 WARN SubMS::combineSpws() Averaging failed for the following channel/correllation pairs from output row 1385 up to 1385. Corresponding visibilities will be flagged: 2023-09-07 10:44:26 WARN SubMS::combineSpws()+ (45, 1) 2023-09-07 10:44:26 WARN SubMS::combineSpws() Averaging failed for the following channel/correllation pairs from output row 1460 up to 1460. Corresponding visibilities will be flagged: 2023-09-07 10:44:26 WARN SubMS::combineSpws()+ (45, 1) combineSpws progress: 80% processed ... combineSpws progress: 100% processed. 2023-09-07 10:44:27 WARN SubMS::combineSpws() Incomplete coverage of combined SPW in 4 of 1891 output rows. regridSpw progress: 20% processed ... regridSpw progress: 40% processed ... regridSpw progress: 60% processed ... regridSpw progress: 80% processed ... regridSpw progress: 100% processed. mstransform: Combine some channels of two overlapping spws Testing column UVW Column UVW PASSED Testing column ANTENNA1 Column ANTENNA1 PASSED Testing column ANTENNA2 Column ANTENNA2 PASSED Testing column ARRAY_ID Column ARRAY_ID PASSED Testing column DATA_DESC_ID Column DATA_DESC_ID PASSED Testing column EXPOSURE Column EXPOSURE PASSED Testing column FEED1 Column FEED1 PASSED Testing column FEED2 Column FEED2 PASSED Testing column FIELD_ID Column FIELD_ID PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column OBSERVATION_ID Column OBSERVATION_ID PASSED Testing column PROCESSOR_ID Column PROCESSOR_ID PASSED Testing column SCAN_NUMBER Column SCAN_NUMBER PASSED Testing column STATE_ID Column STATE_ID PASSED Testing column TIME Column TIME PASSED Testing column TIME_CENTROID Column TIME_CENTROID PASSED Testing column DATA Column DATA PASSED Testing column FLAG Column FLAG PASSED PASSED test_task_mstransform.py::test_combinespws_diff_channels::test_combinespws_not_supported_all 2023-09-07 10:44:31 WARN MSTransformManager::checkDataColumnsToFill CORRECTED_DATA column requested but not available in input MS 2023-09-07 10:44:31 SEVERE mstransform::::casa Task mstransform raised an exception of class RuntimeError with the following message: Currently the option 'combinespws' is only supported when the number of channels is the same for all the spw's selected. One of the SPWs selected has 3840 channels, but another selected SPW has 128 channels. mstransform: combinespws does not currently work when the spw's have different numbers of channels. An error should be produced. PASSED test_task_mstransform.py::test_combinespws_diff_channels::test_combinespws_not_supported_n0123 2023-09-07 10:44:31 WARN MSTransformManager::checkDataColumnsToFill CORRECTED_DATA column requested but not available in input MS 2023-09-07 10:44:31 SEVERE mstransform::::casa Task mstransform raised an exception of class RuntimeError with the following message: Currently the option 'combinespws' is only supported when the number of channels is the same for all the spw's selected. One of the SPWs selected has 3840 channels, but another selected SPW has 128 channels. mstransform: combinespws does not currently work when the spw's have different numbers of channels. An error should be produced. All spw's are selected here. PASSED test_task_mstransform.py::test_combinespws_diff_channels::test_combinespws_not_supported_n23 2023-09-07 10:44:31 WARN MSTransformManager::checkDataColumnsToFill CORRECTED_DATA column requested but not available in input MS 2023-09-07 10:44:31 SEVERE mstransform::::casa Task mstransform raised an exception of class RuntimeError with the following message: Currently the option 'combinespws' is only supported when the number of channels is the same for all the spw's selected. One of the SPWs selected has 128 channels, but another selected SPW has 3840 channels. mstransform: combinespws does not currently work when the spw's have different numbers of channels. An error should be produced. spw 2 has 128 channels but the other spw's have 3840 channels. PASSED test_task_mstransform.py::test_combinespws_diff_channels::test_combinespws_not_supported_n321 2023-09-07 10:44:31 WARN MSTransformManager::checkDataColumnsToFill CORRECTED_DATA column requested but not available in input MS 2023-09-07 10:44:31 SEVERE mstransform::::casa Task mstransform raised an exception of class RuntimeError with the following message: Currently the option 'combinespws' is only supported when the number of channels is the same for all the spw's selected. One of the SPWs selected has 3840 channels, but another selected SPW has 128 channels. mstransform: combinespws does not currently work when the spw's have different numbers of channels. An error should be produced. PASSED test_task_mstransform.py::test_combinespws_diff_channels::test_combinespws_ok No error should be produced because the spw's selected have the same number of channels, even though other spw's have different numbers of channels. PASSED test_task_mstransform.py::test_regridms_four_ants::test_regrid1_defaults mstransform: Default of regridms parameters PASSED test_task_mstransform.py::test_regridms_four_ants::test_regrid1_defaults_spw_sel mstransform: Default regridms with spw selection PASSED test_task_mstransform.py::test_regridms_jupiter::test_regrid3_1 combineSpws progress: 10% processed ... combineSpws progress: 20% processed ... combineSpws progress: 30% processed ... combineSpws progress: 40% processed ... combineSpws progress: 50% processed ... combineSpws progress: 60% processed ... combineSpws progress: 70% processed ... combineSpws progress: 80% processed ... combineSpws progress: 90% processed ... combineSpws progress: 100% processed. mstransform 12: Check that output columns are the same when using mstransform Testing column UVW Column UVW PASSED Testing column WEIGHT Column WEIGHT PASSED Testing column SIGMA Column SIGMA PASSED Testing column ANTENNA1 Column ANTENNA1 PASSED Testing column ANTENNA2 Column ANTENNA2 PASSED Testing column ARRAY_ID Column ARRAY_ID PASSED Testing column DATA_DESC_ID Column DATA_DESC_ID PASSED Testing column EXPOSURE Column EXPOSURE PASSED Testing column FEED1 Column FEED1 PASSED Testing column FEED2 Column FEED2 PASSED Testing column FIELD_ID Column FIELD_ID PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column OBSERVATION_ID Column OBSERVATION_ID PASSED Testing column PROCESSOR_ID Column PROCESSOR_ID PASSED Testing column SCAN_NUMBER Column SCAN_NUMBER PASSED Testing column STATE_ID Column STATE_ID PASSED Testing column TIME Column TIME PASSED Testing column TIME_CENTROID Column TIME_CENTROID PASSED Testing column DATA Column DATA PASSED Testing column WEIGHT_SPECTRUM Column WEIGHT_SPECTRUM PASSED Testing column OFFSET Column OFFSET PASSED Testing column POSITION Column POSITION PASSED Testing column TYPE Column TYPE PASSED Testing column DISH_DIAMETER Column DISH_DIAMETER PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column MOUNT Column MOUNT PASSED Testing column NAME Column NAME PASSED Testing column STATION Column STATION PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column POLARIZATION_ID Column POLARIZATION_ID PASSED Testing column SPECTRAL_WINDOW_ID Column SPECTRAL_WINDOW_ID PASSED Testing column POSITION Column POSITION PASSED Testing column BEAM_OFFSET Column BEAM_OFFSET PASSED Testing column POLARIZATION_TYPE Column POLARIZATION_TYPE PASSED Testing column POL_RESPONSE Column POL_RESPONSE PASSED Testing column RECEPTOR_ANGLE Column RECEPTOR_ANGLE PASSED Testing column ANTENNA_ID Column ANTENNA_ID PASSED Testing column BEAM_ID Column BEAM_ID PASSED Testing column FEED_ID Column FEED_ID PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column NUM_RECEPTORS Column NUM_RECEPTORS PASSED Testing column TIME Column TIME PASSED Testing column DELAY_DIR Column DELAY_DIR PASSED Testing column PHASE_DIR Column PHASE_DIR PASSED Testing column REFERENCE_DIR Column REFERENCE_DIR PASSED Testing column CODE Column CODE PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column NAME Column NAME PASSED Testing column NUM_POLY Column NUM_POLY PASSED Testing column SOURCE_ID Column SOURCE_ID PASSED Testing column TIME Column TIME PASSED Testing column APPLIED Column APPLIED PASSED Testing column COMMAND Column COMMAND PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column LEVEL Column LEVEL PASSED Testing column REASON Column REASON PASSED Testing column SEVERITY Column SEVERITY PASSED Testing column TIME Column TIME PASSED Testing column TYPE Column TYPE PASSED Testing column TIME_RANGE Column TIME_RANGE PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column OBSERVER Column OBSERVER PASSED Testing column PROJECT Column PROJECT PASSED Testing column RELEASE_DATE Column RELEASE_DATE PASSED Testing column SCHEDULE_TYPE Column SCHEDULE_TYPE PASSED Testing column TELESCOPE_NAME Column TELESCOPE_NAME PASSED Testing column DIRECTION Column DIRECTION PASSED Testing column ANTENNA_ID Column ANTENNA_ID PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column NAME Column NAME PASSED Testing column NUM_POLY Column NUM_POLY PASSED Testing column TARGET Column TARGET PASSED Testing column TIME Column TIME PASSED Testing column TIME_ORIGIN Column TIME_ORIGIN PASSED Testing column TRACKING Column TRACKING PASSED Testing column CORR_TYPE Column CORR_TYPE PASSED Testing column CORR_PRODUCT Column CORR_PRODUCT PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column NUM_CORR Column NUM_CORR PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column MODE_ID Column MODE_ID PASSED Testing column TYPE Column TYPE PASSED Testing column TYPE_ID Column TYPE_ID PASSED Testing column SUB_TYPE Column SUB_TYPE PASSED Testing column DIRECTION Column DIRECTION PASSED Testing column PROPER_MOTION Column PROPER_MOTION PASSED Testing column CALIBRATION_GROUP Column CALIBRATION_GROUP PASSED Testing column CODE Column CODE PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column NAME Column NAME PASSED Testing column NUM_LINES Column NUM_LINES PASSED Testing column SOURCE_ID Column SOURCE_ID PASSED Testing column SPECTRAL_WINDOW_ID Column SPECTRAL_WINDOW_ID PASSED Testing column TIME Column TIME PASSED Testing column POSITION Column POSITION PASSED Testing column REST_FREQUENCY Column REST_FREQUENCY PASSED Testing column SYSVEL Column SYSVEL PASSED Testing column TRANSITION Column TRANSITION PASSED Testing column CAL Column CAL PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column LOAD Column LOAD PASSED Testing column OBS_MODE Column OBS_MODE PASSED Testing column REF Column REF PASSED Testing column SIG Column SIG PASSED Testing column SUB_SCAN Column SUB_SCAN PASSED PASSED test_task_mstransform.py::test_regridms_jupiter::test_regrid3_2 mstransform: Combine spw and regrid MS with two spws, select one field and 2 spws PASSED test_task_mstransform.py::test_regridms_negative_width::test_regrid_channel_b_neg_width mstransform: regridding in channel_b mode with negative width PASSED test_task_mstransform.py::test_regridms_negative_width::test_regrid_channel_neg_width mstransform: regridding in channel mode with negative width PASSED test_task_mstransform.py::test_regridms_negative_width::test_regrid_frequency_neg_width mstransform: regridding in frequency mode with negative width PASSED test_task_mstransform.py::test_regridms_negative_width::test_regrid_velocity_neg_width 2023-09-07 10:45:47 WARN MSTransformRegridder::convertGridPars Invalid velocity type RADIO, setting type to "radio" mstransform: regridding in velocity mode with negative width PASSED test_task_mstransform.py::test_regridms_interpolation_only::test_simple_regrid_cubic mstransform: regrid, nothing else. interpolation cubic, check output values PASSED test_task_mstransform.py::test_regridms_interpolation_only::test_simple_regrid_fftshift mstransform: regrid, nothing else. interpolation fftshift, check output values PASSED test_task_mstransform.py::test_regridms_interpolation_only::test_simple_regrid_linear mstransform: regrid, nothing else. interpolation linear, check output values PASSED test_task_mstransform.py::test_regridms_interpolation_only::test_simple_regrid_nearest mstransform: regrid, nothing else. interpolation nearest, check output values PASSED test_task_mstransform.py::test_regridms_interpolation_only::test_simple_regrid_spline mstransform: regrid, nothing else. interpolation cubic, check output values PASSED test_task_mstransform.py::test_regridms_single_spw::test_regrid_only_LSRK regridSpw progress: 100% processed. mstransform: Change ref. frame to LSRK Testing column OFFSET Column OFFSET PASSED Testing column POSITION Column POSITION PASSED Testing column TYPE Column TYPE PASSED Testing column DISH_DIAMETER Column DISH_DIAMETER PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column MOUNT Column MOUNT PASSED Testing column NAME Column NAME PASSED Testing column STATION Column STATION PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column POLARIZATION_ID Column POLARIZATION_ID PASSED Testing column SPECTRAL_WINDOW_ID Column SPECTRAL_WINDOW_ID PASSED Testing column POSITION Column POSITION PASSED Testing column BEAM_OFFSET Column BEAM_OFFSET PASSED Testing column POLARIZATION_TYPE Column POLARIZATION_TYPE PASSED Testing column POL_RESPONSE Column POL_RESPONSE PASSED Testing column RECEPTOR_ANGLE Column RECEPTOR_ANGLE PASSED Testing column ANTENNA_ID Column ANTENNA_ID PASSED Testing column BEAM_ID Column BEAM_ID PASSED Testing column FEED_ID Column FEED_ID PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column NUM_RECEPTORS Column NUM_RECEPTORS PASSED Testing column SPECTRAL_WINDOW_ID Column SPECTRAL_WINDOW_ID PASSED Testing column TIME Column TIME PASSED Testing column DELAY_DIR Column DELAY_DIR PASSED Testing column PHASE_DIR Column PHASE_DIR PASSED Testing column REFERENCE_DIR Column REFERENCE_DIR PASSED Testing column CODE Column CODE PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column NAME Column NAME PASSED Testing column NUM_POLY Column NUM_POLY PASSED Testing column SOURCE_ID Column SOURCE_ID PASSED Testing column TIME Column TIME PASSED Testing column PhaseDir_Ref Column PhaseDir_Ref PASSED Testing column DelayDir_Ref Column DelayDir_Ref PASSED Testing column RefDir_Ref Column RefDir_Ref PASSED Testing column APPLIED Column APPLIED PASSED Testing column COMMAND Column COMMAND PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column LEVEL Column LEVEL PASSED Testing column REASON Column REASON PASSED Testing column SEVERITY Column SEVERITY PASSED Testing column TIME Column TIME PASSED Testing column TYPE Column TYPE PASSED Testing column DIRECTION Column DIRECTION PASSED Testing column ANTENNA_ID Column ANTENNA_ID PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column NAME Column NAME PASSED Testing column NUM_POLY Column NUM_POLY PASSED Testing column TARGET Column TARGET PASSED Testing column TIME Column TIME PASSED Testing column TIME_ORIGIN Column TIME_ORIGIN PASSED Testing column TRACKING Column TRACKING PASSED Testing column CORR_TYPE Column CORR_TYPE PASSED Testing column CORR_PRODUCT Column CORR_PRODUCT PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column NUM_CORR Column NUM_CORR PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column MODE_ID Column MODE_ID PASSED Testing column TYPE Column TYPE PASSED Testing column TYPE_ID Column TYPE_ID PASSED Testing column SUB_TYPE Column SUB_TYPE PASSED Testing column CAL Column CAL PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column LOAD Column LOAD PASSED Testing column OBS_MODE Column OBS_MODE PASSED Testing column REF Column REF PASSED Testing column SIG Column SIG PASSED Testing column SUB_SCAN Column SUB_SCAN PASSED Testing column TIME_RANGE Column TIME_RANGE PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column OBSERVER Column OBSERVER PASSED Testing column PROJECT Column PROJECT PASSED Testing column RELEASE_DATE Column RELEASE_DATE PASSED Testing column SCHEDULE_TYPE Column SCHEDULE_TYPE PASSED Testing column TELESCOPE_NAME Column TELESCOPE_NAME PASSED Testing column UVW Column UVW PASSED Testing column WEIGHT Column WEIGHT PASSED Testing column ANTENNA1 Column ANTENNA1 PASSED Testing column ANTENNA2 Column ANTENNA2 PASSED Testing column ARRAY_ID Column ARRAY_ID PASSED Testing column DATA_DESC_ID Column DATA_DESC_ID PASSED Testing column EXPOSURE Column EXPOSURE PASSED Testing column FEED1 Column FEED1 PASSED Testing column FEED2 Column FEED2 PASSED Testing column FIELD_ID Column FIELD_ID PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column OBSERVATION_ID Column OBSERVATION_ID PASSED Testing column PROCESSOR_ID Column PROCESSOR_ID PASSED Testing column SCAN_NUMBER Column SCAN_NUMBER PASSED Testing column STATE_ID Column STATE_ID PASSED Testing column TIME Column TIME PASSED Testing column TIME_CENTROID Column TIME_CENTROID PASSED Testing column CORRECTED_DATA Column CORRECTED_DATA PASSED Testing column DATA Column DATA PASSED Testing column FLAG Column FLAG PASSED PASSED test_task_mstransform.py::test_regridms_multiple_spws::test_combine_noregrid_fftshift mstransform: Combine 2 SPWs and change ref. frame to LSRK using fftshift PASSED test_task_mstransform.py::test_regridms_multiple_spws::test_combine_regrid_fftshift mstransform: Combine 2 SPWs and change ref. frame to LSRK using fftshift SKIPPED (Skip, cvel produces an exception since release 4.7.2 as per...) test_task_mstransform.py::test_regridms_spw_with_different_number_of_channels::test_regridms_spw_with_different_number_of_channels_separately mstransform: Regrid SPWs separately, applying pre-channel averaging to only some of them PASSED test_task_mstransform.py::test_Hanning_with_g19::test_hanning1 mstransform: Apply Hanning smoothing in MS with 24 spws. Do not combine spws. PASSED test_task_mstransform.py::test_Hanning_with_g19::test_hanning1_datacolumn_uppercase mstransform: Apply Hanning smoothing in MS with 24 spws. Do not combine spws. PASSED test_task_mstransform.py::test_Hanning_with_g19::test_hanning2 mstransform: Apply Hanning smoothing and combine spw=1,2,3. PASSED test_task_mstransform.py::test_Hanning_with_ngc5921::test_hanning3 mstransform: Hanning theoretical and calculated values should be the same PASSED test_task_mstransform.py::test_Hanning_with_ngc5921::test_hanning4 mstransform: Flagging should be correct after hanning smoothing and frame transformation. PASSED test_task_mstransform.py::test_FreqAvg::test_freqavg1 2023-09-07 10:47:12 WARN MSTransformManager::dropNonUniformWidthChannels Not enough input channels to populate output channel n# 6 from SPW 2. 2023-09-07 10:47:12 WARN MSTransformManager::dropNonUniformWidthChannels+ The channel will be dropped in order to have an uniform grid. mstranform: Average 20 channels of one spw PASSED test_task_mstransform.py::test_FreqAvg::test_freqavg11 mstransform: Automatically convert numpy type to Python type PASSED test_task_mstransform.py::test_FreqAvg::test_freqavg2 2023-09-07 10:47:16 WARN MSTransformManager::dropNonUniformWidthChannels Not enough input channels to populate output channel n# 5 from SPW 2. 2023-09-07 10:47:16 WARN MSTransformManager::dropNonUniformWidthChannels+ The channel will be dropped in order to have an uniform grid. mstranform: Select a few channels to average from one spw PASSED test_task_mstransform.py::test_FreqAvg::test_freqavg3 mstranform: Average all channels of one spw PASSED test_task_mstransform.py::test_FreqAvg::test_freqavg4 2023-09-07 10:47:20 WARN MSTransformManager::dropNonUniformWidthChannels Not enough input channels to populate output channel n# 12 from SPW 20. 2023-09-07 10:47:20 WARN MSTransformManager::dropNonUniformWidthChannels+ The channel will be dropped in order to have an uniform grid. mstranform: Average using different bins for several spws PASSED test_task_mstransform.py::test_FreqAvg::test_freqavg5 2023-09-07 10:47:21 SEVERE ParallelDataHelper::::casa Task mstransform raised an exception of class ValueError with the following message: Number of chanbin is different from the number of spw mstranform: Different number of spws and chanbin. Expected error PASSED test_task_mstransform.py::test_Shape::test_shape1 mstransform: default tileshape PASSED test_task_mstransform.py::test_Shape::test_shape2 mstransform: custom tileshape SKIPPED (As reported in CAS-7377 now there is a custom tile shape fo...) test_task_mstransform.py::test_Columns::test_col1 2023-09-07 10:47:25 WARN MSTransformManager::checkDataColumnsAvailable Requested to make virtual MODEL_DATA column real but SOURCE_MODEL column is not present in SOURCE sub-table mstransform: try to make real a non-existing virtual MODEL column PASSED test_task_mstransform.py::test_Columns::test_col2 mstransform: make real a virtual MODEL column PASSED test_task_mstransform.py::test_Columns::test_col3 mstransform: split out the MODEL column Column DATA of split3.ms and col3.ms agree PASSED test_task_mstransform.py::test_Columns::test_col4 mstransform: split out the DATA,MODEL,CORRECTED columns Testing column UVW Column UVW PASSED Testing column FLAG Column FLAG PASSED Testing column WEIGHT Column WEIGHT PASSED Testing column SIGMA Column SIGMA PASSED Testing column ANTENNA1 Column ANTENNA1 PASSED Testing column ANTENNA2 Column ANTENNA2 PASSED Testing column ARRAY_ID Column ARRAY_ID PASSED Testing column DATA_DESC_ID Column DATA_DESC_ID PASSED Testing column EXPOSURE Column EXPOSURE PASSED Testing column FEED1 Column FEED1 PASSED Testing column FEED2 Column FEED2 PASSED Testing column FIELD_ID Column FIELD_ID PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column OBSERVATION_ID Column OBSERVATION_ID PASSED Testing column PROCESSOR_ID Column PROCESSOR_ID PASSED Testing column SCAN_NUMBER Column SCAN_NUMBER PASSED Testing column STATE_ID Column STATE_ID PASSED Testing column TIME Column TIME PASSED Testing column TIME_CENTROID Column TIME_CENTROID PASSED Testing column DATA Column DATA PASSED Testing column MODEL_DATA Column MODEL_DATA PASSED Testing column CORRECTED_DATA Column CORRECTED_DATA PASSED PASSED test_task_mstransform.py::test_Columns::test_weight_corr_sel mstransform: check WEIGHT shape after correlation selection PASSED test_task_mstransform.py::test_Columns::test_weight_ws_corr_sel mstransform: check WEIGHT shape after correlation selection. WEIGHT_SPECTRUM exists PASSED test_task_mstransform.py::test_SeparateSPWs::test_CAS_5403_1 2023-09-07 10:47:53 WARN MSTransformManager::setup There is only one selected SPW, no need to combine mstransform: separate spw 0 into 4 spws and check that DDI subtable is reindexed properly PASSED test_task_mstransform.py::test_SeparateSPWs::test_CAS_5403_2 mstransform: combine spw 0,1,2 into one spw and then break it down in 4 spws. and then check that DDI subtable is reindexed properly PASSED test_task_mstransform.py::test_SeparateSPWs::test_CAS_6529 2023-09-07 10:48:06 WARN MSTransformManager::setup There is only one selected SPW, no need to combine mstransform: Combine all SPWs and then separated them to obtain the original grid PASSED test_task_mstransform.py::test_SeparateSPWs::test_sep1 2023-09-07 10:48:10 WARN MSTransformManager::setup There is only one selected SPW, no need to combine mstransform: separate one spw into 4, using default regrid parameters PASSED test_task_mstransform.py::test_SeparateSPWs::test_sep2 mstransform: separate three spws into 2, using default regrid parameters PASSED test_task_mstransform.py::test_SeparateSPWs::test_sep3 mstransform: separate 16 spws into 4 with 10 channels each PASSED test_task_mstransform.py::test_SeparateSPWs::test_slicing_problem 2023-09-07 10:48:21 WARN MSTransformManager::setup There is only one selected SPW, no need to combine mstransform: Separate SPWs after re-gridding one single SPW PASSED test_task_mstransform.py::test_state::test_select_by_scan_but_not_implicit_state_reindex mstransform: select 2 scans and do not automatically re-index state sub-table PASSED test_task_mstransform.py::test_state::test_select_by_scan_intent_and_reindex_state_accordingly mstransform: select a scan intent and re-index state sub-table PASSED test_task_mstransform.py::test_WeightSpectrum::test_combineSPWAndChanAvgWithWeightSpectrum mstransform: Combine SPWs and channel average using WEIGHT_SPECTRUM PASSED test_task_mstransform.py::test_WeightSpectrum::test_combineSPWDiffExpAndChanAvgWithWeightSpectrum 2023-09-07 10:48:42 WARN MSTransformManager::combineCubeOfData Detected combination of SPWs with different EXPOSURE 2023-09-07 10:48:42 WARN MSTransformManager::combineCubeOfData+ Will use WEIGHT_SPECTRUM to combine them mstransform: Combine SPWs with different exposure and channel average using WEIGHT_SPECTRUM PASSED test_task_mstransform.py::test_WeightSpectrum::test_combineSPWDiffExpWithWeightSpectrum 2023-09-07 10:48:44 WARN MSTransformManager::combineCubeOfData Detected combination of SPWs with different EXPOSURE 2023-09-07 10:48:44 WARN MSTransformManager::combineCubeOfData+ Will use WEIGHT_SPECTRUM to combine them mstransform: Combine SPWs with different exposure using WEIGHT_SPECTRUM PASSED test_task_mstransform.py::test_WeightSpectrum::test_combineSPWDiffExpWithWeightSpectrumFilledFromWeight mstransform: Combine SPWs with different exposure using WEIGHT_SPECTRUM filled from WEIGHT PASSED test_task_mstransform.py::test_WeightSpectrum::test_fillWeightSpectrumFromWeight mstransform: Fill output WEIGHT_SPECTRUM using WEIGHTS SKIPPED (Skip until propagation of WEIGHT_SPECTRUM by cvel is defined) test_task_mstransform.py::test_channelAverageByDefault::test_channelAverageByDefaultInVelocityMode SKIPPED (Skip, cvel produces an exception since release 4.7.2 as per...) test_task_mstransform.py::test_channelAverageByDefault::test_noregrid_channelAverageByDefaultInVelocityMode 2023-09-07 10:48:49 WARN MSTransformManager::setup There is only one selected SPW, no need to combine PASSED test_task_mstransform.py::test_float_column::test_regrid_float mstransform: change outframe of FLOAT_DATA MS Check column and keywords PASSED test_task_mstransform.py::test_timeaverage::test_timeaverage_baseline_dependent_unflagged Testing column OFFSET Column OFFSET PASSED Testing column POSITION Column POSITION PASSED Testing column TYPE Column TYPE PASSED Testing column DISH_DIAMETER Column DISH_DIAMETER PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column MOUNT Column MOUNT PASSED Testing column NAME Column NAME PASSED Testing column STATION Column STATION PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column POLARIZATION_ID Column POLARIZATION_ID PASSED Testing column SPECTRAL_WINDOW_ID Column SPECTRAL_WINDOW_ID PASSED Testing column POSITION Column POSITION PASSED Testing column BEAM_OFFSET Column BEAM_OFFSET PASSED Testing column POLARIZATION_TYPE Column POLARIZATION_TYPE PASSED Testing column POL_RESPONSE Column POL_RESPONSE PASSED Testing column RECEPTOR_ANGLE Column RECEPTOR_ANGLE PASSED Testing column ANTENNA_ID Column ANTENNA_ID PASSED Testing column BEAM_ID Column BEAM_ID PASSED Testing column FEED_ID Column FEED_ID PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column NUM_RECEPTORS Column NUM_RECEPTORS PASSED Testing column SPECTRAL_WINDOW_ID Column SPECTRAL_WINDOW_ID PASSED Testing column TIME Column TIME PASSED Testing column DELAY_DIR Column DELAY_DIR PASSED Testing column PHASE_DIR Column PHASE_DIR PASSED Testing column REFERENCE_DIR Column REFERENCE_DIR PASSED Testing column CODE Column CODE PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column NAME Column NAME PASSED Testing column NUM_POLY Column NUM_POLY PASSED Testing column SOURCE_ID Column SOURCE_ID PASSED Testing column TIME Column TIME PASSED Testing column APPLIED Column APPLIED PASSED Testing column COMMAND Column COMMAND PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column LEVEL Column LEVEL PASSED Testing column REASON Column REASON PASSED Testing column SEVERITY Column SEVERITY PASSED Testing column TIME Column TIME PASSED Testing column TYPE Column TYPE PASSED Testing column DIRECTION Column DIRECTION PASSED Testing column ANTENNA_ID Column ANTENNA_ID PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column NAME Column NAME PASSED Testing column NUM_POLY Column NUM_POLY PASSED Testing column TARGET Column TARGET PASSED Testing column TIME Column TIME PASSED Testing column TIME_ORIGIN Column TIME_ORIGIN PASSED Testing column TRACKING Column TRACKING PASSED Testing column CORR_TYPE Column CORR_TYPE PASSED Testing column CORR_PRODUCT Column CORR_PRODUCT PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column NUM_CORR Column NUM_CORR PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column MODE_ID Column MODE_ID PASSED Testing column TYPE Column TYPE PASSED Testing column TYPE_ID Column TYPE_ID PASSED Testing column SUB_TYPE Column SUB_TYPE PASSED Testing column CAL Column CAL PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column LOAD Column LOAD PASSED Testing column OBS_MODE Column OBS_MODE PASSED Testing column REF Column REF PASSED Testing column SIG Column SIG PASSED Testing column SUB_SCAN Column SUB_SCAN PASSED Testing column TIME_RANGE Column TIME_RANGE PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column OBSERVER Column OBSERVER PASSED Testing column PROJECT Column PROJECT PASSED Testing column RELEASE_DATE Column RELEASE_DATE PASSED Testing column SCHEDULE_TYPE Column SCHEDULE_TYPE PASSED Testing column TELESCOPE_NAME Column TELESCOPE_NAME PASSED Testing column UVW Column UVW PASSED Testing column FLAG Column FLAG PASSED Testing column WEIGHT Column WEIGHT PASSED Testing column ANTENNA1 Column ANTENNA1 PASSED Testing column ANTENNA2 Column ANTENNA2 PASSED Testing column ARRAY_ID Column ARRAY_ID PASSED Testing column DATA_DESC_ID Column DATA_DESC_ID PASSED Testing column EXPOSURE Column EXPOSURE PASSED Testing column FEED1 Column FEED1 PASSED Testing column FEED2 Column FEED2 PASSED Testing column FIELD_ID Column FIELD_ID PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column OBSERVATION_ID Column OBSERVATION_ID PASSED Testing column PROCESSOR_ID Column PROCESSOR_ID PASSED Testing column SCAN_NUMBER Column SCAN_NUMBER PASSED Testing column STATE_ID Column STATE_ID PASSED Testing column TIME Column TIME PASSED Testing column TIME_CENTROID Column TIME_CENTROID PASSED Testing column DATA Column DATA PASSED PASSED test_task_mstransform.py::test_timeaverage::test_timeaverage_corrected_unflagged Testing column OFFSET Column OFFSET PASSED Testing column POSITION Column POSITION PASSED Testing column TYPE Column TYPE PASSED Testing column DISH_DIAMETER Column DISH_DIAMETER PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column MOUNT Column MOUNT PASSED Testing column NAME Column NAME PASSED Testing column STATION Column STATION PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column POLARIZATION_ID Column POLARIZATION_ID PASSED Testing column SPECTRAL_WINDOW_ID Column SPECTRAL_WINDOW_ID PASSED Testing column POSITION Column POSITION PASSED Testing column BEAM_OFFSET Column BEAM_OFFSET PASSED Testing column POLARIZATION_TYPE Column POLARIZATION_TYPE PASSED Testing column POL_RESPONSE Column POL_RESPONSE PASSED Testing column RECEPTOR_ANGLE Column RECEPTOR_ANGLE PASSED Testing column ANTENNA_ID Column ANTENNA_ID PASSED Testing column BEAM_ID Column BEAM_ID PASSED Testing column FEED_ID Column FEED_ID PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column NUM_RECEPTORS Column NUM_RECEPTORS PASSED Testing column SPECTRAL_WINDOW_ID Column SPECTRAL_WINDOW_ID PASSED Testing column TIME Column TIME PASSED Testing column DELAY_DIR Column DELAY_DIR PASSED Testing column PHASE_DIR Column PHASE_DIR PASSED Testing column REFERENCE_DIR Column REFERENCE_DIR PASSED Testing column CODE Column CODE PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column NAME Column NAME PASSED Testing column NUM_POLY Column NUM_POLY PASSED Testing column SOURCE_ID Column SOURCE_ID PASSED Testing column TIME Column TIME PASSED Testing column APPLIED Column APPLIED PASSED Testing column COMMAND Column COMMAND PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column LEVEL Column LEVEL PASSED Testing column REASON Column REASON PASSED Testing column SEVERITY Column SEVERITY PASSED Testing column TIME Column TIME PASSED Testing column TYPE Column TYPE PASSED Testing column DIRECTION Column DIRECTION PASSED Testing column ANTENNA_ID Column ANTENNA_ID PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column NAME Column NAME PASSED Testing column NUM_POLY Column NUM_POLY PASSED Testing column TARGET Column TARGET PASSED Testing column TIME Column TIME PASSED Testing column TIME_ORIGIN Column TIME_ORIGIN PASSED Testing column TRACKING Column TRACKING PASSED Testing column CORR_TYPE Column CORR_TYPE PASSED Testing column CORR_PRODUCT Column CORR_PRODUCT PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column NUM_CORR Column NUM_CORR PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column MODE_ID Column MODE_ID PASSED Testing column TYPE Column TYPE PASSED Testing column TYPE_ID Column TYPE_ID PASSED Testing column SUB_TYPE Column SUB_TYPE PASSED Testing column CAL Column CAL PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column LOAD Column LOAD PASSED Testing column OBS_MODE Column OBS_MODE PASSED Testing column REF Column REF PASSED Testing column SIG Column SIG PASSED Testing column SUB_SCAN Column SUB_SCAN PASSED Testing column TIME_RANGE Column TIME_RANGE PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column OBSERVER Column OBSERVER PASSED Testing column PROJECT Column PROJECT PASSED Testing column RELEASE_DATE Column RELEASE_DATE PASSED Testing column SCHEDULE_TYPE Column SCHEDULE_TYPE PASSED Testing column TELESCOPE_NAME Column TELESCOPE_NAME PASSED Testing column UVW Column UVW PASSED Testing column FLAG Column FLAG PASSED Testing column WEIGHT Column WEIGHT PASSED Testing column ANTENNA1 Column ANTENNA1 PASSED Testing column ANTENNA2 Column ANTENNA2 PASSED Testing column ARRAY_ID Column ARRAY_ID PASSED Testing column DATA_DESC_ID Column DATA_DESC_ID PASSED Testing column EXPOSURE Column EXPOSURE PASSED Testing column FEED1 Column FEED1 PASSED Testing column FEED2 Column FEED2 PASSED Testing column FIELD_ID Column FIELD_ID PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column OBSERVATION_ID Column OBSERVATION_ID PASSED Testing column PROCESSOR_ID Column PROCESSOR_ID PASSED Testing column SCAN_NUMBER Column SCAN_NUMBER PASSED Testing column STATE_ID Column STATE_ID PASSED Testing column TIME Column TIME PASSED Testing column TIME_CENTROID Column TIME_CENTROID PASSED Testing column DATA Column DATA PASSED PASSED test_task_mstransform.py::test_timeaverage::test_timeaverage_data_unflagged Testing column OFFSET Column OFFSET PASSED Testing column POSITION Column POSITION PASSED Testing column TYPE Column TYPE PASSED Testing column DISH_DIAMETER Column DISH_DIAMETER PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column MOUNT Column MOUNT PASSED Testing column NAME Column NAME PASSED Testing column STATION Column STATION PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column POLARIZATION_ID Column POLARIZATION_ID PASSED Testing column SPECTRAL_WINDOW_ID Column SPECTRAL_WINDOW_ID PASSED Testing column POSITION Column POSITION PASSED Testing column BEAM_OFFSET Column BEAM_OFFSET PASSED Testing column POLARIZATION_TYPE Column POLARIZATION_TYPE PASSED Testing column POL_RESPONSE Column POL_RESPONSE PASSED Testing column RECEPTOR_ANGLE Column RECEPTOR_ANGLE PASSED Testing column ANTENNA_ID Column ANTENNA_ID PASSED Testing column BEAM_ID Column BEAM_ID PASSED Testing column FEED_ID Column FEED_ID PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column NUM_RECEPTORS Column NUM_RECEPTORS PASSED Testing column SPECTRAL_WINDOW_ID Column SPECTRAL_WINDOW_ID PASSED Testing column TIME Column TIME PASSED Testing column DELAY_DIR Column DELAY_DIR PASSED Testing column PHASE_DIR Column PHASE_DIR PASSED Testing column REFERENCE_DIR Column REFERENCE_DIR PASSED Testing column CODE Column CODE PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column NAME Column NAME PASSED Testing column NUM_POLY Column NUM_POLY PASSED Testing column SOURCE_ID Column SOURCE_ID PASSED Testing column TIME Column TIME PASSED Testing column APPLIED Column APPLIED PASSED Testing column COMMAND Column COMMAND PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column LEVEL Column LEVEL PASSED Testing column REASON Column REASON PASSED Testing column SEVERITY Column SEVERITY PASSED Testing column TIME Column TIME PASSED Testing column TYPE Column TYPE PASSED Testing column DIRECTION Column DIRECTION PASSED Testing column ANTENNA_ID Column ANTENNA_ID PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column NAME Column NAME PASSED Testing column NUM_POLY Column NUM_POLY PASSED Testing column TARGET Column TARGET PASSED Testing column TIME Column TIME PASSED Testing column TIME_ORIGIN Column TIME_ORIGIN PASSED Testing column TRACKING Column TRACKING PASSED Testing column CORR_TYPE Column CORR_TYPE PASSED Testing column CORR_PRODUCT Column CORR_PRODUCT PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column NUM_CORR Column NUM_CORR PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column MODE_ID Column MODE_ID PASSED Testing column TYPE Column TYPE PASSED Testing column TYPE_ID Column TYPE_ID PASSED Testing column SUB_TYPE Column SUB_TYPE PASSED Testing column CAL Column CAL PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column LOAD Column LOAD PASSED Testing column OBS_MODE Column OBS_MODE PASSED Testing column REF Column REF PASSED Testing column SIG Column SIG PASSED Testing column SUB_SCAN Column SUB_SCAN PASSED Testing column TIME_RANGE Column TIME_RANGE PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column OBSERVER Column OBSERVER PASSED Testing column PROJECT Column PROJECT PASSED Testing column RELEASE_DATE Column RELEASE_DATE PASSED Testing column SCHEDULE_TYPE Column SCHEDULE_TYPE PASSED Testing column TELESCOPE_NAME Column TELESCOPE_NAME PASSED Testing column UVW Column UVW PASSED Testing column FLAG Column FLAG PASSED Testing column WEIGHT Column WEIGHT PASSED Testing column ANTENNA1 Column ANTENNA1 PASSED Testing column ANTENNA2 Column ANTENNA2 PASSED Testing column ARRAY_ID Column ARRAY_ID PASSED Testing column DATA_DESC_ID Column DATA_DESC_ID PASSED Testing column EXPOSURE Column EXPOSURE PASSED Testing column FEED1 Column FEED1 PASSED Testing column FEED2 Column FEED2 PASSED Testing column FIELD_ID Column FIELD_ID PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column OBSERVATION_ID Column OBSERVATION_ID PASSED Testing column PROCESSOR_ID Column PROCESSOR_ID PASSED Testing column SCAN_NUMBER Column SCAN_NUMBER PASSED Testing column STATE_ID Column STATE_ID PASSED Testing column TIME Column TIME PASSED Testing column TIME_CENTROID Column TIME_CENTROID PASSED Testing column DATA Column DATA PASSED PASSED test_task_mstransform.py::test_timeaverage::test_timeaverage_model_unflagged Testing column OFFSET Column OFFSET PASSED Testing column POSITION Column POSITION PASSED Testing column TYPE Column TYPE PASSED Testing column DISH_DIAMETER Column DISH_DIAMETER PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column MOUNT Column MOUNT PASSED Testing column NAME Column NAME PASSED Testing column STATION Column STATION PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column POLARIZATION_ID Column POLARIZATION_ID PASSED Testing column SPECTRAL_WINDOW_ID Column SPECTRAL_WINDOW_ID PASSED Testing column POSITION Column POSITION PASSED Testing column BEAM_OFFSET Column BEAM_OFFSET PASSED Testing column POLARIZATION_TYPE Column POLARIZATION_TYPE PASSED Testing column POL_RESPONSE Column POL_RESPONSE PASSED Testing column RECEPTOR_ANGLE Column RECEPTOR_ANGLE PASSED Testing column ANTENNA_ID Column ANTENNA_ID PASSED Testing column BEAM_ID Column BEAM_ID PASSED Testing column FEED_ID Column FEED_ID PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column NUM_RECEPTORS Column NUM_RECEPTORS PASSED Testing column SPECTRAL_WINDOW_ID Column SPECTRAL_WINDOW_ID PASSED Testing column TIME Column TIME PASSED Testing column DELAY_DIR Column DELAY_DIR PASSED Testing column PHASE_DIR Column PHASE_DIR PASSED Testing column REFERENCE_DIR Column REFERENCE_DIR PASSED Testing column CODE Column CODE PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column NAME Column NAME PASSED Testing column NUM_POLY Column NUM_POLY PASSED Testing column SOURCE_ID Column SOURCE_ID PASSED Testing column TIME Column TIME PASSED Testing column APPLIED Column APPLIED PASSED Testing column COMMAND Column COMMAND PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column LEVEL Column LEVEL PASSED Testing column REASON Column REASON PASSED Testing column SEVERITY Column SEVERITY PASSED Testing column TIME Column TIME PASSED Testing column TYPE Column TYPE PASSED Testing column DIRECTION Column DIRECTION PASSED Testing column ANTENNA_ID Column ANTENNA_ID PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column NAME Column NAME PASSED Testing column NUM_POLY Column NUM_POLY PASSED Testing column TARGET Column TARGET PASSED Testing column TIME Column TIME PASSED Testing column TIME_ORIGIN Column TIME_ORIGIN PASSED Testing column TRACKING Column TRACKING PASSED Testing column CORR_TYPE Column CORR_TYPE PASSED Testing column CORR_PRODUCT Column CORR_PRODUCT PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column NUM_CORR Column NUM_CORR PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column MODE_ID Column MODE_ID PASSED Testing column TYPE Column TYPE PASSED Testing column TYPE_ID Column TYPE_ID PASSED Testing column SUB_TYPE Column SUB_TYPE PASSED Testing column CAL Column CAL PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column LOAD Column LOAD PASSED Testing column OBS_MODE Column OBS_MODE PASSED Testing column REF Column REF PASSED Testing column SIG Column SIG PASSED Testing column SUB_SCAN Column SUB_SCAN PASSED Testing column TIME_RANGE Column TIME_RANGE PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column OBSERVER Column OBSERVER PASSED Testing column PROJECT Column PROJECT PASSED Testing column RELEASE_DATE Column RELEASE_DATE PASSED Testing column SCHEDULE_TYPE Column SCHEDULE_TYPE PASSED Testing column TELESCOPE_NAME Column TELESCOPE_NAME PASSED Testing column UVW Column UVW PASSED Testing column FLAG Column FLAG PASSED Testing column WEIGHT Column WEIGHT PASSED Testing column ANTENNA1 Column ANTENNA1 PASSED Testing column ANTENNA2 Column ANTENNA2 PASSED Testing column ARRAY_ID Column ARRAY_ID PASSED Testing column DATA_DESC_ID Column DATA_DESC_ID PASSED Testing column EXPOSURE Column EXPOSURE PASSED Testing column FEED1 Column FEED1 PASSED Testing column FEED2 Column FEED2 PASSED Testing column FIELD_ID Column FIELD_ID PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column OBSERVATION_ID Column OBSERVATION_ID PASSED Testing column PROCESSOR_ID Column PROCESSOR_ID PASSED Testing column SCAN_NUMBER Column SCAN_NUMBER PASSED Testing column STATE_ID Column STATE_ID PASSED Testing column TIME Column TIME PASSED Testing column TIME_CENTROID Column TIME_CENTROID PASSED Testing column DATA Column DATA PASSED PASSED test_task_mstransform.py::test_timeaverage_limits::test_CAS_4850 2023-09-07 10:49:44 WARN MSTransformManager::parseTimeAvgParams Operating with ALMA data, automatically adding state to timespan 2023-09-07 10:49:44 WARN MSTransformManager::parseTimeAvgParams+ In order to remove sub-scan boundaries which limit time average to 30s 43.87199940490723 PASSED test_task_mstransform.py::test_multiple_transformations::test_timeaverage_2x_and_combine_seven_spws_four_baselines Testing column OFFSET Column OFFSET PASSED Testing column POSITION Column POSITION PASSED Testing column TYPE Column TYPE PASSED Testing column DISH_DIAMETER Column DISH_DIAMETER PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column MOUNT Column MOUNT PASSED Testing column NAME Column NAME PASSED Testing column STATION Column STATION PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column POLARIZATION_ID Column POLARIZATION_ID PASSED Testing column SPECTRAL_WINDOW_ID Column SPECTRAL_WINDOW_ID PASSED Testing column POSITION Column POSITION PASSED Testing column BEAM_OFFSET Column BEAM_OFFSET PASSED Testing column POLARIZATION_TYPE Column POLARIZATION_TYPE PASSED Testing column POL_RESPONSE Column POL_RESPONSE PASSED Testing column RECEPTOR_ANGLE Column RECEPTOR_ANGLE PASSED Testing column ANTENNA_ID Column ANTENNA_ID PASSED Testing column BEAM_ID Column BEAM_ID PASSED Testing column FEED_ID Column FEED_ID PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column NUM_RECEPTORS Column NUM_RECEPTORS PASSED Testing column SPECTRAL_WINDOW_ID Column SPECTRAL_WINDOW_ID PASSED Testing column TIME Column TIME PASSED Testing column DELAY_DIR Column DELAY_DIR PASSED Testing column PHASE_DIR Column PHASE_DIR PASSED Testing column REFERENCE_DIR Column REFERENCE_DIR PASSED Testing column CODE Column CODE PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column NAME Column NAME PASSED Testing column NUM_POLY Column NUM_POLY PASSED Testing column SOURCE_ID Column SOURCE_ID PASSED Testing column TIME Column TIME PASSED Testing column APPLIED Column APPLIED PASSED Testing column COMMAND Column COMMAND PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column LEVEL Column LEVEL PASSED Testing column REASON Column REASON PASSED Testing column SEVERITY Column SEVERITY PASSED Testing column TIME Column TIME PASSED Testing column TYPE Column TYPE PASSED Testing column DIRECTION Column DIRECTION PASSED Testing column ANTENNA_ID Column ANTENNA_ID PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column NAME Column NAME PASSED Testing column NUM_POLY Column NUM_POLY PASSED Testing column TARGET Column TARGET PASSED Testing column TIME Column TIME PASSED Testing column TIME_ORIGIN Column TIME_ORIGIN PASSED Testing column TRACKING Column TRACKING PASSED Testing column CORR_TYPE Column CORR_TYPE PASSED Testing column CORR_PRODUCT Column CORR_PRODUCT PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column NUM_CORR Column NUM_CORR PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column MODE_ID Column MODE_ID PASSED Testing column TYPE Column TYPE PASSED Testing column TYPE_ID Column TYPE_ID PASSED Testing column SUB_TYPE Column SUB_TYPE PASSED Testing column CAL Column CAL PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column LOAD Column LOAD PASSED Testing column OBS_MODE Column OBS_MODE PASSED Testing column REF Column REF PASSED Testing column SIG Column SIG PASSED Testing column SUB_SCAN Column SUB_SCAN PASSED Testing column TIME_RANGE Column TIME_RANGE PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column OBSERVER Column OBSERVER PASSED Testing column PROJECT Column PROJECT PASSED Testing column RELEASE_DATE Column RELEASE_DATE PASSED Testing column SCHEDULE_TYPE Column SCHEDULE_TYPE PASSED Testing column TELESCOPE_NAME Column TELESCOPE_NAME PASSED Testing column UVW Column UVW PASSED Testing column FLAG Column FLAG PASSED Testing column WEIGHT Column WEIGHT PASSED Testing column ANTENNA1 Column ANTENNA1 PASSED Testing column ANTENNA2 Column ANTENNA2 PASSED Testing column ARRAY_ID Column ARRAY_ID PASSED Testing column DATA_DESC_ID Column DATA_DESC_ID PASSED Testing column EXPOSURE Column EXPOSURE PASSED Testing column FEED1 Column FEED1 PASSED Testing column FEED2 Column FEED2 PASSED Testing column FIELD_ID Column FIELD_ID PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column OBSERVATION_ID Column OBSERVATION_ID PASSED Testing column PROCESSOR_ID Column PROCESSOR_ID PASSED Testing column SCAN_NUMBER Column SCAN_NUMBER PASSED Testing column STATE_ID Column STATE_ID PASSED Testing column TIME Column TIME PASSED Testing column TIME_CENTROID Column TIME_CENTROID PASSED Testing column DATA Column DATA PASSED PASSED test_task_mstransform.py::test_multiple_transformations::test_timeaverage_2x_and_combine_two_spws_four_baselines Testing column OFFSET Column OFFSET PASSED Testing column POSITION Column POSITION PASSED Testing column TYPE Column TYPE PASSED Testing column DISH_DIAMETER Column DISH_DIAMETER PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column MOUNT Column MOUNT PASSED Testing column NAME Column NAME PASSED Testing column STATION Column STATION PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column POLARIZATION_ID Column POLARIZATION_ID PASSED Testing column SPECTRAL_WINDOW_ID Column SPECTRAL_WINDOW_ID PASSED Testing column POSITION Column POSITION PASSED Testing column BEAM_OFFSET Column BEAM_OFFSET PASSED Testing column POLARIZATION_TYPE Column POLARIZATION_TYPE PASSED Testing column POL_RESPONSE Column POL_RESPONSE PASSED Testing column RECEPTOR_ANGLE Column RECEPTOR_ANGLE PASSED Testing column ANTENNA_ID Column ANTENNA_ID PASSED Testing column BEAM_ID Column BEAM_ID PASSED Testing column FEED_ID Column FEED_ID PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column NUM_RECEPTORS Column NUM_RECEPTORS PASSED Testing column SPECTRAL_WINDOW_ID Column SPECTRAL_WINDOW_ID PASSED Testing column TIME Column TIME PASSED Testing column DELAY_DIR Column DELAY_DIR PASSED Testing column PHASE_DIR Column PHASE_DIR PASSED Testing column REFERENCE_DIR Column REFERENCE_DIR PASSED Testing column CODE Column CODE PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column NAME Column NAME PASSED Testing column NUM_POLY Column NUM_POLY PASSED Testing column SOURCE_ID Column SOURCE_ID PASSED Testing column TIME Column TIME PASSED Testing column APPLIED Column APPLIED PASSED Testing column COMMAND Column COMMAND PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column LEVEL Column LEVEL PASSED Testing column REASON Column REASON PASSED Testing column SEVERITY Column SEVERITY PASSED Testing column TIME Column TIME PASSED Testing column TYPE Column TYPE PASSED Testing column DIRECTION Column DIRECTION PASSED Testing column ANTENNA_ID Column ANTENNA_ID PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column NAME Column NAME PASSED Testing column NUM_POLY Column NUM_POLY PASSED Testing column TARGET Column TARGET PASSED Testing column TIME Column TIME PASSED Testing column TIME_ORIGIN Column TIME_ORIGIN PASSED Testing column TRACKING Column TRACKING PASSED Testing column CORR_TYPE Column CORR_TYPE PASSED Testing column CORR_PRODUCT Column CORR_PRODUCT PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column NUM_CORR Column NUM_CORR PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column MODE_ID Column MODE_ID PASSED Testing column TYPE Column TYPE PASSED Testing column TYPE_ID Column TYPE_ID PASSED Testing column SUB_TYPE Column SUB_TYPE PASSED Testing column CAL Column CAL PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column LOAD Column LOAD PASSED Testing column OBS_MODE Column OBS_MODE PASSED Testing column REF Column REF PASSED Testing column SIG Column SIG PASSED Testing column SUB_SCAN Column SUB_SCAN PASSED Testing column TIME_RANGE Column TIME_RANGE PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column OBSERVER Column OBSERVER PASSED Testing column PROJECT Column PROJECT PASSED Testing column RELEASE_DATE Column RELEASE_DATE PASSED Testing column SCHEDULE_TYPE Column SCHEDULE_TYPE PASSED Testing column TELESCOPE_NAME Column TELESCOPE_NAME PASSED Testing column UVW Column UVW PASSED Testing column FLAG Column FLAG PASSED Testing column WEIGHT Column WEIGHT PASSED Testing column ANTENNA1 Column ANTENNA1 PASSED Testing column ANTENNA2 Column ANTENNA2 PASSED Testing column ARRAY_ID Column ARRAY_ID PASSED Testing column DATA_DESC_ID Column DATA_DESC_ID PASSED Testing column EXPOSURE Column EXPOSURE PASSED Testing column FEED1 Column FEED1 PASSED Testing column FEED2 Column FEED2 PASSED Testing column FIELD_ID Column FIELD_ID PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column OBSERVATION_ID Column OBSERVATION_ID PASSED Testing column PROCESSOR_ID Column PROCESSOR_ID PASSED Testing column SCAN_NUMBER Column SCAN_NUMBER PASSED Testing column STATE_ID Column STATE_ID PASSED Testing column TIME Column TIME PASSED Testing column TIME_CENTROID Column TIME_CENTROID PASSED Testing column DATA Column DATA PASSED PASSED test_task_mstransform.py::test_multiple_transformations::test_timeaverage_2x_and_combine_two_spws_one_baseline_one_timestep Testing column OFFSET Column OFFSET PASSED Testing column POSITION Column POSITION PASSED Testing column TYPE Column TYPE PASSED Testing column DISH_DIAMETER Column DISH_DIAMETER PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column MOUNT Column MOUNT PASSED Testing column NAME Column NAME PASSED Testing column STATION Column STATION PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column POLARIZATION_ID Column POLARIZATION_ID PASSED Testing column SPECTRAL_WINDOW_ID Column SPECTRAL_WINDOW_ID PASSED Testing column POSITION Column POSITION PASSED Testing column BEAM_OFFSET Column BEAM_OFFSET PASSED Testing column POLARIZATION_TYPE Column POLARIZATION_TYPE PASSED Testing column POL_RESPONSE Column POL_RESPONSE PASSED Testing column RECEPTOR_ANGLE Column RECEPTOR_ANGLE PASSED Testing column ANTENNA_ID Column ANTENNA_ID PASSED Testing column BEAM_ID Column BEAM_ID PASSED Testing column FEED_ID Column FEED_ID PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column NUM_RECEPTORS Column NUM_RECEPTORS PASSED Testing column SPECTRAL_WINDOW_ID Column SPECTRAL_WINDOW_ID PASSED Testing column TIME Column TIME PASSED Testing column DELAY_DIR Column DELAY_DIR PASSED Testing column PHASE_DIR Column PHASE_DIR PASSED Testing column REFERENCE_DIR Column REFERENCE_DIR PASSED Testing column CODE Column CODE PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column NAME Column NAME PASSED Testing column NUM_POLY Column NUM_POLY PASSED Testing column SOURCE_ID Column SOURCE_ID PASSED Testing column TIME Column TIME PASSED Testing column APPLIED Column APPLIED PASSED Testing column COMMAND Column COMMAND PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column LEVEL Column LEVEL PASSED Testing column REASON Column REASON PASSED Testing column SEVERITY Column SEVERITY PASSED Testing column TIME Column TIME PASSED Testing column TYPE Column TYPE PASSED Testing column DIRECTION Column DIRECTION PASSED Testing column ANTENNA_ID Column ANTENNA_ID PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column NAME Column NAME PASSED Testing column NUM_POLY Column NUM_POLY PASSED Testing column TARGET Column TARGET PASSED Testing column TIME Column TIME PASSED Testing column TIME_ORIGIN Column TIME_ORIGIN PASSED Testing column TRACKING Column TRACKING PASSED Testing column CORR_TYPE Column CORR_TYPE PASSED Testing column CORR_PRODUCT Column CORR_PRODUCT PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column NUM_CORR Column NUM_CORR PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column MODE_ID Column MODE_ID PASSED Testing column TYPE Column TYPE PASSED Testing column TYPE_ID Column TYPE_ID PASSED Testing column SUB_TYPE Column SUB_TYPE PASSED Testing column CAL Column CAL PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column LOAD Column LOAD PASSED Testing column OBS_MODE Column OBS_MODE PASSED Testing column REF Column REF PASSED Testing column SIG Column SIG PASSED Testing column SUB_SCAN Column SUB_SCAN PASSED Testing column TIME_RANGE Column TIME_RANGE PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column OBSERVER Column OBSERVER PASSED Testing column PROJECT Column PROJECT PASSED Testing column RELEASE_DATE Column RELEASE_DATE PASSED Testing column SCHEDULE_TYPE Column SCHEDULE_TYPE PASSED Testing column TELESCOPE_NAME Column TELESCOPE_NAME PASSED Testing column UVW Column UVW PASSED Testing column FLAG Column FLAG PASSED Testing column WEIGHT Column WEIGHT PASSED Testing column ANTENNA1 Column ANTENNA1 PASSED Testing column ANTENNA2 Column ANTENNA2 PASSED Testing column ARRAY_ID Column ARRAY_ID PASSED Testing column DATA_DESC_ID Column DATA_DESC_ID PASSED Testing column EXPOSURE Column EXPOSURE PASSED Testing column FEED1 Column FEED1 PASSED Testing column FEED2 Column FEED2 PASSED Testing column FIELD_ID Column FIELD_ID PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column OBSERVATION_ID Column OBSERVATION_ID PASSED Testing column PROCESSOR_ID Column PROCESSOR_ID PASSED Testing column SCAN_NUMBER Column SCAN_NUMBER PASSED Testing column STATE_ID Column STATE_ID PASSED Testing column TIME Column TIME PASSED Testing column TIME_CENTROID Column TIME_CENTROID PASSED Testing column DATA Column DATA PASSED PASSED test_task_mstransform.py::test_multiple_transformations::test_timeaverage_2x_and_combine_two_spws_one_baseline_two_timesteps Testing column OFFSET Column OFFSET PASSED Testing column POSITION Column POSITION PASSED Testing column TYPE Column TYPE PASSED Testing column DISH_DIAMETER Column DISH_DIAMETER PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column MOUNT Column MOUNT PASSED Testing column NAME Column NAME PASSED Testing column STATION Column STATION PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column POLARIZATION_ID Column POLARIZATION_ID PASSED Testing column SPECTRAL_WINDOW_ID Column SPECTRAL_WINDOW_ID PASSED Testing column POSITION Column POSITION PASSED Testing column BEAM_OFFSET Column BEAM_OFFSET PASSED Testing column POLARIZATION_TYPE Column POLARIZATION_TYPE PASSED Testing column POL_RESPONSE Column POL_RESPONSE PASSED Testing column RECEPTOR_ANGLE Column RECEPTOR_ANGLE PASSED Testing column ANTENNA_ID Column ANTENNA_ID PASSED Testing column BEAM_ID Column BEAM_ID PASSED Testing column FEED_ID Column FEED_ID PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column NUM_RECEPTORS Column NUM_RECEPTORS PASSED Testing column SPECTRAL_WINDOW_ID Column SPECTRAL_WINDOW_ID PASSED Testing column TIME Column TIME PASSED Testing column DELAY_DIR Column DELAY_DIR PASSED Testing column PHASE_DIR Column PHASE_DIR PASSED Testing column REFERENCE_DIR Column REFERENCE_DIR PASSED Testing column CODE Column CODE PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column NAME Column NAME PASSED Testing column NUM_POLY Column NUM_POLY PASSED Testing column SOURCE_ID Column SOURCE_ID PASSED Testing column TIME Column TIME PASSED Testing column APPLIED Column APPLIED PASSED Testing column COMMAND Column COMMAND PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column LEVEL Column LEVEL PASSED Testing column REASON Column REASON PASSED Testing column SEVERITY Column SEVERITY PASSED Testing column TIME Column TIME PASSED Testing column TYPE Column TYPE PASSED Testing column DIRECTION Column DIRECTION PASSED Testing column ANTENNA_ID Column ANTENNA_ID PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column NAME Column NAME PASSED Testing column NUM_POLY Column NUM_POLY PASSED Testing column TARGET Column TARGET PASSED Testing column TIME Column TIME PASSED Testing column TIME_ORIGIN Column TIME_ORIGIN PASSED Testing column TRACKING Column TRACKING PASSED Testing column CORR_TYPE Column CORR_TYPE PASSED Testing column CORR_PRODUCT Column CORR_PRODUCT PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column NUM_CORR Column NUM_CORR PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column MODE_ID Column MODE_ID PASSED Testing column TYPE Column TYPE PASSED Testing column TYPE_ID Column TYPE_ID PASSED Testing column SUB_TYPE Column SUB_TYPE PASSED Testing column CAL Column CAL PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column LOAD Column LOAD PASSED Testing column OBS_MODE Column OBS_MODE PASSED Testing column REF Column REF PASSED Testing column SIG Column SIG PASSED Testing column SUB_SCAN Column SUB_SCAN PASSED Testing column TIME_RANGE Column TIME_RANGE PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column OBSERVER Column OBSERVER PASSED Testing column PROJECT Column PROJECT PASSED Testing column RELEASE_DATE Column RELEASE_DATE PASSED Testing column SCHEDULE_TYPE Column SCHEDULE_TYPE PASSED Testing column TELESCOPE_NAME Column TELESCOPE_NAME PASSED Testing column UVW Column UVW PASSED Testing column FLAG Column FLAG PASSED Testing column WEIGHT Column WEIGHT PASSED Testing column ANTENNA1 Column ANTENNA1 PASSED Testing column ANTENNA2 Column ANTENNA2 PASSED Testing column ARRAY_ID Column ARRAY_ID PASSED Testing column DATA_DESC_ID Column DATA_DESC_ID PASSED Testing column EXPOSURE Column EXPOSURE PASSED Testing column FEED1 Column FEED1 PASSED Testing column FEED2 Column FEED2 PASSED Testing column FIELD_ID Column FIELD_ID PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column OBSERVATION_ID Column OBSERVATION_ID PASSED Testing column PROCESSOR_ID Column PROCESSOR_ID PASSED Testing column SCAN_NUMBER Column SCAN_NUMBER PASSED Testing column STATE_ID Column STATE_ID PASSED Testing column TIME Column TIME PASSED Testing column TIME_CENTROID Column TIME_CENTROID PASSED Testing column DATA Column DATA PASSED PASSED test_task_mstransform.py::test_multiple_transformations::test_timeaverage_2x_and_combine_two_spws_two_baselines Testing column OFFSET Column OFFSET PASSED Testing column POSITION Column POSITION PASSED Testing column TYPE Column TYPE PASSED Testing column DISH_DIAMETER Column DISH_DIAMETER PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column MOUNT Column MOUNT PASSED Testing column NAME Column NAME PASSED Testing column STATION Column STATION PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column POLARIZATION_ID Column POLARIZATION_ID PASSED Testing column SPECTRAL_WINDOW_ID Column SPECTRAL_WINDOW_ID PASSED Testing column POSITION Column POSITION PASSED Testing column BEAM_OFFSET Column BEAM_OFFSET PASSED Testing column POLARIZATION_TYPE Column POLARIZATION_TYPE PASSED Testing column POL_RESPONSE Column POL_RESPONSE PASSED Testing column RECEPTOR_ANGLE Column RECEPTOR_ANGLE PASSED Testing column ANTENNA_ID Column ANTENNA_ID PASSED Testing column BEAM_ID Column BEAM_ID PASSED Testing column FEED_ID Column FEED_ID PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column NUM_RECEPTORS Column NUM_RECEPTORS PASSED Testing column SPECTRAL_WINDOW_ID Column SPECTRAL_WINDOW_ID PASSED Testing column TIME Column TIME PASSED Testing column DELAY_DIR Column DELAY_DIR PASSED Testing column PHASE_DIR Column PHASE_DIR PASSED Testing column REFERENCE_DIR Column REFERENCE_DIR PASSED Testing column CODE Column CODE PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column NAME Column NAME PASSED Testing column NUM_POLY Column NUM_POLY PASSED Testing column SOURCE_ID Column SOURCE_ID PASSED Testing column TIME Column TIME PASSED Testing column APPLIED Column APPLIED PASSED Testing column COMMAND Column COMMAND PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column LEVEL Column LEVEL PASSED Testing column REASON Column REASON PASSED Testing column SEVERITY Column SEVERITY PASSED Testing column TIME Column TIME PASSED Testing column TYPE Column TYPE PASSED Testing column DIRECTION Column DIRECTION PASSED Testing column ANTENNA_ID Column ANTENNA_ID PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column NAME Column NAME PASSED Testing column NUM_POLY Column NUM_POLY PASSED Testing column TARGET Column TARGET PASSED Testing column TIME Column TIME PASSED Testing column TIME_ORIGIN Column TIME_ORIGIN PASSED Testing column TRACKING Column TRACKING PASSED Testing column CORR_TYPE Column CORR_TYPE PASSED Testing column CORR_PRODUCT Column CORR_PRODUCT PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column NUM_CORR Column NUM_CORR PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column MODE_ID Column MODE_ID PASSED Testing column TYPE Column TYPE PASSED Testing column TYPE_ID Column TYPE_ID PASSED Testing column SUB_TYPE Column SUB_TYPE PASSED Testing column CAL Column CAL PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column LOAD Column LOAD PASSED Testing column OBS_MODE Column OBS_MODE PASSED Testing column REF Column REF PASSED Testing column SIG Column SIG PASSED Testing column SUB_SCAN Column SUB_SCAN PASSED Testing column TIME_RANGE Column TIME_RANGE PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column OBSERVER Column OBSERVER PASSED Testing column PROJECT Column PROJECT PASSED Testing column RELEASE_DATE Column RELEASE_DATE PASSED Testing column SCHEDULE_TYPE Column SCHEDULE_TYPE PASSED Testing column TELESCOPE_NAME Column TELESCOPE_NAME PASSED Testing column UVW Column UVW PASSED Testing column FLAG Column FLAG PASSED Testing column WEIGHT Column WEIGHT PASSED Testing column ANTENNA1 Column ANTENNA1 PASSED Testing column ANTENNA2 Column ANTENNA2 PASSED Testing column ARRAY_ID Column ARRAY_ID PASSED Testing column DATA_DESC_ID Column DATA_DESC_ID PASSED Testing column EXPOSURE Column EXPOSURE PASSED Testing column FEED1 Column FEED1 PASSED Testing column FEED2 Column FEED2 PASSED Testing column FIELD_ID Column FIELD_ID PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column OBSERVATION_ID Column OBSERVATION_ID PASSED Testing column PROCESSOR_ID Column PROCESSOR_ID PASSED Testing column SCAN_NUMBER Column SCAN_NUMBER PASSED Testing column STATE_ID Column STATE_ID PASSED Testing column TIME Column TIME PASSED Testing column TIME_CENTROID Column TIME_CENTROID PASSED Testing column DATA Column DATA PASSED PASSED test_task_mstransform.py::test_multiple_transformations::test_timeaverage_2x_and_combine_two_spws_two_baselines_one_timestep Testing column OFFSET Column OFFSET PASSED Testing column POSITION Column POSITION PASSED Testing column TYPE Column TYPE PASSED Testing column DISH_DIAMETER Column DISH_DIAMETER PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column MOUNT Column MOUNT PASSED Testing column NAME Column NAME PASSED Testing column STATION Column STATION PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column POLARIZATION_ID Column POLARIZATION_ID PASSED Testing column SPECTRAL_WINDOW_ID Column SPECTRAL_WINDOW_ID PASSED Testing column POSITION Column POSITION PASSED Testing column BEAM_OFFSET Column BEAM_OFFSET PASSED Testing column POLARIZATION_TYPE Column POLARIZATION_TYPE PASSED Testing column POL_RESPONSE Column POL_RESPONSE PASSED Testing column RECEPTOR_ANGLE Column RECEPTOR_ANGLE PASSED Testing column ANTENNA_ID Column ANTENNA_ID PASSED Testing column BEAM_ID Column BEAM_ID PASSED Testing column FEED_ID Column FEED_ID PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column NUM_RECEPTORS Column NUM_RECEPTORS PASSED Testing column SPECTRAL_WINDOW_ID Column SPECTRAL_WINDOW_ID PASSED Testing column TIME Column TIME PASSED Testing column DELAY_DIR Column DELAY_DIR PASSED Testing column PHASE_DIR Column PHASE_DIR PASSED Testing column REFERENCE_DIR Column REFERENCE_DIR PASSED Testing column CODE Column CODE PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column NAME Column NAME PASSED Testing column NUM_POLY Column NUM_POLY PASSED Testing column SOURCE_ID Column SOURCE_ID PASSED Testing column TIME Column TIME PASSED Testing column APPLIED Column APPLIED PASSED Testing column COMMAND Column COMMAND PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column LEVEL Column LEVEL PASSED Testing column REASON Column REASON PASSED Testing column SEVERITY Column SEVERITY PASSED Testing column TIME Column TIME PASSED Testing column TYPE Column TYPE PASSED Testing column DIRECTION Column DIRECTION PASSED Testing column ANTENNA_ID Column ANTENNA_ID PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column NAME Column NAME PASSED Testing column NUM_POLY Column NUM_POLY PASSED Testing column TARGET Column TARGET PASSED Testing column TIME Column TIME PASSED Testing column TIME_ORIGIN Column TIME_ORIGIN PASSED Testing column TRACKING Column TRACKING PASSED Testing column CORR_TYPE Column CORR_TYPE PASSED Testing column CORR_PRODUCT Column CORR_PRODUCT PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column NUM_CORR Column NUM_CORR PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column MODE_ID Column MODE_ID PASSED Testing column TYPE Column TYPE PASSED Testing column TYPE_ID Column TYPE_ID PASSED Testing column SUB_TYPE Column SUB_TYPE PASSED Testing column CAL Column CAL PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column LOAD Column LOAD PASSED Testing column OBS_MODE Column OBS_MODE PASSED Testing column REF Column REF PASSED Testing column SIG Column SIG PASSED Testing column SUB_SCAN Column SUB_SCAN PASSED Testing column TIME_RANGE Column TIME_RANGE PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column OBSERVER Column OBSERVER PASSED Testing column PROJECT Column PROJECT PASSED Testing column RELEASE_DATE Column RELEASE_DATE PASSED Testing column SCHEDULE_TYPE Column SCHEDULE_TYPE PASSED Testing column TELESCOPE_NAME Column TELESCOPE_NAME PASSED Testing column UVW Column UVW PASSED Testing column FLAG Column FLAG PASSED Testing column WEIGHT Column WEIGHT PASSED Testing column ANTENNA1 Column ANTENNA1 PASSED Testing column ANTENNA2 Column ANTENNA2 PASSED Testing column ARRAY_ID Column ARRAY_ID PASSED Testing column DATA_DESC_ID Column DATA_DESC_ID PASSED Testing column EXPOSURE Column EXPOSURE PASSED Testing column FEED1 Column FEED1 PASSED Testing column FEED2 Column FEED2 PASSED Testing column FIELD_ID Column FIELD_ID PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column OBSERVATION_ID Column OBSERVATION_ID PASSED Testing column PROCESSOR_ID Column PROCESSOR_ID PASSED Testing column SCAN_NUMBER Column SCAN_NUMBER PASSED Testing column STATE_ID Column STATE_ID PASSED Testing column TIME Column TIME PASSED Testing column TIME_CENTROID Column TIME_CENTROID PASSED Testing column DATA Column DATA PASSED PASSED test_task_mstransform.py::test_multiple_transformations::test_timeaverage_2x_and_combine_two_spws_two_baselines_two_timesteps Testing column OFFSET Column OFFSET PASSED Testing column POSITION Column POSITION PASSED Testing column TYPE Column TYPE PASSED Testing column DISH_DIAMETER Column DISH_DIAMETER PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column MOUNT Column MOUNT PASSED Testing column NAME Column NAME PASSED Testing column STATION Column STATION PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column POLARIZATION_ID Column POLARIZATION_ID PASSED Testing column SPECTRAL_WINDOW_ID Column SPECTRAL_WINDOW_ID PASSED Testing column POSITION Column POSITION PASSED Testing column BEAM_OFFSET Column BEAM_OFFSET PASSED Testing column POLARIZATION_TYPE Column POLARIZATION_TYPE PASSED Testing column POL_RESPONSE Column POL_RESPONSE PASSED Testing column RECEPTOR_ANGLE Column RECEPTOR_ANGLE PASSED Testing column ANTENNA_ID Column ANTENNA_ID PASSED Testing column BEAM_ID Column BEAM_ID PASSED Testing column FEED_ID Column FEED_ID PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column NUM_RECEPTORS Column NUM_RECEPTORS PASSED Testing column SPECTRAL_WINDOW_ID Column SPECTRAL_WINDOW_ID PASSED Testing column TIME Column TIME PASSED Testing column DELAY_DIR Column DELAY_DIR PASSED Testing column PHASE_DIR Column PHASE_DIR PASSED Testing column REFERENCE_DIR Column REFERENCE_DIR PASSED Testing column CODE Column CODE PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column NAME Column NAME PASSED Testing column NUM_POLY Column NUM_POLY PASSED Testing column SOURCE_ID Column SOURCE_ID PASSED Testing column TIME Column TIME PASSED Testing column APPLIED Column APPLIED PASSED Testing column COMMAND Column COMMAND PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column LEVEL Column LEVEL PASSED Testing column REASON Column REASON PASSED Testing column SEVERITY Column SEVERITY PASSED Testing column TIME Column TIME PASSED Testing column TYPE Column TYPE PASSED Testing column DIRECTION Column DIRECTION PASSED Testing column ANTENNA_ID Column ANTENNA_ID PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column NAME Column NAME PASSED Testing column NUM_POLY Column NUM_POLY PASSED Testing column TARGET Column TARGET PASSED Testing column TIME Column TIME PASSED Testing column TIME_ORIGIN Column TIME_ORIGIN PASSED Testing column TRACKING Column TRACKING PASSED Testing column CORR_TYPE Column CORR_TYPE PASSED Testing column CORR_PRODUCT Column CORR_PRODUCT PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column NUM_CORR Column NUM_CORR PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column MODE_ID Column MODE_ID PASSED Testing column TYPE Column TYPE PASSED Testing column TYPE_ID Column TYPE_ID PASSED Testing column SUB_TYPE Column SUB_TYPE PASSED Testing column CAL Column CAL PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column LOAD Column LOAD PASSED Testing column OBS_MODE Column OBS_MODE PASSED Testing column REF Column REF PASSED Testing column SIG Column SIG PASSED Testing column SUB_SCAN Column SUB_SCAN PASSED Testing column TIME_RANGE Column TIME_RANGE PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column OBSERVER Column OBSERVER PASSED Testing column PROJECT Column PROJECT PASSED Testing column RELEASE_DATE Column RELEASE_DATE PASSED Testing column SCHEDULE_TYPE Column SCHEDULE_TYPE PASSED Testing column TELESCOPE_NAME Column TELESCOPE_NAME PASSED Testing column UVW Column UVW PASSED Testing column FLAG Column FLAG PASSED Testing column WEIGHT Column WEIGHT PASSED Testing column ANTENNA1 Column ANTENNA1 PASSED Testing column ANTENNA2 Column ANTENNA2 PASSED Testing column ARRAY_ID Column ARRAY_ID PASSED Testing column DATA_DESC_ID Column DATA_DESC_ID PASSED Testing column EXPOSURE Column EXPOSURE PASSED Testing column FEED1 Column FEED1 PASSED Testing column FEED2 Column FEED2 PASSED Testing column FIELD_ID Column FIELD_ID PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column OBSERVATION_ID Column OBSERVATION_ID PASSED Testing column PROCESSOR_ID Column PROCESSOR_ID PASSED Testing column SCAN_NUMBER Column SCAN_NUMBER PASSED Testing column STATE_ID Column STATE_ID PASSED Testing column TIME Column TIME PASSED Testing column TIME_CENTROID Column TIME_CENTROID PASSED Testing column DATA Column DATA PASSED PASSED test_task_mstransform.py::test_multiple_transformations::test_timeaverage_30x_and_combine_seven_spws_four_baselines Testing column OFFSET Column OFFSET PASSED Testing column POSITION Column POSITION PASSED Testing column TYPE Column TYPE PASSED Testing column DISH_DIAMETER Column DISH_DIAMETER PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column MOUNT Column MOUNT PASSED Testing column NAME Column NAME PASSED Testing column STATION Column STATION PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column POLARIZATION_ID Column POLARIZATION_ID PASSED Testing column SPECTRAL_WINDOW_ID Column SPECTRAL_WINDOW_ID PASSED Testing column POSITION Column POSITION PASSED Testing column BEAM_OFFSET Column BEAM_OFFSET PASSED Testing column POLARIZATION_TYPE Column POLARIZATION_TYPE PASSED Testing column POL_RESPONSE Column POL_RESPONSE PASSED Testing column RECEPTOR_ANGLE Column RECEPTOR_ANGLE PASSED Testing column ANTENNA_ID Column ANTENNA_ID PASSED Testing column BEAM_ID Column BEAM_ID PASSED Testing column FEED_ID Column FEED_ID PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column NUM_RECEPTORS Column NUM_RECEPTORS PASSED Testing column SPECTRAL_WINDOW_ID Column SPECTRAL_WINDOW_ID PASSED Testing column TIME Column TIME PASSED Testing column DELAY_DIR Column DELAY_DIR PASSED Testing column PHASE_DIR Column PHASE_DIR PASSED Testing column REFERENCE_DIR Column REFERENCE_DIR PASSED Testing column CODE Column CODE PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column NAME Column NAME PASSED Testing column NUM_POLY Column NUM_POLY PASSED Testing column SOURCE_ID Column SOURCE_ID PASSED Testing column TIME Column TIME PASSED Testing column APPLIED Column APPLIED PASSED Testing column COMMAND Column COMMAND PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column LEVEL Column LEVEL PASSED Testing column REASON Column REASON PASSED Testing column SEVERITY Column SEVERITY PASSED Testing column TIME Column TIME PASSED Testing column TYPE Column TYPE PASSED Testing column DIRECTION Column DIRECTION PASSED Testing column ANTENNA_ID Column ANTENNA_ID PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column NAME Column NAME PASSED Testing column NUM_POLY Column NUM_POLY PASSED Testing column TARGET Column TARGET PASSED Testing column TIME Column TIME PASSED Testing column TIME_ORIGIN Column TIME_ORIGIN PASSED Testing column TRACKING Column TRACKING PASSED Testing column CORR_TYPE Column CORR_TYPE PASSED Testing column CORR_PRODUCT Column CORR_PRODUCT PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column NUM_CORR Column NUM_CORR PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column MODE_ID Column MODE_ID PASSED Testing column TYPE Column TYPE PASSED Testing column TYPE_ID Column TYPE_ID PASSED Testing column SUB_TYPE Column SUB_TYPE PASSED Testing column CAL Column CAL PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column LOAD Column LOAD PASSED Testing column OBS_MODE Column OBS_MODE PASSED Testing column REF Column REF PASSED Testing column SIG Column SIG PASSED Testing column SUB_SCAN Column SUB_SCAN PASSED Testing column TIME_RANGE Column TIME_RANGE PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column OBSERVER Column OBSERVER PASSED Testing column PROJECT Column PROJECT PASSED Testing column RELEASE_DATE Column RELEASE_DATE PASSED Testing column SCHEDULE_TYPE Column SCHEDULE_TYPE PASSED Testing column TELESCOPE_NAME Column TELESCOPE_NAME PASSED Testing column UVW Column UVW PASSED Testing column FLAG Column FLAG PASSED Testing column WEIGHT Column WEIGHT PASSED Testing column ANTENNA1 Column ANTENNA1 PASSED Testing column ANTENNA2 Column ANTENNA2 PASSED Testing column ARRAY_ID Column ARRAY_ID PASSED Testing column DATA_DESC_ID Column DATA_DESC_ID PASSED Testing column EXPOSURE Column EXPOSURE PASSED Testing column FEED1 Column FEED1 PASSED Testing column FEED2 Column FEED2 PASSED Testing column FIELD_ID Column FIELD_ID PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column OBSERVATION_ID Column OBSERVATION_ID PASSED Testing column PROCESSOR_ID Column PROCESSOR_ID PASSED Testing column SCAN_NUMBER Column SCAN_NUMBER PASSED Testing column STATE_ID Column STATE_ID PASSED Testing column TIME Column TIME PASSED Testing column TIME_CENTROID Column TIME_CENTROID PASSED Testing column DATA Column DATA PASSED PASSED test_task_mstransform.py::test_multiple_transformations::test_timeaverage_30x_and_combine_two_spws_four_baselines Testing column OFFSET Column OFFSET PASSED Testing column POSITION Column POSITION PASSED Testing column TYPE Column TYPE PASSED Testing column DISH_DIAMETER Column DISH_DIAMETER PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column MOUNT Column MOUNT PASSED Testing column NAME Column NAME PASSED Testing column STATION Column STATION PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column POLARIZATION_ID Column POLARIZATION_ID PASSED Testing column SPECTRAL_WINDOW_ID Column SPECTRAL_WINDOW_ID PASSED Testing column POSITION Column POSITION PASSED Testing column BEAM_OFFSET Column BEAM_OFFSET PASSED Testing column POLARIZATION_TYPE Column POLARIZATION_TYPE PASSED Testing column POL_RESPONSE Column POL_RESPONSE PASSED Testing column RECEPTOR_ANGLE Column RECEPTOR_ANGLE PASSED Testing column ANTENNA_ID Column ANTENNA_ID PASSED Testing column BEAM_ID Column BEAM_ID PASSED Testing column FEED_ID Column FEED_ID PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column NUM_RECEPTORS Column NUM_RECEPTORS PASSED Testing column SPECTRAL_WINDOW_ID Column SPECTRAL_WINDOW_ID PASSED Testing column TIME Column TIME PASSED Testing column DELAY_DIR Column DELAY_DIR PASSED Testing column PHASE_DIR Column PHASE_DIR PASSED Testing column REFERENCE_DIR Column REFERENCE_DIR PASSED Testing column CODE Column CODE PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column NAME Column NAME PASSED Testing column NUM_POLY Column NUM_POLY PASSED Testing column SOURCE_ID Column SOURCE_ID PASSED Testing column TIME Column TIME PASSED Testing column APPLIED Column APPLIED PASSED Testing column COMMAND Column COMMAND PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column LEVEL Column LEVEL PASSED Testing column REASON Column REASON PASSED Testing column SEVERITY Column SEVERITY PASSED Testing column TIME Column TIME PASSED Testing column TYPE Column TYPE PASSED Testing column DIRECTION Column DIRECTION PASSED Testing column ANTENNA_ID Column ANTENNA_ID PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column NAME Column NAME PASSED Testing column NUM_POLY Column NUM_POLY PASSED Testing column TARGET Column TARGET PASSED Testing column TIME Column TIME PASSED Testing column TIME_ORIGIN Column TIME_ORIGIN PASSED Testing column TRACKING Column TRACKING PASSED Testing column CORR_TYPE Column CORR_TYPE PASSED Testing column CORR_PRODUCT Column CORR_PRODUCT PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column NUM_CORR Column NUM_CORR PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column MODE_ID Column MODE_ID PASSED Testing column TYPE Column TYPE PASSED Testing column TYPE_ID Column TYPE_ID PASSED Testing column SUB_TYPE Column SUB_TYPE PASSED Testing column CAL Column CAL PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column LOAD Column LOAD PASSED Testing column OBS_MODE Column OBS_MODE PASSED Testing column REF Column REF PASSED Testing column SIG Column SIG PASSED Testing column SUB_SCAN Column SUB_SCAN PASSED Testing column TIME_RANGE Column TIME_RANGE PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column OBSERVER Column OBSERVER PASSED Testing column PROJECT Column PROJECT PASSED Testing column RELEASE_DATE Column RELEASE_DATE PASSED Testing column SCHEDULE_TYPE Column SCHEDULE_TYPE PASSED Testing column TELESCOPE_NAME Column TELESCOPE_NAME PASSED Testing column UVW Column UVW PASSED Testing column FLAG Column FLAG PASSED Testing column WEIGHT Column WEIGHT PASSED Testing column ANTENNA1 Column ANTENNA1 PASSED Testing column ANTENNA2 Column ANTENNA2 PASSED Testing column ARRAY_ID Column ARRAY_ID PASSED Testing column DATA_DESC_ID Column DATA_DESC_ID PASSED Testing column EXPOSURE Column EXPOSURE PASSED Testing column FEED1 Column FEED1 PASSED Testing column FEED2 Column FEED2 PASSED Testing column FIELD_ID Column FIELD_ID PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column OBSERVATION_ID Column OBSERVATION_ID PASSED Testing column PROCESSOR_ID Column PROCESSOR_ID PASSED Testing column SCAN_NUMBER Column SCAN_NUMBER PASSED Testing column STATE_ID Column STATE_ID PASSED Testing column TIME Column TIME PASSED Testing column TIME_CENTROID Column TIME_CENTROID PASSED Testing column DATA Column DATA PASSED PASSED test_task_mstransform.py::test_multiple_transformations::test_timeaverage_30x_and_combine_two_spws_two_baselines Testing column OFFSET Column OFFSET PASSED Testing column POSITION Column POSITION PASSED Testing column TYPE Column TYPE PASSED Testing column DISH_DIAMETER Column DISH_DIAMETER PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column MOUNT Column MOUNT PASSED Testing column NAME Column NAME PASSED Testing column STATION Column STATION PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column POLARIZATION_ID Column POLARIZATION_ID PASSED Testing column SPECTRAL_WINDOW_ID Column SPECTRAL_WINDOW_ID PASSED Testing column POSITION Column POSITION PASSED Testing column BEAM_OFFSET Column BEAM_OFFSET PASSED Testing column POLARIZATION_TYPE Column POLARIZATION_TYPE PASSED Testing column POL_RESPONSE Column POL_RESPONSE PASSED Testing column RECEPTOR_ANGLE Column RECEPTOR_ANGLE PASSED Testing column ANTENNA_ID Column ANTENNA_ID PASSED Testing column BEAM_ID Column BEAM_ID PASSED Testing column FEED_ID Column FEED_ID PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column NUM_RECEPTORS Column NUM_RECEPTORS PASSED Testing column SPECTRAL_WINDOW_ID Column SPECTRAL_WINDOW_ID PASSED Testing column TIME Column TIME PASSED Testing column DELAY_DIR Column DELAY_DIR PASSED Testing column PHASE_DIR Column PHASE_DIR PASSED Testing column REFERENCE_DIR Column REFERENCE_DIR PASSED Testing column CODE Column CODE PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column NAME Column NAME PASSED Testing column NUM_POLY Column NUM_POLY PASSED Testing column SOURCE_ID Column SOURCE_ID PASSED Testing column TIME Column TIME PASSED Testing column APPLIED Column APPLIED PASSED Testing column COMMAND Column COMMAND PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column LEVEL Column LEVEL PASSED Testing column REASON Column REASON PASSED Testing column SEVERITY Column SEVERITY PASSED Testing column TIME Column TIME PASSED Testing column TYPE Column TYPE PASSED Testing column DIRECTION Column DIRECTION PASSED Testing column ANTENNA_ID Column ANTENNA_ID PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column NAME Column NAME PASSED Testing column NUM_POLY Column NUM_POLY PASSED Testing column TARGET Column TARGET PASSED Testing column TIME Column TIME PASSED Testing column TIME_ORIGIN Column TIME_ORIGIN PASSED Testing column TRACKING Column TRACKING PASSED Testing column CORR_TYPE Column CORR_TYPE PASSED Testing column CORR_PRODUCT Column CORR_PRODUCT PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column NUM_CORR Column NUM_CORR PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column MODE_ID Column MODE_ID PASSED Testing column TYPE Column TYPE PASSED Testing column TYPE_ID Column TYPE_ID PASSED Testing column SUB_TYPE Column SUB_TYPE PASSED Testing column CAL Column CAL PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column LOAD Column LOAD PASSED Testing column OBS_MODE Column OBS_MODE PASSED Testing column REF Column REF PASSED Testing column SIG Column SIG PASSED Testing column SUB_SCAN Column SUB_SCAN PASSED Testing column TIME_RANGE Column TIME_RANGE PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column OBSERVER Column OBSERVER PASSED Testing column PROJECT Column PROJECT PASSED Testing column RELEASE_DATE Column RELEASE_DATE PASSED Testing column SCHEDULE_TYPE Column SCHEDULE_TYPE PASSED Testing column TELESCOPE_NAME Column TELESCOPE_NAME PASSED Testing column UVW Column UVW PASSED Testing column FLAG Column FLAG PASSED Testing column WEIGHT Column WEIGHT PASSED Testing column ANTENNA1 Column ANTENNA1 PASSED Testing column ANTENNA2 Column ANTENNA2 PASSED Testing column ARRAY_ID Column ARRAY_ID PASSED Testing column DATA_DESC_ID Column DATA_DESC_ID PASSED Testing column EXPOSURE Column EXPOSURE PASSED Testing column FEED1 Column FEED1 PASSED Testing column FEED2 Column FEED2 PASSED Testing column FIELD_ID Column FIELD_ID PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column OBSERVATION_ID Column OBSERVATION_ID PASSED Testing column PROCESSOR_ID Column PROCESSOR_ID PASSED Testing column SCAN_NUMBER Column SCAN_NUMBER PASSED Testing column STATE_ID Column STATE_ID PASSED Testing column TIME Column TIME PASSED Testing column TIME_CENTROID Column TIME_CENTROID PASSED Testing column DATA Column DATA PASSED PASSED test_task_mstransform.py::test_multiple_transformations::test_timeaverage_and_channel_average Testing column OFFSET Column OFFSET PASSED Testing column POSITION Column POSITION PASSED Testing column TYPE Column TYPE PASSED Testing column DISH_DIAMETER Column DISH_DIAMETER PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column MOUNT Column MOUNT PASSED Testing column NAME Column NAME PASSED Testing column STATION Column STATION PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column POLARIZATION_ID Column POLARIZATION_ID PASSED Testing column SPECTRAL_WINDOW_ID Column SPECTRAL_WINDOW_ID PASSED Testing column POSITION Column POSITION PASSED Testing column BEAM_OFFSET Column BEAM_OFFSET PASSED Testing column POLARIZATION_TYPE Column POLARIZATION_TYPE PASSED Testing column POL_RESPONSE Column POL_RESPONSE PASSED Testing column RECEPTOR_ANGLE Column RECEPTOR_ANGLE PASSED Testing column ANTENNA_ID Column ANTENNA_ID PASSED Testing column BEAM_ID Column BEAM_ID PASSED Testing column FEED_ID Column FEED_ID PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column NUM_RECEPTORS Column NUM_RECEPTORS PASSED Testing column SPECTRAL_WINDOW_ID Column SPECTRAL_WINDOW_ID PASSED Testing column TIME Column TIME PASSED Testing column DELAY_DIR Column DELAY_DIR PASSED Testing column PHASE_DIR Column PHASE_DIR PASSED Testing column REFERENCE_DIR Column REFERENCE_DIR PASSED Testing column CODE Column CODE PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column NAME Column NAME PASSED Testing column NUM_POLY Column NUM_POLY PASSED Testing column SOURCE_ID Column SOURCE_ID PASSED Testing column TIME Column TIME PASSED Testing column APPLIED Column APPLIED PASSED Testing column COMMAND Column COMMAND PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column LEVEL Column LEVEL PASSED Testing column REASON Column REASON PASSED Testing column SEVERITY Column SEVERITY PASSED Testing column TIME Column TIME PASSED Testing column TYPE Column TYPE PASSED Testing column DIRECTION Column DIRECTION PASSED Testing column ANTENNA_ID Column ANTENNA_ID PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column NAME Column NAME PASSED Testing column NUM_POLY Column NUM_POLY PASSED Testing column TARGET Column TARGET PASSED Testing column TIME Column TIME PASSED Testing column TIME_ORIGIN Column TIME_ORIGIN PASSED Testing column TRACKING Column TRACKING PASSED Testing column CORR_TYPE Column CORR_TYPE PASSED Testing column CORR_PRODUCT Column CORR_PRODUCT PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column NUM_CORR Column NUM_CORR PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column MODE_ID Column MODE_ID PASSED Testing column TYPE Column TYPE PASSED Testing column TYPE_ID Column TYPE_ID PASSED Testing column SUB_TYPE Column SUB_TYPE PASSED Testing column CAL Column CAL PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column LOAD Column LOAD PASSED Testing column OBS_MODE Column OBS_MODE PASSED Testing column REF Column REF PASSED Testing column SIG Column SIG PASSED Testing column SUB_SCAN Column SUB_SCAN PASSED Testing column TIME_RANGE Column TIME_RANGE PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column OBSERVER Column OBSERVER PASSED Testing column PROJECT Column PROJECT PASSED Testing column RELEASE_DATE Column RELEASE_DATE PASSED Testing column SCHEDULE_TYPE Column SCHEDULE_TYPE PASSED Testing column TELESCOPE_NAME Column TELESCOPE_NAME PASSED Testing column UVW Column UVW PASSED Testing column FLAG Column FLAG PASSED Testing column WEIGHT Column WEIGHT PASSED Testing column ANTENNA1 Column ANTENNA1 PASSED Testing column ANTENNA2 Column ANTENNA2 PASSED Testing column ARRAY_ID Column ARRAY_ID PASSED Testing column DATA_DESC_ID Column DATA_DESC_ID PASSED Testing column EXPOSURE Column EXPOSURE PASSED Testing column FEED1 Column FEED1 PASSED Testing column FEED2 Column FEED2 PASSED Testing column FIELD_ID Column FIELD_ID PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column OBSERVATION_ID Column OBSERVATION_ID PASSED Testing column PROCESSOR_ID Column PROCESSOR_ID PASSED Testing column SCAN_NUMBER Column SCAN_NUMBER PASSED Testing column STATE_ID Column STATE_ID PASSED Testing column TIME Column TIME PASSED Testing column TIME_CENTROID Column TIME_CENTROID PASSED Testing column DATA Column DATA PASSED Testing column POSITION Column POSITION PASSED Testing column BEAM_OFFSET Column BEAM_OFFSET PASSED Testing column POLARIZATION_TYPE Column POLARIZATION_TYPE PASSED Testing column POL_RESPONSE Column POL_RESPONSE PASSED Testing column RECEPTOR_ANGLE Column RECEPTOR_ANGLE PASSED Testing column ANTENNA_ID Column ANTENNA_ID PASSED Testing column BEAM_ID Column BEAM_ID PASSED Testing column FEED_ID Column FEED_ID PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column NUM_RECEPTORS Column NUM_RECEPTORS PASSED Testing column SPECTRAL_WINDOW_ID Column SPECTRAL_WINDOW_ID PASSED Testing column TIME Column TIME PASSED PASSED test_task_mstransform.py::test_spw_poln::test_chanavg_spw_with_diff_pol_shape mstransform: channel average spw 0 that has repeated SPW ID PASSED test_task_mstransform.py::test_spw_poln::test_corr_selection mstransform: verify correct re-indexing of sub-tables PASSED test_task_mstransform.py::test_spw_poln::test_regrid_spw_with_diff_pol_shape mstransform: regrid spw 0 that has repeated SPW ID PASSED test_task_mstransform.py::test_spw_poln::test_repeated_spwid mstransform: split one spw ID mapping to two DDI PASSED test_task_mstransform.py::test_spw_poln::test_spw_selection mstransform: split two spws with different polarization shapes PASSED test_task_mstransform.py::test_spw_poln::test_spwid_poln_LL mstransform: split one spw ID, polarization LL from RR,LL PASSED test_task_mstransform.py::test_spw_poln::test_spwids_poln_RR mstransform: split two spw IDs, polarization RR from RR,LL PASSED test_task_mstransform.py::testFlags::test_select_dropped_spw 2023-09-07 10:53:13 SEVERE mstransform::::casa Task mstransform raised an exception of class RuntimeError with the following message: MSSelectionNullSelection : The selected table has zero rows. mstransform: keepflags=False and select flagged spw. Expect error. Expected Error: MSSelectionNullSelection : The selected table has zero rows. Expected Error! PASSED test_task_mstransform.py::testFlags::test_split_keepflags_false mstransform: split them and do not keep flags in output MS PASSED test_task_mstransform.py::test_subtables_evla::test_multiplex_after_separation_evla 2023-09-07 10:53:24 WARN MSTransformManager::setup There is only one selected SPW, no need to combine mstransform: Check that sub-tables are multiplexed after separating SPWs PASSED test_task_mstransform.py::test_subtables_evla::test_remove_duplicates_after_combine_evla mstransform: Check that sub-tables have no duplicates after SPW combination PASSED test_task_mstransform.py::test_weight_spectrum_creation::test_usewtspectrum_off mstransform: when input MS does not have WEIGHT/SIGMA_SPECTRUM columns, if usewtspectrum is not set=True WEIGHT/SIGMA_SPECTRUM should not be created in the output MS PASSED test_task_mstransform.py::test_weight_spectrum_creation::test_usewtspectrum_on mstransform: when input MS does not have WEIGHT/SIGMA_SPECTRUM columns, usewtspectrum=True should be respected PASSED test_task_mstransform.py::test_subtables_alma::test_chanwidth_sign PASSED test_task_mstransform.py::test_subtables_alma::test_multiplex_after_separation_alma 2023-09-07 10:53:49 WARN MSTransformManager::setup There is only one selected SPW, no need to combine mstransform: Check that sub-tables are multiplexed after separating SPWs PASSED test_task_mstransform.py::test_subtables_alma::test_remove_duplicates_after_combine_alma mstransform: Check that sub-tables have no duplicates after SPW combination PASSED test_task_mstransform.py::test_radial_velocity_correction::test_radial_velocity_correction_without_channel_average regridSpw progress: 100% processed. Testing column OFFSET Column OFFSET PASSED Testing column POSITION Column POSITION PASSED Testing column TYPE Column TYPE PASSED Testing column DISH_DIAMETER Column DISH_DIAMETER PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column MOUNT Column MOUNT PASSED Testing column NAME Column NAME PASSED Testing column STATION Column STATION PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column POLARIZATION_ID Column POLARIZATION_ID PASSED Testing column SPECTRAL_WINDOW_ID Column SPECTRAL_WINDOW_ID PASSED Testing column POSITION Column POSITION PASSED Testing column BEAM_OFFSET Column BEAM_OFFSET PASSED Testing column POLARIZATION_TYPE Column POLARIZATION_TYPE PASSED Testing column POL_RESPONSE Column POL_RESPONSE PASSED Testing column RECEPTOR_ANGLE Column RECEPTOR_ANGLE PASSED Testing column ANTENNA_ID Column ANTENNA_ID PASSED Testing column BEAM_ID Column BEAM_ID PASSED Testing column FEED_ID Column FEED_ID PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column NUM_RECEPTORS Column NUM_RECEPTORS PASSED Testing column SPECTRAL_WINDOW_ID Column SPECTRAL_WINDOW_ID PASSED Testing column TIME Column TIME PASSED Testing column DELAY_DIR Column DELAY_DIR PASSED Testing column PHASE_DIR Column PHASE_DIR PASSED Testing column REFERENCE_DIR Column REFERENCE_DIR PASSED Testing column CODE Column CODE PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column NAME Column NAME PASSED Testing column NUM_POLY Column NUM_POLY PASSED Testing column SOURCE_ID Column SOURCE_ID PASSED Testing column TIME Column TIME PASSED Testing column PhaseDir_Ref Column PhaseDir_Ref PASSED Testing column DelayDir_Ref Column DelayDir_Ref PASSED Testing column RefDir_Ref Column RefDir_Ref PASSED Testing column EPHEMERIS_ID Column EPHEMERIS_ID PASSED Testing column APPLIED Column APPLIED PASSED Testing column COMMAND Column COMMAND PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column LEVEL Column LEVEL PASSED Testing column REASON Column REASON PASSED Testing column SEVERITY Column SEVERITY PASSED Testing column TIME Column TIME PASSED Testing column TYPE Column TYPE PASSED Testing column DIRECTION Column DIRECTION PASSED Testing column ANTENNA_ID Column ANTENNA_ID PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column NAME Column NAME PASSED Testing column NUM_POLY Column NUM_POLY PASSED Testing column TARGET Column TARGET PASSED Testing column TIME Column TIME PASSED Testing column TIME_ORIGIN Column TIME_ORIGIN PASSED Testing column TRACKING Column TRACKING PASSED Testing column CORR_TYPE Column CORR_TYPE PASSED Testing column CORR_PRODUCT Column CORR_PRODUCT PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column NUM_CORR Column NUM_CORR PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column MODE_ID Column MODE_ID PASSED Testing column TYPE Column TYPE PASSED Testing column TYPE_ID Column TYPE_ID PASSED Testing column SUB_TYPE Column SUB_TYPE PASSED Testing column CAL Column CAL PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column LOAD Column LOAD PASSED Testing column OBS_MODE Column OBS_MODE PASSED Testing column REF Column REF PASSED Testing column SIG Column SIG PASSED Testing column SUB_SCAN Column SUB_SCAN PASSED Testing column TIME_RANGE Column TIME_RANGE PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column OBSERVER Column OBSERVER PASSED Testing column PROJECT Column PROJECT PASSED Testing column RELEASE_DATE Column RELEASE_DATE PASSED Testing column SCHEDULE_TYPE Column SCHEDULE_TYPE PASSED Testing column TELESCOPE_NAME Column TELESCOPE_NAME PASSED Testing column UVW Column UVW PASSED Testing column WEIGHT Column WEIGHT PASSED Testing column ANTENNA1 Column ANTENNA1 PASSED Testing column ANTENNA2 Column ANTENNA2 PASSED Testing column ARRAY_ID Column ARRAY_ID PASSED Testing column DATA_DESC_ID Column DATA_DESC_ID PASSED Testing column EXPOSURE Column EXPOSURE PASSED Testing column FEED1 Column FEED1 PASSED Testing column FEED2 Column FEED2 PASSED Testing column FIELD_ID Column FIELD_ID PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column OBSERVATION_ID Column OBSERVATION_ID PASSED Testing column PROCESSOR_ID Column PROCESSOR_ID PASSED Testing column SCAN_NUMBER Column SCAN_NUMBER PASSED Testing column STATE_ID Column STATE_ID PASSED Testing column TIME Column TIME PASSED Testing column TIME_CENTROID Column TIME_CENTROID PASSED Testing column DATA Column DATA PASSED Testing column FLAG Column FLAG PASSED PASSED test_task_mstransform.py::test_radial_velocity_correction::test_too_low_width 2023-09-07 10:54:05 WARN MSTransformRegridder::calcChanFreqs *** Requested new channel width (1182.5 Hz) is smaller than smallest original channel width 2023-09-07 10:54:05 WARN MSTransformRegridder::calcChanFreqs+ which is 61039.5 Hz 2023-09-07 10:54:05 WARN MSTransformRegridder::calcChanFreqs+ or 51.6189 m/s 2023-09-07 10:54:05 SEVERE MSTransformRegridder::calcChanFreqs calcChanFreqs failed, check input start and width parameters 2023-09-07 10:54:05 SEVERE ParallelDataHelper::::casa Task mstransform raised an exception of class RuntimeError with the following message: 2023-09-07 10:54:05 SEVERE MSTransformRegridder::calcChanFreqs calcChanFreqs failed, check input start and width parameters PASSED test_task_mstransform.py::test_radial_velocity_correction_largetimerange::test_ascending_freq SKIPPED (Skip, cvel produces an exception since release 4.7.2 as per...) test_task_mstransform.py::test_radial_velocity_correction_largetimerange::test_ascending_freq_noregrid 2023-09-07 10:54:08 WARN MSTransformManager::setup There is only one selected SPW, no need to combine PASSED test_task_mstransform.py::test_radial_velocity_correction_largetimerange::test_descending_freq SKIPPED (Skip, cvel produces an exception since release 4.7.2 as per...) test_task_mstransform.py::test_radial_velocity_correction_largetimerange::test_descending_freq_noregrid 2023-09-07 10:54:12 WARN MSTransformManager::setup There is only one selected SPW, no need to combine PASSED test_task_mstransform.py::test_vla_mixed_polarizations::test_vla_mixed_polarizations_1 PASSED test_task_mstransform.py::test_polarization_reindex::test_polarization_reindex_1 PASSED test_task_mstransform.py::test_antenna_reindexing::test_antenna_reindexing_all_va mstransform: check that reindexing keeps all antennas that are involved in the selected baselines PASSED test_task_mstransform.py::test_antenna_reindexing::test_antenna_reindexing_va0 mstransform: check reindexing when selecting a subset of the antennas PASSED test_task_mstransform.py::test_alma_wvr_correlation_products::test_alma_wvr_correlation_products_1 PASSED test_task_mstransform.py::test_alma_autocorr_selection_with_wvr::test_alma_autocorr_selection_with_wvr_1 PASSED test_task_mstransform.py::test_spectrum_transformations_mean::test_chanavg_mean_all mstransform: Check that after chan avg WEIGHT/SIGMA is equivalent to the mean of the unflagged WEIGHT_SPECTRUM samples PASSED test_task_mstransform.py::test_spectrum_transformations_mean::test_chanavg_mean_corrected mstransform: Check that after chan avg WEIGHT/SIGMA is equivalent to the mean of the unflagged WEIGHT_SPECTRUM samples PASSED test_task_mstransform.py::test_spectrum_transformations_mean::test_chanavg_mean_data mstransform: Check that after chan avg WEIGHT/SIGMA is equivalent to the mean of the unflagged WEIGHT_SPECTRUM samples PASSED test_task_mstransform.py::test_spectrum_transformations_mean::test_chanavg_mean_model mstransform: Check that after chan avg WEIGHT/SIGMA is equivalent to the mean of the unflagged WEIGHT_SPECTRUM samples PASSED test_task_mstransform.py::test_spectrum_transformations_mean::test_spw_separation_mean_all mstransform: Check that after spw separation WEIGHT/SIGMA is equivalent to the mean of the unflagged WEIGHT_SPECTRUM samples PASSED test_task_mstransform.py::test_spectrum_transformations_mean::test_spw_separation_mean_corrected mstransform: Check that after spw separation WEIGHT/SIGMA is equivalent to the mean of the unflagged WEIGHT_SPECTRUM samples PASSED test_task_mstransform.py::test_spectrum_transformations_mean::test_spw_separation_mean_data mstransform: Check that after spw separation WEIGHT/SIGMA is equivalent to the mean of the unflagged WEIGHT_SPECTRUM samples PASSED test_task_mstransform.py::test_spectrum_transformations_mean::test_spw_separation_mean_model mstransform: Check that after spw separation WEIGHT/SIGMA is equivalent to the mean of the unflagged WEIGHT_SPECTRUM samples PASSED test_task_mstransform.py::test_spectrum_transformations_mean::test_timeavg_chanavg_mean_all mstransform: Check that after time/chan avg WEIGHT/SIGMA is equivalent to the mean of the unflagged WEIGHT_SPECTRUM samples PASSED test_task_mstransform.py::test_spectrum_transformations_mean::test_timeavg_chanavg_mean_corrected mstransform: Check that after time/chan avg WEIGHT/SIGMA is equivalent to the mean of the unflagged WEIGHT_SPECTRUM samples PASSED test_task_mstransform.py::test_spectrum_transformations_mean::test_timeavg_chanavg_mean_data mstransform: Check that after time/chan avg WEIGHT/SIGMA is equivalent to the mean of the unflagged WEIGHT_SPECTRUM samples PASSED test_task_mstransform.py::test_spectrum_transformations_mean::test_timeavg_chanavg_mean_model mstransform: Check that after time/chan avg WEIGHT/SIGMA is equivalent to the mean of the unflagged WEIGHT_SPECTRUM samples PASSED test_task_mstransform.py::test_spectrum_transformations_mean::test_timeavg_mean_all mstransform: Check that after time avg WEIGHT/SIGMA is equivalent to the mean of the unflagged WEIGHT_SPECTRUM samples PASSED test_task_mstransform.py::test_spectrum_transformations_mean::test_timeavg_mean_corrected mstransform: Check that after time avg WEIGHT/SIGMA is equivalent to the mean of the unflagged WEIGHT_SPECTRUM samples PASSED test_task_mstransform.py::test_spectrum_transformations_mean::test_timeavg_mean_data mstransform: Check that after time avg WEIGHT/SIGMA is equivalent to the mean of the unflagged WEIGHT_SPECTRUM samples PASSED test_task_mstransform.py::test_spectrum_transformations_mean::test_timeavg_mean_model mstransform: Check that after time avg WEIGHT/SIGMA is equivalent to the mean of the unflagged WEIGHT_SPECTRUM samples PASSED test_task_mstransform.py::test_spectrum_transformations_median::test_chanavg_median_all mstransform: Check that after chan avg WEIGHT/SIGMA is equivalent to the median of WEIGHT_SPECTRUM/SIGMA_SPECTRUM SKIPPED (Median replaced with mean to capture overall behaviour) test_task_mstransform.py::test_spectrum_transformations_median::test_chanavg_median_corrected mstransform: Check that after chan avg WEIGHT/SIGMA is equivalent to the median of WEIGHT_SPECTRUM/SIGMA_SPECTRUM SKIPPED (Median replaced with mean to capture overall behaviour) test_task_mstransform.py::test_spectrum_transformations_median::test_chanavg_median_data mstransform: Check that after chan avg WEIGHT/SIGMA is equivalent to the median of WEIGHT_SPECTRUM/SIGMA_SPECTRUM SKIPPED (Median replaced with mean to capture overall behaviour) test_task_mstransform.py::test_spectrum_transformations_median::test_chanavg_median_model mstransform: Check that after chan avg WEIGHT/SIGMA is equivalent to the median of WEIGHT_SPECTRUM/SIGMA_SPECTRUM SKIPPED (Median replaced with mean to capture overall behaviour) test_task_mstransform.py::test_spectrum_transformations_median::test_spw_separation_median_all mstransform: Check that after spw separation WEIGHT/SIGMA is equivalent to the median of WEIGHT_SPECTRUM/SIGMA_SPECTRUM SKIPPED (Median replaced with mean to capture overall behaviour) test_task_mstransform.py::test_spectrum_transformations_median::test_spw_separation_median_corrected mstransform: Check that after spw separation WEIGHT/SIGMA is equivalent to the median of WEIGHT_SPECTRUM/SIGMA_SPECTRUM SKIPPED (Median replaced with mean to capture overall behaviour) test_task_mstransform.py::test_spectrum_transformations_median::test_spw_separation_median_data mstransform: Check that after spw separation WEIGHT/SIGMA is equivalent to the median of WEIGHT_SPECTRUM/SIGMA_SPECTRUM SKIPPED (Median replaced with mean to capture overall behaviour) test_task_mstransform.py::test_spectrum_transformations_median::test_spw_separation_median_model mstransform: Check that after spw separation WEIGHT/SIGMA is equivalent to the median of WEIGHT_SPECTRUM/SIGMA_SPECTRUM SKIPPED (Median replaced with mean to capture overall behaviour) test_task_mstransform.py::test_spectrum_transformations_median::test_timeavg_chanavg_median_all mstransform: Check that after time/chan avg WEIGHT/SIGMA is equivalent to the median of WEIGHT_SPECTRUM/SIGMA_SPECTRUM SKIPPED (Median replaced with mean to capture overall behaviour) test_task_mstransform.py::test_spectrum_transformations_median::test_timeavg_chanavg_median_corrected mstransform: Check that after time/chan avg WEIGHT/SIGMA is equivalent to the median of WEIGHT_SPECTRUM/SIGMA_SPECTRUM SKIPPED (Median replaced with mean to capture overall behaviour) test_task_mstransform.py::test_spectrum_transformations_median::test_timeavg_chanavg_median_data mstransform: Check that after time/chan avg WEIGHT/SIGMA is equivalent to the median of WEIGHT_SPECTRUM/SIGMA_SPECTRUM SKIPPED (Median replaced with mean to capture overall behaviour) test_task_mstransform.py::test_spectrum_transformations_median::test_timeavg_chanavg_median_model mstransform: Check that after time/chan avg WEIGHT/SIGMA is equivalent to the median of WEIGHT_SPECTRUM/SIGMA_SPECTRUM SKIPPED (Median replaced with mean to capture overall behaviour) test_task_mstransform.py::test_spectrum_transformations_median::test_timeavg_median_all mstransform: Check that after time avg WEIGHT/SIGMA is equivalent to the median of WEIGHT_SPECTRUM/SIGMA_SPECTRUM SKIPPED (Median replaced with mean to capture overall behaviour) test_task_mstransform.py::test_spectrum_transformations_median::test_timeavg_median_corrected mstransform: Check that after time avg WEIGHT/SIGMA is equivalent to the median of WEIGHT_SPECTRUM/SIGMA_SPECTRUM SKIPPED (Median replaced with mean to capture overall behaviour) test_task_mstransform.py::test_spectrum_transformations_median::test_timeavg_median_data mstransform: Check that after time avg WEIGHT/SIGMA is equivalent to the median of WEIGHT_SPECTRUM/SIGMA_SPECTRUM SKIPPED (Median replaced with mean to capture overall behaviour) test_task_mstransform.py::test_spectrum_transformations_median::test_timeavg_median_model mstransform: Check that after time avg WEIGHT/SIGMA is equivalent to the median of WEIGHT_SPECTRUM/SIGMA_SPECTRUM SKIPPED (Median replaced with mean to capture overall behaviour) test_task_mstransform.py::test_spectrum_transformations_sigma_from_weight::test_chanavg_sigma_from_weight_corrected mstransform: Check that after chan avg CORRECTED SIGMA=1/sqrt(WEIGHT) PASSED test_task_mstransform.py::test_spectrum_transformations_sigma_from_weight::test_chanavg_sigma_from_weight_data mstransform: Check that after chan avg DATA SIGMA=1/sqrt(WEIGHT) PASSED test_task_mstransform.py::test_spectrum_transformations_sigma_from_weight::test_chanavg_sigma_from_weight_model mstransform: Check that after chan avg MODEL SIGMA=1/sqrt(WEIGHT) PASSED test_task_mstransform.py::test_spectrum_transformations_sigma_from_weight::test_timeavg_chanavg_sigma_from_weight_corrected mstransform: Check that after time + chan avg CORRECTED SIGMA=1/sqrt(WEIGHT) PASSED test_task_mstransform.py::test_spectrum_transformations_sigma_from_weight::test_timeavg_chanavg_sigma_from_weight_data mstransform: Check that after time + chan avg DATA SIGMA=1/sqrt(WEIGHT) PASSED test_task_mstransform.py::test_spectrum_transformations_sigma_from_weight::test_timeavg_chanavg_sigma_from_weight_model mstransform: Check that after time + chan avg MODEL SIGMA=1/sqrt(WEIGHT) PASSED test_task_mstransform.py::test_spectrum_transformations_sigma_from_weight::test_timeavg_sigma_from_weight_corrected mstransform: Check that after time avg CORRECTED SIGMA=1/sqrt(WEIGHT) PASSED test_task_mstransform.py::test_spectrum_transformations_sigma_from_weight::test_timeavg_sigma_from_weight_data mstransform: Check that after time avg DATA SIGMA=1/sqrt(WEIGHT) PASSED test_task_mstransform.py::test_spectrum_transformations_sigma_from_weight::test_timeavg_sigma_from_weight_model mstransform: Check that after time avg MODEL SIGMA=1/sqrt(WEIGHT) PASSED test_task_mstransform.py::test_spectrum_transformations_2_steps_vs_1_step::test_chanavg_timeavg_2_steps_vs_1_step_all mstransform: Check that the result of chan/time average ALL applied in 1 step is the same as applied in 2 steps PASSED test_task_mstransform.py::test_spectrum_transformations_2_steps_vs_1_step::test_chanavg_timeavg_2_steps_vs_1_step_corrected mstransform: Check that the result of chan/time average CORRECTED applied in 1 step is the same as applied in 2 steps PASSED test_task_mstransform.py::test_spectrum_transformations_2_steps_vs_1_step::test_chanavg_timeavg_2_steps_vs_1_step_data mstransform: Check that the result of chan/time average DATA applied in 1 step is the same as applied in 2 steps PASSED test_task_mstransform.py::test_spectrum_transformations_2_steps_vs_1_step::test_chanavg_timeavg_2_steps_vs_1_step_model mstransform: Check that the result of chan/time average MODEL applied in 1 step is the same as applied in 2 steps PASSED test_task_mstransform.py::test_spectrum_transformations_2_steps_vs_1_step::test_timeavg_chanavg_2_steps_vs_1_step_all mstransform: Check that the result of time/chan average ALL applied in 1 step is the same as applied in 2 steps PASSED test_task_mstransform.py::test_spectrum_transformations_2_steps_vs_1_step::test_timeavg_chanavg_2_steps_vs_1_step_corrected mstransform: Check that the result of time/chan average CORRECTED applied in 1 step is the same as applied in 2 steps PASSED test_task_mstransform.py::test_spectrum_transformations_2_steps_vs_1_step::test_timeavg_chanavg_2_steps_vs_1_step_data mstransform: Check that the result of time/chan average DATA applied in 1 step is the same as applied in 2 steps PASSED test_task_mstransform.py::test_spectrum_transformations_2_steps_vs_1_step::test_timeavg_chanavg_2_steps_vs_1_step_model mstransform: Check that the result of time/chan average MODEL applied in 1 step is the same as applied in 2 steps PASSED test_task_mstransform.py::test_spectrum_transformations_chanavg_useWeightSpectrum_false_vs_true::test_chanavg_useWeightSpectrum_false_vs_true_all mstransform: When there are no input SPECTRUM cols chan avg result is the same regardless of useWeightSpectrum because VI/VB fills a cte. weightSpectrum/sigmaSpectrum across channels PASSED test_task_mstransform.py::test_spectrum_transformations_chanavg_useWeightSpectrum_false_vs_true::test_chanavg_useWeightSpectrum_false_vs_true_corrected mstransform: When there are no input SPECTRUM cols chan avg result is the same regardless of useWeightSpectrum because VI/VB fills a cte. weightSpectrum/sigmaSpectrum across channels PASSED test_task_mstransform.py::test_spectrum_transformations_chanavg_useWeightSpectrum_false_vs_true::test_chanavg_useWeightSpectrum_false_vs_true_data mstransform: When there are no input SPECTRUM cols chan avg result is the same regardless of useWeightSpectrum because VI/VB fills a cte. weightSpectrum/sigmaSpectrum across channels PASSED test_task_mstransform.py::test_spectrum_transformations_chanavg_useWeightSpectrum_false_vs_true::test_chanavg_useWeightSpectrum_false_vs_true_model mstransform: When there are no input SPECTRUM cols chan avg result is the same regardless of useWeightSpectrum because VI/VB fills a cte. weightSpectrum/sigmaSpectrum across channels PASSED test_task_mstransform.py::test_spectrum_transformations_multiple_col::test_chanavg_all_vs_data_and_corrected mstransform: Check that the result of chan avg ALL is equivalent to the results of DATA/CORRECTED stand-alone PASSED test_task_mstransform.py::test_spectrum_transformations_multiple_col::test_timeavg_all_vs_data_and_corrected mstransform: Check that the result of time avg ALL is equivalent to the results of DATA/CORRECTED stand-alone PASSED test_task_mstransform.py::test_spectrum_transformations_multiple_col::test_timeavg_chanavg_all_vs_data_and_corrected mstransform: Check that the result of time+chan avg ALL is equivalent to the results of DATA/CORRECTED stand-alone PASSED test_task_mstransform.py::test_spectrum_transformations_weight_zero_flag_set::test_chanavg_weight_zero_flag_set_corrected mstransform: Check that flags are set when the weight resulting from time avg is zero SKIPPED (Skipping - chan average should generate the avg of the flag...) test_task_mstransform.py::test_spectrum_transformations_weight_zero_flag_set::test_timeavg_chanavg_weight_zero_flag_set_corrected mstransform: Check that flags are set when the weight resulting from time avg is zero SKIPPED (Skipping - chan average should generate the avg of the flag...) test_task_mstransform.py::test_spectrum_transformations_weight_zero_flag_set::test_timeavg_weight_zero_flag_set_corrected mstransform: Check that flags are set when the weight resulting from time avg is zero SKIPPED (Skipping - chan average should generate the avg of the flag...) test_task_mstransform.py::test_spectrum_transformations_weight_constant::test_chanavg_corrected_vs_model_with_weight_constant mstransform: Check that the result of chan avg CORRECTED is the same as time avg MODEL multiplied by input WEIGHT PASSED test_task_mstransform.py::test_spectrum_transformations_weight_constant::test_timeavg_corrected_vs_model_with_weight_constant mstransform: Check that the result of time/chan avg CORRECTED is the same as time avg MODEL multiplied by input WEIGHT PASSED test_task_mstransform.py::test_spectrum_transformations_sigma_unit::test_chanavg_corrected_vs_data_with_sigma_unit mstransform: Check that the result of chan avg CORRECTED is the same as time avg DATA with sigma 1 multiplied by input WEIGHT PASSED test_task_mstransform.py::test_spectrum_transformations_sigma_unit::test_chanavg_data_vs_model_with_sigma_unit mstransform: Check that the result of chan avg DATA with sigma 1 is the same as averaging MODEL PASSED test_task_mstransform.py::test_spectrum_transformations_sigma_unit::test_timeavg_corrected_vs_data_with_sigma_unit mstransform: Check that the result of time avg CORRECTED is the same as time avg DATA with sigma 1 multiplied by input WEIGHT PASSED test_task_mstransform.py::test_spectrum_transformations_sigma_unit::test_timeavg_data_vs_model_with_sigma_unit mstransform: Check that the result of time avg DATA with sigma 1 is the same as averaging MODEL PASSED test_task_mstransform.py::test_spectrum_transformations_useWeightSpectrum_false_vs_true::test_chanavg_timeavg_useWeightSpectrum_false_vs_true_all Check that WEIGHT/SIGMA are generated in the same way regardless of the useWeightSpectrum parameter PASSED test_task_mstransform.py::test_spectrum_transformations_useWeightSpectrum_false_vs_true::test_chanavg_timeavg_useWeightSpectrum_false_vs_true_corrected Check that WEIGHT/SIGMA are generated in the same way regardless of the useWeightSpectrum parameter PASSED test_task_mstransform.py::test_spectrum_transformations_useWeightSpectrum_false_vs_true::test_chanavg_timeavg_useWeightSpectrum_false_vs_true_data Check that WEIGHT/SIGMA are generated in the same way regardless of the useWeightSpectrum parameter PASSED test_task_mstransform.py::test_spectrum_transformations_useWeightSpectrum_false_vs_true::test_chanavg_timeavg_useWeightSpectrum_false_vs_true_model Check that WEIGHT/SIGMA are generated in the same way regardless of the useWeightSpectrum parameter PASSED test_task_mstransform.py::test_spectrum_transformations_useWeightSpectrum_false_vs_true::test_chanavg_useWeightSpectrum_false_vs_true_all Check that WEIGHT/SIGMA are generated in the same way regardless of the useWeightSpectrum parameter PASSED test_task_mstransform.py::test_spectrum_transformations_useWeightSpectrum_false_vs_true::test_chanavg_useWeightSpectrum_false_vs_true_corrected Check that WEIGHT/SIGMA are generated in the same way regardless of the useWeightSpectrum parameter PASSED test_task_mstransform.py::test_spectrum_transformations_useWeightSpectrum_false_vs_true::test_chanavg_useWeightSpectrum_false_vs_true_data Check that WEIGHT/SIGMA are generated in the same way regardless of the useWeightSpectrum parameter PASSED test_task_mstransform.py::test_spectrum_transformations_useWeightSpectrum_false_vs_true::test_chanavg_useWeightSpectrum_false_vs_true_model Check that WEIGHT/SIGMA are generated in the same way regardless of the useWeightSpectrum parameter PASSED test_task_mstransform.py::test_spectrum_transformations_useWeightSpectrum_false_vs_true::test_timeavg_useWeightSpectrum_false_vs_true_all Check that WEIGHT/SIGMA are generated in the same way regardless of the useWeightSpectrum parameter PASSED test_task_mstransform.py::test_spectrum_transformations_useWeightSpectrum_false_vs_true::test_timeavg_useWeightSpectrum_false_vs_true_corrected Check that WEIGHT/SIGMA are generated in the same way regardless of the useWeightSpectrum parameter PASSED test_task_mstransform.py::test_spectrum_transformations_useWeightSpectrum_false_vs_true::test_timeavg_useWeightSpectrum_false_vs_true_data Check that WEIGHT/SIGMA are generated in the same way regardless of the useWeightSpectrum parameter PASSED test_task_mstransform.py::test_spectrum_transformations_useWeightSpectrum_false_vs_true::test_timeavg_useWeightSpectrum_false_vs_true_model Check that WEIGHT/SIGMA are generated in the same way regardless of the useWeightSpectrum parameter PASSED test_task_mstransform.py::test_spectrum_transformations_flagged_average::test_chanavg_spectrum_transformations_flagged_average_all PASSED test_task_mstransform.py::test_spectrum_transformations_flagged_average::test_chanavg_spectrum_transformations_flagged_average_corrected PASSED test_task_mstransform.py::test_spectrum_transformations_flagged_average::test_chanavg_spectrum_transformations_flagged_average_data PASSED test_task_mstransform.py::test_spectrum_transformations_flagged_average::test_chanavg_spectrum_transformations_flagged_average_model PASSED test_task_mstransform.py::test_spectrum_transformations_flagged_average::test_chanavg_timeavg_spectrum_transformations_flagged_average_all PASSED test_task_mstransform.py::test_spectrum_transformations_flagged_average::test_chanavg_timeavg_spectrum_transformations_flagged_average_corrected PASSED test_task_mstransform.py::test_spectrum_transformations_flagged_average::test_chanavg_timeavg_spectrum_transformations_flagged_average_data PASSED test_task_mstransform.py::test_spectrum_transformations_flagged_average::test_chanavg_timeavg_spectrum_transformations_flagged_average_model PASSED test_task_mstransform.py::test_spectrum_transformations_flagged_average::test_timeavg_spectrum_transformations_flagged_average_all PASSED test_task_mstransform.py::test_spectrum_transformations_flagged_average::test_timeavg_spectrum_transformations_flagged_average_corrected PASSED test_task_mstransform.py::test_spectrum_transformations_flagged_average::test_timeavg_spectrum_transformations_flagged_average_data PASSED test_task_mstransform.py::test_spectrum_transformations_flagged_average::test_timeavg_spectrum_transformations_flagged_average_model PASSED test_task_mstransform.py::test_otf_calibration::test_otf_calibration_mst_vs_applycal_split 2023-09-07 11:06:18 SEVERE Calibrater:: Caltable mstransform_reference/ngc5921.bcal is missing the following fields: scan scanmap 2023-09-07 11:06:18 SEVERE Calibrater:: Caltable mstransform_reference/ngc5921.fluxscale is missing the following fields: scan scanmap 2023-09-07 11:06:18 SEVERE Calibrater:: Caltable mstransform_reference/ngc5921.gcal is missing the following fields: scan scanmap 2023-09-07 11:06:18 SEVERE Calibrater:: Caltable mstransform_reference/ngc5921.gcal is missing the following fields: scan scanmap Testing column OFFSET Column OFFSET PASSED Testing column POSITION Column POSITION PASSED Testing column TYPE Column TYPE PASSED Testing column DISH_DIAMETER Column DISH_DIAMETER PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column MOUNT Column MOUNT PASSED Testing column NAME Column NAME PASSED Testing column STATION Column STATION PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column POLARIZATION_ID Column POLARIZATION_ID PASSED Testing column SPECTRAL_WINDOW_ID Column SPECTRAL_WINDOW_ID PASSED Testing column POSITION Column POSITION PASSED Testing column BEAM_OFFSET Column BEAM_OFFSET PASSED Testing column POLARIZATION_TYPE Column POLARIZATION_TYPE PASSED Testing column POL_RESPONSE Column POL_RESPONSE PASSED Testing column RECEPTOR_ANGLE Column RECEPTOR_ANGLE PASSED Testing column ANTENNA_ID Column ANTENNA_ID PASSED Testing column BEAM_ID Column BEAM_ID PASSED Testing column FEED_ID Column FEED_ID PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column NUM_RECEPTORS Column NUM_RECEPTORS PASSED Testing column SPECTRAL_WINDOW_ID Column SPECTRAL_WINDOW_ID PASSED Testing column TIME Column TIME PASSED Testing column DELAY_DIR Column DELAY_DIR PASSED Testing column PHASE_DIR Column PHASE_DIR PASSED Testing column REFERENCE_DIR Column REFERENCE_DIR PASSED Testing column CODE Column CODE PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column NAME Column NAME PASSED Testing column NUM_POLY Column NUM_POLY PASSED Testing column SOURCE_ID Column SOURCE_ID PASSED Testing column TIME Column TIME PASSED Testing column APPLIED Column APPLIED PASSED Testing column COMMAND Column COMMAND PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column LEVEL Column LEVEL PASSED Testing column REASON Column REASON PASSED Testing column SEVERITY Column SEVERITY PASSED Testing column TIME Column TIME PASSED Testing column TYPE Column TYPE PASSED Testing column DIRECTION Column DIRECTION PASSED Testing column ANTENNA_ID Column ANTENNA_ID PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column NAME Column NAME PASSED Testing column NUM_POLY Column NUM_POLY PASSED Testing column TARGET Column TARGET PASSED Testing column TIME Column TIME PASSED Testing column TIME_ORIGIN Column TIME_ORIGIN PASSED Testing column TRACKING Column TRACKING PASSED Testing column CORR_TYPE Column CORR_TYPE PASSED Testing column CORR_PRODUCT Column CORR_PRODUCT PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column NUM_CORR Column NUM_CORR PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column MODE_ID Column MODE_ID PASSED Testing column TYPE Column TYPE PASSED Testing column TYPE_ID Column TYPE_ID PASSED Testing column SUB_TYPE Column SUB_TYPE PASSED Testing column CAL Column CAL PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column LOAD Column LOAD PASSED Testing column OBS_MODE Column OBS_MODE PASSED Testing column REF Column REF PASSED Testing column SIG Column SIG PASSED Testing column SUB_SCAN Column SUB_SCAN PASSED Testing column TIME_RANGE Column TIME_RANGE PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column OBSERVER Column OBSERVER PASSED Testing column PROJECT Column PROJECT PASSED Testing column RELEASE_DATE Column RELEASE_DATE PASSED Testing column SCHEDULE_TYPE Column SCHEDULE_TYPE PASSED Testing column TELESCOPE_NAME Column TELESCOPE_NAME PASSED Testing column UVW Column UVW PASSED Testing column FLAG Column FLAG PASSED Testing column WEIGHT Column WEIGHT PASSED Testing column ANTENNA1 Column ANTENNA1 PASSED Testing column ANTENNA2 Column ANTENNA2 PASSED Testing column ARRAY_ID Column ARRAY_ID PASSED Testing column DATA_DESC_ID Column DATA_DESC_ID PASSED Testing column EXPOSURE Column EXPOSURE PASSED Testing column FEED1 Column FEED1 PASSED Testing column FEED2 Column FEED2 PASSED Testing column FIELD_ID Column FIELD_ID PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column OBSERVATION_ID Column OBSERVATION_ID PASSED Testing column PROCESSOR_ID Column PROCESSOR_ID PASSED Testing column SCAN_NUMBER Column SCAN_NUMBER PASSED Testing column STATE_ID Column STATE_ID PASSED Testing column TIME Column TIME PASSED Testing column TIME_CENTROID Column TIME_CENTROID PASSED Testing column DATA Column DATA PASSED PASSED test_task_mstransform.py::test_no_reindexing::test_regrid_SPWs_separately_with_no_reindexing mstransform: Change ref. frame to LSRK for each SPW separately w/o reindexing Testing column UVW Column UVW PASSED Testing column FLAG Column FLAG PASSED Testing column WEIGHT Column WEIGHT PASSED Testing column SIGMA Column SIGMA PASSED Testing column ANTENNA1 Column ANTENNA1 PASSED Testing column ANTENNA2 Column ANTENNA2 PASSED Testing column ARRAY_ID Column ARRAY_ID PASSED Testing column EXPOSURE Column EXPOSURE PASSED Testing column FEED1 Column FEED1 PASSED Testing column FEED2 Column FEED2 PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column OBSERVATION_ID Column OBSERVATION_ID PASSED Testing column PROCESSOR_ID Column PROCESSOR_ID PASSED Testing column SCAN_NUMBER Column SCAN_NUMBER PASSED Testing column STATE_ID Column STATE_ID PASSED Testing column TIME Column TIME PASSED Testing column TIME_CENTROID Column TIME_CENTROID PASSED Testing column DATA Column DATA PASSED PASSED test_task_mstransform.py::test_no_reindexing_ephemeris_copy::test_ephemeris_copy 2023-09-07 11:06:55 WARN importasdm::::casa Ephemeris is in ICRS instead of J2000 frame. 2023-09-07 11:06:55 WARN importasdm::::casa+ Entry in SOURCE table will be converted to J2000 2023-09-07 11:06:55 WARN importasdm::::casa Ephemeris is in ICRS instead of J2000 frame. 2023-09-07 11:06:55 WARN importasdm::::casa+ Entry in SOURCE table will be converted to J2000 PASSED test_task_mstransform.py::test_splitUpdateFlagCmd::test_split_update_flagcmd 2023-09-07 11:07:18 WARN importasdm::::casa Ephemeris is in ICRS instead of J2000 frame. 2023-09-07 11:07:18 WARN importasdm::::casa+ Entry in SOURCE table will be converted to J2000 2023-09-07 11:07:18 WARN importasdm::::casa Ephemeris is in ICRS instead of J2000 frame. 2023-09-07 11:07:18 WARN importasdm::::casa+ Entry in SOURCE table will be converted to J2000 split: Do not update FLAG_CMD table when spw selection in FLAG_CMD is by name PASSED test_task_mstransform.py::test_selectiononly_notransformation::test_select_several_channels_different_spw mstransform: apply a selection of different channels over several spw PASSED test_task_mstransform.py::Cleanup::test_runTest mstransform: Cleanup PASSED - generated xml file: /home/casatest/casa6/casatestutils/nosedir/xml/test_task_mstransform/nose.xml - =========================== short test summary info ============================ SKIPPED [1] test_task_mstransform.py:915: Skip, cvel produces an exception since release 4.7.2 as per CAS-9798 SKIPPED [1] test_task_mstransform.py:1286: As reported in CAS-7377 now there is a custom tile shape for hypercube and data type SKIPPED [1] test_task_mstransform.py:1654: Skip until propagation of WEIGHT_SPECTRUM by cvel is defined SKIPPED [1] test_task_mstransform.py:1730: Skip, cvel produces an exception since release 4.7.2 as per CAS-9798 (regridding with pre-averaging) SKIPPED [1] test_task_mstransform.py:2718: Skip, cvel produces an exception since release 4.7.2 as per CAS-9798 SKIPPED [1] test_task_mstransform.py:2750: Skip, cvel produces an exception since release 4.7.2 as per CAS-9798 SKIPPED [1] test_task_mstransform.py:3593: Median replaced with mean to capture overall behaviour SKIPPED [1] test_task_mstransform.py:3317: Median replaced with mean to capture overall behaviour SKIPPED [1] test_task_mstransform.py:3409: Median replaced with mean to capture overall behaviour SKIPPED [1] test_task_mstransform.py:3501: Median replaced with mean to capture overall behaviour SKIPPED [1] test_task_mstransform.py:3776: Median replaced with mean to capture overall behaviour SKIPPED [1] test_task_mstransform.py:3686: Median replaced with mean to capture overall behaviour SKIPPED [1] test_task_mstransform.py:3716: Median replaced with mean to capture overall behaviour SKIPPED [1] test_task_mstransform.py:3746: Median replaced with mean to capture overall behaviour SKIPPED [1] test_task_mstransform.py:3655: Median replaced with mean to capture overall behaviour SKIPPED [1] test_task_mstransform.py:3378: Median replaced with mean to capture overall behaviour SKIPPED [1] test_task_mstransform.py:3470: Median replaced with mean to capture overall behaviour SKIPPED [1] test_task_mstransform.py:3562: Median replaced with mean to capture overall behaviour SKIPPED [1] test_task_mstransform.py:3623: Median replaced with mean to capture overall behaviour SKIPPED [1] test_task_mstransform.py:3347: Median replaced with mean to capture overall behaviour SKIPPED [1] test_task_mstransform.py:3439: Median replaced with mean to capture overall behaviour SKIPPED [1] test_task_mstransform.py:3531: Median replaced with mean to capture overall behaviour SKIPPED [1] test_task_mstransform.py:4679: Skipping - chan average should generate the avg of the flagged data if allare flagged SKIPPED [1] test_task_mstransform.py:4700: Skipping - chan average should generate the avg of the flagged data if allare flagged SKIPPED [1] test_task_mstransform.py:4658: Skipping - chan average should generate the avg of the flagged data if allare flagged =========== 177 passed, 25 skipped, 2 warnings in 1431.22s (0:23:51) =========== ============================= test session starts ============================== platform linux -- Python 3.8.7, pytest-7.4.1, pluggy-1.3.0 -- /usr/local/bin/python3.8 cachedir: .pytest_cache rootdir: /home/casatest/casa6/casatestutils/nosedir/test_task_sdcal configfile: pytest.ini collecting ... collected 66 items test_task_sdcal.py::sdcal_test::test00 2023-09-07 11:07:30 WARN sdcal::calibrater::setvi(bool,bool) Forcing use of OLD VisibilityIterator. Test00:Check the identification of TSYS_SPECTRuM and FPARAM. The shape of the MS/SYSCAL/TSYS_SPECTRUM (2, 128, 32) The shape of the FPARAM extracted with sdcal (2, 128, 32) Both tables are identical. ALL FLAGs are set to zero. PASSED test_task_sdcal.py::sdcal_test::test00M 2023-09-07 11:07:31 WARN ParallelDataHelper::getPartitionMap::casa Number of subMSs (8) is greater than available scan,ddi pairs (4), setting nsubms to 4 2023-09-07 11:07:48 WARN sdcal::calibrater::setvi(bool,bool) Already using OLD VisibilityIterator. Test00M:Check the identification of TSYS_SPECTRuM and FPARAM (MMS). The shape of the MS/SYSCAL/TSYS_SPECTRUM (2, 128, 32) The shape of the FPARAM extracted with sdcal (2, 128, 32) Both tables are identical. ALL FLAGs are set to zero. PASSED test_task_sdcal.py::sdcal_test::test01 2023-09-07 11:07:49 WARN sdcal::calibrater::setvi(bool,bool) Already using OLD VisibilityIterator. 2023-09-07 11:07:52 WARN sdcal::calibrater::setvi(bool,bool) Already using OLD VisibilityIterator. The following MS spws have no corresponding cal spws in out.cal: 0 2 4 6 8 9 10 11 12 13 14 15 16 17 18 19 20 2023-09-07 11:07:53 WARN sdcal::Calibrater::correct2 (VI2/VB2) Spectral window(s) 9, 11, 2023-09-07 11:07:53 WARN sdcal::Calibrater::correct2 (VI2/VB2)+ could not be corrected due to missing (pre-)calibration 2023-09-07 11:07:53 WARN sdcal::Calibrater::correct2 (VI2/VB2)+ in one or more of the specified tables. 2023-09-07 11:07:53 WARN sdcal::Calibrater::correct2 (VI2/VB2)+ Please check your results carefully! Test01: weight = 1/(SIGMA**2) X 1/(FPARAM_ave**2) dictionary version. fparam_average_r1_0 50.16530442237854 fparam_average_r1_1 50.1364648938179 SIGMA00 0.00036514835665002465 SIGMA10 0.00036514835665002465 WEIGHT00 3068.419677734375 WEIGHT10 2948.35986328125 pol0: 1/SIGMA**2 X 1/(FPARAM_ave)**2 2980.2616546329778 pol1: 1/SIGMA**2 X 1/(FPARAM_ave)**2 2983.691256668374 difference between fparam_r1_0 and weight00 2.873075796674931 % difference between fparam_r1_1 and weight10 -1.1983406037756712 % PASSED test_task_sdcal.py::sdcal_test::test02 2023-09-07 11:07:55 WARN sdcal::calibrater::setvi(bool,bool) Already using OLD VisibilityIterator. 2023-09-07 11:07:56 WARN sdcal::calibrater::setvi(bool,bool) Already using OLD VisibilityIterator. The following MS spws have no corresponding cal spws in out.cal: 0 2 4 6 8 9 10 11 12 13 14 15 16 17 18 19 20 2023-09-07 11:07:56 WARN sdcal::Calibrater::correct2 (VI2/VB2) Spectral window(s) 9, 11, 2023-09-07 11:07:56 WARN sdcal::Calibrater::correct2 (VI2/VB2)+ could not be corrected due to missing (pre-)calibration 2023-09-07 11:07:56 WARN sdcal::Calibrater::correct2 (VI2/VB2)+ in one or more of the specified tables. 2023-09-07 11:07:56 WARN sdcal::Calibrater::correct2 (VI2/VB2)+ Please check your results carefully! Test02: weight = 1/(SIGMA**2) X 1/(FPARAM_ave**2) list version. fparam_average_r1_0 50.16530442237854 fparam_average_r1_1 50.1364648938179 SIGMA00 0.00036514835665002465 SIGMA10 0.00036514835665002465 WEIGHT00 3068.419677734375 WEIGHT10 2948.35986328125 pol0: 1/SIGMA**2 X 1/(FPARAM_ave)**2 2980.2616546329778 pol1: 1/SIGMA**2 X 1/(FPARAM_ave)**2 2983.691256668374 difference between fparam_r1_0 and weight00 2.873075796674931 % difference between fparam_r1_1 and weight10 -1.1983406037756712 % PASSED test_task_sdcal.py::sdcal_test::test03 2023-09-07 11:07:58 WARN sdcal::calibrater::setvi(bool,bool) Already using OLD VisibilityIterator. 2023-09-07 11:07:59 WARN sdcal::calibrater::setvi(bool,bool) Already using OLD VisibilityIterator. The following MS spws have no corresponding cal spws in out.cal: 0 2 4 6 8 9 10 11 12 13 14 15 16 17 18 19 20 2023-09-07 11:07:59 WARN sdcal::Calibrater::correct2 (VI2/VB2) Spectral window(s) 9, 11, 2023-09-07 11:07:59 WARN sdcal::Calibrater::correct2 (VI2/VB2)+ could not be corrected due to missing (pre-)calibration 2023-09-07 11:07:59 WARN sdcal::Calibrater::correct2 (VI2/VB2)+ in one or more of the specified tables. 2023-09-07 11:07:59 WARN sdcal::Calibrater::correct2 (VI2/VB2)+ Please check your results carefully! Test03: Validation of CORRECTED_DATA = DATA X FPARAM (spwmap={1:[1], 3:[3], 5:[5], 7:[7]}). CORRECTED_DATA (919546363904+0j) DATA (11865588736+0j) FPARAM 77.39237976074219 difference between CORRECTED_DATA and DATA X FPARAM 0.13487241224441432 % PASSED test_task_sdcal.py::sdcal_test::test04 2023-09-07 11:08:01 WARN sdcal::calibrater::setvi(bool,bool) Already using OLD VisibilityIterator. 2023-09-07 11:08:02 WARN sdcal::calibrater::setvi(bool,bool) Already using OLD VisibilityIterator. The following MS spws have no corresponding cal spws in out.cal: 0 2 4 6 8 10 12 14 16 17 18 19 20 Test04: Validation of CORRECTED_DATA = DATA X FPARAM. (spwmap={1:[9], 3:[11], 5:[13], 7:[15]}) antanna1=0, DATA_DISC_ID=9, FPARAM_average CORRECTED_DATA (77.77078247070312+0j) DATA (1+0j) FPARAM average(128ch) 50.16530442237854 difference between CORRECTED_DATA and DATA X FPARAM_average(128) 35.49594998446079 % PASSED test_task_sdcal.py::sdcal_test::test05 2023-09-07 11:08:04 WARN sdcal::calibrater::setvi(bool,bool) Already using OLD VisibilityIterator. 2023-09-07 11:08:05 WARN sdcal::calibrater::setvi(bool,bool) Already using OLD VisibilityIterator. The following MS spws have no corresponding cal spws in out.cal: 0 2 4 6 8 10 12 14 16 17 18 19 20 Test05: Validation of CORRECTED_DATA = DATA X FPARAM. (spwmap={1:[9], 3:[11], 5:[13], 7:[15]}) antanna1=0, DATA_DISC_ID=9, FPARAM_average CORRECTED_DATA (77.77078247070312+0j) DATA (1+0j) FPARAM 77.39237976074219 difference between CORRECTED_DATA and DATA X FPARAM 0.48656153112961775 % PASSED test_task_sdcal.py::sdcal_test::test06 2023-09-07 11:08:08 WARN sdcal::calibrater::setvi(bool,bool) Already using OLD VisibilityIterator. 2023-09-07 11:08:10 WARN sdcal::calibrater::setvi(bool,bool) Already using OLD VisibilityIterator. The following MS spws have no corresponding cal spws in out.cal: 0 2 4 6 8 9 10 11 12 13 14 15 16 17 18 19 20 2023-09-07 11:08:10 WARN sdcal::Calibrater::correct2 (VI2/VB2) Spectral window(s) 9, 11, 2023-09-07 11:08:10 WARN sdcal::Calibrater::correct2 (VI2/VB2)+ could not be corrected due to missing (pre-)calibration 2023-09-07 11:08:10 WARN sdcal::Calibrater::correct2 (VI2/VB2)+ in one or more of the specified tables. 2023-09-07 11:08:10 WARN sdcal::Calibrater::correct2 (VI2/VB2)+ Please check your results carefully! Test06: weight_spectrum = 1/(SIGMA**2) X 1/(FPARAMx**2) dictionary version. pol0 & pol1 ch 0: diff between 1/SIGMA**2 X 1/(FPARAM[0])**2 and WEIGHT_SPECTRUM[0] 6.273455960581487e-05 -2.9053833941361518e-05 5.010048556060286e-06 % -2.196840819224782e-06 % pol0 & pol1 ch 1: diff between 1/SIGMA**2 X 1/(FPARAM[1])**2 and WEIGHT_SPECTRUM[1] 0.00037928575693513267 3.0573419735446805e-05 1.644033516161551e-05 % 1.364327482412603e-06 % pol0 & pol1 ch 2: diff between 1/SIGMA**2 X 1/(FPARAM[2])**2 and WEIGHT_SPECTRUM[2] -4.363914149507764e-05 0.0001513620268269733 -1.6654990691053731e-06 % 6.011465048667209e-06 % pol0 & pol1 ch 3: diff between 1/SIGMA**2 X 1/(FPARAM[3])**2 and WEIGHT_SPECTRUM[3] 0.00020010125217595487 0.0002269268611598818 7.243991280080329e-06 % 8.312507239952121e-06 % pol0 & pol1 ch 4: diff between 1/SIGMA**2 X 1/(FPARAM[4])**2 and WEIGHT_SPECTRUM[4] 0.00017082167187254527 -5.9946403325739084e-05 6.025723558093457e-06 % -2.1225606398809425e-06 % pol0 & pol1 ch 5: diff between 1/SIGMA**2 X 1/(FPARAM[5])**2 and WEIGHT_SPECTRUM[5] 4.316806462156819e-05 -1.0436798220325727e-05 1.5003096026944634e-06 % -3.6640542505787976e-07 % pol0 & pol1 ch 6: diff between 1/SIGMA**2 X 1/(FPARAM[6])**2 and WEIGHT_SPECTRUM[6] 2.4012592348299222e-05 0.00010935666932709864 8.513664913072371e-07 % 3.795694990578201e-06 % pol0 & pol1 ch 7: diff between 1/SIGMA**2 X 1/(FPARAM[7])**2 and WEIGHT_SPECTRUM[7] 0.0002942476075986633 -0.00011507051976877847 1.0499731118215759e-05 % -4.0530377044693125e-06 % pol0 & pol1 ch 8: diff between 1/SIGMA**2 X 1/(FPARAM[8])**2 and WEIGHT_SPECTRUM[8] 0.0001693271428848675 0.0002740586528489075 5.906384372274977e-06 % 9.554987848144287e-06 % pol0 & pol1 ch 9: diff between 1/SIGMA**2 X 1/(FPARAM[9])**2 and WEIGHT_SPECTRUM[9] -2.6366740712546743e-05 9.807339029066497e-05 -9.220423854579112e-07 % 3.397515769992888e-06 % pol0 & pol1 ch 10: diff between 1/SIGMA**2 X 1/(FPARAM[10])**2 and WEIGHT_SPECTRUM[10] 2.9163523777242517e-05 -1.994849344555405e-05 1.034206189417834e-06 % -6.985633085585016e-07 % pol0 & pol1 ch 11: diff between 1/SIGMA**2 X 1/(FPARAM[11])**2 and WEIGHT_SPECTRUM[11] 0.00037444498184413533 0.0004251333339198027 1.3820783726141637e-05 % 1.545490320271384e-05 % pol0 & pol1 ch 12: diff between 1/SIGMA**2 X 1/(FPARAM[12])**2 and WEIGHT_SPECTRUM[12] -4.424939561431529e-06 -7.524594957430963e-05 -1.717524569842911e-07 % -2.872430608342992e-06 % pol0 & pol1 ch 13: diff between 1/SIGMA**2 X 1/(FPARAM[13])**2 and WEIGHT_SPECTRUM[13] 3.5604666663857643e-06 -0.00016193503006434184 1.5146914006938293e-07 % -6.8074369125450415e-06 % pol0 & pol1 ch 14: diff between 1/SIGMA**2 X 1/(FPARAM[14])**2 and WEIGHT_SPECTRUM[14] 0.000306845740396966 -8.671621935718576e-05 1.209381832664903e-05 % -3.4169096218060695e-06 % pol0 & pol1 ch 15: diff between 1/SIGMA**2 X 1/(FPARAM[15])**2 and WEIGHT_SPECTRUM[15] 0.00023031920136418194 9.168479709842359e-05 8.56837753231158e-06 % 3.4306890787456304e-06 % pol0 & pol1 ch 16: diff between 1/SIGMA**2 X 1/(FPARAM[16])**2 and WEIGHT_SPECTRUM[16] 0.00011921380746571231 0.00022773757791583193 4.2513990782352514e-06 % 8.213231068040025e-06 % pol0 & pol1 ch 17: diff between 1/SIGMA**2 X 1/(FPARAM[17])**2 and WEIGHT_SPECTRUM[17] 0.00018103116417478304 0.00023183868324849755 6.27704415791993e-06 % 8.228776395492406e-06 % pol0 & pol1 ch 18: diff between 1/SIGMA**2 X 1/(FPARAM[18])**2 and WEIGHT_SPECTRUM[18] 6.551575734192738e-05 0.00043202957886023796 2.226015559253713e-06 % 1.5052664155879503e-05 % pol0 & pol1 ch 19: diff between 1/SIGMA**2 X 1/(FPARAM[19])**2 and WEIGHT_SPECTRUM[19] 0.00021059318896732293 0.00019073565817961935 7.113511189813314e-06 % 6.684227017423671e-06 % pol0 & pol1 ch 20: diff between 1/SIGMA**2 X 1/(FPARAM[20])**2 and WEIGHT_SPECTRUM[20] 6.57381488053943e-05 9.554753796692239e-05 2.2207583018344653e-06 % 3.3828551520546724e-06 % pol0 & pol1 ch 21: diff between 1/SIGMA**2 X 1/(FPARAM[21])**2 and WEIGHT_SPECTRUM[21] 9.53749713517027e-06 0.00017208136750923586 3.222478784724948e-07 % 6.021725698949718e-06 % pol0 & pol1 ch 22: diff between 1/SIGMA**2 X 1/(FPARAM[22])**2 and WEIGHT_SPECTRUM[22] 0.0001987809628190007 0.0002785789488370938 6.620448245853082e-06 % 9.771403650638825e-06 % pol0 & pol1 ch 23: diff between 1/SIGMA**2 X 1/(FPARAM[23])**2 and WEIGHT_SPECTRUM[23] -6.482081198555534e-05 0.0003516225938255957 -2.1657775289982007e-06 % 1.2478522798087299e-05 % pol0 & pol1 ch 24: diff between 1/SIGMA**2 X 1/(FPARAM[24])**2 and WEIGHT_SPECTRUM[24] 0.0001323026922364079 0.0003981818422289507 4.383497663590331e-06 % 1.4222284302441151e-05 % pol0 & pol1 ch 25: diff between 1/SIGMA**2 X 1/(FPARAM[25])**2 and WEIGHT_SPECTRUM[25] 0.00019848175634251675 0.00027791319644165924 6.571055796410492e-06 % 1.0012405006684594e-05 % pol0 & pol1 ch 26: diff between 1/SIGMA**2 X 1/(FPARAM[26])**2 and WEIGHT_SPECTRUM[26] 0.00035768754059972707 0.00022301216995401774 1.1749694175842495e-05 % 8.049752037969235e-06 % pol0 & pol1 ch 27: diff between 1/SIGMA**2 X 1/(FPARAM[27])**2 and WEIGHT_SPECTRUM[27] 0.0003504468568280572 0.00015874410928518046 1.1463124445724222e-05 % 5.730715068892929e-06 % pol0 & pol1 ch 28: diff between 1/SIGMA**2 X 1/(FPARAM[28])**2 and WEIGHT_SPECTRUM[28] -0.00010464162414791645 2.3842034352128394e-05 -3.3833751863023248e-06 % 8.598842889385119e-07 % pol0 & pol1 ch 29: diff between 1/SIGMA**2 X 1/(FPARAM[29])**2 and WEIGHT_SPECTRUM[29] -8.552148892704281e-05 0.00010703561201808043 -2.7832795275122115e-06 % 3.857309870272952e-06 % pol0 & pol1 ch 30: diff between 1/SIGMA**2 X 1/(FPARAM[30])**2 and WEIGHT_SPECTRUM[30] 2.1769787053926848e-05 -0.0001451673620067595 7.032597607052419e-07 % -5.196860646151759e-06 % pol0 & pol1 ch 31: diff between 1/SIGMA**2 X 1/(FPARAM[31])**2 and WEIGHT_SPECTRUM[31] 0.00019027540747629246 0.00010094742629007669 6.15992991131198e-06 % 3.6473402816650624e-06 % pol0 & pol1 ch 32: diff between 1/SIGMA**2 X 1/(FPARAM[32])**2 and WEIGHT_SPECTRUM[32] 0.00015679724810979678 6.0417637087084586e-05 5.09803945555735e-06 % 2.184854833460748e-06 % pol0 & pol1 ch 33: diff between 1/SIGMA**2 X 1/(FPARAM[33])**2 and WEIGHT_SPECTRUM[33] 0.00024098129506455734 0.00018627219833433628 7.771941221080607e-06 % 6.77556823809989e-06 % pol0 & pol1 ch 34: diff between 1/SIGMA**2 X 1/(FPARAM[34])**2 and WEIGHT_SPECTRUM[34] -3.4173707717854995e-05 0.0001771810020727571 -1.0969949837579816e-06 % 6.475055227619468e-06 % pol0 & pol1 ch 35: diff between 1/SIGMA**2 X 1/(FPARAM[35])**2 and WEIGHT_SPECTRUM[35] 0.00018984107964570285 0.00023627126256542397 6.0709845347675635e-06 % 8.695761992441102e-06 % pol0 & pol1 ch 36: diff between 1/SIGMA**2 X 1/(FPARAM[36])**2 and WEIGHT_SPECTRUM[36] 6.559493067470612e-05 0.00041477176591797615 2.0768083069259858e-06 % 1.495561046021599e-05 % pol0 & pol1 ch 37: diff between 1/SIGMA**2 X 1/(FPARAM[37])**2 and WEIGHT_SPECTRUM[37] 0.00044467929228630965 0.00035772762339547626 1.3927837333498537e-05 % 1.2846290103685203e-05 % pol0 & pol1 ch 38: diff between 1/SIGMA**2 X 1/(FPARAM[38])**2 and WEIGHT_SPECTRUM[38] 0.00041000678811542457 -9.212928080160054e-05 1.2856959916454257e-05 % -3.3020268072748582e-06 % pol0 & pol1 ch 39: diff between 1/SIGMA**2 X 1/(FPARAM[39])**2 and WEIGHT_SPECTRUM[39] 0.00018170399653172353 -8.627438546682242e-06 5.70040576558808e-06 % -3.053134413316024e-07 % pol0 & pol1 ch 40: diff between 1/SIGMA**2 X 1/(FPARAM[40])**2 and WEIGHT_SPECTRUM[40] 0.0003517028062560712 8.162846597770113e-05 1.0954812349915199e-05 % 2.8974640349371805e-06 % pol0 & pol1 ch 41: diff between 1/SIGMA**2 X 1/(FPARAM[41])**2 and WEIGHT_SPECTRUM[41] -7.200629170256434e-06 -0.00012693365079030627 -2.2373746251223976e-07 % -4.38976148571217e-06 % pol0 & pol1 ch 42: diff between 1/SIGMA**2 X 1/(FPARAM[42])**2 and WEIGHT_SPECTRUM[42] 0.00031654984513806994 0.0003178655902047467 9.844466978561815e-06 % 1.0957856611848176e-05 % pol0 & pol1 ch 43: diff between 1/SIGMA**2 X 1/(FPARAM[43])**2 and WEIGHT_SPECTRUM[43] 3.5890414437744766e-05 0.00043258261803202913 1.1271859255587547e-06 % 1.4788772850744495e-05 % pol0 & pol1 ch 44: diff between 1/SIGMA**2 X 1/(FPARAM[44])**2 and WEIGHT_SPECTRUM[44] 2.536447482270887e-05 0.00036647019396696123 8.033025717788419e-07 % 1.2417024357529648e-05 % pol0 & pol1 ch 45: diff between 1/SIGMA**2 X 1/(FPARAM[45])**2 and WEIGHT_SPECTRUM[45] 0.00014024227812114987 -0.0001459046061427216 4.49452804977683e-06 % -4.940821912318071e-06 % pol0 & pol1 ch 46: diff between 1/SIGMA**2 X 1/(FPARAM[46])**2 and WEIGHT_SPECTRUM[46] 0.00015134579916775692 -0.00019360288706593565 4.890482237278964e-06 % -6.50367052955938e-06 % pol0 & pol1 ch 47: diff between 1/SIGMA**2 X 1/(FPARAM[47])**2 and WEIGHT_SPECTRUM[47] -5.849773833688232e-05 0.0002578735898168816 -1.9010938220382627e-06 % 8.773321863353885e-06 % pol0 & pol1 ch 48: diff between 1/SIGMA**2 X 1/(FPARAM[48])**2 and WEIGHT_SPECTRUM[48] 0.0002054860265161551 0.0002126506492459157 6.750686217495876e-06 % 7.20156095788038e-06 % pol0 & pol1 ch 49: diff between 1/SIGMA**2 X 1/(FPARAM[49])**2 and WEIGHT_SPECTRUM[49] 0.0004023268570563232 0.0004301473718442139 1.3075866590271464e-05 % 1.4645678641565156e-05 % pol0 & pol1 ch 50: diff between 1/SIGMA**2 X 1/(FPARAM[50])**2 and WEIGHT_SPECTRUM[50] 0.0003268574564572191 0.00017004138408083236 1.0768591405133127e-05 % 5.854130596358629e-06 % pol0 & pol1 ch 51: diff between 1/SIGMA**2 X 1/(FPARAM[51])**2 and WEIGHT_SPECTRUM[51] 0.0003316242728033103 0.00023762971613905393 1.0874095963364074e-05 % 8.174975614071969e-06 % pol0 & pol1 ch 52: diff between 1/SIGMA**2 X 1/(FPARAM[52])**2 and WEIGHT_SPECTRUM[52] 7.86619557402446e-06 0.00023752304514346179 2.6156062106403415e-07 % 8.21345475235493e-06 % pol0 & pol1 ch 53: diff between 1/SIGMA**2 X 1/(FPARAM[53])**2 and WEIGHT_SPECTRUM[53] 9.268649864679901e-05 8.175632456186577e-05 3.042205385998392e-06 % 2.813139750648544e-06 % pol0 & pol1 ch 54: diff between 1/SIGMA**2 X 1/(FPARAM[54])**2 and WEIGHT_SPECTRUM[54] -0.00025148570330202347 0.0001653365743550239 -8.251346906434828e-06 % 5.666773175630147e-06 % pol0 & pol1 ch 55: diff between 1/SIGMA**2 X 1/(FPARAM[55])**2 and WEIGHT_SPECTRUM[55] 0.00037539886579907034 0.00016769915282566217 1.2293284943015225e-05 % 5.684344461448768e-06 % pol0 & pol1 ch 56: diff between 1/SIGMA**2 X 1/(FPARAM[56])**2 and WEIGHT_SPECTRUM[56] -0.000246829537445592 0.00020818711982428795 -8.079053986660272e-06 % 7.0397803994266645e-06 % pol0 & pol1 ch 57: diff between 1/SIGMA**2 X 1/(FPARAM[57])**2 and WEIGHT_SPECTRUM[57] 0.00036524905408441555 -0.00017316319735982688 1.1955467716737813e-05 % -5.840333633738165e-06 % pol0 & pol1 ch 58: diff between 1/SIGMA**2 X 1/(FPARAM[58])**2 and WEIGHT_SPECTRUM[58] -0.00012707496989605715 0.0004727720815935754 -4.1560930443826815e-06 % 1.6017538598371068e-05 % pol0 & pol1 ch 59: diff between 1/SIGMA**2 X 1/(FPARAM[59])**2 and WEIGHT_SPECTRUM[59] -0.00013017608580412343 -0.0002061722734651994 -4.269054594400646e-06 % -6.870193411039854e-06 % pol0 & pol1 ch 60: diff between 1/SIGMA**2 X 1/(FPARAM[60])**2 and WEIGHT_SPECTRUM[60] 0.0001193900943690096 0.00037123858419363387 3.885761382432306e-06 % 1.2437735311588693e-05 % pol0 & pol1 ch 61: diff between 1/SIGMA**2 X 1/(FPARAM[61])**2 and WEIGHT_SPECTRUM[61] 1.760259965521982e-05 3.876241089528776e-05 5.697773599688479e-07 % 1.2947949226486933e-06 % pol0 & pol1 ch 62: diff between 1/SIGMA**2 X 1/(FPARAM[62])**2 and WEIGHT_SPECTRUM[62] 0.0002481671695022669 0.00019708632771653356 8.048763951868327e-06 % 6.602399901061373e-06 % pol0 & pol1 ch 63: diff between 1/SIGMA**2 X 1/(FPARAM[63])**2 and WEIGHT_SPECTRUM[63] 0.00023016581462798058 8.171070157914073e-05 7.4316052766698694e-06 % 2.7745175983780375e-06 % pol0 & pol1 ch 64: diff between 1/SIGMA**2 X 1/(FPARAM[64])**2 and WEIGHT_SPECTRUM[64] 0.00031406104699271964 -5.043421060690889e-05 1.0221006032298017e-05 % -1.6959818509920869e-06 % pol0 & pol1 ch 65: diff between 1/SIGMA**2 X 1/(FPARAM[65])**2 and WEIGHT_SPECTRUM[65] 3.10137688757095e-05 -0.0001256234818356461 9.966968108728848e-07 % -4.256241310348612e-06 % pol0 & pol1 ch 66: diff between 1/SIGMA**2 X 1/(FPARAM[66])**2 and WEIGHT_SPECTRUM[66] 0.00042406780221426743 0.0004380818254503538 1.3766612782158214e-05 % 1.4715194327385716e-05 % pol0 & pol1 ch 67: diff between 1/SIGMA**2 X 1/(FPARAM[67])**2 and WEIGHT_SPECTRUM[67] 8.351288533958723e-05 0.0003285815050730889 2.699371246751832e-06 % 1.0952228406312707e-05 % pol0 & pol1 ch 68: diff between 1/SIGMA**2 X 1/(FPARAM[68])**2 and WEIGHT_SPECTRUM[68] 8.591538744440186e-05 0.00043615173672151286 2.7899391967495027e-06 % 1.4421855635539717e-05 % pol0 & pol1 ch 69: diff between 1/SIGMA**2 X 1/(FPARAM[69])**2 and WEIGHT_SPECTRUM[69] 0.00011032168185920455 0.00017595255530977738 3.605524496522494e-06 % 5.739453363117963e-06 % pol0 & pol1 ch 70: diff between 1/SIGMA**2 X 1/(FPARAM[70])**2 and WEIGHT_SPECTRUM[70] 0.0002884167647607683 0.0003254136304349231 9.366830568333143e-06 % 1.0733955873751295e-05 % pol0 & pol1 ch 71: diff between 1/SIGMA**2 X 1/(FPARAM[71])**2 and WEIGHT_SPECTRUM[71] 1.4486755844700383e-05 8.932805849326542e-05 4.711876716935691e-07 % 2.933209701933852e-06 % pol0 & pol1 ch 72: diff between 1/SIGMA**2 X 1/(FPARAM[72])**2 and WEIGHT_SPECTRUM[72] 0.0001161552031589963 5.590753107753699e-05 3.7729595793451e-06 % 1.8524295414582475e-06 % pol0 & pol1 ch 73: diff between 1/SIGMA**2 X 1/(FPARAM[73])**2 and WEIGHT_SPECTRUM[73] 0.0002660162754182238 6.696810032735812e-05 8.740775933797486e-06 % 2.2007811807639573e-06 % pol0 & pol1 ch 74: diff between 1/SIGMA**2 X 1/(FPARAM[74])**2 and WEIGHT_SPECTRUM[74] 0.00041498860946376226 8.27128351374995e-05 1.3569155701630759e-05 % 2.7091337104558063e-06 % pol0 & pol1 ch 75: diff between 1/SIGMA**2 X 1/(FPARAM[75])**2 and WEIGHT_SPECTRUM[75] -7.713098511885619e-06 4.051149289807654e-05 -2.5678218062181924e-07 % 1.3118701836951178e-06 % pol0 & pol1 ch 76: diff between 1/SIGMA**2 X 1/(FPARAM[76])**2 and WEIGHT_SPECTRUM[76] 0.0002164097372769902 0.0004225881411912269 7.099683377858233e-06 % 1.3514092314903065e-05 % pol0 & pol1 ch 77: diff between 1/SIGMA**2 X 1/(FPARAM[77])**2 and WEIGHT_SPECTRUM[77] 0.0002901362272496044 0.00017708914674585685 9.787363217903194e-06 % 5.650573305882962e-06 % pol0 & pol1 ch 78: diff between 1/SIGMA**2 X 1/(FPARAM[78])**2 and WEIGHT_SPECTRUM[78] 9.795658388611628e-05 6.8705930971191265e-06 3.20701121752102e-06 % 2.163172572149179e-07 % pol0 & pol1 ch 79: diff between 1/SIGMA**2 X 1/(FPARAM[79])**2 and WEIGHT_SPECTRUM[79] 0.00032098317069539917 0.00019259918008174282 1.0551312776986963e-05 % 5.991802136099286e-06 % pol0 & pol1 ch 80: diff between 1/SIGMA**2 X 1/(FPARAM[80])**2 and WEIGHT_SPECTRUM[80] -5.350248193281004e-05 0.00019976549037892255 -1.7177894613813945e-06 % 6.1133167544475315e-06 % pol0 & pol1 ch 81: diff between 1/SIGMA**2 X 1/(FPARAM[81])**2 and WEIGHT_SPECTRUM[81] 1.2342198260739679e-05 0.000144359830301255 3.89066773252681e-07 % 4.3755004309949375e-06 % pol0 & pol1 ch 82: diff between 1/SIGMA**2 X 1/(FPARAM[82])**2 and WEIGHT_SPECTRUM[82] 2.4373373889829963e-05 0.000168752203535405 7.696069127148141e-07 % 5.149741575164227e-06 % pol0 & pol1 ch 83: diff between 1/SIGMA**2 X 1/(FPARAM[83])**2 and WEIGHT_SPECTRUM[83] -4.8289960432157386e-05 0.00010321954732717131 -1.5135926183590756e-06 % 3.1344808081932345e-06 % pol0 & pol1 ch 84: diff between 1/SIGMA**2 X 1/(FPARAM[84])**2 and WEIGHT_SPECTRUM[84] -5.973869110675878e-05 0.0002807912687785574 -1.886010620015602e-06 % 8.589316216132033e-06 % pol0 & pol1 ch 85: diff between 1/SIGMA**2 X 1/(FPARAM[85])**2 and WEIGHT_SPECTRUM[85] 0.0002646423799887998 0.0002306879910065618 8.32331496378257e-06 % 7.0674416746938314e-06 % pol0 & pol1 ch 86: diff between 1/SIGMA**2 X 1/(FPARAM[86])**2 and WEIGHT_SPECTRUM[86] -2.50708794737875e-05 -5.661770956066903e-05 -7.911086288705563e-07 % -1.7119233252901912e-06 % pol0 & pol1 ch 87: diff between 1/SIGMA**2 X 1/(FPARAM[87])**2 and WEIGHT_SPECTRUM[87] 6.522142484755022e-05 0.00010496174263607827 2.039888472422369e-06 % 3.1823624939885302e-06 % pol0 & pol1 ch 88: diff between 1/SIGMA**2 X 1/(FPARAM[88])**2 and WEIGHT_SPECTRUM[88] 0.00036728224222315475 0.00034223054672111175 1.1284942052788368e-05 % 1.0292063863633751e-05 % pol0 & pol1 ch 89: diff between 1/SIGMA**2 X 1/(FPARAM[89])**2 and WEIGHT_SPECTRUM[89] -0.00014460561715168296 0.0003207763124919438 -4.399279838763849e-06 % 9.505622027399997e-06 % pol0 & pol1 ch 90: diff between 1/SIGMA**2 X 1/(FPARAM[90])**2 and WEIGHT_SPECTRUM[90] -0.00011461086387498653 0.00039623051497983397 -3.467151181396217e-06 % 1.174337873439306e-05 % pol0 & pol1 ch 91: diff between 1/SIGMA**2 X 1/(FPARAM[91])**2 and WEIGHT_SPECTRUM[91] 6.456625715145492e-05 0.0003180636035722273 1.9433487181077447e-06 % 9.28938316563151e-06 % pol0 & pol1 ch 92: diff between 1/SIGMA**2 X 1/(FPARAM[92])**2 and WEIGHT_SPECTRUM[92] 8.807283666101284e-05 -4.10362372349482e-06 2.6252950818937264e-06 % -1.2017485790158392e-07 % pol0 & pol1 ch 93: diff between 1/SIGMA**2 X 1/(FPARAM[93])**2 and WEIGHT_SPECTRUM[93] 0.00048270889192281174 0.00027695990411302773 1.434990348109085e-05 % 8.037578495348583e-06 % pol0 & pol1 ch 94: diff between 1/SIGMA**2 X 1/(FPARAM[94])**2 and WEIGHT_SPECTRUM[94] 8.92282741915551e-05 0.0003953709001507377 2.6423528129559337e-06 % 1.142510365534796e-05 % pol0 & pol1 ch 95: diff between 1/SIGMA**2 X 1/(FPARAM[95])**2 and WEIGHT_SPECTRUM[95] -0.00011922873000003165 -1.5688332496210933e-05 -3.5361092765581317e-06 % -4.558187284943939e-07 % pol0 & pol1 ch 96: diff between 1/SIGMA**2 X 1/(FPARAM[96])**2 and WEIGHT_SPECTRUM[96] -0.00013367999281399534 0.00015512142545048846 -3.974170120225462e-06 % 4.5310309207541285e-06 % pol0 & pol1 ch 97: diff between 1/SIGMA**2 X 1/(FPARAM[97])**2 and WEIGHT_SPECTRUM[97] 0.00037664412548110704 4.586773547998746e-05 1.1328202660762169e-05 % 1.3413208997665228e-06 % pol0 & pol1 ch 98: diff between 1/SIGMA**2 X 1/(FPARAM[98])**2 and WEIGHT_SPECTRUM[98] 1.8070886198984226e-05 0.0004283089538148488 5.409674680772336e-07 % 1.264310786286549e-05 % pol0 & pol1 ch 99: diff between 1/SIGMA**2 X 1/(FPARAM[99])**2 and WEIGHT_SPECTRUM[99] 0.00018832554223990883 0.000340715180755069 5.599287921061252e-06 % 9.815314437520155e-06 % pol0 & pol1 ch 100: diff between 1/SIGMA**2 X 1/(FPARAM[100])**2 and WEIGHT_SPECTRUM[100] 8.177762902050745e-05 -7.714391495028394e-05 2.4048246264497372e-06 % -2.206721408459397e-06 % pol0 & pol1 ch 101: diff between 1/SIGMA**2 X 1/(FPARAM[101])**2 and WEIGHT_SPECTRUM[101] 0.0005206697010180505 9.818402577366214e-05 1.528992313302044e-05 % 2.8094159559602106e-06 % pol0 & pol1 ch 102: diff between 1/SIGMA**2 X 1/(FPARAM[102])**2 and WEIGHT_SPECTRUM[102] -0.00012399494562487234 0.0004818899515157682 -3.6467467657087195e-06 % 1.3758735942868515e-05 % pol0 & pol1 ch 103: diff between 1/SIGMA**2 X 1/(FPARAM[103])**2 and WEIGHT_SPECTRUM[103] -8.117890001813066e-05 0.00013283681710163364 -2.3766574119395775e-06 % 3.7894850235019376e-06 % pol0 & pol1 ch 104: diff between 1/SIGMA**2 X 1/(FPARAM[104])**2 and WEIGHT_SPECTRUM[104] 0.00011876667394972173 0.00040017531955527375 3.5726640304689906e-06 % 1.1343601648187533e-05 % pol0 & pol1 ch 105: diff between 1/SIGMA**2 X 1/(FPARAM[105])**2 and WEIGHT_SPECTRUM[105] 0.00028899124345116434 0.0003026538688573055 8.752050164392563e-06 % 8.566238032422046e-06 % pol0 & pol1 ch 106: diff between 1/SIGMA**2 X 1/(FPARAM[106])**2 and WEIGHT_SPECTRUM[106] 0.00029973344771860866 -0.00013164713800506433 9.311331640124489e-06 % -3.69876628560748e-06 % pol0 & pol1 ch 107: diff between 1/SIGMA**2 X 1/(FPARAM[107])**2 and WEIGHT_SPECTRUM[107] 0.00038247749807851505 0.00041078413823925075 1.181859697904343e-05 % 1.151166771614822e-05 % pol0 & pol1 ch 108: diff between 1/SIGMA**2 X 1/(FPARAM[108])**2 and WEIGHT_SPECTRUM[108] 8.064889243541984e-06 1.5489893030462554e-05 2.532725871443662e-07 % 4.3012009198063133e-07 % pol0 & pol1 ch 109: diff between 1/SIGMA**2 X 1/(FPARAM[109])**2 and WEIGHT_SPECTRUM[109] 0.0003108497317043657 0.0003392630774214922 9.713959252878098e-06 % 9.475152249672333e-06 % pol0 & pol1 ch 110: diff between 1/SIGMA**2 X 1/(FPARAM[110])**2 and WEIGHT_SPECTRUM[110] 0.0002382699462941673 0.0004435260871105129 7.430830042694347e-06 % 1.2378108364385603e-05 % pol0 & pol1 ch 111: diff between 1/SIGMA**2 X 1/(FPARAM[111])**2 and WEIGHT_SPECTRUM[111] 0.0002518527930988057 0.00018790852482197806 7.751446728170256e-06 % 5.205302556920961e-06 % pol0 & pol1 ch 112: diff between 1/SIGMA**2 X 1/(FPARAM[112])**2 and WEIGHT_SPECTRUM[112] 0.0002477667726452637 0.0002022313597080938 7.525765961685548e-06 % 5.6568409524778605e-06 % pol0 & pol1 ch 113: diff between 1/SIGMA**2 X 1/(FPARAM[113])**2 and WEIGHT_SPECTRUM[113] 0.0001127897548940382 0.0001286817332584178 3.449688231486205e-06 % 3.6099393076581322e-06 % pol0 & pol1 ch 114: diff between 1/SIGMA**2 X 1/(FPARAM[114])**2 and WEIGHT_SPECTRUM[114] -0.0001390001857544121 0.00022070866270951228 -4.277861682502366e-06 % 6.272568328572215e-06 % pol0 & pol1 ch 115: diff between 1/SIGMA**2 X 1/(FPARAM[115])**2 and WEIGHT_SPECTRUM[115] 0.00017463496078562457 -3.6452964195632376e-05 5.4288587434391414e-06 % -1.0534715165571568e-06 % pol0 & pol1 ch 116: diff between 1/SIGMA**2 X 1/(FPARAM[116])**2 and WEIGHT_SPECTRUM[116] 0.00031452353550776024 0.000617406453784497 9.884054094794064e-06 % 1.785039218608886e-05 % pol0 & pol1 ch 117: diff between 1/SIGMA**2 X 1/(FPARAM[117])**2 and WEIGHT_SPECTRUM[117] 0.0001022930778162845 0.0003385835525477887 3.255575578543313e-06 % 1.001759554455914e-05 % pol0 & pol1 ch 118: diff between 1/SIGMA**2 X 1/(FPARAM[118])**2 and WEIGHT_SPECTRUM[118] 0.00024448239946650574 7.557083790743491e-06 7.929336164806108e-06 % 2.2665179472466035e-07 % pol0 & pol1 ch 119: diff between 1/SIGMA**2 X 1/(FPARAM[119])**2 and WEIGHT_SPECTRUM[119] -2.6198091291007586e-05 0.00033151857041957555 -8.48165515171887e-07 % 1.0103846347422004e-05 % pol0 & pol1 ch 120: diff between 1/SIGMA**2 X 1/(FPARAM[120])**2 and WEIGHT_SPECTRUM[120] 0.00030485935849355883 0.00029190921031840844 1.0027259351468884e-05 % 9.01206222611165e-06 % pol0 & pol1 ch 121: diff between 1/SIGMA**2 X 1/(FPARAM[121])**2 and WEIGHT_SPECTRUM[121] -4.323769098846242e-05 -8.509679992130259e-05 -1.4292735222443903e-06 % -2.6840707888260907e-06 % pol0 & pol1 ch 122: diff between 1/SIGMA**2 X 1/(FPARAM[122])**2 and WEIGHT_SPECTRUM[122] 3.061347797483904e-05 0.00022753920256946003 1.0718066687033362e-06 % 7.548029562378216e-06 % pol0 & pol1 ch 123: diff between 1/SIGMA**2 X 1/(FPARAM[123])**2 and WEIGHT_SPECTRUM[123] 0.0001198574022964749 0.00030981887630332494 4.629104857596006e-06 % 1.0839918702098592e-05 % pol0 & pol1 ch 124: diff between 1/SIGMA**2 X 1/(FPARAM[124])**2 and WEIGHT_SPECTRUM[124] -1.28034134831978e-05 0.00016469755200887448 -5.71903779426735e-07 % 6.367919683061561e-06 % pol0 & pol1 ch 125: diff between 1/SIGMA**2 X 1/(FPARAM[125])**2 and WEIGHT_SPECTRUM[125] 8.146243521878205e-05 0.00020233114491929882 4.334441717664649e-06 % 8.723969173137133e-06 % pol0 & pol1 ch 126: diff between 1/SIGMA**2 X 1/(FPARAM[126])**2 and WEIGHT_SPECTRUM[126] 8.631705122752464e-05 -0.00016473925961690838 5.48234449028032e-06 % -7.850287451233031e-06 % pol0 & pol1 ch 127: diff between 1/SIGMA**2 X 1/(FPARAM[127])**2 and WEIGHT_SPECTRUM[127] 4.008430755675363e-05 9.41018111006997e-05 2.789929184392109e-06 % 4.837875533460108e-06 % PASSED test_task_sdcal.py::sdcal_test_ps::test_ps00 test_ps00 --- default parameters (raises an error). PASSED test_task_sdcal.py::sdcal_test_ps::test_ps01 test_ps01 --- invalid calibration type. PASSED test_task_sdcal.py::sdcal_test_ps::test_ps02 2023-09-07 11:08:13 WARN sdcal::calibrater::setvi(bool,bool) Already using OLD VisibilityIterator. 2023-09-07 11:08:13 SEVERE sdcal::Calibrater::selectvis (file /source/casa6/casatools/src/code/synthesis/MeasurementComponents/Calibrater.cc, line 4214) Caught exception: Spw Expression: No match found for 99, 2023-09-07 11:08:13 SEVERE sdcal:::: Exception Reported: Error in data selection specification: Spw Expression: No match found for 99, 2023-09-07 11:08:13 SEVERE sdcal::::casa Traceback (most recent call last): 2023-09-07 11:08:13 SEVERE sdcal::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdcal.py", line 46, in sdcal 2023-09-07 11:08:13 SEVERE sdcal::::casa+ cb.selectvis(spw=spw, scan=scan, field=field) 2023-09-07 11:08:13 SEVERE sdcal::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/calibrater.py", line 82, in selectvis 2023-09-07 11:08:13 SEVERE sdcal::::casa+ return self._swigobj.selectvis(time, spw, scan, field, intent, observation, baseline, uvrange, chanmode, nchan, start, step, mstart, mstep, msselect) 2023-09-07 11:08:13 SEVERE sdcal::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/__casac__/calibrater.py", line 264, in selectvis 2023-09-07 11:08:13 SEVERE sdcal::::casa+ return _calibrater.calibrater_selectvis(self, *args, **kwargs) 2023-09-07 11:08:13 SEVERE sdcal::::casa+ RuntimeError: Error in data selection specification: Spw Expression: No match found for 99, 2023-09-07 11:08:13 SEVERE sdcal::::casa Error in data selection specification: Spw Expression: No match found for 99, 2023-09-07 11:08:13 SEVERE sdcal::::casa Task sdcal raised an exception of class RuntimeError with the following message: Error in data selection specification: Spw Expression: No match found for 99, test_ps02 --- invalid selection (invalid spw selection). PASSED test_task_sdcal.py::sdcal_test_ps::test_ps03 2023-09-07 11:08:13 WARN sdcal::calibrater::setvi(bool,bool) Already using OLD VisibilityIterator. 2023-09-07 11:08:13 SEVERE sdcal::::casa Traceback (most recent call last): 2023-09-07 11:08:13 SEVERE sdcal::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdcal.py", line 58, in sdcal 2023-09-07 11:08:13 SEVERE sdcal::::casa+ raise RuntimeError("overwrite is False and output file exists: {}".format(outfile)) 2023-09-07 11:08:13 SEVERE sdcal::::casa+ RuntimeError: overwrite is False and output file exists: uid___A002_X6218fb_X264.ms.sel.sky 2023-09-07 11:08:13 SEVERE sdcal::::casa overwrite is False and output file exists: uid___A002_X6218fb_X264.ms.sel.sky 2023-09-07 11:08:13 SEVERE sdcal::::casa Task sdcal raised an exception of class RuntimeError with the following message: overwrite is False and output file exists: uid___A002_X6218fb_X264.ms.sel.sky test_ps03 --- outfile exists (overwrite=False). PASSED test_task_sdcal.py::sdcal_test_ps::test_ps04 2023-09-07 11:08:13 WARN sdcal::calibrater::setvi(bool,bool) Already using OLD VisibilityIterator. 2023-09-07 11:08:13 SEVERE sdcal::::casa Traceback (most recent call last): 2023-09-07 11:08:13 SEVERE sdcal::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdcal.py", line 144, in sdcal 2023-09-07 11:08:13 SEVERE sdcal::::casa+ raise RuntimeError('Output file name must be specified.') 2023-09-07 11:08:13 SEVERE sdcal::::casa+ RuntimeError: Output file name must be specified. 2023-09-07 11:08:13 SEVERE sdcal::::casa Output file name must be specified. 2023-09-07 11:08:13 SEVERE sdcal::::casa Task sdcal raised an exception of class RuntimeError with the following message: Output file name must be specified. test_ps04 --- empty outfile. PASSED test_task_sdcal.py::sdcal_test_ps::test_ps05 2023-09-07 11:08:14 WARN sdcal::calibrater::setvi(bool,bool) Already using OLD VisibilityIterator. test_ps05 --- position switch calibration ('ps'). PASSED test_task_sdcal.py::sdcal_test_ps::test_ps05M 2023-09-07 11:08:15 WARN ParallelDataHelper::getPartitionMap::casa Number of subMSs (8) is greater than available scan,ddi pairs (4), setting nsubms to 4 2023-09-07 11:08:30 WARN sdcal::calibrater::setvi(bool,bool) Already using OLD VisibilityIterator. test_ps05M --- position switch calibration ('ps') for MMS. PASSED test_task_sdcal.py::sdcal_test_ps::test_ps06 2023-09-07 11:08:32 WARN sdcal::calibrater::setvi(bool,bool) Already using OLD VisibilityIterator. test_ps06 --- position switch calibration ('ps') with data selection. PASSED test_task_sdcal.py::sdcal_test_ps::test_ps07 2023-09-07 11:08:33 WARN sdcal::calibrater::setvi(bool,bool) Already using OLD VisibilityIterator. test_ps07 --- outfile exists (overwrite=True). PASSED test_task_sdcal.py::sdcal_test_ps::test_ps08 2023-09-07 11:08:34 WARN sdcal::calibrater::setvi(bool,bool) Already using OLD VisibilityIterator. 2023-09-07 11:08:34 SEVERE sdcal::Calibrater::solve Caught exception: Too many edge points (2 out of 1 points) 2023-09-07 11:08:34 SEVERE sdcal:::: Exception Reported: Error in Calibrater::solve. 2023-09-07 11:08:34 SEVERE sdcal::::casa Traceback (most recent call last): 2023-09-07 11:08:34 SEVERE sdcal::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdcal.py", line 157, in sdcal 2023-09-07 11:08:34 SEVERE sdcal::::casa+ cb.solve() 2023-09-07 11:08:34 SEVERE sdcal::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/calibrater.py", line 485, in solve 2023-09-07 11:08:34 SEVERE sdcal::::casa+ return self._swigobj.solve() 2023-09-07 11:08:34 SEVERE sdcal::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/__casac__/calibrater.py", line 1133, in solve 2023-09-07 11:08:34 SEVERE sdcal::::casa+ return _calibrater.calibrater_solve(self) 2023-09-07 11:08:34 SEVERE sdcal::::casa+ RuntimeError: Error in Calibrater::solve. 2023-09-07 11:08:34 SEVERE sdcal::::casa Error in Calibrater::solve. 2023-09-07 11:08:34 SEVERE sdcal::::casa Task sdcal raised an exception of class RuntimeError with the following message: Error in Calibrater::solve. test_ps08 --- inappropriate calmode ('otfraster'). PASSED test_task_sdcal.py::sdcal_test_bug_fix_cas_12712::test_cas_12712_01 2023-09-07 11:08:35 WARN sdcal::calibrater::setvi(bool,bool) Already using OLD VisibilityIterator. PASSED test_task_sdcal.py::sdcal_test_otfraster::test_otfraster00 2023-09-07 11:08:37 WARN sdcal::calibrater::setvi(bool,bool) Already using OLD VisibilityIterator. 2023-09-07 11:08:37 SEVERE sdcal::sdcal::casa could not convert string to float: 'auto' 2023-09-07 11:08:37 SEVERE sdcal::::casa Traceback (most recent call last): 2023-09-07 11:08:37 SEVERE sdcal::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdcal.py", line 187, in to_numeric_fraction 2023-09-07 11:08:37 SEVERE sdcal::::casa+ fraction_numeric = float(fraction) 2023-09-07 11:08:37 SEVERE sdcal::::casa+ ValueError: could not convert string to float: 'auto' 2023-09-07 11:08:37 SEVERE sdcal::::casa+ 2023-09-07 11:08:37 SEVERE sdcal::::casa+ During handling of the above exception, another exception occurred: 2023-09-07 11:08:37 SEVERE sdcal::::casa+ 2023-09-07 11:08:37 SEVERE sdcal::::casa+ Traceback (most recent call last): 2023-09-07 11:08:37 SEVERE sdcal::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdcal.py", line 149, in sdcal 2023-09-07 11:08:37 SEVERE sdcal::::casa+ fraction_numeric = to_numeric_fraction(fraction) 2023-09-07 11:08:37 SEVERE sdcal::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdcal.py", line 192, in to_numeric_fraction 2023-09-07 11:08:37 SEVERE sdcal::::casa+ raise RuntimeError('Invalid fraction value (original error message: "%s")' % (str(e))) 2023-09-07 11:08:37 SEVERE sdcal::::casa+ RuntimeError: Invalid fraction value (original error message: "could not convert string to float: 'auto'") 2023-09-07 11:08:37 SEVERE sdcal::::casa Invalid fraction value (original error message: "could not convert string to float: 'auto'") 2023-09-07 11:08:37 SEVERE sdcal::::casa Task sdcal raised an exception of class RuntimeError with the following message: Invalid fraction value (original error message: "could not convert string to float: 'auto'") PASSED test_task_sdcal.py::sdcal_test_otfraster::test_otfraster01 2023-09-07 11:08:38 WARN sdcal::calibrater::setvi(bool,bool) Already using OLD VisibilityIterator. 2023-09-07 11:08:38 SEVERE sdcal::::casa Traceback (most recent call last): 2023-09-07 11:08:38 SEVERE sdcal::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdcal.py", line 151, in sdcal 2023-09-07 11:08:38 SEVERE sdcal::::casa+ raise ValueError('Too many edge points. fraction must be < 0.5.') 2023-09-07 11:08:38 SEVERE sdcal::::casa+ ValueError: Too many edge points. fraction must be < 0.5. 2023-09-07 11:08:38 SEVERE sdcal::::casa Too many edge points. fraction must be < 0.5. 2023-09-07 11:08:38 SEVERE sdcal::::casa Task sdcal raised an exception of class ValueError with the following message: Too many edge points. fraction must be < 0.5. test_otfraster01 --- too many edge points (fraction 0.5). PASSED test_task_sdcal.py::sdcal_test_otfraster::test_otfraster02 2023-09-07 11:08:38 WARN sdcal::calibrater::setvi(bool,bool) Already using OLD VisibilityIterator. 2023-09-07 11:08:38 SEVERE sdcal::::casa Traceback (most recent call last): 2023-09-07 11:08:38 SEVERE sdcal::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdcal.py", line 151, in sdcal 2023-09-07 11:08:38 SEVERE sdcal::::casa+ raise ValueError('Too many edge points. fraction must be < 0.5.') 2023-09-07 11:08:38 SEVERE sdcal::::casa+ ValueError: Too many edge points. fraction must be < 0.5. 2023-09-07 11:08:38 SEVERE sdcal::::casa Too many edge points. fraction must be < 0.5. 2023-09-07 11:08:38 SEVERE sdcal::::casa Task sdcal raised an exception of class ValueError with the following message: Too many edge points. fraction must be < 0.5. test_otfraster02 --- too many edge points (fraction 50%). PASSED test_task_sdcal.py::sdcal_test_otfraster::test_otfraster03 2023-09-07 11:08:38 WARN sdcal::calibrater::setvi(bool,bool) Already using OLD VisibilityIterator. 2023-09-07 11:08:38 SEVERE sdcal::Calibrater::solve Caught exception: Too many edge points (20000 out of 9 points) 2023-09-07 11:08:38 SEVERE sdcal:::: Exception Reported: Error in Calibrater::solve. 2023-09-07 11:08:38 SEVERE sdcal::::casa Traceback (most recent call last): 2023-09-07 11:08:38 SEVERE sdcal::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdcal.py", line 157, in sdcal 2023-09-07 11:08:38 SEVERE sdcal::::casa+ cb.solve() 2023-09-07 11:08:38 SEVERE sdcal::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/calibrater.py", line 485, in solve 2023-09-07 11:08:38 SEVERE sdcal::::casa+ return self._swigobj.solve() 2023-09-07 11:08:38 SEVERE sdcal::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/__casac__/calibrater.py", line 1133, in solve 2023-09-07 11:08:38 SEVERE sdcal::::casa+ return _calibrater.calibrater_solve(self) 2023-09-07 11:08:38 SEVERE sdcal::::casa+ RuntimeError: Error in Calibrater::solve. 2023-09-07 11:08:38 SEVERE sdcal::::casa Error in Calibrater::solve. 2023-09-07 11:08:38 SEVERE sdcal::::casa Task sdcal raised an exception of class RuntimeError with the following message: Error in Calibrater::solve. test_otfraster03 --- too many edge points (noff 100000). PASSED test_task_sdcal.py::sdcal_test_otfraster::test_otfraster06 2023-09-07 11:08:38 WARN sdcal::calibrater::setvi(bool,bool) Already using OLD VisibilityIterator. 2023-09-07 11:08:38 SEVERE sdcal::Calibrater::solve Caught exception: No reference integration found in user-selected data. Please double-check your data selection criteria. 2023-09-07 11:08:38 SEVERE sdcal:::: Exception Reported: Error in Calibrater::solve. 2023-09-07 11:08:38 SEVERE sdcal::::casa Traceback (most recent call last): 2023-09-07 11:08:38 SEVERE sdcal::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdcal.py", line 157, in sdcal 2023-09-07 11:08:38 SEVERE sdcal::::casa+ cb.solve() 2023-09-07 11:08:38 SEVERE sdcal::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/calibrater.py", line 485, in solve 2023-09-07 11:08:38 SEVERE sdcal::::casa+ return self._swigobj.solve() 2023-09-07 11:08:38 SEVERE sdcal::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/__casac__/calibrater.py", line 1133, in solve 2023-09-07 11:08:38 SEVERE sdcal::::casa+ return _calibrater.calibrater_solve(self) 2023-09-07 11:08:38 SEVERE sdcal::::casa+ RuntimeError: Error in Calibrater::solve. 2023-09-07 11:08:38 SEVERE sdcal::::casa Error in Calibrater::solve. 2023-09-07 11:08:38 SEVERE sdcal::::casa Task sdcal raised an exception of class RuntimeError with the following message: Error in Calibrater::solve. test_otfraster06 --- inappropriate calibration mode ('ps'). PASSED test_task_sdcal.py::sdcal_test_otfraster::test_otfraster07 2023-09-07 11:08:39 WARN sdcal::calibrater::setvi(bool,bool) Already using OLD VisibilityIterator. test_otfraster07 --- OTF raster calibration ('otfraster') with default setting. PASSED test_task_sdcal.py::sdcal_test_otfraster::test_otfraster07M 2023-09-07 11:08:42 WARN ParallelDataHelper::getPartitionMap::casa Number of subMSs (8) is greater than available scan,ddi pairs (4), setting nsubms to 4 2023-09-07 11:08:57 WARN sdcal::calibrater::setvi(bool,bool) Already using OLD VisibilityIterator. test_otfraster07M --- OTF raster calibration ('otfraster') with default setting (MMS). PASSED test_task_sdcal.py::sdcal_test_otfraster::test_otfraster08 2023-09-07 11:09:00 WARN sdcal::calibrater::setvi(bool,bool) Already using OLD VisibilityIterator. test_otfraster08 --- OTF raster calibration ('otfraster') with string fraction (numeric value). PASSED test_task_sdcal.py::sdcal_test_otfraster::test_otfraster09 2023-09-07 11:09:03 WARN sdcal::calibrater::setvi(bool,bool) Already using OLD VisibilityIterator. test_otfraster09 --- OTF raster calibration ('otfraster') with string fraction (percentage). PASSED test_task_sdcal.py::sdcal_test_otfraster::test_otfraster10 2023-09-07 11:09:06 WARN sdcal::calibrater::setvi(bool,bool) Already using OLD VisibilityIterator. test_otfraster10 --- OTF raster calibration ('otfraster') with numeric fraction. PASSED test_task_sdcal.py::sdcal_test_otfraster::test_otfraster11 2023-09-07 11:09:10 WARN sdcal::calibrater::setvi(bool,bool) Already using OLD VisibilityIterator. test_otfraster11 --- OTF raster calibration ('otfraster') with auto detection. PASSED test_task_sdcal.py::sdcal_test_otfraster::test_otfraster12 2023-09-07 11:09:12 WARN sdcal::calibrater::setvi(bool,bool) Already using OLD VisibilityIterator. test_otfraster12 --- OTF raster calibration ('otfraster') with custom noff. PASSED test_task_sdcal.py::sdcal_test_otfraster::test_otfraster13 2023-09-07 11:09:16 WARN sdcal::calibrater::setvi(bool,bool) Already using OLD VisibilityIterator. test_otfraster13 --- check if noff takes priority over fraction. PASSED test_task_sdcal.py::sdcal_test_otf::test_otf01 2023-09-07 11:09:19 WARN sdcal::calibrater::setvi(bool,bool) Already using OLD VisibilityIterator. test_otf01 --- Compute calibration table. calmode='otf' ms=squares.dec60_cs.ms. PASSED test_task_sdcal.py::sdcal_test_otf::test_otf02 2023-09-07 11:09:20 WARN sdcal::calibrater::setvi(bool,bool) Already using OLD VisibilityIterator. test_otf02 --- Compute calibration table. calmode='otf' ms=squares.dec60_cs.ms edges_fraction=20%. PASSED test_task_sdcal.py::sdcal_test_otf::test_otf03 2023-09-07 11:09:22 WARN sdcal::calibrater::setvi(bool,bool) Already using OLD VisibilityIterator. test_otf03 --- Compute calibration table. calmode='otf' ms=lissajous.ms. PASSED test_task_sdcal.py::sdcal_test_otf::test_otf03M 2023-09-07 11:09:24 WARN ParallelDataHelper::getPartitionMap::casa Number of subMSs (8) is greater than available scan,ddi pairs (4), setting nsubms to 4 2023-09-07 11:09:36 WARN sdcal::calibrater::setvi(bool,bool) Already using OLD VisibilityIterator. test_otf03 --- Compute calibration table. calmode='otf' ms=lissajous.ms (MMS). PASSED test_task_sdcal.py::sdcal_test_otf::test_otf04 2023-09-07 11:09:37 WARN sdcal::calibrater::setvi(bool,bool) Already using OLD VisibilityIterator. test_otf04 --- Compute calibration table. calmode='otf' ms=lissajous.ms edges_fraction=20%. PASSED test_task_sdcal.py::sdcal_test_otf::test_otf05 2023-09-07 11:09:38 WARN sdcal::calibrater::setvi(bool,bool) Already using OLD VisibilityIterator. The following MS spws have no corresponding cal spws in squares.dec60_cs.edges_fraction_0.1.ms_caltable: 0 1 2 3 2023-09-07 11:09:38 WARN sdcal::CTPatchedInterp::interpolate In caltable squares.dec60_cs.edges_fraction_0.1.ms_caltable (SDSKY_OTF): 2023-09-07 11:09:38 WARN sdcal::CTPatchedInterp::interpolate+ Insufficient solution channel sampling (nchan=1) for frequency-dependent LINEAR interpolation 2023-09-07 11:09:38 WARN sdcal::CTPatchedInterp::interpolate+ of calibration for MS spw=4; using NEAREST instead. 2023-09-07 11:09:39 WARN sdcal::calibrater::setvi(bool,bool) Already using OLD VisibilityIterator. 2023-09-07 11:09:40 WARN sdcal::calibrater::setvi(bool,bool) Already using OLD VisibilityIterator. The following MS spws have no corresponding cal spws in __sdcal_composite_mode_otf_038.tab: 0 1 2 3 2023-09-07 11:09:40 WARN sdcal::CTPatchedInterp::interpolate In caltable __sdcal_composite_mode_otf_038.tab (SDSKY_OTF): 2023-09-07 11:09:40 WARN sdcal::CTPatchedInterp::interpolate+ Insufficient solution channel sampling (nchan=1) for frequency-dependent LINEAR interpolation 2023-09-07 11:09:40 WARN sdcal::CTPatchedInterp::interpolate+ of calibration for MS spw=4; using NEAREST instead. test_otf05 --- Sky calibration. calmode='otf,apply' ms=squares.dec60_cs.ms. PASSED test_task_sdcal.py::sdcal_test_otf::test_otf06 2023-09-07 11:09:40 WARN sdcal::calibrater::setvi(bool,bool) Already using OLD VisibilityIterator. The following MS spws have no corresponding cal spws in lissajous.edges_new_fraction_0.1.ms_caltable: 0 1 2 3 2023-09-07 11:09:40 WARN sdcal::CTPatchedInterp::interpolate In caltable lissajous.edges_new_fraction_0.1.ms_caltable (SDSKY_OTF): 2023-09-07 11:09:40 WARN sdcal::CTPatchedInterp::interpolate+ Insufficient solution channel sampling (nchan=1) for frequency-dependent LINEAR interpolation 2023-09-07 11:09:40 WARN sdcal::CTPatchedInterp::interpolate+ of calibration for MS spw=4; using NEAREST instead. test_otf06 --- Sky calibration reusing caltable pre-computed with calmode='otf'. calmode='apply' ms=lissajous.ms. PASSED test_task_sdcal.py::sdcal_test_otf::test_otf07 2023-09-07 11:09:41 WARN sdcal::::casa Intent selection for 'otf' or 'otfraster' should be 'OBSERVE_TARGET#ON_SOURCE'. 2023-09-07 11:09:41 WARN sdcal::::casa+ However, the task is not allowed to set global intent selection since calmode contains 'tsys'. 2023-09-07 11:09:41 WARN sdcal::::casa+ As a workaround, set intent selection locally when 'otf' or 'otfraster' calibration is performed. 2023-09-07 11:09:41 WARN sdcal::calibrater::setvi(bool,bool) Already using OLD VisibilityIterator. 2023-09-07 11:09:42 WARN sdcal::calibrater::setvi(bool,bool) Already using OLD VisibilityIterator. 2023-09-07 11:09:43 WARN sdcal::calibrater::setvi(bool,bool) Already using OLD VisibilityIterator. The following MS spws have no corresponding cal spws in __sdcal_composite_mode_otf_068.tab: 0 1 2 3 The following MS spws have no corresponding cal spws in __sdcal_composite_mode_tsys_046.tab: 0 1 2 3 2023-09-07 11:09:43 WARN sdcal::CTPatchedInterp::interpolate In caltable __sdcal_composite_mode_otf_068.tab (SDSKY_OTF): 2023-09-07 11:09:43 WARN sdcal::CTPatchedInterp::interpolate+ Insufficient solution channel sampling (nchan=1) for frequency-dependent LINEAR interpolation 2023-09-07 11:09:43 WARN sdcal::CTPatchedInterp::interpolate+ of calibration for MS spw=4; using NEAREST instead. 2023-09-07 11:09:43 WARN sdcal::CTPatchedInterp::interpolate In caltable __sdcal_composite_mode_tsys_046.tab (B TSYS): 2023-09-07 11:09:43 WARN sdcal::CTPatchedInterp::interpolate+ Insufficient solution channel sampling (nchan=1) for frequency-dependent LINEAR interpolation 2023-09-07 11:09:43 WARN sdcal::CTPatchedInterp::interpolate+ of calibration for MS spw=4; using NEAREST instead. test_otf07 --- Sky calibration + Tsys conversion, composite calmode='otf,tsys,apply'. ms=lissajous.ms. PASSED test_task_sdcal.py::sdcal_test_otf_ephem::test_otfephem01 2023-09-07 11:09:44 WARN sdcal::calibrater::setvi(bool,bool) Already using OLD VisibilityIterator. test_otfephem01: Sky calibration of 'otf' mode for ephemeris object. PASSED test_task_sdcal.py::sdcal_test_otf_ephem::test_otfephem02 2023-09-07 11:09:46 WARN sdcal::calibrater::setvi(bool,bool) Already using OLD VisibilityIterator. 2023-09-07 11:09:47 WARN sdcal::calibrater::setvi(bool,bool) Already using OLD VisibilityIterator. 2023-09-07 11:09:47 WARN sdcal::CTPatchedInterp::interpolate In caltable __sdcal_composite_mode_otf_053.tab (SDSKY_OTF): 2023-09-07 11:09:47 WARN sdcal::CTPatchedInterp::interpolate+ Insufficient solution channel sampling (nchan=1) for frequency-dependent LINEAR interpolation 2023-09-07 11:09:47 WARN sdcal::CTPatchedInterp::interpolate+ of calibration for MS spw=0; using NEAREST instead. 2023-09-07 11:09:47 WARN sdcal:::: MS obs=0,spw=0,ant=1 is selected for processing, but has no available calibration in __sdcal_composite_mode_otf_053.tab as mapped, and will be flagged. test_otfephem02: On-the-fly application of 'otf' calibration mode for ephemeris object. PASSED test_task_sdcal.py::sdcal_test_apply::test_apply_composite00 2023-09-07 11:09:47 WARN sdcal::calibrater::setvi(bool,bool) Already using OLD VisibilityIterator. 2023-09-07 11:09:48 WARN sdcal::calibrater::setvi(bool,bool) Already using OLD VisibilityIterator. The following MS spws have no corresponding cal spws in __sdcal_composite_mode_ps_047.tab: 0 1 2 3 4 5 6 7 8 10 12 13 14 15 16 17 18 19 20 2023-09-07 11:09:49 WARN sdcal:::: MS obs=0,spw=9,ant=2 is selected for processing, but has no available calibration in __sdcal_composite_mode_ps_047.tab as mapped, and will be flagged. 2023-09-07 11:09:49 WARN sdcal:::: MS obs=0,spw=9,ant=3 is selected for processing, but has no available calibration in __sdcal_composite_mode_ps_047.tab as mapped, and will be flagged. 2023-09-07 11:09:49 WARN sdcal:::: MS obs=0,spw=11,ant=2 is selected for processing, but has no available calibration in __sdcal_composite_mode_ps_047.tab as mapped, and will be flagged. 2023-09-07 11:09:49 WARN sdcal:::: MS obs=0,spw=11,ant=3 is selected for processing, but has no available calibration in __sdcal_composite_mode_ps_047.tab as mapped, and will be flagged. 2023-09-07 11:09:49 WARN sdcal::Calibrater::correct2 (VI2/VB2) Spectral window(s) 1, 3, 2023-09-07 11:09:49 WARN sdcal::Calibrater::correct2 (VI2/VB2)+ could not be corrected due to missing (pre-)calibration 2023-09-07 11:09:49 WARN sdcal::Calibrater::correct2 (VI2/VB2)+ in one or more of the specified tables. 2023-09-07 11:09:49 WARN sdcal::Calibrater::correct2 (VI2/VB2)+ Please check your results carefully! test_apply_composite00 --- on-the-fly application of sky table ('ps,apply'). Interpolation option: linear nearestflag self.finterp: interp_freq_nearestflag PASSED test_task_sdcal.py::sdcal_test_apply::test_apply_composite01 2023-09-07 11:09:52 WARN sdcal::calibrater::setvi(bool,bool) Already using OLD VisibilityIterator. 2023-09-07 11:09:53 WARN sdcal::calibrater::setvi(bool,bool) Already using OLD VisibilityIterator. 2023-09-07 11:09:54 WARN sdcal::calibrater::setvi(bool,bool) Already using OLD VisibilityIterator. The following MS spws have no corresponding cal spws in uid___A002_X6218fb_X264.ms.sel.tsys: 0 2 4 6 8 10 12 13 14 15 16 17 18 19 20 The following MS spws have no corresponding cal spws in __sdcal_composite_mode_ps_010.tab: 0 1 2 3 4 5 6 7 8 10 12 13 14 15 16 17 18 19 20 2023-09-07 11:09:55 WARN sdcal:::: MS obs=0,spw=9,ant=2 is selected for processing, but has no available calibration in __sdcal_composite_mode_ps_010.tab as mapped, and will be flagged. 2023-09-07 11:09:55 WARN sdcal:::: MS obs=0,spw=9,ant=3 is selected for processing, but has no available calibration in __sdcal_composite_mode_ps_010.tab as mapped, and will be flagged. 2023-09-07 11:09:55 WARN sdcal:::: MS obs=0,spw=11,ant=2 is selected for processing, but has no available calibration in __sdcal_composite_mode_ps_010.tab as mapped, and will be flagged. 2023-09-07 11:09:55 WARN sdcal:::: MS obs=0,spw=11,ant=3 is selected for processing, but has no available calibration in __sdcal_composite_mode_ps_010.tab as mapped, and will be flagged. 2023-09-07 11:09:55 WARN sdcal::Calibrater::correct2 (VI2/VB2) Spectral window(s) 1, 3, 2023-09-07 11:09:55 WARN sdcal::Calibrater::correct2 (VI2/VB2)+ could not be corrected due to missing (pre-)calibration 2023-09-07 11:09:55 WARN sdcal::Calibrater::correct2 (VI2/VB2)+ in one or more of the specified tables. 2023-09-07 11:09:55 WARN sdcal::Calibrater::correct2 (VI2/VB2)+ Please check your results carefully! test_apply_composite01 --- on-the-fly application of sky table with existing Tsys table. Interpolation option: linear nearestflag self.finterp: interp_freq_nearestflag PASSED test_task_sdcal.py::sdcal_test_apply::test_apply_composite02 2023-09-07 11:09:57 WARN sdcal::calibrater::setvi(bool,bool) Already using OLD VisibilityIterator. 2023-09-07 11:09:58 WARN sdcal::calibrater::setvi(bool,bool) Already using OLD VisibilityIterator. 2023-09-07 11:09:59 WARN sdcal::calibrater::setvi(bool,bool) Already using OLD VisibilityIterator. The following MS spws have no corresponding cal spws in __sdcal_composite_mode_ps_011.tab: 0 1 2 3 4 5 6 7 8 10 12 13 14 15 16 17 18 19 20 The following MS spws have no corresponding cal spws in __sdcal_composite_mode_tsys_001.tab: 0 2 4 6 8 10 12 13 14 15 16 17 18 19 20 2023-09-07 11:09:59 WARN sdcal:::: MS obs=0,spw=9,ant=2 is selected for processing, but has no available calibration in __sdcal_composite_mode_ps_011.tab as mapped, and will be flagged. 2023-09-07 11:09:59 WARN sdcal:::: MS obs=0,spw=9,ant=3 is selected for processing, but has no available calibration in __sdcal_composite_mode_ps_011.tab as mapped, and will be flagged. 2023-09-07 11:09:59 WARN sdcal:::: MS obs=0,spw=11,ant=2 is selected for processing, but has no available calibration in __sdcal_composite_mode_ps_011.tab as mapped, and will be flagged. 2023-09-07 11:09:59 WARN sdcal:::: MS obs=0,spw=11,ant=3 is selected for processing, but has no available calibration in __sdcal_composite_mode_ps_011.tab as mapped, and will be flagged. 2023-09-07 11:09:59 WARN sdcal::Calibrater::correct2 (VI2/VB2) Spectral window(s) 1, 3, 2023-09-07 11:09:59 WARN sdcal::Calibrater::correct2 (VI2/VB2)+ could not be corrected due to missing (pre-)calibration 2023-09-07 11:09:59 WARN sdcal::Calibrater::correct2 (VI2/VB2)+ in one or more of the specified tables. 2023-09-07 11:09:59 WARN sdcal::Calibrater::correct2 (VI2/VB2)+ Please check your results carefully! test_apply_composite02 --- on-the-fly application of sky and tsys tables ('ps,tsys,apply'). Interpolation option: linear nearestflag self.finterp: interp_freq_nearestflag PASSED test_task_sdcal.py::sdcal_test_apply::test_apply_composite03 2023-09-07 11:10:01 WARN sdcal::calibrater::setvi(bool,bool) Already using OLD VisibilityIterator. 2023-09-07 11:10:02 WARN sdcal::calibrater::setvi(bool,bool) Already using OLD VisibilityIterator. The following MS spws have no corresponding cal spws in uid___A002_X6218fb_X264.ms.sel.sky: 0 1 2 3 4 5 6 7 8 10 12 13 14 15 16 17 18 19 20 The following MS spws have no corresponding cal spws in __sdcal_composite_mode_tsys_005.tab: 0 2 4 6 8 10 12 13 14 15 16 17 18 19 20 2023-09-07 11:10:02 WARN sdcal:::: MS obs=0,spw=9,ant=2 is selected for processing, but has no available calibration in uid___A002_X6218fb_X264.ms.sel.sky as mapped, and will be flagged. 2023-09-07 11:10:02 WARN sdcal:::: MS obs=0,spw=9,ant=3 is selected for processing, but has no available calibration in uid___A002_X6218fb_X264.ms.sel.sky as mapped, and will be flagged. 2023-09-07 11:10:02 WARN sdcal:::: MS obs=0,spw=11,ant=2 is selected for processing, but has no available calibration in uid___A002_X6218fb_X264.ms.sel.sky as mapped, and will be flagged. 2023-09-07 11:10:02 WARN sdcal:::: MS obs=0,spw=11,ant=3 is selected for processing, but has no available calibration in uid___A002_X6218fb_X264.ms.sel.sky as mapped, and will be flagged. 2023-09-07 11:10:02 WARN sdcal::Calibrater::correct2 (VI2/VB2) Spectral window(s) 1, 3, 2023-09-07 11:10:02 WARN sdcal::Calibrater::correct2 (VI2/VB2)+ could not be corrected due to missing (pre-)calibration 2023-09-07 11:10:02 WARN sdcal::Calibrater::correct2 (VI2/VB2)+ in one or more of the specified tables. 2023-09-07 11:10:02 WARN sdcal::Calibrater::correct2 (VI2/VB2)+ Please check your results carefully! test_apply_composite03 --- on-the-fly application of sky table ('otfraster,apply'). Interpolation option: linear nearestflag self.finterp: interp_freq_nearestflag PASSED test_task_sdcal.py::sdcal_test_apply::test_apply_sky00 2023-09-07 11:10:04 WARN sdcal::calibrater::setvi(bool,bool) Already using OLD VisibilityIterator. 2023-09-07 11:10:04 SEVERE sdcal::::casa Traceback (most recent call last): 2023-09-07 11:10:04 SEVERE sdcal::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdcal.py", line 78, in sdcal 2023-09-07 11:10:04 SEVERE sdcal::::casa+ raise Exception('Applytable name must be specified.') 2023-09-07 11:10:04 SEVERE sdcal::::casa+ Exception: Applytable name must be specified. 2023-09-07 11:10:04 SEVERE sdcal::::casa Applytable name must be specified. 2023-09-07 11:10:04 SEVERE sdcal::::casa Task sdcal raised an exception of class Exception with the following message: Applytable name must be specified. test_apply_sky00 --- empty applytable. PASSED test_task_sdcal.py::sdcal_test_apply::test_apply_sky01 2023-09-07 11:10:06 WARN sdcal::calibrater::setvi(bool,bool) Already using OLD VisibilityIterator. 2023-09-07 11:10:06 SEVERE sdcal::::casa Traceback (most recent call last): 2023-09-07 11:10:06 SEVERE sdcal::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdcal.py", line 78, in sdcal 2023-09-07 11:10:06 SEVERE sdcal::::casa+ raise Exception('Applytable name must be specified.') 2023-09-07 11:10:06 SEVERE sdcal::::casa+ Exception: Applytable name must be specified. 2023-09-07 11:10:06 SEVERE sdcal::::casa Applytable name must be specified. 2023-09-07 11:10:06 SEVERE sdcal::::casa Task sdcal raised an exception of class Exception with the following message: Applytable name must be specified. test_apply_sky01 --- empty applytable (list ver.). PASSED test_task_sdcal.py::sdcal_test_apply::test_apply_sky02 2023-09-07 11:10:12 WARN sdcal::calibrater::setvi(bool,bool) Already using OLD VisibilityIterator. 2023-09-07 11:10:12 SEVERE sdcal::::casa Traceback (most recent call last): 2023-09-07 11:10:12 SEVERE sdcal::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdcal.py", line 72, in sdcal 2023-09-07 11:10:12 SEVERE sdcal::::casa+ raise Exception('Applytable name must be specified.') 2023-09-07 11:10:12 SEVERE sdcal::::casa+ Exception: Applytable name must be specified. 2023-09-07 11:10:12 SEVERE sdcal::::casa Applytable name must be specified. 2023-09-07 11:10:12 SEVERE sdcal::::casa Task sdcal raised an exception of class Exception with the following message: Applytable name must be specified. test_apply_sky02 --- empty applytable list. PASSED test_task_sdcal.py::sdcal_test_apply::test_apply_sky03 2023-09-07 11:10:15 WARN sdcal::calibrater::setvi(bool,bool) Already using OLD VisibilityIterator. 2023-09-07 11:10:15 SEVERE sdcal::::casa Traceback (most recent call last): 2023-09-07 11:10:15 SEVERE sdcal::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdcal.py", line 81, in sdcal 2023-09-07 11:10:15 SEVERE sdcal::::casa+ raise Exception("Table doesn't exist: {}".format(_table_name)) 2023-09-07 11:10:15 SEVERE sdcal::::casa+ Exception: Table doesn't exist: notexist.sky 2023-09-07 11:10:15 SEVERE sdcal::::casa Table doesn't exist: notexist.sky 2023-09-07 11:10:15 SEVERE sdcal::::casa Task sdcal raised an exception of class Exception with the following message: Table doesn't exist: notexist.sky test_apply_sky03 --- unexisting applytable. PASSED test_task_sdcal.py::sdcal_test_apply::test_apply_sky04 2023-09-07 11:10:16 WARN sdcal::calibrater::setvi(bool,bool) Already using OLD VisibilityIterator. 2023-09-07 11:10:17 SEVERE sdcal::::casa Traceback (most recent call last): 2023-09-07 11:10:17 SEVERE sdcal::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdcal.py", line 81, in sdcal 2023-09-07 11:10:17 SEVERE sdcal::::casa+ raise Exception("Table doesn't exist: {}".format(_table_name)) 2023-09-07 11:10:17 SEVERE sdcal::::casa+ Exception: Table doesn't exist: notexist.sky 2023-09-07 11:10:17 SEVERE sdcal::::casa Table doesn't exist: notexist.sky 2023-09-07 11:10:17 SEVERE sdcal::::casa Task sdcal raised an exception of class Exception with the following message: Table doesn't exist: notexist.sky test_apply_sky04 --- unexisting applytable (list ver.). PASSED test_task_sdcal.py::sdcal_test_apply::test_apply_sky05 2023-09-07 11:10:18 WARN sdcal::calibrater::setvi(bool,bool) Already using OLD VisibilityIterator. 2023-09-07 11:10:19 SEVERE sdcal::Calibrater::selectvis (file /source/casa6/casatools/src/code/synthesis/MeasurementComponents/Calibrater.cc, line 4214) Caught exception: Spw Expression: No match found for 99, 2023-09-07 11:10:19 SEVERE sdcal:::: Exception Reported: Error in data selection specification: Spw Expression: No match found for 99, 2023-09-07 11:10:19 SEVERE sdcal::::casa Traceback (most recent call last): 2023-09-07 11:10:19 SEVERE sdcal::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdcal.py", line 46, in sdcal 2023-09-07 11:10:19 SEVERE sdcal::::casa+ cb.selectvis(spw=spw, scan=scan, field=field) 2023-09-07 11:10:19 SEVERE sdcal::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/calibrater.py", line 82, in selectvis 2023-09-07 11:10:19 SEVERE sdcal::::casa+ return self._swigobj.selectvis(time, spw, scan, field, intent, observation, baseline, uvrange, chanmode, nchan, start, step, mstart, mstep, msselect) 2023-09-07 11:10:19 SEVERE sdcal::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/__casac__/calibrater.py", line 264, in selectvis 2023-09-07 11:10:19 SEVERE sdcal::::casa+ return _calibrater.calibrater_selectvis(self, *args, **kwargs) 2023-09-07 11:10:19 SEVERE sdcal::::casa+ RuntimeError: Error in data selection specification: Spw Expression: No match found for 99, 2023-09-07 11:10:19 SEVERE sdcal::::casa Error in data selection specification: Spw Expression: No match found for 99, 2023-09-07 11:10:19 SEVERE sdcal::::casa Task sdcal raised an exception of class RuntimeError with the following message: Error in data selection specification: Spw Expression: No match found for 99, test_apply_sky05 --- invalid selection (empty selection result). PASSED test_task_sdcal.py::sdcal_test_apply::test_apply_sky06 2023-09-07 11:10:20 WARN sdcal::calibrater::setvi(bool,bool) Already using OLD VisibilityIterator. 2023-09-07 11:10:21 SEVERE sdcal::Calibrater::setapply(type, applypar) Unknown interp type: 'sinusoid'!! Check inputs and try again. 2023-09-07 11:10:21 SEVERE sdcal:::: Exception Reported: Error in Calibrater::setapply. 2023-09-07 11:10:21 SEVERE sdcal::::casa Traceback (most recent call last): 2023-09-07 11:10:21 SEVERE sdcal::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdcal.py", line 121, in sdcal 2023-09-07 11:10:21 SEVERE sdcal::::casa+ cb.setapply(table=_table, interp=interp, calwt=True) 2023-09-07 11:10:21 SEVERE sdcal::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/calibrater.py", line 212, in setapply 2023-09-07 11:10:21 SEVERE sdcal::::casa+ return self._swigobj.setapply(type, t, table, field, interp, select, calwt, spwmap, opacity) 2023-09-07 11:10:21 SEVERE sdcal::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/__casac__/calibrater.py", line 479, in setapply 2023-09-07 11:10:21 SEVERE sdcal::::casa+ return _calibrater.calibrater_setapply(self, *args, **kwargs) 2023-09-07 11:10:21 SEVERE sdcal::::casa+ RuntimeError: Error in Calibrater::setapply. 2023-09-07 11:10:21 SEVERE sdcal::::casa Error in Calibrater::setapply. 2023-09-07 11:10:21 SEVERE sdcal::::casa Task sdcal raised an exception of class RuntimeError with the following message: Error in Calibrater::setapply. test_apply_sky06 --- invalid interp value. PASSED test_task_sdcal.py::sdcal_test_apply::test_apply_sky07 2023-09-07 11:10:22 WARN sdcal::calibrater::setvi(bool,bool) Already using OLD VisibilityIterator. 2023-09-07 11:10:23 SEVERE sdcal::::casa Traceback (most recent call last): 2023-09-07 11:10:23 SEVERE sdcal::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdcal.py", line 116, in sdcal 2023-09-07 11:10:23 SEVERE sdcal::::casa+ raise RuntimeError('Applytable \'%s\' is not a caltable format' % (_table)) 2023-09-07 11:10:23 SEVERE sdcal::::casa+ RuntimeError: Applytable 'uid___A002_X6218fb_X264.ms.sel' is not a caltable format 2023-09-07 11:10:23 SEVERE sdcal::::casa Applytable 'uid___A002_X6218fb_X264.ms.sel' is not a caltable format 2023-09-07 11:10:23 SEVERE sdcal::::casa Task sdcal raised an exception of class RuntimeError with the following message: Applytable 'uid___A002_X6218fb_X264.ms.sel' is not a caltable format test_apply_sky07 --- invalid applytable (not caltable). PASSED test_task_sdcal.py::sdcal_test_apply::test_apply_sky08 2023-09-07 11:10:24 WARN sdcal::calibrater::setvi(bool,bool) Already using OLD VisibilityIterator. The following MS spws have no corresponding cal spws in uid___A002_X6218fb_X264.ms.sel.sky: 0 1 2 3 4 5 6 7 8 10 12 13 14 15 16 17 18 19 20 2023-09-07 11:10:25 WARN sdcal:::: MS obs=0,spw=9,ant=2 is selected for processing, but has no available calibration in uid___A002_X6218fb_X264.ms.sel.sky as mapped, and will be flagged. 2023-09-07 11:10:25 WARN sdcal:::: MS obs=0,spw=9,ant=3 is selected for processing, but has no available calibration in uid___A002_X6218fb_X264.ms.sel.sky as mapped, and will be flagged. 2023-09-07 11:10:25 WARN sdcal:::: MS obs=0,spw=11,ant=2 is selected for processing, but has no available calibration in uid___A002_X6218fb_X264.ms.sel.sky as mapped, and will be flagged. 2023-09-07 11:10:25 WARN sdcal:::: MS obs=0,spw=11,ant=3 is selected for processing, but has no available calibration in uid___A002_X6218fb_X264.ms.sel.sky as mapped, and will be flagged. 2023-09-07 11:10:25 WARN sdcal::Calibrater::correct2 (VI2/VB2) Spectral window(s) 1, 3, 2023-09-07 11:10:25 WARN sdcal::Calibrater::correct2 (VI2/VB2)+ could not be corrected due to missing (pre-)calibration 2023-09-07 11:10:25 WARN sdcal::Calibrater::correct2 (VI2/VB2)+ in one or more of the specified tables. 2023-09-07 11:10:25 WARN sdcal::Calibrater::correct2 (VI2/VB2)+ Please check your results carefully! test_apply_sky08 --- apply data (linear). Interpolation option: linear nearestflag self.finterp: interp_freq_nearestflag PASSED test_task_sdcal.py::sdcal_test_apply::test_apply_sky08M test_apply_sky08M --- apply data (linear) for MMS. SKIPPED (Skip test_apply_sky08M until calibrator tool supports proce...) test_task_sdcal.py::sdcal_test_apply::test_apply_sky09 2023-09-07 11:10:27 WARN sdcal::calibrater::setvi(bool,bool) Already using OLD VisibilityIterator. The following MS spws have no corresponding cal spws in uid___A002_X6218fb_X264.ms.sel.sky: 0 1 2 3 4 5 6 7 8 10 12 13 14 15 16 17 18 19 20 2023-09-07 11:10:27 WARN sdcal:::: MS obs=0,spw=9,ant=2 is selected for processing, but has no available calibration in uid___A002_X6218fb_X264.ms.sel.sky as mapped, and will be flagged. 2023-09-07 11:10:27 WARN sdcal:::: MS obs=0,spw=9,ant=3 is selected for processing, but has no available calibration in uid___A002_X6218fb_X264.ms.sel.sky as mapped, and will be flagged. test_apply_sky09 --- apply selected data. Interpolation option: linear nearestflag self.finterp: interp_freq_nearestflag PASSED test_task_sdcal.py::sdcal_test_apply::test_apply_sky10 2023-09-07 11:10:30 WARN sdcal::calibrater::setvi(bool,bool) Already using OLD VisibilityIterator. The following MS spws have no corresponding cal spws in uid___A002_X6218fb_X264.ms.sel.sky: 0 1 2 3 4 5 6 7 8 10 12 13 14 15 16 17 18 19 20 2023-09-07 11:10:31 WARN sdcal:::: MS obs=0,spw=9,ant=2 is selected for processing, but has no available calibration in uid___A002_X6218fb_X264.ms.sel.sky as mapped, and will be flagged. 2023-09-07 11:10:31 WARN sdcal:::: MS obs=0,spw=9,ant=3 is selected for processing, but has no available calibration in uid___A002_X6218fb_X264.ms.sel.sky as mapped, and will be flagged. 2023-09-07 11:10:31 WARN sdcal:::: MS obs=0,spw=11,ant=2 is selected for processing, but has no available calibration in uid___A002_X6218fb_X264.ms.sel.sky as mapped, and will be flagged. 2023-09-07 11:10:31 WARN sdcal:::: MS obs=0,spw=11,ant=3 is selected for processing, but has no available calibration in uid___A002_X6218fb_X264.ms.sel.sky as mapped, and will be flagged. 2023-09-07 11:10:31 WARN sdcal::Calibrater::correct2 (VI2/VB2) Spectral window(s) 1, 3, 2023-09-07 11:10:31 WARN sdcal::Calibrater::correct2 (VI2/VB2)+ could not be corrected due to missing (pre-)calibration 2023-09-07 11:10:31 WARN sdcal::Calibrater::correct2 (VI2/VB2)+ in one or more of the specified tables. 2023-09-07 11:10:31 WARN sdcal::Calibrater::correct2 (VI2/VB2)+ Please check your results carefully! test_apply_sky10 --- apply data (nearest). Interpolation option: nearest nearestflag self.finterp: interp_freq_nearestflag PASSED test_task_sdcal.py::sdcal_test_apply::test_apply_sky11 2023-09-07 11:10:33 WARN sdcal::calibrater::setvi(bool,bool) Already using OLD VisibilityIterator. The following MS spws have no corresponding cal spws in uid___A002_X6218fb_X264.ms.sel.sky: 0 1 2 3 4 5 6 7 8 10 12 13 14 15 16 17 18 19 20 2023-09-07 11:10:33 WARN sdcal:::: MS obs=0,spw=9,ant=2 is selected for processing, but has no available calibration in uid___A002_X6218fb_X264.ms.sel.sky as mapped, and will be flagged. 2023-09-07 11:10:33 WARN sdcal:::: MS obs=0,spw=9,ant=3 is selected for processing, but has no available calibration in uid___A002_X6218fb_X264.ms.sel.sky as mapped, and will be flagged. 2023-09-07 11:10:33 WARN sdcal:::: MS obs=0,spw=11,ant=2 is selected for processing, but has no available calibration in uid___A002_X6218fb_X264.ms.sel.sky as mapped, and will be flagged. 2023-09-07 11:10:33 WARN sdcal:::: MS obs=0,spw=11,ant=3 is selected for processing, but has no available calibration in uid___A002_X6218fb_X264.ms.sel.sky as mapped, and will be flagged. 2023-09-07 11:10:33 WARN sdcal::Calibrater::correct2 (VI2/VB2) Spectral window(s) 1, 3, 2023-09-07 11:10:33 WARN sdcal::Calibrater::correct2 (VI2/VB2)+ could not be corrected due to missing (pre-)calibration 2023-09-07 11:10:33 WARN sdcal::Calibrater::correct2 (VI2/VB2)+ in one or more of the specified tables. 2023-09-07 11:10:33 WARN sdcal::Calibrater::correct2 (VI2/VB2)+ Please check your results carefully! test_apply_sky11 --- apply data (linearflag for frequency interpolation). Interpolation option: linear nearestflag self.finterp: interp_freq_nearestflag PASSED test_task_sdcal.py::sdcal_test_apply::test_apply_sky12 2023-09-07 11:10:35 WARN sdcal::calibrater::setvi(bool,bool) Already using OLD VisibilityIterator. The following MS spws have no corresponding cal spws in uid___A002_X6218fb_X264.ms.sel.sky: 0 1 2 3 4 5 6 7 8 10 12 13 14 15 16 17 18 19 20 2023-09-07 11:10:35 WARN sdcal:::: MS obs=0,spw=9,ant=2 is selected for processing, but has no available calibration in uid___A002_X6218fb_X264.ms.sel.sky as mapped, and will be flagged. 2023-09-07 11:10:35 WARN sdcal:::: MS obs=0,spw=9,ant=3 is selected for processing, but has no available calibration in uid___A002_X6218fb_X264.ms.sel.sky as mapped, and will be flagged. 2023-09-07 11:10:35 WARN sdcal:::: MS obs=0,spw=11,ant=2 is selected for processing, but has no available calibration in uid___A002_X6218fb_X264.ms.sel.sky as mapped, and will be flagged. 2023-09-07 11:10:35 WARN sdcal:::: MS obs=0,spw=11,ant=3 is selected for processing, but has no available calibration in uid___A002_X6218fb_X264.ms.sel.sky as mapped, and will be flagged. 2023-09-07 11:10:35 WARN sdcal::Calibrater::correct2 (VI2/VB2) Spectral window(s) 1, 3, 2023-09-07 11:10:35 WARN sdcal::Calibrater::correct2 (VI2/VB2)+ could not be corrected due to missing (pre-)calibration 2023-09-07 11:10:35 WARN sdcal::Calibrater::correct2 (VI2/VB2)+ in one or more of the specified tables. 2023-09-07 11:10:35 WARN sdcal::Calibrater::correct2 (VI2/VB2)+ Please check your results carefully! test_apply_sky12 --- apply data (nearestflag for frequency interpolation). Interpolation option: linear nearestflag self.finterp: interp_freq_nearestflag PASSED test_task_sdcal.py::sdcal_test_apply::test_apply_sky13 2023-09-07 11:10:37 WARN sdcal::calibrater::setvi(bool,bool) Already using OLD VisibilityIterator. The following MS spws have no corresponding cal spws in uid___A002_X6218fb_X264.ms.sel.sky: 0 1 2 3 4 5 6 7 8 10 12 13 14 15 16 17 18 19 20 2023-09-07 11:10:37 WARN sdcal:::: MS obs=0,spw=9,ant=2 is selected for processing, but has no available calibration in uid___A002_X6218fb_X264.ms.sel.sky as mapped, and will be flagged. 2023-09-07 11:10:37 WARN sdcal:::: MS obs=0,spw=9,ant=3 is selected for processing, but has no available calibration in uid___A002_X6218fb_X264.ms.sel.sky as mapped, and will be flagged. 2023-09-07 11:10:37 WARN sdcal:::: MS obs=0,spw=11,ant=2 is selected for processing, but has no available calibration in uid___A002_X6218fb_X264.ms.sel.sky as mapped, and will be flagged. 2023-09-07 11:10:37 WARN sdcal:::: MS obs=0,spw=11,ant=3 is selected for processing, but has no available calibration in uid___A002_X6218fb_X264.ms.sel.sky as mapped, and will be flagged. 2023-09-07 11:10:38 WARN sdcal::Calibrater::correct2 (VI2/VB2) Spectral window(s) 1, 3, 2023-09-07 11:10:38 WARN sdcal::Calibrater::correct2 (VI2/VB2)+ could not be corrected due to missing (pre-)calibration 2023-09-07 11:10:38 WARN sdcal::Calibrater::correct2 (VI2/VB2)+ in one or more of the specified tables. 2023-09-07 11:10:38 WARN sdcal::Calibrater::correct2 (VI2/VB2)+ Please check your results carefully! test_apply_sky13 --- apply data (string applytable input). Interpolation option: linear nearestflag self.finterp: interp_freq_nearestflag PASSED test_task_sdcal.py::sdcal_test_apply::test_apply_sky14 2023-09-07 11:10:39 WARN sdcal::calibrater::setvi(bool,bool) Already using OLD VisibilityIterator. The following MS spws have no corresponding cal spws in uid___A002_X6218fb_X264.ms.sel.sky: 0 1 2 3 4 5 6 7 8 10 12 13 14 15 16 17 18 19 20 2023-09-07 11:10:40 WARN sdcal:::: MS obs=0,spw=9,ant=2 is selected for processing, but has no available calibration in uid___A002_X6218fb_X264.ms.sel.sky as mapped, and will be flagged. 2023-09-07 11:10:40 WARN sdcal:::: MS obs=0,spw=9,ant=3 is selected for processing, but has no available calibration in uid___A002_X6218fb_X264.ms.sel.sky as mapped, and will be flagged. 2023-09-07 11:10:40 WARN sdcal:::: MS obs=0,spw=11,ant=2 is selected for processing, but has no available calibration in uid___A002_X6218fb_X264.ms.sel.sky as mapped, and will be flagged. 2023-09-07 11:10:40 WARN sdcal:::: MS obs=0,spw=11,ant=3 is selected for processing, but has no available calibration in uid___A002_X6218fb_X264.ms.sel.sky as mapped, and will be flagged. 2023-09-07 11:10:40 WARN sdcal::Calibrater::correct2 (VI2/VB2) Spectral window(s) 1, 3, 2023-09-07 11:10:40 WARN sdcal::Calibrater::correct2 (VI2/VB2)+ could not be corrected due to missing (pre-)calibration 2023-09-07 11:10:40 WARN sdcal::Calibrater::correct2 (VI2/VB2)+ in one or more of the specified tables. 2023-09-07 11:10:40 WARN sdcal::Calibrater::correct2 (VI2/VB2)+ Please check your results carefully! test_apply_sky14 --- apply data (interp=''). Interpolation option: linear nearestflag self.finterp: interp_freq_nearestflag PASSED test_task_sdcal.py::sdcal_test_apply::test_apply_sky15 2023-09-07 11:10:47 WARN sdcal::calibrater::setvi(bool,bool) Already using OLD VisibilityIterator. The following MS spws have no corresponding cal spws in uid___A002_X6218fb_X264.ms.sel.sky: 0 1 2 3 4 5 6 7 8 10 12 13 14 15 16 17 18 19 20 2023-09-07 11:10:48 WARN sdcal:::: MS obs=0,spw=9,ant=2 is selected for processing, but has no available calibration in uid___A002_X6218fb_X264.ms.sel.sky as mapped, and will be flagged. 2023-09-07 11:10:48 WARN sdcal:::: MS obs=0,spw=9,ant=3 is selected for processing, but has no available calibration in uid___A002_X6218fb_X264.ms.sel.sky as mapped, and will be flagged. 2023-09-07 11:10:48 WARN sdcal:::: MS obs=0,spw=11,ant=2 is selected for processing, but has no available calibration in uid___A002_X6218fb_X264.ms.sel.sky as mapped, and will be flagged. 2023-09-07 11:10:48 WARN sdcal:::: MS obs=0,spw=11,ant=3 is selected for processing, but has no available calibration in uid___A002_X6218fb_X264.ms.sel.sky as mapped, and will be flagged. 2023-09-07 11:10:48 WARN sdcal::Calibrater::correct2 (VI2/VB2) Spectral window(s) 1, 3, 2023-09-07 11:10:48 WARN sdcal::Calibrater::correct2 (VI2/VB2)+ could not be corrected due to missing (pre-)calibration 2023-09-07 11:10:48 WARN sdcal::Calibrater::correct2 (VI2/VB2)+ in one or more of the specified tables. 2023-09-07 11:10:48 WARN sdcal::Calibrater::correct2 (VI2/VB2)+ Please check your results carefully! test_apply_sky15 --- check if WEIGHT_SPECTRUM is updated properly when it exists. Interpolation option: linear nearestflag self.finterp: interp_freq_nearestflag PASSED test_task_sdcal.py::sdcal_test_single_polarization::test_single_pol_apply 2023-09-07 11:10:50 WARN sdcal::calibrater::setvi(bool,bool) Already using OLD VisibilityIterator. 2023-09-07 11:10:51 WARN sdcal::calibrater::setvi(bool,bool) Already using OLD VisibilityIterator. The following MS spws have no corresponding cal spws in uid___A002_X6218fb_X264.ms.sel.sky: 0 2023-09-07 11:10:51 WARN sdcal::Calibrater::correct2 (VI2/VB2) Spectral window(s) 0, 2023-09-07 11:10:51 WARN sdcal::Calibrater::correct2 (VI2/VB2)+ could not be corrected due to missing (pre-)calibration 2023-09-07 11:10:51 WARN sdcal::Calibrater::correct2 (VI2/VB2)+ in one or more of the specified tables. 2023-09-07 11:10:51 WARN sdcal::Calibrater::correct2 (VI2/VB2)+ Please check your results carefully! test_single_pol_apply --- apply caltable to single-polarization data. PASSED test_task_sdcal.py::sdcal_test_single_polarization::test_single_pol_apply_composite 2023-09-07 11:10:51 WARN sdcal::calibrater::setvi(bool,bool) Already using OLD VisibilityIterator. 2023-09-07 11:10:52 WARN sdcal::calibrater::setvi(bool,bool) Already using OLD VisibilityIterator. The following MS spws have no corresponding cal spws in __sdcal_composite_mode_ps_037.tab: 0 2023-09-07 11:10:52 WARN sdcal::Calibrater::correct2 (VI2/VB2) Spectral window(s) 0, 2023-09-07 11:10:52 WARN sdcal::Calibrater::correct2 (VI2/VB2)+ could not be corrected due to missing (pre-)calibration 2023-09-07 11:10:52 WARN sdcal::Calibrater::correct2 (VI2/VB2)+ in one or more of the specified tables. 2023-09-07 11:10:52 WARN sdcal::Calibrater::correct2 (VI2/VB2)+ Please check your results carefully! test_single_pol_apply_composite --- on-the-fly calibration/application on single-polarization data. PASSED test_task_sdcal.py::sdcal_test_single_polarization::test_single_pol_ps 2023-09-07 11:10:53 WARN sdcal::calibrater::setvi(bool,bool) Already using OLD VisibilityIterator. test_single_pol_ps --- generate caltable for single-polarization data. PASSED - generated xml file: /home/casatest/casa6/casatestutils/nosedir/xml/test_task_sdcal/nose.xml - =========================== short test summary info ============================ SKIPPED [1] test_task_sdcal.py:1979: Skip test_apply_sky08M until calibrator tool supports processing MMS on serial casa ============ 65 passed, 1 skipped, 14 warnings in 208.43s (0:03:28) ============ ============================= test session starts ============================== platform linux -- Python 3.8.7, pytest-7.4.1, pluggy-1.3.0 -- /usr/local/bin/python3.8 cachedir: .pytest_cache rootdir: /home/casatest/casa6/casatestutils/nosedir/test_task_exportuvfits configfile: pytest.ini collecting ... collected 15 items test_task_exportuvfits.py::exportuvfits_test::test_antennaSelection 2023-09-07 11:10:57 SEVERE exportuvfits::MSFitsOutput::_writeMain Cannot deduce MS epoch. Assuming J2000 ....10....20....30....40....50....60....70....80....90....100% Check that the antenna parameter selects a subset of the data {0} {0} PASSED test_task_exportuvfits.py::exportuvfits_test::test_basicExport 2023-09-07 11:11:19 SEVERE exportuvfits::MSFitsOutput::_writeMain Cannot deduce MS epoch. Assuming J2000 ....10....20....30....40....50....60....70....80....90....100% Check that a ms can be exported as a uvfits with no additional parameters PASSED test_task_exportuvfits.py::exportuvfits_test::test_columnSelection 2023-09-07 11:12:55 SEVERE exportuvfits::MSFitsOutput::_writeMain Cannot deduce MS epoch. Assuming J2000 ....10....20....30....40....50....60....70....80....90....100% 2023-09-07 11:14:33 SEVERE exportuvfits::MSFitsOutput::_writeMain Cannot deduce MS epoch. Assuming J2000 ....10....20....30....40....50....60....70....80....90....100% Check that the data input column can be selected with the datacolumn parameter PASSED test_task_exportuvfits.py::exportuvfits_test::test_combineSpws 2023-09-07 11:16:04 SEVERE exportuvfits::MSFitsOutput::_writeMain Cannot deduce MS epoch. Assuming J2000 ....10....20....30....40....50....60....70....80....90....100% Check that combine spw combines all spws into one frequency group PASSED test_task_exportuvfits.py::exportuvfits_test::test_exportOverwrite CAS-5492: test the overwrite parameter when exporting MSes to uvfits PASSED test_task_exportuvfits.py::exportuvfits_test::test_fieldSelection 2023-09-07 11:17:57 SEVERE exportuvfits::MSFitsOutput::_writeMain Cannot deduce MS epoch. Assuming J2000 ....10....20....30....40....50....60....70....80....90....100% Check that field selection properly selects a subset of the data PASSED test_task_exportuvfits.py::exportuvfits_test::test_missingWeights 2023-09-07 11:18:56 SEVERE exportuvfits::MSFitsOutput::_writeMain Cannot deduce MS epoch. Assuming J2000 ....10....20....30....40....50....60....70....80....90....100% Check that a WEIGHT_SPECTRUM column is created and filled if one does not exist PASSED test_task_exportuvfits.py::exportuvfits_test::test_multiSourceImage 2023-09-07 11:20:33 SEVERE exportuvfits::MSFitsOutput::_writeMain Cannot deduce MS epoch. Assuming J2000 ....10....20....30....40....50....60....70....80....90....100% 2023-09-07 11:21:11 WARN MSFitsInput::fillExtraTable No systemic velocity for field 0 2023-09-07 11:21:11 WARN MSFitsInput::fillExtraTable No rest frequency for field 0 2023-09-07 11:21:11 WARN MSFitsInput::fillExtraTable No systemic velocity for field 0 2023-09-07 11:21:11 WARN MSFitsInput::fillExtraTable No rest frequency for field 0 2023-09-07 11:21:11 WARN MSFitsInput::fillExtraTable No systemic velocity for field 0 2023-09-07 11:21:11 WARN MSFitsInput::fillExtraTable No rest frequency for field 0 2023-09-07 11:21:11 WARN MSFitsInput::fillExtraTable No systemic velocity for field 0 2023-09-07 11:21:11 WARN MSFitsInput::fillExtraTable No rest frequency for field 0 Check multisource is not overwritten and one source is present PASSED test_task_exportuvfits.py::exportuvfits_test::test_multiSourceOverwrite 2023-09-07 11:21:14 WARN exportuvfits::MSFitsOutput::write Multiple sources are present, thus written as a multi-source FITS file 2023-09-07 11:21:14 SEVERE exportuvfits::MSFitsOutput::_writeMain Cannot deduce MS epoch. Assuming J2000 ....10....20....30....40....50....60....70....80....90....100% Check that if mutisource is False when multiple sources are present then it will use multisource PASSED test_task_exportuvfits.py::exportuvfits_test::test_noRestFreqs CAS-11514: test exporting an MS with no rest frequencies in the SOURCE table PASSED test_task_exportuvfits.py::exportuvfits_test::test_no_source_table CAS-11514: test exporting an MS with no rest frequencies in the SOURCE table PASSED test_task_exportuvfits.py::exportuvfits_test::test_padWithFlags 2023-09-07 11:22:58 SEVERE exportuvfits::MSFitsOutput::_writeMain Cannot deduce MS epoch. Assuming J2000 ....10....20....30....40....50....60....70....80....90....100% Check that missisng data is filled with flags PASSED test_task_exportuvfits.py::exportuvfits_test::test_spwSelection 2023-09-07 11:24:29 SEVERE exportuvfits::MSFitsOutput::_writeMain Cannot deduce MS epoch. Assuming J2000 ....10....20....30....40....50....60....70....80....90....100% Check that spw selection properly selects a subset of the data PASSED test_task_exportuvfits.py::exportuvfits_test::test_timerangeSelection 2023-09-07 11:25:19 SEVERE exportuvfits::MSFitsOutput::_writeMain Cannot deduce MS epoch. Assuming J2000 ....10....20....30....40....50....60....70....80....90....100% Check that the timerange parameter selects a subset of the data PASSED test_task_exportuvfits.py::exportuvfits_test::test_useStationName 2023-09-07 11:25:47 SEVERE exportuvfits::MSFitsOutput::_writeMain Cannot deduce MS epoch. Assuming J2000 ....10....20....30....40....50....60....70....80....90....100% 2023-09-07 11:27:21 SEVERE exportuvfits::MSFitsOutput::_writeMain Cannot deduce MS epoch. Assuming J2000 ....10....20....30....40....50....60....70....80....90....100% Check that the station names are written with writestation=True PASSED - generated xml file: /home/casatest/casa6/casatestutils/nosedir/xml/test_task_exportuvfits/nose.xml - ================= 15 passed, 2 warnings in 1078.88s (0:17:58) ================== ============================= test session starts ============================== platform linux -- Python 3.8.7, pytest-7.4.1, pluggy-1.3.0 -- /usr/local/bin/python3.8 cachedir: .pytest_cache rootdir: /home/casatest/casa6/casatestutils/nosedir/test_task_flagcmd configfile: pytest.ini collecting ... collected 46 items test_task_flagcmd.py::test_manual::test_autocorr 2023-09-07 11:28:58 WARN FlagDataHandler::preLoadColumn (file /source/casa6/casatools/src/code/flagging/Flagging/FlagDataHandler.cc, line 989) PROCESSOR sub-table is empty. Assuming CORRELATOR type. flagcmd: autocorr=True Moving data... PASSED test_task_flagcmd.py::test_manual::test_compatibility The MS is already around, just unflag 28500.0 of 2882778.0 data was flagged, expected 28500 of 2882778 PASSED test_task_flagcmd.py::test_manual::test_observation The MS is already around, just unflag 28500.0 of 2882778.0 data was flagged, expected 28500 of 2882778 PASSED test_task_flagcmd.py::test_alma::test_cmd flagcmd: inpmode=list with empty parameter Moving data... PASSED test_task_flagcmd.py::test_alma::test_extract flagcmd: action = extract and apply clip on WVR The MS is already around, just unflag PASSED test_task_flagcmd.py::test_alma::test_intent flagcmd: test scan intent selection The MS is already around, just unflag PASSED test_task_flagcmd.py::test_unapply::test_umanualflag flagcmd: unapply manual agent PASSED test_task_flagcmd.py::test_unapply::test_unapply_antint flagcmd: unapply antint agent The MS is already around, just unflag PASSED test_task_flagcmd.py::test_unapply::test_unapply_clip_and_unset_flagrow flagcmd: Check that FLAG_ROW is unset after un-applying a clip agent The MS is already around, just unflag PASSED test_task_flagcmd.py::test_unapply::test_unapply_rflag_and_unset_flagrow flagcmd: Check that FLAG_ROW is unset after un-applying an rflag agent The MS is already around, just unflag PASSED test_task_flagcmd.py::test_unapply::test_unapply_tfcrop_and_unset_flagrow flagcmd: Check that FLAG_ROW is unset after un-applying an tfcrop agent The MS is already around, just unflag PASSED test_task_flagcmd.py::test_unapply::test_unsupported_unapply 2023-09-07 11:29:12 WARN flagcmd::::casa The unapply action can only be used with inpmode='table' 2023-09-07 11:29:12 WARN flagcmd::::casa Save the commands to the FLAG_CMD table before using unapply 2023-09-07 11:29:12 SEVERE flagcmd::::casa Task flagcmd raised an exception of class ValueError with the following message: Unsupported action='unapply' for inpmode='list' flagcmd: raise exception from inpmode=list and unapply The MS is already around, just unflag Expected error! PASSED test_task_flagcmd.py::test_unapply::test_uquack flagcmd: unapply quack agent The MS is already around, just unflag PASSED test_task_flagcmd.py::test_unapply::test_uscans flagcmd: Unapply only APPLIED=True The MS is already around, just unflag PASSED test_task_flagcmd.py::test_unapply::test_utfcrop flagcmd: unapply tfcrop agent The MS is already around, just unflag PASSED test_task_flagcmd.py::test_savepars::test_list1 flagcmd: list and savepars=True/False PASSED test_task_flagcmd.py::test_savepars::test_overwrite_false 2023-09-07 11:29:21 SEVERE flagcmd::::casa Task flagcmd raised an exception of class RuntimeError with the following message: You have set overwrite to False. Remove newfile.txt before saving the flag commands flagcmd: Use savepars and overwrite=False The MS is already around, just unflag Expected error! PASSED test_task_flagcmd.py::test_savepars::test_overwrite_false1 flagcmd: Use savepars and overwrite=False The MS is already around, just unflag PASSED test_task_flagcmd.py::test_savepars::test_overwrite_true flagcmd: Use savepars and overwrite=True The MS is already around, just unflag PASSED test_task_flagcmd.py::test_XML::test_missing_corr 2023-09-07 11:29:25 WARN Manual_0::sanitizeCorrExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 959) Correlation product [XX] not available flagcmd: CAS-4234, non-existing correlation raise no error Moving data... PASSED test_task_flagcmd.py::test_XML::test_xml1 2023-09-07 11:29:25 WARN flagcmd::::casa Cannot open tosr0001_scan3_noonline.ms/SpectralWindow.xml 2023-09-07 11:29:26 WARN flagcmd::::casa Cannot open tosr0001_scan3_noonline.ms/SpectralWindow.xml flagcmd: list xml file and save in outfile Moving data... PASSED test_task_flagcmd.py::test_XML::test_xml2 cannot delete non-empty directory: tosr0001_scan3_noonline.ms could not make way for new symlink: tosr0001_scan3_noonline.ms rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1189) [sender=3.1.3] flagcmd: list xml file and save in outfile Moving data... PASSED test_task_flagcmd.py::test_shadow::test_CAS2399 flagcmd: shadow by antennas not present in MS Moving data... PASSED test_task_flagcmd.py::test_antint::test_antint_defaults flagcmd:: Test of antint with defaults Moving data... PASSED test_task_flagcmd.py::test_antint::test_antint_inputs flagcmd: test of inputs to flagcmd in antint mode The MS is already around, just unflag PASSED test_task_flagcmd.py::test_rflag::test_rflagauto flagcmd:: Test of rflag with defaults Moving data... (6) Finished flagcmd test : auto : 42728.0 PASSED test_task_flagcmd.py::test_rflag::test_rflaginputs flagcmd:: Test of rflag threshold-inputs of both types (file and inline) The MS is already around, just unflag (3) Finished flagcmd test : using tdevfile, fdevfile in the cmd (test 1)) : 5971.0 (4) Finished flagcmd test : using cmd arrays : 5971.0 (5) Finished flagcmd test : using outcmd.txt from flagdata (test 2) : 39504.0 PASSED test_task_flagcmd.py::test_actions::test_CAS4819 flagcmd: CAS-4819, Flag commands from three files Moving data... PASSED test_task_flagcmd.py::test_actions::test_action_list1 flagcmd: action=list with inpmode from a list The MS is already around, just unflag PASSED test_task_flagcmd.py::test_actions::test_action_list2 flagcmd: action=list with inpmode from a file The MS is already around, just unflag PASSED test_task_flagcmd.py::test_actions::test_action_plot_da flagcmd: Test action=plot to plot page with DA antenna CAS-5187 The MS is already around, just unflag PASSED test_task_flagcmd.py::test_actions::test_action_plot_large flagcmd: Test action=plot to plot many antennas into multiple pages The MS is already around, just unflag PASSED test_task_flagcmd.py::test_actions::test_action_plot_list flagcmd: Test action=plot to plot 4 antennas and no timerange The MS is already around, just unflag PASSED test_task_flagcmd.py::test_actions::test_action_plot_table flagcmd: Test action=plot, nothing plotted The MS is already around, just unflag PASSED test_task_flagcmd.py::test_actions::test_list_reason1 flagcmd: select by reason from two files The MS is already around, just unflag The MS is already around, just unflag PASSED test_task_flagcmd.py::test_actions::test_spw_error_handler 2023-09-07 11:29:49 WARN AgentFlagger::initAgents Cannot create agent Manual_2: State Expression: No match found for "CAL*POINT*" 2023-09-07 11:29:49 WARN AgentFlagger::initAgents+ State Expression: Partial or no match for State ID list [] 2023-09-07 11:29:49 WARN Spw Expression: No match found for "Subband:8" flagcmd: A non-existing spw name in a compound with a existing spw should not fail The MS is already around, just unflag PASSED test_task_flagcmd.py::test_cmdbandpass::test_MS_flagcmds 2023-09-07 11:29:52 WARN Found pre-v4.1 caltable (/home/casatest/casa6/casatestutils/nosedir/test_task_flagcmd/cal.fewscans.bpass); attempting to update... 2023-09-07 11:29:52 WARN + SUCCEEDED: trivial OBSERVATION/OBSERVATION_ID have been added. Flagcmd:: Save flags to MS and apply to cal table Moving data... Moving data... The CalTable is already around, just unflag PASSED test_task_flagcmd.py::test_cmdbandpass::test_cal_observation 2023-09-07 11:29:54 WARN Found pre-v4.1 caltable (/home/casatest/casa6/casatestutils/nosedir/test_task_flagcmd/cal.fewscans.bpass); attempting to update... 2023-09-07 11:29:54 WARN + SUCCEEDED: trivial OBSERVATION/OBSERVATION_ID have been added. Flagcmd: flag an observation from an old cal table format Moving data... PASSED test_task_flagcmd.py::test_cmdbandpass::test_cal_time_field 2023-09-07 11:29:55 WARN Found pre-v4.1 caltable (/home/casatest/casa6/casatestutils/nosedir/test_task_flagcmd/cal.fewscans.bpass); attempting to update... 2023-09-07 11:29:55 WARN + SUCCEEDED: trivial OBSERVATION/OBSERVATION_ID have been added. Flagcmd: clip a timerange from a field Moving data... PASSED test_task_flagcmd.py::test_cmdbandpass::test_clip_one_list 2023-09-07 11:29:56 WARN Found pre-v4.1 caltable (/home/casatest/casa6/casatestutils/nosedir/test_task_flagcmd/cal.fewscans.bpass); attempting to update... 2023-09-07 11:29:56 WARN + SUCCEEDED: trivial OBSERVATION/OBSERVATION_ID have been added. Flagcmd: Flag one solution using one command in a list Moving data... PASSED test_task_flagcmd.py::test_cmdbandpass::test_default_cparam 2023-09-07 11:29:57 WARN Found pre-v4.1 caltable (/home/casatest/casa6/casatestutils/nosedir/test_task_flagcmd/cal.fewscans.bpass); attempting to update... 2023-09-07 11:29:57 WARN + SUCCEEDED: trivial OBSERVATION/OBSERVATION_ID have been added. Flagcmd: flag CPARAM data column Moving data... PASSED test_task_flagcmd.py::test_cmdbandpass::test_flagbackup 2023-09-07 11:29:58 WARN Found pre-v4.1 caltable (/home/casatest/casa6/casatestutils/nosedir/test_task_flagcmd/cal.fewscans.bpass); attempting to update... 2023-09-07 11:29:58 WARN + SUCCEEDED: trivial OBSERVATION/OBSERVATION_ID have been added. Flagcmd: backup cal table flags Moving data... PASSED test_task_flagcmd.py::test_cmdbandpass::test_list_field_Selection_for_bpass 2023-09-07 11:29:59 WARN Found pre-v4.1 caltable (/home/casatest/casa6/casatestutils/nosedir/test_task_flagcmd/cal.fewscans.bpass); attempting to update... 2023-09-07 11:29:59 WARN + SUCCEEDED: trivial OBSERVATION/OBSERVATION_ID have been added. Flagcmd:: Manually flag a bpass-based CalTable using file in list mode Moving data... PASSED test_task_flagcmd.py::test_cmdbandpass::test_manual_field_selection_for_bpass 2023-09-07 11:30:00 WARN Found pre-v4.1 caltable (/home/casatest/casa6/casatestutils/nosedir/test_task_flagcmd/cal.fewscans.bpass); attempting to update... 2023-09-07 11:30:00 WARN + SUCCEEDED: trivial OBSERVATION/OBSERVATION_ID have been added. Flagcmd:: Manually flag a bpass-based CalTable using field selection Moving data... PASSED test_task_flagcmd.py::test_cmdbandpass::test_save_cal 2023-09-07 11:30:01 WARN Found pre-v4.1 caltable (/home/casatest/casa6/casatestutils/nosedir/test_task_flagcmd/cal.fewscans.bpass); attempting to update... 2023-09-07 11:30:01 WARN + SUCCEEDED: trivial OBSERVATION/OBSERVATION_ID have been added. Flagcmd: list flag cmds from MS and save to a file Moving data... The MS is already around, just unflag The CalTable is already around, just unflag PASSED test_task_flagcmd.py::test_cmdbandpass::test_unsupported_mode_in_list 2023-09-07 11:30:03 WARN Found pre-v4.1 caltable (/home/casatest/casa6/casatestutils/nosedir/test_task_flagcmd/cal.fewscans.bpass); attempting to update... 2023-09-07 11:30:03 WARN + SUCCEEDED: trivial OBSERVATION/OBSERVATION_ID have been added. 2023-09-07 11:30:04 WARN AgentFlagger::parseAgentParameters Mode elevation is not valid or doesn't exist 2023-09-07 11:30:04 WARN flagcmd::::casa Failed to parse parameters of mode manual in row 1 Flagcmd: elevation and shadow are not supported in cal tables Moving data... PASSED - generated xml file: /home/casatest/casa6/casatestutils/nosedir/xml/test_task_flagcmd/nose.xml - ================== 46 passed, 2 warnings in 69.67s (0:01:09) =================== ============================= test session starts ============================== platform linux -- Python 3.8.7, pytest-7.4.1, pluggy-1.3.0 -- /usr/local/bin/python3.8 cachedir: .pytest_cache rootdir: /home/casatest/casa6/casatestutils/nosedir/test_task_testconcat configfile: pytest.ini collecting ... collected 5 items test_task_testconcat.py::test_testconcat::test1 2023-09-07 11:30:07 SEVERE getcell::TIME Exception Reported: TableProxy::getCell: no such row 2023-09-07 11:30:07 SEVERE getcell::TIME Exception Reported: TableProxy::getCell: no such row 2023-09-07 11:30:07 SEVERE getcell::TIME Exception Reported: TableProxy::getCell: no such row 2023-09-07 11:30:07 SEVERE getcell::TIME Exception Reported: TableProxy::getCell: no such row Testconcat 1: 4 parts, same sources but different spws Copying A2256LC2_4.5s-1.ms Copying A2256LC2_4.5s-2.ms Copying part1.ms Copying part2-mod.ms Copying part2-mod2.ms Copying part2.ms Copying part3.ms Copying part4.ms Copying shortpart1.ms Copying shortpart2.ms Copying shortpart3.ms Copying shortpart4.ms Copying shortpart5.ms test_testconcat : Success! Now checking output ... test_testconcat : OBSERVATION/table.f0 present. test_testconcat : DATA_DESCRIPTION/table.dat present. test_testconcat : ANTENNA/table.f0 present. test_testconcat : STATE/table.dat present. test_testconcat : table.f4 present. test_testconcat : SPECTRAL_WINDOW/table.f0 present. test_testconcat : table.f1 present. test_testconcat : POINTING/table.dat present. test_testconcat : table.f0 present. test_testconcat : PROCESSOR/table.dat present. test_testconcat : PROCESSOR/table.f0 present. test_testconcat : SOURCE/table.f0 present. test_testconcat : STATE/table.f0 present. test_testconcat : POLARIZATION/table.dat present. test_testconcat : FIELD/table.dat present. test_testconcat : HISTORY/table.f0 present. test_testconcat : ANTENNA/table.dat present. test_testconcat : SPECTRAL_WINDOW/table.dat present. test_testconcat : table.f5 present. test_testconcat : DATA_DESCRIPTION/table.f0 present. test_testconcat : FIELD/table.f0 present. test_testconcat : table.f7 present. test_testconcat : SOURCE/table.dat present. test_testconcat : table.dat present. test_testconcat : table.f3 present. test_testconcat : FEED/table.f0 present. test_testconcat : FLAG_CMD/table.dat present. test_testconcat : table.f8 present. test_testconcat : table.f6 present. test_testconcat : OBSERVATION/table.dat present. test_testconcat : HISTORY/table.dat present. test_testconcat : POINTING/table.f0 present. test_testconcat : POLARIZATION/table.f0 present. test_testconcat : FLAG_CMD/table.f0 present. test_testconcat : FEED/table.dat present. test_testconcat : table.f2 present. test_testconcat : pseudo-MS exists. All tables present. test_testconcat : OK. Checking tables in detail ... test_testconcat : comparing ['SOURCE_ID', 55, 13, 0] test_testconcat : comparing ['SPECTRAL_WINDOW_ID', 55, 3, 0] test_testconcat : table SOURCE as expected. test_testconcat : comparing ['NUM_CHAN', 3, 128, 0] test_testconcat : table SPECTRAL_WINDOW as expected. PASSED test_task_testconcat.py::test_testconcat::test2 2023-09-07 11:30:12 SEVERE getcell::TIME Exception Reported: TableProxy::getCell: no such row 2023-09-07 11:30:12 SEVERE getcell::TIME Exception Reported: TableProxy::getCell: no such row 2023-09-07 11:30:12 SEVERE getcell::TIME Exception Reported: TableProxy::getCell: no such row Testconcat 2: 3 parts, different sources, different spws test_testconcat : Success! Now checking output ... test_testconcat : OBSERVATION/table.f0 present. test_testconcat : DATA_DESCRIPTION/table.dat present. test_testconcat : ANTENNA/table.f0 present. test_testconcat : STATE/table.dat present. test_testconcat : table.f4 present. test_testconcat : SPECTRAL_WINDOW/table.f0 present. test_testconcat : table.f1 present. test_testconcat : POINTING/table.dat present. test_testconcat : table.f0 present. test_testconcat : PROCESSOR/table.dat present. test_testconcat : PROCESSOR/table.f0 present. test_testconcat : SOURCE/table.f0 present. test_testconcat : STATE/table.f0 present. test_testconcat : POLARIZATION/table.dat present. test_testconcat : FIELD/table.dat present. test_testconcat : HISTORY/table.f0 present. test_testconcat : ANTENNA/table.dat present. test_testconcat : SPECTRAL_WINDOW/table.dat present. test_testconcat : table.f5 present. test_testconcat : DATA_DESCRIPTION/table.f0 present. test_testconcat : FIELD/table.f0 present. test_testconcat : table.f7 present. test_testconcat : SOURCE/table.dat present. test_testconcat : table.dat present. test_testconcat : table.f3 present. test_testconcat : FEED/table.f0 present. test_testconcat : FLAG_CMD/table.dat present. test_testconcat : table.f8 present. test_testconcat : table.f6 present. test_testconcat : OBSERVATION/table.dat present. test_testconcat : HISTORY/table.dat present. test_testconcat : POINTING/table.f0 present. test_testconcat : POLARIZATION/table.f0 present. test_testconcat : FLAG_CMD/table.f0 present. test_testconcat : FEED/table.dat present. test_testconcat : table.f2 present. test_testconcat : MS exists. All tables present. test_testconcat : OK. Checking tables in detail ... test_testconcat : comparing ['SOURCE_ID', 41, 13, 0] test_testconcat : comparing ['SPECTRAL_WINDOW_ID', 41, 2, 0] test_testconcat : table SOURCE as expected. test_testconcat : comparing ['NUM_CHAN', 2, 128, 0] test_testconcat : table SPECTRAL_WINDOW as expected. PASSED test_task_testconcat.py::test_testconcat::test3 2023-09-07 11:30:17 SEVERE getcell::TIME Exception Reported: TableProxy::getCell: no such row 2023-09-07 11:30:17 SEVERE getcell::TIME Exception Reported: TableProxy::getCell: no such row 2023-09-07 11:30:17 SEVERE getcell::TIME Exception Reported: TableProxy::getCell: no such row Testconcat 3: 3 parts, different sources, same spws test_testconcat : Success! Now checking output ... test_testconcat : OBSERVATION/table.f0 present. test_testconcat : DATA_DESCRIPTION/table.dat present. test_testconcat : ANTENNA/table.f0 present. test_testconcat : STATE/table.dat present. test_testconcat : table.f4 present. test_testconcat : SPECTRAL_WINDOW/table.f0 present. test_testconcat : table.f1 present. test_testconcat : POINTING/table.dat present. test_testconcat : table.f0 present. test_testconcat : PROCESSOR/table.dat present. test_testconcat : PROCESSOR/table.f0 present. test_testconcat : SOURCE/table.f0 present. test_testconcat : STATE/table.f0 present. test_testconcat : POLARIZATION/table.dat present. test_testconcat : FIELD/table.dat present. test_testconcat : HISTORY/table.f0 present. test_testconcat : ANTENNA/table.dat present. test_testconcat : SPECTRAL_WINDOW/table.dat present. test_testconcat : table.f5 present. test_testconcat : DATA_DESCRIPTION/table.f0 present. test_testconcat : FIELD/table.f0 present. test_testconcat : table.f7 present. test_testconcat : SOURCE/table.dat present. test_testconcat : table.dat present. test_testconcat : table.f3 present. test_testconcat : FEED/table.f0 present. test_testconcat : FLAG_CMD/table.dat present. test_testconcat : table.f8 present. test_testconcat : table.f6 present. test_testconcat : OBSERVATION/table.dat present. test_testconcat : HISTORY/table.dat present. test_testconcat : POINTING/table.f0 present. test_testconcat : POLARIZATION/table.f0 present. test_testconcat : FLAG_CMD/table.f0 present. test_testconcat : FEED/table.dat present. test_testconcat : table.f2 present. test_testconcat : MS exists. All tables present. test_testconcat : OK. Checking tables in detail ... test_testconcat : comparing ['SOURCE_ID', 28, 13, 0] test_testconcat : comparing ['SPECTRAL_WINDOW_ID', 28, 1, 0] test_testconcat : table SOURCE as expected. test_testconcat : comparing ['NUM_CHAN', 1, 128, 0] test_testconcat : table SPECTRAL_WINDOW as expected. PASSED test_task_testconcat.py::test_testconcat::test4 2023-09-07 11:30:22 SEVERE getcell::WEIGHT_SPECTRUM Exception Reported: Table DataManager error: Invalid operation: TSM: no array in row 0 of column WEIGHT_SPECTRUM in /home/casatest/casa6/casatestutils/nosedir/test_task_testconcat/shortpart1.ms/table.f20 2023-09-07 11:30:22 WARN testconcat::::casa Column WEIGHT_SPECTRUM in table shortpart1.ms has no data. Accessing it will cause errors. 2023-09-07 11:30:22 SEVERE getcell::WEIGHT_SPECTRUM Exception Reported: Table DataManager error: Invalid operation: TSM: no array in row 0 of column WEIGHT_SPECTRUM in /home/casatest/casa6/casatestutils/nosedir/test_task_testconcat/shortpart2.ms/table.f20 2023-09-07 11:30:22 WARN testconcat::::casa Column WEIGHT_SPECTRUM in table shortpart2.ms has no data. Accessing it will cause errors. 2023-09-07 11:30:22 SEVERE getcell::WEIGHT_SPECTRUM Exception Reported: Table DataManager error: Invalid operation: TSM: no array in row 0 of column WEIGHT_SPECTRUM in /home/casatest/casa6/casatestutils/nosedir/test_task_testconcat/shortpart3.ms/table.f20 2023-09-07 11:30:22 WARN testconcat::::casa Column WEIGHT_SPECTRUM in table shortpart3.ms has no data. Accessing it will cause errors. 2023-09-07 11:30:22 SEVERE getcell::WEIGHT_SPECTRUM Exception Reported: Table DataManager error: Invalid operation: TSM: no array in row 0 of column WEIGHT_SPECTRUM in /home/casatest/casa6/casatestutils/nosedir/test_task_testconcat/shortpart4.ms/table.f20 2023-09-07 11:30:22 WARN testconcat::::casa Column WEIGHT_SPECTRUM in table shortpart4.ms has no data. Accessing it will cause errors. 2023-09-07 11:30:22 SEVERE getcell::WEIGHT_SPECTRUM Exception Reported: Table DataManager error: Invalid operation: TSM: no array in row 0 of column WEIGHT_SPECTRUM in /home/casatest/casa6/casatestutils/nosedir/test_task_testconcat/shortpart5.ms/table.f20 2023-09-07 11:30:22 WARN testconcat::::casa Column WEIGHT_SPECTRUM in table shortpart5.ms has no data. Accessing it will cause errors. 2023-09-07 11:30:29 SEVERE getcell::SOURCE_ID Exception Reported: TableProxy::getCell: no such row Testconcat 4: five MSs with identical sources but different time/intervals on them (CSV-268) test_testconcat : Success! Now checking output ... test_testconcat : OBSERVATION/table.f0 present. test_testconcat : DATA_DESCRIPTION/table.dat present. test_testconcat : ANTENNA/table.f0 present. test_testconcat : STATE/table.dat present. test_testconcat : table.f4 present. test_testconcat : SPECTRAL_WINDOW/table.f0 present. test_testconcat : table.f1 present. test_testconcat : POINTING/table.dat present. test_testconcat : table.f0 present. test_testconcat : PROCESSOR/table.dat present. test_testconcat : PROCESSOR/table.f0 present. test_testconcat : SOURCE/table.f0 present. test_testconcat : STATE/table.f0 present. test_testconcat : POLARIZATION/table.dat present. test_testconcat : FIELD/table.dat present. test_testconcat : HISTORY/table.f0 present. test_testconcat : ANTENNA/table.dat present. test_testconcat : SPECTRAL_WINDOW/table.dat present. test_testconcat : table.f5 present. test_testconcat : DATA_DESCRIPTION/table.f0 present. test_testconcat : FIELD/table.f0 present. test_testconcat : table.f7 present. test_testconcat : SOURCE/table.dat present. test_testconcat : table.dat present. test_testconcat : table.f3 present. test_testconcat : FEED/table.f0 present. test_testconcat : FLAG_CMD/table.dat present. test_testconcat : table.f8 present. test_testconcat : table.f6 present. test_testconcat : OBSERVATION/table.dat present. test_testconcat : HISTORY/table.dat present. test_testconcat : POINTING/table.f0 present. test_testconcat : POLARIZATION/table.f0 present. test_testconcat : FLAG_CMD/table.f0 present. test_testconcat : FEED/table.dat present. test_testconcat : table.f2 present. test_testconcat : MS exists. All tables present. test_testconcat : OK. Checking tables in detail ... test_testconcat : comparing ['SOURCE_ID', 0, 0, 0] test_testconcat : comparing ['SPECTRAL_WINDOW_ID', 0, 0, 0] test_testconcat : table SOURCE as expected. test_testconcat : comparing ['SOURCE_ID', 7, 0, 0] test_testconcat : comparing ['SPECTRAL_WINDOW_ID', 7, 7, 0] test_testconcat : table SOURCE as expected. test_testconcat : comparing ['SOURCE_ID', 8, 1, 0] test_testconcat : comparing ['SPECTRAL_WINDOW_ID', 8, 0, 0] test_testconcat : table SOURCE as expected. test_testconcat : comparing ['SOURCE_ID', 15, 1, 0] test_testconcat : comparing ['SPECTRAL_WINDOW_ID', 15, 7, 0] test_testconcat : table SOURCE as expected. The following should fail: SOURCE row 16 should not exist test_testconcat : comparing ['SOURCE_ID', 16, 0, 100000] Expected error. test_testconcat : comparing ['NUM_CHAN', 8, 4, 0] test_testconcat : table SPECTRAL_WINDOW as expected. PASSED test_task_testconcat.py::test_testconcat::test5 2023-09-07 11:30:29 SEVERE getcell::TIME Exception Reported: TableProxy::getCell: no such row 2023-09-07 11:30:29 SEVERE getcell::WEIGHT_SPECTRUM Exception Reported: Table DataManager error: Invalid operation: TSM: no array in row 0 of column WEIGHT_SPECTRUM in /home/casatest/casa6/casatestutils/nosedir/test_task_testconcat/A2256LC2_4.5s-1.ms/table.f20 2023-09-07 11:30:29 WARN testconcat::::casa Column WEIGHT_SPECTRUM in table A2256LC2_4.5s-1.ms has no data. Accessing it will cause errors. 2023-09-07 11:30:29 SEVERE getcell::TIME Exception Reported: TableProxy::getCell: no such row 2023-09-07 11:30:29 SEVERE getcell::WEIGHT_SPECTRUM Exception Reported: Table DataManager error: Invalid operation: TSM: no array in row 0 of column WEIGHT_SPECTRUM in /home/casatest/casa6/casatestutils/nosedir/test_task_testconcat/A2256LC2_4.5s-2.ms/table.f20 2023-09-07 11:30:29 WARN testconcat::::casa Column WEIGHT_SPECTRUM in table A2256LC2_4.5s-2.ms has no data. Accessing it will cause errors. Testconcat 5: two MSs with different state table (CAS-2601) test_testconcat : Success! Now checking output ... test_testconcat : OBSERVATION/table.f0 present. test_testconcat : DATA_DESCRIPTION/table.dat present. test_testconcat : ANTENNA/table.f0 present. test_testconcat : STATE/table.dat present. test_testconcat : table.f4 present. test_testconcat : SPECTRAL_WINDOW/table.f0 present. test_testconcat : table.f1 present. test_testconcat : POINTING/table.dat present. test_testconcat : table.f0 present. test_testconcat : PROCESSOR/table.dat present. test_testconcat : PROCESSOR/table.f0 present. test_testconcat : SOURCE/table.f0 present. test_testconcat : STATE/table.f0 present. test_testconcat : POLARIZATION/table.dat present. test_testconcat : FIELD/table.dat present. test_testconcat : HISTORY/table.f0 present. test_testconcat : ANTENNA/table.dat present. test_testconcat : SPECTRAL_WINDOW/table.dat present. test_testconcat : table.f5 present. test_testconcat : DATA_DESCRIPTION/table.f0 present. test_testconcat : FIELD/table.f0 present. test_testconcat : table.f7 present. test_testconcat : SOURCE/table.dat present. test_testconcat : table.dat present. test_testconcat : table.f3 present. test_testconcat : FEED/table.f0 present. test_testconcat : FLAG_CMD/table.dat present. test_testconcat : table.f8 present. test_testconcat : table.f6 present. test_testconcat : OBSERVATION/table.dat present. test_testconcat : HISTORY/table.dat present. test_testconcat : POINTING/table.f0 present. test_testconcat : POLARIZATION/table.f0 present. test_testconcat : FLAG_CMD/table.f0 present. test_testconcat : FEED/table.dat present. test_testconcat : table.f2 present. test_testconcat : MS exists. All tables present. test_testconcat : OK. Checking tables in detail ... test_testconcat : comparing ['CAL', 0, 0, 0] test_testconcat : comparing ['SIG', 0, 1, 0] test_testconcat : comparing ['SUB_SCAN', 2, 1, 0] test_testconcat : table STATE as expected. PASSED - generated xml file: /home/casatest/casa6/casatestutils/nosedir/xml/test_task_testconcat/nose.xml - ======================== 5 passed, 3 warnings in 30.27s ======================== ============================= test session starts ============================== platform linux -- Python 3.8.7, pytest-7.4.1, pluggy-1.3.0 -- /usr/local/bin/python3.8 cachedir: .pytest_cache rootdir: /home/casatest/casa6/casatestutils/nosedir/test_task_smoothcal configfile: pytest.ini collecting ... collected 12 items test_task_smoothcal.py::smoothcal_test::test0 Test 0: Missing input table caught by parameter checking (exception thrown) PASSED test_task_smoothcal.py::smoothcal_test::test1 Test 1: Wrong input MS caught by parameter checking (exception thrown) PASSED test_task_smoothcal.py::smoothcal_test::test10 2023-09-07 11:30:41 WARN smoothcal:::: Found pre-v4.1 caltable (/home/casatest/casa6/casatestutils/nosedir/test_task_smoothcal/ngc1333_ut_nct.gcal); attempting to update... 2023-09-07 11:30:41 WARN smoothcal::::+ SUCCEEDED: trivial OBSERVATION/OBSERVATION_ID have been added. Test10: Compare smoothed values with reference PASSED test_task_smoothcal.py::smoothcal_test::test11 2023-09-07 11:30:43 WARN MSIter::setFeedInfo time dependent feed table encountered - not correctly handled - continuing anyway Test11: Smooth accor table PASSED test_task_smoothcal.py::smoothcal_test::test2 Test 2: Wrong input gcal caught by parameter checking (exception thrown) PASSED test_task_smoothcal.py::smoothcal_test::test3 2023-09-07 11:30:47 WARN smoothcal:::: Found pre-v4.1 caltable (/home/casatest/casa6/casatestutils/nosedir/test_task_smoothcal/ngc1333_ut_nct.gcal); attempting to update... 2023-09-07 11:30:47 WARN smoothcal::::+ SUCCEEDED: trivial OBSERVATION/OBSERVATION_ID have been added. Test 3: Good input should return None PASSED test_task_smoothcal.py::smoothcal_test::test4 Test 4: Unsupported smoothtype PASSED test_task_smoothcal.py::smoothcal_test::test5 2023-09-07 11:30:49 WARN smoothcal:::: Found pre-v4.1 caltable (/home/casatest/casa6/casatestutils/nosedir/test_task_smoothcal/ngc1333_ut_nct.gcal); attempting to update... 2023-09-07 11:30:49 WARN smoothcal::::+ SUCCEEDED: trivial OBSERVATION/OBSERVATION_ID have been added. Test 5: Non-default smoothtype PASSED test_task_smoothcal.py::smoothcal_test::test6 2023-09-07 11:30:51 SEVERE smoothcal::Calibrater::smooth Caught Exception: Please specify a strictly positive smoothtime. 2023-09-07 11:30:51 SEVERE smoothcal:::: Exception Reported: Error in Calibrater::smooth. 2023-09-07 11:30:51 SEVERE smoothcal::::casa Task smoothcal raised an exception of class RuntimeError with the following message: Error in Calibrater::smooth. Test 6: Unsupported smoothtime PASSED test_task_smoothcal.py::smoothcal_test::test7 2023-09-07 11:30:52 WARN smoothcal:::: Found pre-v4.1 caltable (/home/casatest/casa6/casatestutils/nosedir/test_task_smoothcal/ngc1333_ut_nct.gcal); attempting to update... 2023-09-07 11:30:52 WARN smoothcal::::+ SUCCEEDED: trivial OBSERVATION/OBSERVATION_ID have been added. Test 7: Non-default smoothtype and smoothtime PASSED test_task_smoothcal.py::smoothcal_test::test8 2023-09-07 11:30:54 WARN smoothcal:::: Found pre-v4.1 caltable (/home/casatest/casa6/casatestutils/nosedir/test_task_smoothcal/ngc1333_ut_nct.gcal); attempting to update... 2023-09-07 11:30:54 WARN smoothcal::::+ SUCCEEDED: trivial OBSERVATION/OBSERVATION_ID have been added. 2023-09-07 11:30:54 WARN smoothcal:::: Field Expression: Found out-of-range index(s) in the list (23 24 25 26 27 28 29 30 ) [TIP: Double-quoted strings forces name matching] 2023-09-07 11:30:54 SEVERE smoothcal::Calibrater::smooth Caught Exception: Field Expression: Partial or no match for Field ID list [23, 24, 25, 26, 27, 28, 29, 30] 2023-09-07 11:30:54 SEVERE smoothcal::Calibrater::smooth+ (near char. 5 in string "23~30") 2023-09-07 11:30:54 SEVERE smoothcal:::: Exception Reported: Error in Calibrater::smooth. 2023-09-07 11:30:54 SEVERE smoothcal::::casa Task smoothcal raised an exception of class RuntimeError with the following message: Error in Calibrater::smooth. Unsupported field values PASSED test_task_smoothcal.py::smoothcal_test::test9 2023-09-07 11:30:55 WARN smoothcal:::: Found pre-v4.1 caltable (/home/casatest/casa6/casatestutils/nosedir/test_task_smoothcal/ngc1333_ut_nct.gcal); attempting to update... 2023-09-07 11:30:55 WARN smoothcal::::+ SUCCEEDED: trivial OBSERVATION/OBSERVATION_ID have been added. Test 9: Non-default field selection PASSED - generated xml file: /home/casatest/casa6/casatestutils/nosedir/xml/test_task_smoothcal/nose.xml - ======================= 12 passed, 2 warnings in 20.42s ======================== ============================= test session starts ============================== platform linux -- Python 3.8.7, pytest-7.4.1, pluggy-1.3.0 -- /usr/local/bin/python3.8 cachedir: .pytest_cache rootdir: /home/casatest/casa6/casatestutils/nosedir/test_task_bandpass configfile: pytest.ini collecting ... bandpass tests will use data from /opt/casa/data/casatestdata/unittest/bandpass/ collected 6 items test_task_bandpass.py::bandpass1_test::test1a Bandpass 1a: Create bandpass table using field=0 Testing column TIME Column TIME PASSED Testing column FIELD_ID Column FIELD_ID PASSED Testing column SPECTRAL_WINDOW_ID Column SPECTRAL_WINDOW_ID PASSED Testing column ANTENNA1 Column ANTENNA1 PASSED Testing column ANTENNA2 Column ANTENNA2 PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column SCAN_NUMBER Column SCAN_NUMBER PASSED Testing column OBSERVATION_ID Column OBSERVATION_ID PASSED Testing column CPARAM Column CPARAM PASSED Testing column PARAMERR Column PARAMERR PASSED Testing column FLAG Column FLAG PASSED Testing column SNR Column SNR PASSED PASSED test_task_bandpass.py::bandpass1_test::test_dictBelowMinBl Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:21:45.0 field=0 spw=0 chan=62) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:21:45.0 field=0 spw=0 chan=61) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:21:45.0 field=0 spw=0 chan=60) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:21:45.0 field=0 spw=0 chan=59) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:21:45.0 field=0 spw=0 chan=58) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:21:45.0 field=0 spw=0 chan=57) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:21:45.0 field=0 spw=0 chan=56) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:21:45.0 field=0 spw=0 chan=55) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:21:45.0 field=0 spw=0 chan=54) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:21:45.0 field=0 spw=0 chan=53) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:21:45.0 field=0 spw=0 chan=52) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:21:45.0 field=0 spw=0 chan=51) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:21:45.0 field=0 spw=0 chan=50) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:21:45.0 field=0 spw=0 chan=49) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:21:45.0 field=0 spw=0 chan=48) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:21:45.0 field=0 spw=0 chan=47) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:21:45.0 field=0 spw=0 chan=46) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:21:45.0 field=0 spw=0 chan=45) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:21:45.0 field=0 spw=0 chan=44) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:21:45.0 field=0 spw=0 chan=43) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:21:45.0 field=0 spw=0 chan=42) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:21:45.0 field=0 spw=0 chan=41) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:21:45.0 field=0 spw=0 chan=40) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:21:45.0 field=0 spw=0 chan=39) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:21:45.0 field=0 spw=0 chan=38) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:21:45.0 field=0 spw=0 chan=37) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:21:45.0 field=0 spw=0 chan=36) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:21:45.0 field=0 spw=0 chan=35) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:21:45.0 field=0 spw=0 chan=34) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:21:45.0 field=0 spw=0 chan=33) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:21:45.0 field=0 spw=0 chan=32) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:21:45.0 field=0 spw=0 chan=31) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:21:45.0 field=0 spw=0 chan=30) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:21:45.0 field=0 spw=0 chan=29) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:21:45.0 field=0 spw=0 chan=28) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:21:45.0 field=0 spw=0 chan=27) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:21:45.0 field=0 spw=0 chan=26) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:21:45.0 field=0 spw=0 chan=25) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:21:45.0 field=0 spw=0 chan=24) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:21:45.0 field=0 spw=0 chan=23) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:21:45.0 field=0 spw=0 chan=22) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:21:45.0 field=0 spw=0 chan=21) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:21:45.0 field=0 spw=0 chan=20) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:21:45.0 field=0 spw=0 chan=19) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:21:45.0 field=0 spw=0 chan=18) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:21:45.0 field=0 spw=0 chan=17) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:21:45.0 field=0 spw=0 chan=16) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:21:45.0 field=0 spw=0 chan=15) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:21:45.0 field=0 spw=0 chan=14) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:21:45.0 field=0 spw=0 chan=13) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:21:45.0 field=0 spw=0 chan=12) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:21:45.0 field=0 spw=0 chan=11) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:21:45.0 field=0 spw=0 chan=10) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:21:45.0 field=0 spw=0 chan=9) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:21:45.0 field=0 spw=0 chan=8) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:21:45.0 field=0 spw=0 chan=7) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:21:45.0 field=0 spw=0 chan=6) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:21:45.0 field=0 spw=0 chan=5) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:21:45.0 field=0 spw=0 chan=4) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:21:45.0 field=0 spw=0 chan=3) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:21:45.0 field=0 spw=0 chan=2) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:21:45.0 field=0 spw=0 chan=1) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:21:45.0 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:28:30.0 field=1 spw=0 chan=62) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:28:30.0 field=1 spw=0 chan=61) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:28:30.0 field=1 spw=0 chan=60) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:28:30.0 field=1 spw=0 chan=59) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:28:30.0 field=1 spw=0 chan=58) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:28:30.0 field=1 spw=0 chan=57) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:28:30.0 field=1 spw=0 chan=56) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:28:30.0 field=1 spw=0 chan=55) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:28:30.0 field=1 spw=0 chan=54) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:28:30.0 field=1 spw=0 chan=53) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:28:30.0 field=1 spw=0 chan=52) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:28:30.0 field=1 spw=0 chan=51) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:28:30.0 field=1 spw=0 chan=50) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:28:30.0 field=1 spw=0 chan=49) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:28:30.0 field=1 spw=0 chan=48) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:28:30.0 field=1 spw=0 chan=47) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:28:30.0 field=1 spw=0 chan=46) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:28:30.0 field=1 spw=0 chan=45) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:28:30.0 field=1 spw=0 chan=44) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:28:30.0 field=1 spw=0 chan=43) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:28:30.0 field=1 spw=0 chan=42) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:28:30.0 field=1 spw=0 chan=41) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:28:30.0 field=1 spw=0 chan=40) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:28:30.0 field=1 spw=0 chan=39) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:28:30.0 field=1 spw=0 chan=38) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:28:30.0 field=1 spw=0 chan=37) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:28:30.0 field=1 spw=0 chan=36) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:28:30.0 field=1 spw=0 chan=35) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:28:30.0 field=1 spw=0 chan=34) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:28:30.0 field=1 spw=0 chan=33) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:28:30.0 field=1 spw=0 chan=32) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:28:30.0 field=1 spw=0 chan=31) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:28:30.0 field=1 spw=0 chan=30) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:28:30.0 field=1 spw=0 chan=29) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:28:30.0 field=1 spw=0 chan=28) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:28:30.0 field=1 spw=0 chan=27) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:28:30.0 field=1 spw=0 chan=26) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:28:30.0 field=1 spw=0 chan=25) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:28:30.0 field=1 spw=0 chan=24) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:28:30.0 field=1 spw=0 chan=23) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:28:30.0 field=1 spw=0 chan=22) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:28:30.0 field=1 spw=0 chan=21) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:28:30.0 field=1 spw=0 chan=20) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:28:30.0 field=1 spw=0 chan=19) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:28:30.0 field=1 spw=0 chan=18) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:28:30.0 field=1 spw=0 chan=17) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:28:30.0 field=1 spw=0 chan=16) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:28:30.0 field=1 spw=0 chan=15) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:28:30.0 field=1 spw=0 chan=14) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:28:30.0 field=1 spw=0 chan=13) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:28:30.0 field=1 spw=0 chan=12) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:28:30.0 field=1 spw=0 chan=11) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:28:30.0 field=1 spw=0 chan=10) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:28:30.0 field=1 spw=0 chan=9) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:28:30.0 field=1 spw=0 chan=8) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:28:30.0 field=1 spw=0 chan=7) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:28:30.0 field=1 spw=0 chan=6) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:28:30.0 field=1 spw=0 chan=5) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:28:30.0 field=1 spw=0 chan=4) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:28:30.0 field=1 spw=0 chan=3) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:28:30.0 field=1 spw=0 chan=2) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:28:30.0 field=1 spw=0 chan=1) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:28:30.0 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:09:48.0 field=1 spw=0 chan=62) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:09:48.0 field=1 spw=0 chan=61) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:09:48.0 field=1 spw=0 chan=60) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:09:48.0 field=1 spw=0 chan=59) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:09:48.0 field=1 spw=0 chan=58) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:09:48.0 field=1 spw=0 chan=57) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:09:48.0 field=1 spw=0 chan=56) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:09:48.0 field=1 spw=0 chan=55) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:09:48.0 field=1 spw=0 chan=54) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:09:48.0 field=1 spw=0 chan=53) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:09:48.0 field=1 spw=0 chan=52) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:09:48.0 field=1 spw=0 chan=51) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:09:48.0 field=1 spw=0 chan=50) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:09:48.0 field=1 spw=0 chan=49) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:09:48.0 field=1 spw=0 chan=48) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:09:48.0 field=1 spw=0 chan=47) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:09:48.0 field=1 spw=0 chan=46) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:09:48.0 field=1 spw=0 chan=45) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:09:48.0 field=1 spw=0 chan=44) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:09:48.0 field=1 spw=0 chan=43) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:09:48.0 field=1 spw=0 chan=42) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:09:48.0 field=1 spw=0 chan=41) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:09:48.0 field=1 spw=0 chan=40) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:09:48.0 field=1 spw=0 chan=39) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:09:48.0 field=1 spw=0 chan=38) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:09:48.0 field=1 spw=0 chan=37) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:09:48.0 field=1 spw=0 chan=36) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:09:48.0 field=1 spw=0 chan=35) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:09:48.0 field=1 spw=0 chan=34) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:09:48.0 field=1 spw=0 chan=33) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:09:48.0 field=1 spw=0 chan=32) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:09:48.0 field=1 spw=0 chan=31) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:09:48.0 field=1 spw=0 chan=30) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:09:48.0 field=1 spw=0 chan=29) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:09:48.0 field=1 spw=0 chan=28) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:09:48.0 field=1 spw=0 chan=27) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:09:48.0 field=1 spw=0 chan=26) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:09:48.0 field=1 spw=0 chan=25) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:09:48.0 field=1 spw=0 chan=24) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:09:48.0 field=1 spw=0 chan=23) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:09:48.0 field=1 spw=0 chan=22) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:09:48.0 field=1 spw=0 chan=21) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:09:48.0 field=1 spw=0 chan=20) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:09:48.0 field=1 spw=0 chan=19) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:09:48.0 field=1 spw=0 chan=18) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:09:48.0 field=1 spw=0 chan=17) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:09:48.0 field=1 spw=0 chan=16) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:09:48.0 field=1 spw=0 chan=15) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:09:48.0 field=1 spw=0 chan=14) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:09:48.0 field=1 spw=0 chan=13) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:09:48.0 field=1 spw=0 chan=12) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:09:48.0 field=1 spw=0 chan=11) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:09:48.0 field=1 spw=0 chan=10) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:09:48.0 field=1 spw=0 chan=9) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:09:48.0 field=1 spw=0 chan=8) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:09:48.0 field=1 spw=0 chan=7) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:09:48.0 field=1 spw=0 chan=6) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:09:48.0 field=1 spw=0 chan=5) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:09:48.0 field=1 spw=0 chan=4) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:09:48.0 field=1 spw=0 chan=3) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:09:48.0 field=1 spw=0 chan=2) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:09:48.0 field=1 spw=0 chan=1) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:09:48.0 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:46:15.0 field=1 spw=0 chan=62) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:46:15.0 field=1 spw=0 chan=61) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:46:15.0 field=1 spw=0 chan=60) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:46:15.0 field=1 spw=0 chan=59) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:46:15.0 field=1 spw=0 chan=58) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:46:15.0 field=1 spw=0 chan=57) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:46:15.0 field=1 spw=0 chan=56) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:46:15.0 field=1 spw=0 chan=55) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:46:15.0 field=1 spw=0 chan=54) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:46:15.0 field=1 spw=0 chan=53) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:46:15.0 field=1 spw=0 chan=52) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:46:15.0 field=1 spw=0 chan=51) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:46:15.0 field=1 spw=0 chan=50) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:46:15.0 field=1 spw=0 chan=49) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:46:15.0 field=1 spw=0 chan=48) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:46:15.0 field=1 spw=0 chan=47) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:46:15.0 field=1 spw=0 chan=46) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:46:15.0 field=1 spw=0 chan=45) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:46:15.0 field=1 spw=0 chan=44) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:46:15.0 field=1 spw=0 chan=43) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:46:15.0 field=1 spw=0 chan=42) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:46:15.0 field=1 spw=0 chan=41) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:46:15.0 field=1 spw=0 chan=40) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:46:15.0 field=1 spw=0 chan=39) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:46:15.0 field=1 spw=0 chan=38) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:46:15.0 field=1 spw=0 chan=37) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:46:15.0 field=1 spw=0 chan=36) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:46:15.0 field=1 spw=0 chan=35) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:46:15.0 field=1 spw=0 chan=34) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:46:15.0 field=1 spw=0 chan=33) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:46:15.0 field=1 spw=0 chan=32) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:46:15.0 field=1 spw=0 chan=31) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:46:15.0 field=1 spw=0 chan=30) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:46:15.0 field=1 spw=0 chan=29) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:46:15.0 field=1 spw=0 chan=28) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:46:15.0 field=1 spw=0 chan=27) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:46:15.0 field=1 spw=0 chan=26) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:46:15.0 field=1 spw=0 chan=25) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:46:15.0 field=1 spw=0 chan=24) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:46:15.0 field=1 spw=0 chan=23) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:46:15.0 field=1 spw=0 chan=22) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:46:15.0 field=1 spw=0 chan=21) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:46:15.0 field=1 spw=0 chan=20) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:46:15.0 field=1 spw=0 chan=19) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:46:15.0 field=1 spw=0 chan=18) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:46:15.0 field=1 spw=0 chan=17) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:46:15.0 field=1 spw=0 chan=16) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:46:15.0 field=1 spw=0 chan=15) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:46:15.0 field=1 spw=0 chan=14) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:46:15.0 field=1 spw=0 chan=13) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:46:15.0 field=1 spw=0 chan=12) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:46:15.0 field=1 spw=0 chan=11) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:46:15.0 field=1 spw=0 chan=10) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:46:15.0 field=1 spw=0 chan=9) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:46:15.0 field=1 spw=0 chan=8) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:46:15.0 field=1 spw=0 chan=7) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:46:15.0 field=1 spw=0 chan=6) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:46:15.0 field=1 spw=0 chan=5) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:46:15.0 field=1 spw=0 chan=4) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:46:15.0 field=1 spw=0 chan=3) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:46:15.0 field=1 spw=0 chan=2) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:46:15.0 field=1 spw=0 chan=1) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:46:15.0 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:40:30.0 field=2 spw=0 chan=62) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:40:30.0 field=2 spw=0 chan=61) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:40:30.0 field=2 spw=0 chan=60) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:40:30.0 field=2 spw=0 chan=59) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:40:30.0 field=2 spw=0 chan=58) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:40:30.0 field=2 spw=0 chan=57) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:40:30.0 field=2 spw=0 chan=56) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:40:30.0 field=2 spw=0 chan=55) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:40:30.0 field=2 spw=0 chan=54) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:40:30.0 field=2 spw=0 chan=53) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:40:30.0 field=2 spw=0 chan=52) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:40:30.0 field=2 spw=0 chan=51) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:40:30.0 field=2 spw=0 chan=50) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:40:30.0 field=2 spw=0 chan=49) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:40:30.0 field=2 spw=0 chan=48) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:40:30.0 field=2 spw=0 chan=47) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:40:30.0 field=2 spw=0 chan=46) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:40:30.0 field=2 spw=0 chan=45) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:40:30.0 field=2 spw=0 chan=44) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:40:30.0 field=2 spw=0 chan=43) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:40:30.0 field=2 spw=0 chan=42) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:40:30.0 field=2 spw=0 chan=41) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:40:30.0 field=2 spw=0 chan=40) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:40:30.0 field=2 spw=0 chan=39) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:40:30.0 field=2 spw=0 chan=38) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:40:30.0 field=2 spw=0 chan=37) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:40:30.0 field=2 spw=0 chan=36) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:40:30.0 field=2 spw=0 chan=35) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:40:30.0 field=2 spw=0 chan=34) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:40:30.0 field=2 spw=0 chan=33) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:40:30.0 field=2 spw=0 chan=32) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:40:30.0 field=2 spw=0 chan=31) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:40:30.0 field=2 spw=0 chan=30) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:40:30.0 field=2 spw=0 chan=29) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:40:30.0 field=2 spw=0 chan=28) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:40:30.0 field=2 spw=0 chan=27) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:40:30.0 field=2 spw=0 chan=26) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:40:30.0 field=2 spw=0 chan=25) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:40:30.0 field=2 spw=0 chan=24) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:40:30.0 field=2 spw=0 chan=23) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:40:30.0 field=2 spw=0 chan=22) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:40:30.0 field=2 spw=0 chan=21) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:40:30.0 field=2 spw=0 chan=20) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:40:30.0 field=2 spw=0 chan=19) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:40:30.0 field=2 spw=0 chan=18) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:40:30.0 field=2 spw=0 chan=17) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:40:30.0 field=2 spw=0 chan=16) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:40:30.0 field=2 spw=0 chan=15) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:40:30.0 field=2 spw=0 chan=14) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:40:30.0 field=2 spw=0 chan=13) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:40:30.0 field=2 spw=0 chan=12) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:40:30.0 field=2 spw=0 chan=11) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:40:30.0 field=2 spw=0 chan=10) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:40:30.0 field=2 spw=0 chan=9) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:40:30.0 field=2 spw=0 chan=8) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:40:30.0 field=2 spw=0 chan=7) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:40:30.0 field=2 spw=0 chan=6) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:40:30.0 field=2 spw=0 chan=5) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:40:30.0 field=2 spw=0 chan=4) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:40:30.0 field=2 spw=0 chan=3) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:40:30.0 field=2 spw=0 chan=2) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:40:30.0 field=2 spw=0 chan=1) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/09:40:30.0 field=2 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:34:30.0 field=2 spw=0 chan=62) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:34:30.0 field=2 spw=0 chan=61) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:34:30.0 field=2 spw=0 chan=60) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:34:30.0 field=2 spw=0 chan=59) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:34:30.0 field=2 spw=0 chan=58) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:34:30.0 field=2 spw=0 chan=57) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:34:30.0 field=2 spw=0 chan=56) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:34:30.0 field=2 spw=0 chan=55) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:34:30.0 field=2 spw=0 chan=54) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:34:30.0 field=2 spw=0 chan=53) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:34:30.0 field=2 spw=0 chan=52) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:34:30.0 field=2 spw=0 chan=51) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:34:30.0 field=2 spw=0 chan=50) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:34:30.0 field=2 spw=0 chan=49) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:34:30.0 field=2 spw=0 chan=48) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:34:30.0 field=2 spw=0 chan=47) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:34:30.0 field=2 spw=0 chan=46) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:34:30.0 field=2 spw=0 chan=45) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:34:30.0 field=2 spw=0 chan=44) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:34:30.0 field=2 spw=0 chan=43) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:34:30.0 field=2 spw=0 chan=42) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:34:30.0 field=2 spw=0 chan=41) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:34:30.0 field=2 spw=0 chan=40) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:34:30.0 field=2 spw=0 chan=39) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:34:30.0 field=2 spw=0 chan=38) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:34:30.0 field=2 spw=0 chan=37) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:34:30.0 field=2 spw=0 chan=36) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:34:30.0 field=2 spw=0 chan=35) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:34:30.0 field=2 spw=0 chan=34) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:34:30.0 field=2 spw=0 chan=33) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:34:30.0 field=2 spw=0 chan=32) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:34:30.0 field=2 spw=0 chan=31) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:34:30.0 field=2 spw=0 chan=30) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:34:30.0 field=2 spw=0 chan=29) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:34:30.0 field=2 spw=0 chan=28) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:34:30.0 field=2 spw=0 chan=27) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:34:30.0 field=2 spw=0 chan=26) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:34:30.0 field=2 spw=0 chan=25) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:34:30.0 field=2 spw=0 chan=24) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:34:30.0 field=2 spw=0 chan=23) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:34:30.0 field=2 spw=0 chan=22) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:34:30.0 field=2 spw=0 chan=21) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:34:30.0 field=2 spw=0 chan=20) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:34:30.0 field=2 spw=0 chan=19) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:34:30.0 field=2 spw=0 chan=18) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:34:30.0 field=2 spw=0 chan=17) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:34:30.0 field=2 spw=0 chan=16) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:34:30.0 field=2 spw=0 chan=15) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:34:30.0 field=2 spw=0 chan=14) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:34:30.0 field=2 spw=0 chan=13) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:34:30.0 field=2 spw=0 chan=12) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:34:30.0 field=2 spw=0 chan=11) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:34:30.0 field=2 spw=0 chan=10) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:34:30.0 field=2 spw=0 chan=9) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:34:30.0 field=2 spw=0 chan=8) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:34:30.0 field=2 spw=0 chan=7) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:34:30.0 field=2 spw=0 chan=6) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:34:30.0 field=2 spw=0 chan=5) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:34:30.0 field=2 spw=0 chan=4) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:34:30.0 field=2 spw=0 chan=3) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:34:30.0 field=2 spw=0 chan=2) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:34:30.0 field=2 spw=0 chan=1) Insufficient unflagged antennas to proceed with this solve. (time=1995/04/13/10:34:30.0 field=2 spw=0 chan=0) Test that results will reflect ants excluded due to missing baselines PASSED test_task_bandpass.py::bandpass1_test::test_dictOutputAntennaFlag 1 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=0) at 1995/04/13/09:28:30.0 2 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=0) at 1995/04/13/10:09:48.0 7 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=0) at 1995/04/13/10:46:15.0 49 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=62) at 1995/04/13/09:40:30.0 46 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=61) at 1995/04/13/09:40:30.0 29 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=60) at 1995/04/13/09:40:30.0 10 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=59) at 1995/04/13/09:40:30.0 4 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=58) at 1995/04/13/09:40:30.0 4 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=57) at 1995/04/13/09:40:30.0 1 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=55) at 1995/04/13/09:40:30.0 1 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=54) at 1995/04/13/09:40:30.0 2 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=53) at 1995/04/13/09:40:30.0 2 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=52) at 1995/04/13/09:40:30.0 1 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=51) at 1995/04/13/09:40:30.0 2 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=50) at 1995/04/13/09:40:30.0 1 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=49) at 1995/04/13/09:40:30.0 1 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=48) at 1995/04/13/09:40:30.0 3 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=47) at 1995/04/13/09:40:30.0 12 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=45) at 1995/04/13/09:40:30.0 20 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=44) at 1995/04/13/09:40:30.0 23 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=43) at 1995/04/13/09:40:30.0 24 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=42) at 1995/04/13/09:40:30.0 29 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=41) at 1995/04/13/09:40:30.0 26 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=40) at 1995/04/13/09:40:30.0 18 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=39) at 1995/04/13/09:40:30.0 18 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=38) at 1995/04/13/09:40:30.0 6 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=37) at 1995/04/13/09:40:30.0 9 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=36) at 1995/04/13/09:40:30.0 5 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=35) at 1995/04/13/09:40:30.0 5 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=34) at 1995/04/13/09:40:30.0 3 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=33) at 1995/04/13/09:40:30.0 5 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=32) at 1995/04/13/09:40:30.0 7 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=31) at 1995/04/13/09:40:30.0 4 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=30) at 1995/04/13/09:40:30.0 5 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=29) at 1995/04/13/09:40:30.0 5 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=28) at 1995/04/13/09:40:30.0 6 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=27) at 1995/04/13/09:40:30.0 5 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=26) at 1995/04/13/09:40:30.0 6 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=25) at 1995/04/13/09:40:30.0 8 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=24) at 1995/04/13/09:40:30.0 5 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=23) at 1995/04/13/09:40:30.0 4 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=22) at 1995/04/13/09:40:30.0 9 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=21) at 1995/04/13/09:40:30.0 9 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=20) at 1995/04/13/09:40:30.0 10 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=19) at 1995/04/13/09:40:30.0 11 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=18) at 1995/04/13/09:40:30.0 16 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=17) at 1995/04/13/09:40:30.0 21 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=16) at 1995/04/13/09:40:30.0 23 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=15) at 1995/04/13/09:40:30.0 20 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=14) at 1995/04/13/09:40:30.0 22 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=13) at 1995/04/13/09:40:30.0 11 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=12) at 1995/04/13/09:40:30.0 2 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=11) at 1995/04/13/09:40:30.0 2 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=10) at 1995/04/13/09:40:30.0 3 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=9) at 1995/04/13/09:40:30.0 1 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=8) at 1995/04/13/09:40:30.0 2 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=7) at 1995/04/13/09:40:30.0 2 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=4) at 1995/04/13/09:40:30.0 4 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=3) at 1995/04/13/09:40:30.0 3 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=2) at 1995/04/13/09:40:30.0 31 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=1) at 1995/04/13/09:40:30.0 46 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=0) at 1995/04/13/09:40:30.0 51 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=62) at 1995/04/13/10:34:30.0 50 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=61) at 1995/04/13/10:34:30.0 34 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=60) at 1995/04/13/10:34:30.0 20 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=59) at 1995/04/13/10:34:30.0 3 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=58) at 1995/04/13/10:34:30.0 2 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=57) at 1995/04/13/10:34:30.0 3 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=56) at 1995/04/13/10:34:30.0 1 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=54) at 1995/04/13/10:34:30.0 1 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=53) at 1995/04/13/10:34:30.0 2 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=52) at 1995/04/13/10:34:30.0 1 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=51) at 1995/04/13/10:34:30.0 1 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=49) at 1995/04/13/10:34:30.0 4 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=46) at 1995/04/13/10:34:30.0 16 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=45) at 1995/04/13/10:34:30.0 24 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=44) at 1995/04/13/10:34:30.0 23 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=43) at 1995/04/13/10:34:30.0 23 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=42) at 1995/04/13/10:34:30.0 27 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=41) at 1995/04/13/10:34:30.0 28 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=40) at 1995/04/13/10:34:30.0 21 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=39) at 1995/04/13/10:34:30.0 21 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=38) at 1995/04/13/10:34:30.0 17 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=37) at 1995/04/13/10:34:30.0 20 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=36) at 1995/04/13/10:34:30.0 8 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=35) at 1995/04/13/10:34:30.0 12 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=34) at 1995/04/13/10:34:30.0 13 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=33) at 1995/04/13/10:34:30.0 11 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=32) at 1995/04/13/10:34:30.0 6 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=31) at 1995/04/13/10:34:30.0 7 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=30) at 1995/04/13/10:34:30.0 7 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=29) at 1995/04/13/10:34:30.0 7 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=28) at 1995/04/13/10:34:30.0 7 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=27) at 1995/04/13/10:34:30.0 9 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=26) at 1995/04/13/10:34:30.0 14 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=25) at 1995/04/13/10:34:30.0 10 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=24) at 1995/04/13/10:34:30.0 11 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=23) at 1995/04/13/10:34:30.0 15 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=22) at 1995/04/13/10:34:30.0 13 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=21) at 1995/04/13/10:34:30.0 14 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=20) at 1995/04/13/10:34:30.0 17 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=19) at 1995/04/13/10:34:30.0 23 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=18) at 1995/04/13/10:34:30.0 25 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=17) at 1995/04/13/10:34:30.0 26 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=16) at 1995/04/13/10:34:30.0 22 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=15) at 1995/04/13/10:34:30.0 20 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=14) at 1995/04/13/10:34:30.0 18 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=13) at 1995/04/13/10:34:30.0 11 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=12) at 1995/04/13/10:34:30.0 2 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=11) at 1995/04/13/10:34:30.0 2 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=10) at 1995/04/13/10:34:30.0 1 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=9) at 1995/04/13/10:34:30.0 1 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=8) at 1995/04/13/10:34:30.0 1 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=7) at 1995/04/13/10:34:30.0 1 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=4) at 1995/04/13/10:34:30.0 2 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=3) at 1995/04/13/10:34:30.0 11 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=2) at 1995/04/13/10:34:30.0 30 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=1) at 1995/04/13/10:34:30.0 47 of 52 solutions flagged due to SNR < 3 in spw=0 (chan=0) at 1995/04/13/10:34:30.0 Test that preflagging antennas shows in the output dict PASSED test_task_bandpass.py::bandpass1_test::test_dictOutputFlagged Found no unflagged data at: (time=1995/04/13/09:21:46.1 field=0 spw=0 chan=0) Found no unflagged data at: (time=1995/04/13/09:28:30.0 field=1 spw=0 chan=0) Found no unflagged data at: (time=1995/04/13/10:06:45.0 field=1 spw=0 chan=0) Found no unflagged data at: (time=1995/04/13/10:46:15.0 field=1 spw=0 chan=0) Found no unflagged data at: (time=1995/04/13/09:40:30.0 field=2 spw=0 chan=0) Found no unflagged data at: (time=1995/04/13/10:34:30.0 field=2 spw=0 chan=0) 2023-09-07 11:31:07 WARN Calibrater::solve Spectral window(s) 0, 2023-09-07 11:31:07 WARN Calibrater::solve+ could not be solved due to missing (pre-)calibration 2023-09-07 11:31:07 WARN Calibrater::solve+ in one or more of the specified tables. 2023-09-07 11:31:07 WARN Calibrater::solve+ Please check your results carefully! Test that when an spw is flagged the final data counts are zero PASSED test_task_bandpass.py::bandpass1_test::test_returnDict 2 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=0) at 1995/04/13/09:28:30.0 3 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=0) at 1995/04/13/10:09:48.0 8 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=0) at 1995/04/13/10:46:15.0 51 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=62) at 1995/04/13/09:40:30.0 49 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=61) at 1995/04/13/09:40:30.0 29 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=60) at 1995/04/13/09:40:30.0 11 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=59) at 1995/04/13/09:40:30.0 4 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=58) at 1995/04/13/09:40:30.0 4 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=57) at 1995/04/13/09:40:30.0 2 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=54) at 1995/04/13/09:40:30.0 1 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=53) at 1995/04/13/09:40:30.0 3 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=52) at 1995/04/13/09:40:30.0 1 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=51) at 1995/04/13/09:40:30.0 2 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=50) at 1995/04/13/09:40:30.0 1 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=49) at 1995/04/13/09:40:30.0 3 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=47) at 1995/04/13/09:40:30.0 9 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=45) at 1995/04/13/09:40:30.0 22 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=44) at 1995/04/13/09:40:30.0 25 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=43) at 1995/04/13/09:40:30.0 26 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=42) at 1995/04/13/09:40:30.0 31 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=41) at 1995/04/13/09:40:30.0 28 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=40) at 1995/04/13/09:40:30.0 18 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=39) at 1995/04/13/09:40:30.0 17 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=38) at 1995/04/13/09:40:30.0 5 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=37) at 1995/04/13/09:40:30.0 9 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=36) at 1995/04/13/09:40:30.0 5 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=35) at 1995/04/13/09:40:30.0 4 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=34) at 1995/04/13/09:40:30.0 3 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=33) at 1995/04/13/09:40:30.0 5 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=32) at 1995/04/13/09:40:30.0 5 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=31) at 1995/04/13/09:40:30.0 5 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=30) at 1995/04/13/09:40:30.0 6 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=29) at 1995/04/13/09:40:30.0 8 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=28) at 1995/04/13/09:40:30.0 7 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=27) at 1995/04/13/09:40:30.0 7 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=26) at 1995/04/13/09:40:30.0 7 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=25) at 1995/04/13/09:40:30.0 10 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=24) at 1995/04/13/09:40:30.0 6 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=23) at 1995/04/13/09:40:30.0 3 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=22) at 1995/04/13/09:40:30.0 7 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=21) at 1995/04/13/09:40:30.0 7 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=20) at 1995/04/13/09:40:30.0 9 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=19) at 1995/04/13/09:40:30.0 11 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=18) at 1995/04/13/09:40:30.0 14 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=17) at 1995/04/13/09:40:30.0 19 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=16) at 1995/04/13/09:40:30.0 24 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=15) at 1995/04/13/09:40:30.0 19 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=14) at 1995/04/13/09:40:30.0 24 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=13) at 1995/04/13/09:40:30.0 13 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=12) at 1995/04/13/09:40:30.0 2 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=11) at 1995/04/13/09:40:30.0 2 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=10) at 1995/04/13/09:40:30.0 3 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=9) at 1995/04/13/09:40:30.0 1 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=8) at 1995/04/13/09:40:30.0 2 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=7) at 1995/04/13/09:40:30.0 1 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=4) at 1995/04/13/09:40:30.0 4 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=3) at 1995/04/13/09:40:30.0 3 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=2) at 1995/04/13/09:40:30.0 28 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=1) at 1995/04/13/09:40:30.0 47 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=0) at 1995/04/13/09:40:30.0 52 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=62) at 1995/04/13/10:34:30.0 51 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=61) at 1995/04/13/10:34:30.0 33 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=60) at 1995/04/13/10:34:30.0 16 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=59) at 1995/04/13/10:34:30.0 3 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=58) at 1995/04/13/10:34:30.0 3 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=57) at 1995/04/13/10:34:30.0 2 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=56) at 1995/04/13/10:34:30.0 1 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=54) at 1995/04/13/10:34:30.0 2 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=52) at 1995/04/13/10:34:30.0 1 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=51) at 1995/04/13/10:34:30.0 1 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=50) at 1995/04/13/10:34:30.0 2 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=49) at 1995/04/13/10:34:30.0 2 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=46) at 1995/04/13/10:34:30.0 14 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=45) at 1995/04/13/10:34:30.0 25 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=44) at 1995/04/13/10:34:30.0 25 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=43) at 1995/04/13/10:34:30.0 25 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=42) at 1995/04/13/10:34:30.0 29 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=41) at 1995/04/13/10:34:30.0 27 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=40) at 1995/04/13/10:34:30.0 21 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=39) at 1995/04/13/10:34:30.0 21 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=38) at 1995/04/13/10:34:30.0 19 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=37) at 1995/04/13/10:34:30.0 18 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=36) at 1995/04/13/10:34:30.0 8 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=35) at 1995/04/13/10:34:30.0 10 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=34) at 1995/04/13/10:34:30.0 9 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=33) at 1995/04/13/10:34:30.0 10 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=32) at 1995/04/13/10:34:30.0 7 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=31) at 1995/04/13/10:34:30.0 6 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=30) at 1995/04/13/10:34:30.0 10 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=29) at 1995/04/13/10:34:30.0 8 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=28) at 1995/04/13/10:34:30.0 9 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=27) at 1995/04/13/10:34:30.0 10 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=26) at 1995/04/13/10:34:30.0 15 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=25) at 1995/04/13/10:34:30.0 9 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=24) at 1995/04/13/10:34:30.0 11 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=23) at 1995/04/13/10:34:30.0 13 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=22) at 1995/04/13/10:34:30.0 12 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=21) at 1995/04/13/10:34:30.0 12 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=20) at 1995/04/13/10:34:30.0 14 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=19) at 1995/04/13/10:34:30.0 20 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=18) at 1995/04/13/10:34:30.0 26 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=17) at 1995/04/13/10:34:30.0 26 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=16) at 1995/04/13/10:34:30.0 26 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=15) at 1995/04/13/10:34:30.0 22 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=14) at 1995/04/13/10:34:30.0 22 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=13) at 1995/04/13/10:34:30.0 9 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=12) at 1995/04/13/10:34:30.0 2 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=11) at 1995/04/13/10:34:30.0 2 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=10) at 1995/04/13/10:34:30.0 1 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=9) at 1995/04/13/10:34:30.0 1 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=8) at 1995/04/13/10:34:30.0 1 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=7) at 1995/04/13/10:34:30.0 1 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=4) at 1995/04/13/10:34:30.0 4 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=3) at 1995/04/13/10:34:30.0 8 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=2) at 1995/04/13/10:34:30.0 32 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=1) at 1995/04/13/10:34:30.0 49 of 54 solutions flagged due to SNR < 3 in spw=0 (chan=0) at 1995/04/13/10:34:30.0 Test that the return value is a dictionary PASSED test_task_bandpass.py::bandpass2_test::test1b Bandpass 1b: Create cal tables for the MS and MMS split by spws Testing column TIME Column TIME PASSED Testing column FIELD_ID Column FIELD_ID PASSED Testing column SPECTRAL_WINDOW_ID Column SPECTRAL_WINDOW_ID PASSED Testing column ANTENNA1 Column ANTENNA1 PASSED Testing column ANTENNA2 Column ANTENNA2 PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column SCAN_NUMBER Column SCAN_NUMBER PASSED Testing column OBSERVATION_ID Column OBSERVATION_ID PASSED Testing column CPARAM Column CPARAM PASSED Testing column PARAMERR Column PARAMERR PASSED Testing column FLAG Column FLAG PASSED Testing column SNR Column SNR PASSED PASSED - generated xml file: /home/casatest/casa6/casatestutils/nosedir/xml/test_task_bandpass/nose.xml - ======================== 6 passed, 2 warnings in 16.63s ======================== ============================= test session starts ============================== platform linux -- Python 3.8.7, pytest-7.4.1, pluggy-1.3.0 -- /usr/local/bin/python3.8 cachedir: .pytest_cache rootdir: /home/casatest/casa6/casatestutils/nosedir/test_task_exportasdm configfile: pytest.ini collecting ... collected 15 items test_task_exportasdm.py::exportasdm_test::test1 2023-09-07 11:31:17 WARN MSFitsInput::fillAntennaTable XYZHAND keyword not found in AN table. Will assume antenna coordinate system is right handed. Test 1: Testing default ls -l PASSED test_task_exportasdm.py::exportasdm_test::test10 Test 10: ALMA input MS with pointing table and various shortcomings, default output SKIPPED (test disabled) test_task_exportasdm.py::exportasdm_test::test11 2023-09-07 11:31:33 WARN MS2ASDM::writeProcessor() Unsupported processor subType for type CORRELATOR NRAO_WIDAR assuming ALMA_CORRELATOR 2023-09-07 11:31:33 WARN MS2ASDM::writeFeed() Setting receiver ID to zero (ALMA convention). 2023-09-07 11:31:33 WARN MS2ASDM::writeFeed() Assuming single-feed receivers. Setting FeedNum to 1 (as for ALMA). 2023-09-07 11:31:33 WARN MS2ASDM::writeSysCal() MS SysCal table doesn't exist or is empty. Creating ASDM SysCal table with default entries. 2023-09-07 11:31:33 WARN MS2ASDM::writePointing() MS Pointing table doesn't exist or is empty. 2023-09-07 11:31:37 WARN importasdm::::casa There is no Flag.xml in ASDM Test 11: EVLA MS from X_osro_013.55979.93803716435 scan 2, full pol! PASSED test_task_exportasdm.py::exportasdm_test::test12 2023-09-07 11:31:41 WARN MS2ASDM::writeProcessor() Unsupported processor subType for type CORRELATOR ALMA_ACA assuming ALMA_CORRELATOR 2023-09-07 11:31:41 WARN MS2ASDM::writeState() Trouble determining Cal Device for row 1 in MS State table.Assuming NONE. 2023-09-07 11:31:41 WARN MS2ASDM::writeState() Duplicate row in MS State table :2 2023-09-07 11:31:41 WARN MS2ASDM::writeState() Trouble determining Cal Device for row 3 in MS State table.Assuming NONE. 2023-09-07 11:31:41 WARN MS2ASDM::writeState() Duplicate row in MS State table :3 2023-09-07 11:31:41 WARN MS2ASDM::writeSysCal() MS SysCal table doesn't exist or is empty. Creating ASDM SysCal table with default entries. Test 12: ALMA MS from uid___A002_X72bc38_X000 scan 2, only XX and YY PASSED test_task_exportasdm.py::exportasdm_test::test12_datacolumn_lowercase 2023-09-07 11:31:47 WARN MS2ASDM::writeProcessor() Unsupported processor subType for type CORRELATOR ALMA_ACA assuming ALMA_CORRELATOR 2023-09-07 11:31:47 WARN MS2ASDM::writeState() Trouble determining Cal Device for row 1 in MS State table.Assuming NONE. 2023-09-07 11:31:47 WARN MS2ASDM::writeState() Duplicate row in MS State table :2 2023-09-07 11:31:47 WARN MS2ASDM::writeState() Trouble determining Cal Device for row 3 in MS State table.Assuming NONE. 2023-09-07 11:31:47 WARN MS2ASDM::writeState() Duplicate row in MS State table :3 2023-09-07 11:31:47 WARN MS2ASDM::writeSysCal() MS SysCal table doesn't exist or is empty. Creating ASDM SysCal table with default entries. Test 12: ALMA MS from uid___A002_X72bc38_X000 scan 2, only XX and YY PASSED test_task_exportasdm.py::exportasdm_test::test12_datacolumn_uppercase 2023-09-07 11:31:58 WARN MS2ASDM::writeProcessor() Unsupported processor subType for type CORRELATOR ALMA_ACA assuming ALMA_CORRELATOR 2023-09-07 11:31:58 WARN MS2ASDM::writeState() Trouble determining Cal Device for row 1 in MS State table.Assuming NONE. 2023-09-07 11:31:58 WARN MS2ASDM::writeState() Duplicate row in MS State table :2 2023-09-07 11:31:58 WARN MS2ASDM::writeState() Trouble determining Cal Device for row 3 in MS State table.Assuming NONE. 2023-09-07 11:31:58 WARN MS2ASDM::writeState() Duplicate row in MS State table :3 2023-09-07 11:31:58 WARN MS2ASDM::writeSysCal() MS SysCal table doesn't exist or is empty. Creating ASDM SysCal table with default entries. Test 12: ALMA MS from uid___A002_X72bc38_X000 scan 2, only XX and YY PASSED test_task_exportasdm.py::exportasdm_test::test2 2023-09-07 11:32:06 WARN MS2ASDM::writeProcessor() MS Processor table is empty. Will try to proceed assuming a standard ALMA Correlator. 2023-09-07 11:32:06 WARN MS2ASDM::writeCorrelatorMode() Unknown telescope name: BIMA. Assuming ALMA_BASELINE. 2023-09-07 11:32:06 WARN MS2ASDM::writeFeed() Setting receiver ID to zero (ALMA convention). 2023-09-07 11:32:06 WARN MS2ASDM::writeFeed() Assuming single-feed receivers. Setting FeedNum to 1 (as for ALMA). 2023-09-07 11:32:06 WARN MS2ASDM::writeState() MS State table is empty. Creating ASDM State table with one on-source entry. 2023-09-07 11:32:06 WARN MS2ASDM::writeSysCal() MS SysCal table doesn't exist or is empty. Creating ASDM SysCal table with default entries. 2023-09-07 11:32:06 WARN MS2ASDM::writeConfigDesc() MS Processor table is empty. Will assume processor type is CORRELATOR. 2023-09-07 11:32:06 WARN MS2ASDM::writeSBSummaryAndExecBlockStubs() Observation time range is zero length for obs ID 0 in MS Observation table. 2023-09-07 11:32:06 WARN MS2ASDM::writeSBSummaryAndExecBlockStubs()+ Will try to proceed ... 2023-09-07 11:32:06 WARN MS2ASDM::writePointing() MS Pointing table doesn't exist or is empty. xmllint: using libxml version 20907 compiled with: Threads Tree Output Push Reader Patterns Writer SAXv1 FTP HTTP DTDValid HTML Legacy C14N Catalog XPath XPointer XInclude Iconv ISO8859X Unicode Regexps Automata Expr Schemas Schematron Modules Debug Zlib Lzma Test 2: small input MS, default output Verifying asdm test2exportasdm-output.asdm Note: xml validation not possible since ASDM DTDs (schemas) not yet online. PASSED test_task_exportasdm.py::exportasdm_test::test3 2023-09-07 11:32:13 WARN MS2ASDM::writeProcessor() MS Processor table is empty. Will try to proceed assuming a standard ALMA Correlator. 2023-09-07 11:32:13 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:13 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:13 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:13 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:13 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:13 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:13 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:13 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:13 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:13 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:13 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:13 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:13 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:13 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:13 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:13 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:13 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:13 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:13 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:13 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:13 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:13 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:13 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:13 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:13 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:13 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:13 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:13 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:13 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:13 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:13 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:13 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:13 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:13 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:13 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:13 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:13 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:13 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:13 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:13 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:13 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:13 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:13 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:13 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:13 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:13 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:13 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:13 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:13 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:13 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:13 WARN MS2ASDM::writeState() MS State table is empty. Creating ASDM State table with one on-source entry. 2023-09-07 11:32:13 WARN MS2ASDM::writeSysCal() MS SysCal table doesn't exist or is empty. Creating ASDM SysCal table with default entries. 2023-09-07 11:32:13 WARN MS2ASDM::writeConfigDesc() MS Processor table is empty. Will assume processor type is CORRELATOR. 2023-09-07 11:32:13 WARN MS2ASDM::writeConfigDesc() Still, the MS Main table seems to refer to an existing processor id 0. Will try to proceed ... 2023-09-07 11:32:14 WARN MS2ASDM::writeSBSummaryAndExecBlockStubs() Observation time range is zero length for obs ID 20 in MS Observation table. 2023-09-07 11:32:14 WARN MS2ASDM::writeSBSummaryAndExecBlockStubs()+ Will try to proceed ... 2023-09-07 11:32:15 WARN MS2ASDM::writePointing() No ENCODER column in MS Pointing table. Will use DIRECTION instead. xmllint: using libxml version 20907 compiled with: Threads Tree Output Push Reader Patterns Writer SAXv1 FTP HTTP DTDValid HTML Legacy C14N Catalog XPath XPointer XInclude Iconv ISO8859X Unicode Regexps Automata Expr Schemas Schematron Modules Debug Zlib Lzma Test 3: simulated input MS, default output Verifying asdm test3exportasdm-output.asdm Note: xml validation not possible since ASDM DTDs (schemas) not yet online. PASSED test_task_exportasdm.py::exportasdm_test::test4 2023-09-07 11:32:19 WARN MS2ASDM::writeProcessor() MS Processor table is empty. Will try to proceed assuming a standard ALMA Correlator. 2023-09-07 11:32:19 WARN MS2ASDM::writeCorrelatorMode() Unknown telescope name: BIMA. Assuming ALMA_BASELINE. 2023-09-07 11:32:19 WARN MS2ASDM::writeFeed() Setting receiver ID to zero (ALMA convention). 2023-09-07 11:32:19 WARN MS2ASDM::writeFeed() Assuming single-feed receivers. Setting FeedNum to 1 (as for ALMA). 2023-09-07 11:32:19 WARN MS2ASDM::writeState() MS State table is empty. Creating ASDM State table with one on-source entry. 2023-09-07 11:32:19 WARN MS2ASDM::writeSysCal() MS SysCal table doesn't exist or is empty. Creating ASDM SysCal table with default entries. 2023-09-07 11:32:19 WARN MS2ASDM::writeConfigDesc() MS Processor table is empty. Will assume processor type is CORRELATOR. 2023-09-07 11:32:19 WARN MS2ASDM::writeSBSummaryAndExecBlockStubs() Observation time range is zero length for obs ID 0 in MS Observation table. 2023-09-07 11:32:19 WARN MS2ASDM::writeSBSummaryAndExecBlockStubs()+ Will try to proceed ... 2023-09-07 11:32:19 WARN MS2ASDM::writePointing() MS Pointing table doesn't exist or is empty. xmllint: using libxml version 20907 compiled with: Threads Tree Output Push Reader Patterns Writer SAXv1 FTP HTTP DTDValid HTML Legacy C14N Catalog XPath XPointer XInclude Iconv ISO8859X Unicode Regexps Automata Expr Schemas Schematron Modules Debug Zlib Lzma Test 4: real input MS, default output Verifying asdm test4exportasdm-output.asdm Note: xml validation not possible since ASDM DTDs (schemas) not yet online. PASSED test_task_exportasdm.py::exportasdm_test::test5 2023-09-07 11:32:22 WARN MS2ASDM::writePolarization() Duplicate row in MS Polarization table :1 2023-09-07 11:32:22 WARN MS2ASDM::writePolarization() Duplicate row in MS Polarization table :2 2023-09-07 11:32:22 WARN MS2ASDM::writePolarization() Duplicate row in MS Polarization table :3 2023-09-07 11:32:22 WARN MS2ASDM::writePolarization() Duplicate row in MS Polarization table :4 2023-09-07 11:32:22 WARN MS2ASDM::writePolarization() Duplicate row in MS Polarization table :5 2023-09-07 11:32:22 WARN MS2ASDM::writePolarization() Duplicate row in MS Polarization table :6 2023-09-07 11:32:22 WARN MS2ASDM::writePolarization() Duplicate row in MS Polarization table :7 2023-09-07 11:32:22 WARN MS2ASDM::writePolarization() Duplicate row in MS Polarization table :8 2023-09-07 11:32:22 WARN MS2ASDM::writePolarization() Duplicate row in MS Polarization table :9 2023-09-07 11:32:22 WARN MS2ASDM::writePolarization() Duplicate row in MS Polarization table :10 2023-09-07 11:32:22 WARN MS2ASDM::writePolarization() Duplicate row in MS Polarization table :11 2023-09-07 11:32:22 WARN MS2ASDM::writePolarization() Duplicate row in MS Polarization table :12 2023-09-07 11:32:22 WARN MS2ASDM::writePolarization() Duplicate row in MS Polarization table :13 2023-09-07 11:32:22 WARN MS2ASDM::writePolarization() Duplicate row in MS Polarization table :14 2023-09-07 11:32:22 WARN MS2ASDM::writePolarization() Duplicate row in MS Polarization table :15 2023-09-07 11:32:22 WARN MS2ASDM::writePolarization() Duplicate row in MS Polarization table :16 2023-09-07 11:32:22 WARN MS2ASDM::writePolarization() Duplicate row in MS Polarization table :17 2023-09-07 11:32:22 WARN MS2ASDM::writePolarization() Duplicate row in MS Polarization table :18 2023-09-07 11:32:22 WARN MS2ASDM::writePolarization() Duplicate row in MS Polarization table :19 2023-09-07 11:32:22 WARN MS2ASDM::writePolarization() Duplicate row in MS Polarization table :20 2023-09-07 11:32:22 WARN MS2ASDM::writePolarization() Duplicate row in MS Polarization table :21 2023-09-07 11:32:22 WARN MS2ASDM::writePolarization() Duplicate row in MS Polarization table :22 2023-09-07 11:32:22 WARN MS2ASDM::writePolarization() Duplicate row in MS Polarization table :23 2023-09-07 11:32:22 WARN MS2ASDM::writeProcessor() MS Processor table is empty. Will try to proceed assuming a standard ALMA Correlator. 2023-09-07 11:32:22 WARN MS2ASDM::writeCorrelatorMode() Unknown telescope name: SMA. Assuming ALMA_BASELINE. 2023-09-07 11:32:22 WARN MS2ASDM::writeFeed() Setting receiver ID to zero (ALMA convention). 2023-09-07 11:32:22 WARN MS2ASDM::writeFeed() Assuming single-feed receivers. Setting FeedNum to 1 (as for ALMA). 2023-09-07 11:32:22 WARN MS2ASDM::writeState() MS State table is empty. Creating ASDM State table with one on-source entry. 2023-09-07 11:32:22 WARN MS2ASDM::writeSysCal() MS SysCal table doesn't exist or is empty. Creating ASDM SysCal table with default entries. 2023-09-07 11:32:22 WARN MS2ASDM::writeConfigDesc() MS Processor table is empty. Will assume processor type is CORRELATOR. 2023-09-07 11:32:22 WARN MS2ASDM::writeConfigDesc() Still, the MS Main table seems to refer to an existing processor id 0. Will try to proceed ... 2023-09-07 11:32:22 WARN MS2ASDM::writeSBSummaryAndExecBlockStubs() Observation time range is zero length for obs ID 0 in MS Observation table. 2023-09-07 11:32:22 WARN MS2ASDM::writeSBSummaryAndExecBlockStubs()+ Will try to proceed ... 2023-09-07 11:32:22 WARN MS2ASDM::writeSBSummaryAndExecBlockStubs() There is more than one scheduling block necessary for the obsid - freqBand pair (0, 0). 2023-09-07 11:32:22 WARN MS2ASDM::writeSBSummaryAndExecBlockStubs()+ This can presently not yet be handled properly. 2023-09-07 11:32:22 WARN MS2ASDM::writeSBSummaryAndExecBlockStubs()+ (MS Main table row 63) 2023-09-07 11:32:22 SEVERE MS2ASDM::writeSBSummaryAndExecBlockStubs() Observation of different frequency bands at the same time and under the same observation ID is not supported by the ASDM. 2023-09-07 11:32:22 SEVERE MS2ASDM::writeSBSummaryAndExecBlockStubs()+ Please split out the different spectral bands into individual MSs and process separately. 2023-09-07 11:32:22 SEVERE exportasdm::::casa Task exportasdm raised an exception of class RuntimeError with the following message: The sdm tool method fromms failed Test 5: real input MS, MS has several SPWs observed in parallel. not supported, expected error PASSED test_task_exportasdm.py::exportasdm_test::test6 2023-09-07 11:32:24 WARN MS2ASDM::writeProcessor() MS Processor table is empty. Will try to proceed assuming a standard ALMA Correlator. 2023-09-07 11:32:24 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:24 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:24 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:24 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:24 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:24 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:24 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:24 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:24 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:24 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:24 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:24 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:24 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:24 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:24 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:24 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:24 WARN MS2ASDM::writeState() MS State table is empty. Creating ASDM State table with one on-source entry. 2023-09-07 11:32:24 WARN MS2ASDM::writeSysCal() MS SysCal table doesn't exist or is empty. Creating ASDM SysCal table with default entries. 2023-09-07 11:32:24 WARN MS2ASDM::writeConfigDesc() MS Processor table is empty. Will assume processor type is CORRELATOR. 2023-09-07 11:32:24 WARN MS2ASDM::writeConfigDesc() Still, the MS Main table seems to refer to an existing processor id 0. Will try to proceed ... 2023-09-07 11:32:24 WARN MS2ASDM::writePointing() No ENCODER column in MS Pointing table. Will use DIRECTION instead. xmllint: using libxml version 20907 compiled with: Threads Tree Output Push Reader Patterns Writer SAXv1 FTP HTTP DTDValid HTML Legacy C14N Catalog XPath XPointer XInclude Iconv ISO8859X Unicode Regexps Automata Expr Schemas Schematron Modules Debug Zlib Lzma Test 6: simulated input MS with pointing table, default output Verifying asdm test6exportasdm-output.asdm Note: xml validation not possible since ASDM DTDs (schemas) not yet online. PASSED test_task_exportasdm.py::exportasdm_test::test7 2023-09-07 11:32:30 WARN MS2ASDM::writeProcessor() MS Processor table is empty. Will try to proceed assuming a standard ALMA Correlator. 2023-09-07 11:32:30 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:30 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:30 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:30 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:30 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:30 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:30 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:30 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:30 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:30 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:30 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:30 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:30 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:30 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:30 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:30 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:30 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:30 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:30 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:30 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:30 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:30 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:30 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:30 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:30 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:30 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:30 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:30 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:30 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:30 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:30 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:30 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:30 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:30 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:30 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:30 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:30 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:30 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:30 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:30 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:30 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:30 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:30 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:30 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:30 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:30 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:30 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:30 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:30 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:30 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:30 WARN MS2ASDM::writeState() MS State table is empty. Creating ASDM State table with one on-source entry. 2023-09-07 11:32:30 WARN MS2ASDM::writeSysCal() MS SysCal table doesn't exist or is empty. Creating ASDM SysCal table with default entries. 2023-09-07 11:32:30 WARN MS2ASDM::writeConfigDesc() MS Processor table is empty. Will assume processor type is CORRELATOR. 2023-09-07 11:32:30 WARN MS2ASDM::writeConfigDesc() Still, the MS Main table seems to refer to an existing processor id 0. Will try to proceed ... 2023-09-07 11:32:30 WARN MS2ASDM::writeSBSummaryAndExecBlockStubs() Observation time range is zero length for obs ID 20 in MS Observation table. 2023-09-07 11:32:30 WARN MS2ASDM::writeSBSummaryAndExecBlockStubs()+ Will try to proceed ... 2023-09-07 11:32:32 WARN MS2ASDM::writePointing() No ENCODER column in MS Pointing table. Will use DIRECTION instead. xmllint: using libxml version 20907 compiled with: Threads Tree Output Push Reader Patterns Writer SAXv1 FTP HTTP DTDValid HTML Legacy C14N Catalog XPath XPointer XInclude Iconv ISO8859X Unicode Regexps Automata Expr Schemas Schematron Modules Debug Zlib Lzma Test 7: simulated input MS, default output Verifying asdm test7exportasdm-output.asdm Note: xml validation not possible since ASDM DTDs (schemas) not yet online. PASSED test_task_exportasdm.py::exportasdm_test::test8 2023-09-07 11:32:34 WARN MS2ASDM::writeProcessor() MS Processor table is empty. Will try to proceed assuming a standard ALMA Correlator. 2023-09-07 11:32:34 WARN MS2ASDM::writeCorrelatorMode() Unknown telescope name: BIMA. Assuming ALMA_BASELINE. 2023-09-07 11:32:34 WARN MS2ASDM::writeFeed() Setting receiver ID to zero (ALMA convention). 2023-09-07 11:32:34 WARN MS2ASDM::writeFeed() Assuming single-feed receivers. Setting FeedNum to 1 (as for ALMA). 2023-09-07 11:32:34 WARN MS2ASDM::writeState() MS State table is empty. Creating ASDM State table with one on-source entry. 2023-09-07 11:32:34 WARN MS2ASDM::writeSysCal() MS SysCal table doesn't exist or is empty. Creating ASDM SysCal table with default entries. 2023-09-07 11:32:34 WARN MS2ASDM::writeConfigDesc() MS Processor table is empty. Will assume processor type is CORRELATOR. 2023-09-07 11:32:34 WARN MS2ASDM::writeSBSummaryAndExecBlockStubs() Observation time range is zero length for obs ID 0 in MS Observation table. 2023-09-07 11:32:34 WARN MS2ASDM::writeSBSummaryAndExecBlockStubs()+ Will try to proceed ... 2023-09-07 11:32:36 WARN MS2ASDM::writePointing() MS Pointing table doesn't exist or is empty. xmllint: using libxml version 20907 compiled with: Threads Tree Output Push Reader Patterns Writer SAXv1 FTP HTTP DTDValid HTML Legacy C14N Catalog XPath XPointer XInclude Iconv ISO8859X Unicode Regexps Automata Expr Schemas Schematron Modules Debug Zlib Lzma Test 8: real input MS, default output Verifying asdm test8exportasdm-output.asdm Note: xml validation not possible since ASDM DTDs (schemas) not yet online. PASSED test_task_exportasdm.py::exportasdm_test::test9 2023-09-07 11:32:38 WARN MS2ASDM::writeProcessor() MS Processor table is empty. Will try to proceed assuming a standard ALMA Correlator. 2023-09-07 11:32:38 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:38 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:38 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:38 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:38 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:38 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:38 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:38 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:38 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:38 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:38 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:38 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:38 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:38 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:38 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:38 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 11:32:38 WARN MS2ASDM::writeState() MS State table is empty. Creating ASDM State table with one on-source entry. 2023-09-07 11:32:38 WARN MS2ASDM::writeSysCal() MS SysCal table doesn't exist or is empty. Creating ASDM SysCal table with default entries. 2023-09-07 11:32:38 WARN MS2ASDM::writeConfigDesc() MS Processor table is empty. Will assume processor type is CORRELATOR. 2023-09-07 11:32:38 WARN MS2ASDM::writeConfigDesc() Still, the MS Main table seems to refer to an existing processor id 0. Will try to proceed ... 2023-09-07 11:32:38 WARN MS2ASDM::writePointing() No ENCODER column in MS Pointing table. Will use DIRECTION instead. xmllint: using libxml version 20907 compiled with: Threads Tree Output Push Reader Patterns Writer SAXv1 FTP HTTP DTDValid HTML Legacy C14N Catalog XPath XPointer XInclude Iconv ISO8859X Unicode Regexps Automata Expr Schemas Schematron Modules Debug Zlib Lzma Test 9: simulated input MS with pointing table, default output Verifying asdm test9exportasdm-output.asdm Note: xml validation not possible since ASDM DTDs (schemas) not yet online. PASSED test_task_exportasdm.py::exportasdm_test2::test1a Exportasdm: Cleanup PASSED - generated xml file: /home/casatest/casa6/casatestutils/nosedir/xml/test_task_exportasdm/nose.xml - =========================== short test summary info ============================ SKIPPED [1] test_task_exportasdm.py:281: test disabled ============= 14 passed, 1 skipped, 2 warnings in 85.02s (0:01:25) ============= ============================= test session starts ============================== platform linux -- Python 3.8.7, pytest-7.4.1, pluggy-1.3.0 -- /usr/local/bin/python3.8 cachedir: .pytest_cache rootdir: /home/casatest/casa6/casatestutils/nosedir/test_task_exportfits configfile: pytest.ini collecting ... collected 1 item test_task_exportfits.py::exportfits_test::test_CAS3675 2023-09-07 11:32:42 SEVERE exportfits::image::tofits (file src/tools/image/image_cmpt.cc, line 6301) Exception Reported: Exception: fitsfile must be specified. 2023-09-07 11:32:42 SEVERE exportfits::image::tofits (file src/tools/image/image_cmpt.cc, line 6301)+ ... thrown by bool casac::image::tofits(const string&, bool, bool, long int, double, double, const casac::variant&, const casac::variant&, bool, bool, bool, bool, bool, bool, bool, bool, bool) at File: src/tools/image/image_cmpt.cc, line: 6307 2023-09-07 11:32:42 SEVERE exportfits::::casa Task exportfits raised an exception of class RuntimeError with the following message: Exception: fitsfile must be specified. 2023-09-07 11:32:42 SEVERE exportfits::::casa+ ... thrown by bool casac::image::tofits(const string&, bool, bool, long int, double, double, const casac::variant&, const casac::variant&, bool, bool, bool, bool, bool, bool, bool, bool, bool) at File: src/tools/image/image_cmpt.cc, line: 6307 test fix for CAS 3675, outfile must be specified PASSED - generated xml file: /home/casatest/casa6/casatestutils/nosedir/xml/test_task_exportfits/nose.xml - ======================== 1 passed, 2 warnings in 1.64s ========================= ============================= test session starts ============================== platform linux -- Python 3.8.7, pytest-7.4.1, pluggy-1.3.0 -- /usr/local/bin/python3.8 cachedir: .pytest_cache rootdir: /home/casatest/casa6/casatestutils/nosedir/test_task_visstat configfile: pytest.ini collecting ... collected 33 items test_task_visstat.py::visstat_test::test_antenna test_antenna --------------------------- Test the antenna selection parameter Assert that selection with this parameter will return a different result than no selection. PASSED test_task_visstat.py::visstat_test::test_array 2023-09-07 11:32:49 SEVERE visstat::ms::statistics Exception Reported: MSSelectionNullSelection : The selected table has zero rows. 2023-09-07 11:32:49 SEVERE visstat::::casa Task visstat raised an exception of class RuntimeError with the following message: MSSelectionNullSelection : The selected table has zero rows. 2023-09-07 11:32:49 SEVERE visstat::ms::statistics Exception Reported: MSSelectionNullSelection : The selected table has zero rows. 2023-09-07 11:32:49 SEVERE visstat::::casa Task visstat raised an exception of class RuntimeError with the following message: MSSelectionNullSelection : The selected table has zero rows. test_array ------------- Test the array selection parameter. Assert that checking an out of range array returns a NoneType, and valid selections retrun a dictionary PASSED test_task_visstat.py::visstat_test::test_axis test_axis ------------------------------ Test the axis parameter values. visstat should return a dict and the keys should match the provided key list. This test iterates over all the possible axis values PASSED test_task_visstat.py::visstat_test::test_channelSelectFlags Visstat 02: Check channel selections, useflags=True, reportingaxes='ddid',correlation=corr, datacolumn=data, axis=amp Call with spw='0:1~1', correlation=ll s2 {'DATA_DESC_ID=0': {'firstquartile': 0.012998353689908981, 'isMasked': True, 'isWeighted': False, 'max': 23.695859909057617, 'maxDatasetIndex': 1, 'maxIndex': 1, 'mean': 1.51201536185032, 'medabsdevmed': 0.020134394988417625, 'median': 0.027283204719424248, 'min': 0.00037757985410280526, 'minDatasetIndex': 25, 'minIndex': 195, 'npts': 21119.0, 'rms': 5.254564972098979, 'stddev': 5.032440935625601, 'sum': 31932.25242691688, 'sumOfWeights': 21119.0, 'sumsq': 583105.1578786756, 'thirdquartile': 0.20560552179813385, 'variance': 25.325461770560278}} Checking npts: 21119 vs 21119.0 Call with spw='0:1~1', correlation=rr s2 {'DATA_DESC_ID=0': {'firstquartile': 0.013324417173862457, 'isMasked': True, 'isWeighted': False, 'max': 26.920883178710938, 'maxDatasetIndex': 4, 'maxIndex': 19, 'mean': 1.703732570450803, 'medabsdevmed': 0.02199349133297801, 'median': 0.028599174693226814, 'min': 0.00016617041546851397, 'minDatasetIndex': 27, 'minIndex': 173, 'npts': 21119.0, 'rms': 5.9277552741561355, 'stddev': 5.677772835275629, 'sum': 35981.12815535044, 'sumOfWeights': 21119.0, 'sumsq': 742085.3900242473, 'thirdquartile': 0.26254236698150635, 'variance': 32.237104368993855}} Checking npts: 21119 vs 21119.0 Call with spw='0:1~1', correlation=ll,rr s2 {'DATA_DESC_ID=0': {'firstquartile': 0.01315868180245161, 'isMasked': True, 'isWeighted': False, 'max': 26.920883178710938, 'maxDatasetIndex': 4, 'maxIndex': 39, 'mean': 1.6078739661505588, 'medabsdevmed': 0.021032736403867602, 'median': 0.027937160804867744, 'min': 0.00016617041546851397, 'minDatasetIndex': 27, 'minIndex': 347, 'npts': 42238.0, 'rms': 5.601282694003898, 'stddev': 5.365611869664173, 'sum': 67913.38058226732, 'sumOfWeights': 42238.0, 'sumsq': 1325190.5479029168, 'thirdquartile': 0.23095539212226868, 'variance': 28.789790735881063}} Checking npts: 42238 vs 42238.0 Call with spw='0:1~2', correlation=ll s2 {'DATA_DESC_ID=0': {'firstquartile': 0.015203726477921009, 'isMasked': True, 'isWeighted': False, 'max': 47.85862731933594, 'maxDatasetIndex': 9, 'maxIndex': 3, 'mean': 2.2685205557350705, 'medabsdevmed': 0.025584048125892878, 'median': 0.033365800976753235, 'min': 0.00037757985410280526, 'minDatasetIndex': 25, 'minIndex': 390, 'npts': 42238.0, 'rms': 8.247744697530607, 'stddev': 7.929728608521772, 'sum': 95817.77123313842, 'sumOfWeights': 42238.0, 'sumsq': 2873252.3086548215, 'thirdquartile': 0.2353196144104004, 'variance': 62.88059580480865}} Checking npts: 42238 vs 42238.0 Call with spw='0:1~2', correlation=rr s2 {'DATA_DESC_ID=0': {'firstquartile': 0.015641184523701668, 'isMasked': True, 'isWeighted': False, 'max': 50.03026580810547, 'maxDatasetIndex': 30, 'maxIndex': 39, 'mean': 2.4662003717613192, 'medabsdevmed': 0.027923745336011052, 'median': 0.03566293604671955, 'min': 3.5077806387562305e-05, 'minDatasetIndex': 38, 'minIndex': 65, 'npts': 42238.0, 'rms': 8.903693383964843, 'stddev': 8.555427781728099, 'sum': 104167.37130245389, 'sumOfWeights': 42238.0, 'sumsq': 3348449.376676098, 'thirdquartile': 0.2842475175857544, 'variance': 73.19534452836497}} Checking npts: 42238 vs 42238.0 Call with spw='0:1~2', correlation=ll,rr s2 {'DATA_DESC_ID=0': {'firstquartile': 0.015421337448060513, 'isMasked': True, 'isWeighted': False, 'max': 50.03026580810547, 'maxDatasetIndex': 30, 'maxIndex': 79, 'mean': 2.3673604637482013, 'medabsdevmed': 0.026692680083215237, 'median': 0.03441326133906841, 'min': 3.5077806387562305e-05, 'minDatasetIndex': 38, 'minIndex': 131, 'npts': 84476.0, 'rms': 8.581988361426047, 'stddev': 8.249056563527775, 'sum': 199985.1425355923, 'sumOfWeights': 84476.0, 'sumsq': 6221701.685330949, 'thirdquartile': 0.2572411596775055, 'variance': 68.04693418828066}} Checking npts: 84476 vs 84476.0 Call with spw='0:1~4', correlation=ll s2 {'DATA_DESC_ID=0': {'firstquartile': 0.018262511119246483, 'isMasked': True, 'isWeighted': False, 'max': 67.18834686279297, 'maxDatasetIndex': 1, 'maxIndex': 7, 'mean': 3.2328949655030006, 'medabsdevmed': 0.03320419928058982, 'median': 0.04149508289992809, 'min': 2.2739146515959874e-05, 'minDatasetIndex': 48, 'minIndex': 851, 'npts': 84476.0, 'rms': 11.716386189704192, 'stddev': 11.261598322870743, 'sum': 273102.0351058309, 'sumOfWeights': 84476.0, 'sumsq': 11596333.532833287, 'thirdquartile': 0.27172136306762695, 'variance': 126.82359678568513}} Checking npts: 84476 vs 84476.0 Call with spw='0:1~4', correlation=rr s2 {'DATA_DESC_ID=0': {'firstquartile': 0.018680663779377937, 'isMasked': True, 'isWeighted': False, 'max': 68.62496948242188, 'maxDatasetIndex': 26, 'maxIndex': 79, 'mean': 3.3996190574518157, 'medabsdevmed': 0.03522256435826421, 'median': 0.043506983667612076, 'min': 3.5077806387562305e-05, 'minDatasetIndex': 38, 'minIndex': 129, 'npts': 84476.0, 'rms': 12.239038012587871, 'stddev': 11.757477542335039, 'sum': 287186.2194972994, 'sumOfWeights': 84476.0, 'sumsq': 12654002.292281372, 'thirdquartile': 0.3134520947933197, 'variance': 138.2382781585128}} Checking npts: 84476 vs 84476.0 Call with spw='0:1~4', correlation=ll,rr s2 {'DATA_DESC_ID=0': {'firstquartile': 0.01846258156001568, 'isMasked': True, 'isWeighted': False, 'max': 68.62496948242188, 'maxDatasetIndex': 26, 'maxIndex': 159, 'mean': 3.3162570114774232, 'medabsdevmed': 0.03416486969217658, 'median': 0.0424413587898016, 'min': 2.2739146515959874e-05, 'minDatasetIndex': 48, 'minIndex': 1702, 'npts': 168952.0, 'rms': 11.98056252477037, 'stddev': 11.51247594176724, 'sum': 560288.2546031302, 'sumOfWeights': 168952.0, 'sumsq': 24250335.825114865, 'thirdquartile': 0.290507972240448, 'variance': 132.5371023097695}} Checking npts: 168952 vs 168952.0 Call with spw='0:1~7', correlation=ll s2 {'DATA_DESC_ID=0': {'firstquartile': 0.020986022427678108, 'isMasked': True, 'isWeighted': False, 'max': 70.78073120117188, 'maxDatasetIndex': 24, 'maxIndex': 13, 'mean': 3.965659174843849, 'medabsdevmed': 0.03952489420771599, 'median': 0.04782070219516754, 'min': 2.2739146515959874e-05, 'minDatasetIndex': 48, 'minIndex': 1487, 'npts': 147833.0, 'rms': 14.130246023570889, 'stddev': 13.562398173931312, 'sum': 586255.2927946859, 'sumOfWeights': 147833.0, 'sumsq': 29516906.334224183, 'thirdquartile': 0.31161126494407654, 'variance': 183.93864422825538}} Checking npts: 147833 vs 147833.0 Call with spw='0:1~7', correlation=rr s2 {'DATA_DESC_ID=0': {'firstquartile': 0.02118206024169922, 'isMasked': True, 'isWeighted': False, 'max': 73.75, 'maxDatasetIndex': 12, 'maxIndex': 139, 'mean': 4.075617324934261, 'medabsdevmed': 0.040772588923573494, 'median': 0.04898509383201599, 'min': 3.5077806387562305e-05, 'minDatasetIndex': 38, 'minIndex': 225, 'npts': 147833.0, 'rms': 14.45538727219714, 'stddev': 13.868989355124057, 'sum': 602510.7359970011, 'sumOfWeights': 147833.0, 'sumsq': 30890920.713062864, 'thirdquartile': 0.35131359100341797, 'variance': 192.3488657325444}} Checking npts: 147833 vs 147833.0 Call with spw='0:1~7', correlation=ll,rr s2 {'DATA_DESC_ID=0': {'firstquartile': 0.021086707711219788, 'isMasked': True, 'isWeighted': False, 'max': 73.75, 'maxDatasetIndex': 12, 'maxIndex': 279, 'mean': 4.02063824988892, 'medabsdevmed': 0.040139758959412575, 'median': 0.048403069376945496, 'min': 2.2739146515959874e-05, 'minDatasetIndex': 48, 'minIndex': 2974, 'npts': 295666.0, 'rms': 14.293741180597895, 'stddev': 13.71663739217234, 'sum': 1188766.0287916868, 'sumOfWeights': 295666.0, 'sumsq': 60407827.047287084, 'thirdquartile': 0.3312663435935974, 'variance': 188.1461413483404}} Checking npts: 295666 vs 295666.0 Call with spw='0:1~13', correlation=ll s2 {'DATA_DESC_ID=0': {'firstquartile': 0.02359769307076931, 'isMasked': True, 'isWeighted': False, 'max': 70.78073120117188, 'maxDatasetIndex': 24, 'maxIndex': 19, 'mean': 4.57363400413573, 'medabsdevmed': 0.04534465912729502, 'median': 0.05354195833206177, 'min': 2.2739146515959874e-05, 'minDatasetIndex': 48, 'minIndex': 2759, 'npts': 274547.0, 'rms': 16.001664561308115, 'stddev': 15.33414481409489, 'sum': 1255677.4949334553, 'sumOfWeights': 274547.0, 'sumsq': 70298656.77073571, 'thirdquartile': 0.3944782316684723, 'variance': 235.1359971796332}} Checking npts: 274547 vs 274547.0 Call with spw='0:1~13', correlation=rr s2 {'DATA_DESC_ID=0': {'firstquartile': 0.023458972573280334, 'isMasked': True, 'isWeighted': False, 'max': 73.75, 'maxDatasetIndex': 12, 'maxIndex': 253, 'mean': 4.598994075086256, 'medabsdevmed': 0.04547768831253052, 'median': 0.053455792367458344, 'min': 3.5077806387562305e-05, 'minDatasetIndex': 38, 'minIndex': 417, 'npts': 274547.0, 'rms': 16.050754617587547, 'stddev': 15.377803439566847, 'sum': 1262640.0263327179, 'sumOfWeights': 274547.0, 'sumsq': 70730644.13747351, 'thirdquartile': 0.4329370856285095, 'variance': 236.47683862595397}} Checking npts: 274547 vs 274547.0 Call with spw='0:1~13', correlation=ll,rr s2 {'DATA_DESC_ID=0': {'firstquartile': 0.02353147603571415, 'isMasked': True, 'isWeighted': False, 'max': 73.75, 'maxDatasetIndex': 12, 'maxIndex': 507, 'mean': 4.586314039611128, 'medabsdevmed': 0.04539835639297962, 'median': 0.05349326133728027, 'min': 2.2739146515959874e-05, 'minDatasetIndex': 48, 'minIndex': 5518, 'npts': 549094.0, 'rms': 16.02622838547249, 'stddev': 15.355980894727814, 'sum': 2518317.5212661736, 'sumOfWeights': 549094.0, 'sumsq': 141029300.90821368, 'thirdquartile': 0.4128650426864624, 'variance': 235.80614923924563}} Checking npts: 549094 vs 549094.0 Call with spw='0:1~62', correlation=ll s2 {'DATA_DESC_ID=0': {'firstquartile': 0.02503143437206745, 'isMasked': True, 'isWeighted': False, 'max': 72.1248779296875, 'maxDatasetIndex': 19, 'maxIndex': 1090, 'mean': 4.931429419886412, 'medabsdevmed': 0.047344045247882605, 'median': 0.055874770507216454, 'min': 2.2739146515959874e-05, 'minDatasetIndex': 48, 'minIndex': 13147, 'npts': 1309378.0, 'rms': 17.284456326641575, 'stddev': 16.566038874005407, 'sum': 6457105.190951668, 'sumOfWeights': 1309378.0, 'sumsq': 391179859.95315397, 'thirdquartile': 0.396679162979126, 'variance': 274.4336439750583}} Checking npts: 1309378 vs 1309378.0 Call with spw='0:1~62', correlation=rr s2 {'DATA_DESC_ID=0': {'firstquartile': 0.024585282430052757, 'isMasked': True, 'isWeighted': False, 'max': 73.75, 'maxDatasetIndex': 12, 'maxIndex': 1184, 'mean': 4.892831986142966, 'medabsdevmed': 0.04655483830720186, 'median': 0.054879553616046906, 'min': 2.2130521756480448e-05, 'minDatasetIndex': 54, 'minIndex': 4277, 'npts': 1309378.0, 'rms': 17.151711039791266, 'stddev': 16.439026526444376, 'sum': 6406566.560351839, 'sumOfWeights': 1309378.0, 'sumsq': 385194380.2850013, 'thirdquartile': 0.4161178767681122, 'variance': 270.2415931371418}} Checking npts: 1309378 vs 1309378.0 Call with spw='0:1~62', correlation=ll,rr s2 {'DATA_DESC_ID=0': {'firstquartile': 0.02480573207139969, 'isMasked': True, 'isWeighted': False, 'max': 73.75, 'maxDatasetIndex': 12, 'maxIndex': 2369, 'mean': 4.912130703014519, 'medabsdevmed': 0.04696154408156872, 'median': 0.05538627877831459, 'min': 2.2130521756480448e-05, 'minDatasetIndex': 54, 'minIndex': 8555, 'npts': 2618756.0, 'rms': 17.21821161009346, 'stddev': 16.50266302757408, 'sum': 12863671.751303246, 'sumOfWeights': 2618756.0, 'sumsq': 776374240.2379415, 'thirdquartile': 0.40908554196357727, 'variance': 272.33788700166053}} Checking npts: 2618756 vs 2618756.0 PASSED test_task_visstat.py::visstat_test::test_corrLLRR Visstat 09: Test using reportingaxes=ddid, correlation=[LL,RR], datacolumn=float_data spw=[0,1,2,3] PASSED test_task_visstat.py::visstat_test::test_correlation test_correlation ------------------- Test the correlation parameter Assert that the selection with this parameter will return a different value than no selection. PASSED test_task_visstat.py::visstat_test::test_datacolCorrected Visstat 07: Default values with datacolum=corrected, reportingaxis=ddid Checking firstquartile: 0.024146264419 vs 0.02414626255631447 Checking isMasked: True vs True Checking isWeighted: False vs False Checking max: 73.75 vs 73.75 Checking maxDatasetIndex: 12 vs 12 Checking maxIndex: 2408 vs 2408 Checking mean: 4.837103133618731 vs 4.837103133596972 Checking medabsdevmed: 0.04501341888681054 vs 0.04501341888681054 Checking median: 0.05355948396027088 vs 0.05355948396027088 Checking min: 2.2130521756480448e-05 vs 2.2130521756480448e-05 Checking minDatasetIndex: 54 vs 54 Checking minIndex: 8692 vs 8692 Checking npts: 2660994.0 vs 2660994.0 Checking thirdquartile: 0.3291134536266327 vs 0.3291134536266327 Checking rms: 17.081207832906546 vs 17.081207832904955 Checking stddev: 16.382008276126726 vs 16.382008276131568 Checking sum: 12871502.415939873 vs 12871502.415881826 Checking sumsq: 776391995.3973862 vs 776391995.3972417 Checking variance: 268.3701951590845 vs 268.37019515924317 PASSED test_task_visstat.py::visstat_test::test_datacolModel Visstat 03: Default values with datacolum=model, reportingaxis=ddid Checking firstquartile: 1.0 vs 1.0 Checking isMasked: True vs True Checking isWeighted: False vs False Checking max: 1.0 vs 1.0 Checking maxDatasetIndex: 0 vs 0 Checking maxIndex: 0 vs 0 Checking mean: 1.0 vs 1.0 Checking medabsdevmed: 0.0 vs 0.0 Checking median: 1.0 vs 1.0 Checking min: 1.0 vs 1.0 Checking minDatasetIndex: 0 vs 0 Checking minIndex: 0 vs 0 Checking npts: 2660994.0 vs 2660994.0 Checking thirdquartile: 1.0 vs 1.0 Checking rms: 1.0 vs 1.0 Checking stddev: 0.0 vs 0.0 Checking sum: 2660994.0 vs 2660994.0 Checking sumsq: 2660994.0 vs 2660994.0 Checking variance: 0.0 vs 0.0 PASSED test_task_visstat.py::visstat_test::test_datacolMulti Visstat 08: Test when using reportingaxes='integration, datacolumn=data,corrected,model PASSED test_task_visstat.py::visstat_test::test_datacolumn test_datacolumn ---------------------------- Check the data column parameter. Iterate over possible data column inputs and check that a dictionary is created by visstat also check that all the keys that should be present are there. (This last step may not be nessisary for this test) PASSED test_task_visstat.py::visstat_test::test_defaultValues Visstat 01: Default values Checking firstquartile: 0.024146264419 vs 0.02414626255631447 Checking isMasked: True vs True Checking isWeighted: False vs False Checking max: 73.75 vs 73.75 Checking maxDatasetIndex: 12 vs 12 Checking maxIndex: 2408 vs 2408 Checking mean: 4.837103133618731 vs 4.837103133596972 Checking medabsdevmed: 0.04501341888681054 vs 0.04501341888681054 Checking median: 0.05355948396027088 vs 0.05355948396027088 Checking min: 2.2130521756480448e-05 vs 2.2130521756480448e-05 Checking minDatasetIndex: 54 vs 54 Checking minIndex: 8692 vs 8692 Checking npts: 2660994.0 vs 2660994.0 Checking thirdquartile: 0.3291134536266327 vs 0.3291134536266327 Checking rms: 17.081207832906546 vs 17.081207832904955 Checking stddev: 16.382008276126726 vs 16.382008276131568 Checking sum: 12871502.415939873 vs 12871502.415881826 Checking sumsq: 776391995.3973862 vs 776391995.3972417 Checking variance: 268.3701951590845 vs 268.37019515924317 PASSED test_task_visstat.py::visstat_test::test_doquantiles test doquantiles parameter PASSED test_task_visstat.py::visstat_test::test_field test_field -------------- Test the field selection parameter. Assert that a selection using the field parameter returns a different result than no selection. PASSED test_task_visstat.py::visstat_test::test_handle_all_flagged_groups 2023-09-07 11:33:18 WARN visstat::::casa DATA_DESC_ID=1 -- No valid points found visstat 13: handle all-flagged sub-selections in reportingaxes, CAS-12857 PASSED test_task_visstat.py::visstat_test::test_intent test_intent ----------------- Test the intent parameter Assert that the specified selection creates a different dict than the default values. PASSED test_task_visstat.py::visstat_test::test_intentOnOff Visstat 10: Test using reportingaxes=field, datacolumn=corrected, intent=[on,off] check intent on rms 4.304297370622206 check intent off rms 4.304297370622206 check intent on max 19.147367477416992 check intent off max 19.147367477416992 check intent on min -15.199692726135254 check intent off min -15.199692726135254 check intent on sum 35087.679596841335 check intent off sum 35087.679596841335 check intent on median 4.278878211975098 check intent off median 4.278878211975098 check intent on stddev 0.4260329169087803 check intent off stddev 0.4260329169087803 check intent on mean 4.283164013286309 check intent off mean 4.283164013286309 check intent on rms 3.9222649429916214 check intent off rms 3.9222649429916214 check intent on max 5.5116047859191895 check intent off max 5.5116047859191895 check intent on min 2.200864553451538 check intent off min 2.200864553451538 check intent on sum 32089.27730822563 check intent off sum 32089.27730822563 check intent on median 3.910185933113098 check intent off median 3.910185933113098 check intent on stddev 0.20029446585363156 check intent off stddev 0.20029446585363156 check intent on mean 3.917148108914265 check intent off mean 3.917148108914265 PASSED test_task_visstat.py::visstat_test::test_maxuvwdistance test_maxuvwdistance ----------------------- Test the maxuvwdistance parameter Assert that the output is a python dict. Once again this selection seems to not change the values that are returned PASSED test_task_visstat.py::visstat_test::test_observation 2023-09-07 11:33:22 SEVERE visstat::ms::statistics Exception Reported: MSSelectionNullSelection : The selected table has zero rows. 2023-09-07 11:33:22 SEVERE visstat::::casa Task visstat raised an exception of class RuntimeError with the following message: MSSelectionNullSelection : The selected table has zero rows. 2023-09-07 11:33:22 SEVERE visstat::ms::statistics Exception Reported: MSSelectionNullSelection : The selected table has zero rows. 2023-09-07 11:33:22 SEVERE visstat::::casa Task visstat raised an exception of class RuntimeError with the following message: MSSelectionNullSelection : The selected table has zero rows. test_observation ----------------------- Test the observation selection parameter Assert that checking an out of range observation ID returns a NoneType, and valid selections return a dictionary PASSED test_task_visstat.py::visstat_test::test_reportAxisField Visstat 06: Test using reportingaxes=field PASSED test_task_visstat.py::visstat_test::test_reportAxisInt Visstat 05: Test using reportingaxes=integration, datacolumn=float_data rms 4.304297370622206 max 19.147367477416992 min -15.199692726135254 sum 35087.679596841335 median 4.278878211975098 stddev 0.4260329169087803 mean 4.283164013286309 rms 4.3353846668292695 max 5.960114002227783 min 0.9407882690429688 sum 35488.134197711945 median 4.325183868408203 stddev 0.1700795650207275 mean 4.33204763155664 rms 4.306203614057598 max 6.313568592071533 min 1.483452320098877 sum 35238.97358107567 median 4.286481618881226 stddev 0.19837352702878472 mean 4.301632517221148 rms 4.304297370622206 max 19.147367477416992 min -15.199692726135254 sum 35087.679596841335 median 4.278878211975098 stddev 0.4260329169087803 mean 4.283164013286309 rms 4.3353846668292695 max 5.960114002227783 min 0.9407882690429688 sum 35488.134197711945 median 4.325183868408203 stddev 0.1700795650207275 mean 4.33204763155664 rms 4.306203614057598 max 6.313568592071533 min 1.483452320098877 sum 35238.97358107567 median 4.286481618881226 stddev 0.19837352702878472 mean 4.301632517221148 rms 4.260218426691952 max 6.594586372375488 min 2.4618935585021973 sum 34870.10427117348 median 4.255388259887695 stddev 0.17545003865511774 mean 4.256604525289735 rms 4.304297370622206 max 19.147367477416992 min -15.199692726135254 sum 35087.679596841335 median 4.278878211975098 stddev 0.4260329169087803 mean 4.283164013286309 rms 4.3353846668292695 max 5.960114002227783 min 0.9407882690429688 sum 35488.134197711945 median 4.325183868408203 stddev 0.1700795650207275 mean 4.33204763155664 rms 4.306203614057598 max 6.313568592071533 min 1.483452320098877 sum 35238.97358107567 median 4.286481618881226 stddev 0.19837352702878472 mean 4.301632517221148 rms 4.260218426691952 max 6.594586372375488 min 2.4618935585021973 sum 34870.10427117348 median 4.255388259887695 stddev 0.17545003865511774 mean 4.256604525289735 rms 4.304297370622206 max 19.147367477416992 min -15.199692726135254 sum 35087.679596841335 median 4.278878211975098 stddev 0.4260329169087803 mean 4.283164013286309 rms 4.3353846668292695 max 5.960114002227783 min 0.9407882690429688 sum 35488.134197711945 median 4.325183868408203 stddev 0.1700795650207275 mean 4.33204763155664 rms 4.306203614057598 max 6.313568592071533 min 1.483452320098877 sum 35238.97358107567 median 4.286481618881226 stddev 0.19837352702878472 mean 4.301632517221148 rms 4.260218426691952 max 6.594586372375488 min 2.4618935585021973 sum 34870.10427117348 median 4.255388259887695 stddev 0.17545003865511774 mean 4.256604525289735 rms 3.9222649429916214 max 5.5116047859191895 min 2.200864553451538 sum 32089.27730822563 median 3.910185933113098 stddev 0.20029446585363156 mean 3.917148108914265 rms 3.8027938560962418 max 6.305795192718506 min 0.28544679284095764 sum 31103.86206844449 median 3.79739773273468 stddev 0.2124022406509363 mean 3.796858162651916 rms 5.3273187281254115 max 134.43093872070312 min -221.74778747558594 sum 32937.74573640153 median 3.9856526851654053 stddev 3.495085023068309 mean 4.020720915088071 rms 3.9222649429916214 max 5.5116047859191895 min 2.200864553451538 sum 32089.27730822563 median 3.910185933113098 stddev 0.20029446585363156 mean 3.917148108914265 rms 3.8027938560962418 max 6.305795192718506 min 0.28544679284095764 sum 31103.86206844449 median 3.79739773273468 stddev 0.2124022406509363 mean 3.796858162651916 rms 5.3273187281254115 max 134.43093872070312 min -221.74778747558594 sum 32937.74573640153 median 3.9856526851654053 stddev 3.495085023068309 mean 4.020720915088071 rms 4.008290669779586 max 5.441513538360596 min 1.3497779369354248 sum 32807.04150438309 median 4.002278804779053 stddev 0.16807248338680333 mean 4.004765808640521 rms 3.9222649429916214 max 5.5116047859191895 min 2.200864553451538 sum 32089.27730822563 median 3.910185933113098 stddev 0.20029446585363156 mean 3.917148108914265 rms 3.8027938560962418 max 6.305795192718506 min 0.28544679284095764 sum 31103.86206844449 median 3.79739773273468 stddev 0.2124022406509363 mean 3.796858162651916 rms 5.3273187281254115 max 134.43093872070312 min -221.74778747558594 sum 32937.74573640153 median 3.9856526851654053 stddev 3.495085023068309 mean 4.020720915088071 rms 4.008290669779586 max 5.441513538360596 min 1.3497779369354248 sum 32807.04150438309 median 4.002278804779053 stddev 0.16807248338680333 mean 4.004765808640521 rms 3.9222649429916214 max 5.5116047859191895 min 2.200864553451538 sum 32089.27730822563 median 3.910185933113098 stddev 0.20029446585363156 mean 3.917148108914265 rms 3.8027938560962418 max 6.305795192718506 min 0.28544679284095764 sum 31103.86206844449 median 3.79739773273468 stddev 0.2124022406509363 mean 3.796858162651916 rms 5.3273187281254115 max 134.43093872070312 min -221.74778747558594 sum 32937.74573640153 median 3.9856526851654053 stddev 3.495085023068309 mean 4.020720915088071 rms 4.008290669779586 max 5.441513538360596 min 1.3497779369354248 sum 32807.04150438309 median 4.002278804779053 stddev 0.16807248338680333 mean 4.004765808640521 PASSED test_task_visstat.py::visstat_test::test_reportingaxes test_reportingaxes ----------------------------- Test the reportingaxes parameter. The output should be a dict and contain all the expected keys. Iterate over all the possible values. PASSED test_task_visstat.py::visstat_test::test_scan test_scan ------------ Test the scan selection parameter Assert that the selction with this parameter will return a different result than no selection. PASSED test_task_visstat.py::visstat_test::test_selectdata test_selectdata ----------------------- Test the selectdata parameter Assert that the select data parameter prevents other selection fields from having an affect Assert that with selectdata=False and an active selection produces the same results as the task with no selection PASSED test_task_visstat.py::visstat_test::test_special_cases Visstat 04: Test of special cases antenna = 1 ; mean = 0.0 antenna = 2 ; mean = 1.0 antenna = 3 ; mean = 2.0 antenna = 4 ; mean = 3.0 PASSED test_task_visstat.py::visstat_test::test_spw test_spw --------------- Test the spectral window selection parameter. Assert that a selection using the spw parameter returns a different result than no selection. PASSED test_task_visstat.py::visstat_test::test_timeAvgAcrossScans Visstat 12: Test of time averaging across scans PASSED test_task_visstat.py::visstat_test::test_timeAvgWithinScans Visstat 11: Test of time averaging within scans PASSED test_task_visstat.py::visstat_test::test_timeavg test_timeaverage --------------------- Test the timeaverage parameter Assert that the dict produced when timeaverage = True is different from the one produced when timeaverage=False PASSED test_task_visstat.py::visstat_test::test_timebin test_timebin ------------------- Test the timebin parameter Assert that the result when given a bin width for averaging is different than when none is given. PASSED test_task_visstat.py::visstat_test::test_timerange test_timerange ------------------ Test the timerange selection parameter Assert that the selection with this parameter will return a different value than no selection. PASSED test_task_visstat.py::visstat_test::test_timespan test_timespan ------------------ Test the timespan parameter Assert that all parameter settings give different results than the default output PASSED test_task_visstat.py::visstat_test::test_useflags test_useflags ---------------------- Check that the useflags parameter produces different results then when useflags = False. PASSED test_task_visstat.py::visstat_test::test_uvange test_uvrange -------------------- Test the uvrange selection parameter Assert that the selection with this parameter will return a different value than no selection. PASSED - generated xml file: /home/casatest/casa6/casatestutils/nosedir/xml/test_task_visstat/nose.xml - ================== 33 passed, 2 warnings in 88.69s (0:01:28) =================== ============================= test session starts ============================== platform linux -- Python 3.8.7, pytest-7.4.1, pluggy-1.3.0 -- /usr/local/bin/python3.8 cachedir: .pytest_cache rootdir: /home/casatest/casa6/casatestutils/nosedir/test_task_nrobeamaverage configfile: pytest.ini collecting ... collected 5 items test_task_nrobeamaverage.py::test_nrobeamaverage::test_beam0 PASSED test_task_nrobeamaverage.py::test_nrobeamaverage::test_beam01 PASSED test_task_nrobeamaverage.py::test_nrobeamaverage::test_beam1 PASSED test_task_nrobeamaverage.py::test_nrobeamaverage::test_default PASSED test_task_nrobeamaverage.py::test_nrobeamaverage::test_time_averaging PASSED - generated xml file: /home/casatest/casa6/casatestutils/nosedir/xml/test_task_nrobeamaverage/nose.xml - =================== 5 passed, 2 warnings in 65.88s (0:01:05) =================== ============================= test session starts ============================== platform linux -- Python 3.8.7, pytest-7.4.1, pluggy-1.3.0 -- /usr/local/bin/python3.8 cachedir: .pytest_cache rootdir: /home/casatest/casa6/casatestutils/nosedir/test_task_imbaseline configfile: pytest.ini collecting ... collected 220 items test_task_imbaseline.py::TestFileStack::test_filestack_01 2023-09-07 11:35:19 WARN imbaseline::::casa created working directory: /home/casatest/casa6/casatestutils/nosedir/test_task_imbaseline/8ea5f9de-9030-48e3-a8d7-bb3f77730abc 01. successful case: Create Stack with exist file. PASSED test_task_imbaseline.py::TestFileStack::test_filestack_02 02. failure case: Create Stack with unexist file, an exception raises. PASSED test_task_imbaseline.py::TestFileStack::test_filestack_03 03. successful case: push() exist file into stack. PASSED test_task_imbaseline.py::TestFileStack::test_filestack_04 04. failure case: push() unexist file into stack, an exception raises. PASSED test_task_imbaseline.py::TestFileStack::test_filestack_05 05. successful case: pop() exist stuff into stack. PASSED test_task_imbaseline.py::TestFileStack::test_filestack_06 06. failure case: pop() unexist stuff into stack, an exception raises. PASSED test_task_imbaseline.py::TestFileStack::test_filestack_07 07. successful case: peak() exist stuff into stack. PASSED test_task_imbaseline.py::TestFileStack::test_filestack_08 08. failure case: peak() unexist stuff into stack, an exception raises. PASSED test_task_imbaseline.py::TestFileStack::test_filestack_09 09. successful case: subpeak() exist stuff into stack. PASSED test_task_imbaseline.py::TestFileStack::test_filestack_10 10. failure case: subpeak() unexist stuff into stack, an exception raises. PASSED test_task_imbaseline.py::TestFileStack::test_filestack_11 11. successful case: bottom() exist stuff into stack. PASSED test_task_imbaseline.py::TestFileStack::test_filestack_12 12. failure case: bottom() unexist stuff into stack, an exception raises. PASSED test_task_imbaseline.py::TestFileStack::test_filestack_13 13. successful case: do clear() of _EraseableFolder contains a file. PASSED test_task_imbaseline.py::TestFileStack::test_filestack_14 14. successful case: do clear() of Un_EraseableFolder contains a file. PASSED test_task_imbaseline.py::TestFileStack::test_filestack_15 15. successful case: do erase() of _EraseableFolder contains a file. PASSED test_task_imbaseline.py::TestFileStack::test_filestack_16 16. successful case: do erase() Un_EraseableFolder contains a file. PASSED test_task_imbaseline.py::TestFileStack::test_filestack_17 17. successful case: check height() of stack. PASSED test_task_imbaseline.py::TestFileStack::test_filestack_18 18. failure case: pop() when height is 1, an exception raises. PASSED test_task_imbaseline.py::TestImageShape::test_imageshape_01 2023-09-07 11:35:19 WARN imbaseline::::casa created working directory: /home/casatest/casa6/casatestutils/nosedir/test_task_imbaseline/84049606-4d44-456a-88c8-b613052c9bfb 01. successful case: axis_sp = axis_pol = 2or3, axis_sp != axis_pol. PASSED test_task_imbaseline.py::TestImageShape::test_imageshape_02 02. failure case: invalid im_nchan, an exception raises. PASSED test_task_imbaseline.py::TestImageShape::test_imageshape_03 03. failure case: invalid dir_shape, an exception raises. PASSED test_task_imbaseline.py::TestImsmooth::test_imsmooth_01 2023-09-07 11:35:19 WARN imbaseline::::casa created working directory: /home/casatest/casa6/casatestutils/nosedir/test_task_imbaseline/3b2bf459-d334-4b10-b649-a296e5c8063d 01. successful case: call imsmooth with some parameters. PASSED test_task_imbaseline.py::TestImsmooth::test_imsmooth_02 02. failure case: invalid dirkernel, an exception raises. PASSED test_task_imbaseline.py::TestImsmooth::test_imsmooth_03 03. set values for _ImsmoothParams and do validate(), and compare properties of it to the correct values. PASSED test_task_imbaseline.py::TestImage2MS::test_image2ms_01 2023-09-07 11:35:20 WARN imsmooth::::casa created working directory: /home/casatest/casa6/casatestutils/nosedir/test_task_imbaseline/0615a6e8-ca0e-470c-b9cf-13da74887acc 01. successful case: create MeasurementSet from a image. PASSED test_task_imbaseline.py::TestImage2MS::test_image2ms_02 2023-09-07 11:35:25 SEVERE putcell::INVALID Exception Reported: TableProxy::TableProxy::putColumn: column INVALID does not exist 02. failure case: execute image2ms with invalid datacolumn parameter, an exception raises. PASSED test_task_imbaseline.py::TestImage2MS::test_image2ms_03 2023-09-07 11:35:29 SEVERE image::open (file src/tools/image/image_cmpt.cc, line 4208) Exception Reported: Exception: Unable to open image dummy1. 2023-09-07 11:35:29 SEVERE image::open (file src/tools/image/image_cmpt.cc, line 4208)+ ... thrown by static casa::ITUPLE casa::ImageFactory::fromFile(const casacore::String&, casacore::Bool) at File: /source/casa6/casatools/src/code/imageanalysis/ImageAnalysis/ImageFactory2.cc, line: 289 03. failure case: execute image2ms with invalid image data, an exception raises. PASSED test_task_imbaseline.py::TestImage2MS::test_image2ms_04 04. failure case: execute image2ms with empty stack, an exception raises. PASSED test_task_imbaseline.py::TestImage2MS::test_image2ms_05 05. set values for _Image2MSParams and do validate(), and compare properties of it to the correct values. PASSED test_task_imbaseline.py::TestSdsmooth::test_sdsmooth_01 2023-09-07 11:35:29 WARN imsmooth::::casa created working directory: /home/casatest/casa6/casatestutils/nosedir/test_task_imbaseline/4f991ac3-a3ee-4543-9455-695a9e5ad30f 2023-09-07 11:35:30 WARN sdsmooth::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. 01. successful case: call sdsmooth with some parameters. PASSED test_task_imbaseline.py::TestSdsmooth::test_sdsmooth_02 02. failure case: call sdsmooth with invalid ms stack, an exception raises. PASSED test_task_imbaseline.py::TestSdsmooth::test_sdsmooth_03 03. failure case: call sdsmooth with invalid image stack, an exception raises. PASSED test_task_imbaseline.py::TestSdsmooth::test_sdsmooth_04 04. set values for _SdsmoothParams and do validate(), and compare properties of it to the correct values. PASSED test_task_imbaseline.py::TestSdbaseline::test_sdbaseline_01 2023-09-07 11:35:33 WARN sdsmooth::::casa created working directory: /home/casatest/casa6/casatestutils/nosedir/test_task_imbaseline/48a0f71c-f499-4605-bd59-c2bb40f8bc75 01. successful case: call sdbaseline with some parameters. PASSED test_task_imbaseline.py::TestSdbaseline::test_sdbaseline_02 02. failure case: call sdbaseline with invalid ms stack, an exception raises. PASSED test_task_imbaseline.py::TestSdbaseline::test_sdbaseline_03 03. failure case: call sdbaseline with invalid image stack, an exception raise. PASSED test_task_imbaseline.py::TestSdbaseline::test_sdbaseline_04 04. set values for _SdbaselineParams and do validate(), and compare properties of it to the correct values. PASSED test_task_imbaseline.py::TestImageSubtraction::test_image_subtraction_01 2023-09-07 11:35:36 WARN sdbaseline::::casa created working directory: /home/casatest/casa6/casatestutils/nosedir/test_task_imbaseline/fed2434b-279a-4389-acd1-f1369b6d4d9f 01. successful test: subtracted output = input_image - (smoothed_image - smoothed_and_subtracted_image). PASSED test_task_imbaseline.py::TestImageSubtraction::test_image_subtraction_02 02. successful test: subtracted output = subtracted_image. PASSED test_task_imbaseline.py::TestImageSubtraction::test_image_subtraction_03 03. failure case: subtract three images have unmatched shape, an exception raises. PASSED test_task_imbaseline.py::TestImageSubtraction::test_image_subtraction_04 04. successful test: subtract two images have unmatched shape (any exceptions do not raise). PASSED test_task_imbaseline.py::TestImageSubtraction::test_image_subtraction_05 05. output data check: three images subtraction test. PASSED test_task_imbaseline.py::TestImageSubtraction::test_image_subtraction_06 06. output data check: two images subtraction test. PASSED test_task_imbaseline.py::TestMS2Image::test_ms2image_01 2023-09-07 11:35:50 WARN sdbaseline::::casa created working directory: /home/casatest/casa6/casatestutils/nosedir/test_task_imbaseline/2bd9629f-c586-410a-8419-be88a1bd2d2a 01. successful case: convert a MeasurementSet to image and compare it to the correct chunk. PASSED test_task_imbaseline.py::TestMS2Image::test_ms2image_02 02. failure case: attempt to convert a MeasurementSet without base image, an exception raises. PASSED test_task_imbaseline.py::TestMS2Image::test_ms2image_03 03. failure case: attempt to convert a MeasurementSet unexisted, an exception raises. PASSED test_task_imbaseline.py::TestModuleMethodsOfImbaseline::test_module_methods_01 2023-09-07 11:35:52 WARN sdbaseline::::casa created working directory: /home/casatest/casa6/casatestutils/nosedir/test_task_imbaseline/2c3eaaf6-b5c8-4038-8fee-dda5ade92868 01. _get_image_shape: successful case: get an image shape and check properties of it. PASSED test_task_imbaseline.py::TestModuleMethodsOfImbaseline::test_module_methods_02 02. _get_image_shape: failure case: attempt to read an image unexisted, an exception raises. PASSED test_task_imbaseline.py::TestModuleMethodsOfImbaseline::test_module_methods_03 03. _get_image_shape: failure case: attempt to read an image has invalid shape, an exception raises. PASSED test_task_imbaseline.py::TestImbaseline::test_imbaseline_01 2023-09-07 11:35:53 WARN sdbaseline::::casa created working directory: /home/casatest/casa6/casatestutils/nosedir/test_task_imbaseline/b070b4bf-a414-4c02-8a60-154ba7f919ad 2023-09-07 11:35:53 SEVERE imbaseline::::casa Traceback (most recent call last): 2023-09-07 11:35:53 SEVERE imbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_imbaseline.py", line 316, in imbaseline 2023-09-07 11:35:53 SEVERE imbaseline::::casa+ _validate_imagename(imagename) 2023-09-07 11:35:53 SEVERE imbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_imbaseline.py", line 350, in _validate_imagename 2023-09-07 11:35:53 SEVERE imbaseline::::casa+ raise ValueError(f'Error: file {imagename} is not found.', 'SEVERE') 2023-09-07 11:35:53 SEVERE imbaseline::::casa+ ValueError: ('Error: file is not found.', 'SEVERE') 2023-09-07 11:35:53 SEVERE imbaseline::::casa ('Error: file is not found.', 'SEVERE') 01. failure case: attempt to read imagefile set None, an exception raises. PASSED test_task_imbaseline.py::TestImbaseline::test_imbaseline_02 2023-09-07 11:36:01 WARN imbaseline::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. 03. successful case: execute imbaseline with output_cont set False, cont file does not generate. PASSED test_task_imbaseline.py::TestImbaseline::test_imbaseline_03 2023-09-07 11:36:15 WARN imbaseline::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. 04. successful case: execute imbaseline with bloutput set output path, bloutput generates. PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_auto_chebyshev_boxcar_boxcar 2023-09-07 11:36:23 WARN imbaseline::::casa created working directory: /home/casatest/casa6/casatestutils/nosedir/test_task_imbaseline/71b2731b-1411-4c99-8f47-b81833903422 2023-09-07 11:36:26 WARN imbaseline::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. TestImbaselineExecution method No.021 [maskmode=auto, blfunc=chebyshev, dirkernel=boxcar, spkernel=boxcar] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_auto_chebyshev_boxcar_gaussian 2023-09-07 11:36:37 WARN imbaseline::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. TestImbaselineExecution method No.020 [maskmode=auto, blfunc=chebyshev, dirkernel=boxcar, spkernel=gaussian] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_auto_chebyshev_boxcar_none TestImbaselineExecution method No.019 [maskmode=auto, blfunc=chebyshev, dirkernel=boxcar, spkernel=none] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_auto_chebyshev_gaussian_boxcar 2023-09-07 11:37:06 WARN imbaseline::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. TestImbaselineExecution method No.018 [maskmode=auto, blfunc=chebyshev, dirkernel=gaussian, spkernel=boxcar] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_auto_chebyshev_gaussian_gaussian 2023-09-07 11:37:21 WARN imbaseline::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. TestImbaselineExecution method No.017 [maskmode=auto, blfunc=chebyshev, dirkernel=gaussian, spkernel=gaussian] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_auto_chebyshev_gaussian_none TestImbaselineExecution method No.016 [maskmode=auto, blfunc=chebyshev, dirkernel=gaussian, spkernel=none] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_auto_chebyshev_image_boxcar 2023-09-07 11:37:47 WARN imbaseline::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. TestImbaselineExecution method No.024 [maskmode=auto, blfunc=chebyshev, dirkernel=image, spkernel=boxcar] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_auto_chebyshev_image_gaussian 2023-09-07 11:38:04 WARN imbaseline::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. TestImbaselineExecution method No.023 [maskmode=auto, blfunc=chebyshev, dirkernel=image, spkernel=gaussian] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_auto_chebyshev_image_none TestImbaselineExecution method No.022 [maskmode=auto, blfunc=chebyshev, dirkernel=image, spkernel=none] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_auto_chebyshev_none_boxcar 2023-09-07 11:38:26 WARN imbaseline::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. TestImbaselineExecution method No.015 [maskmode=auto, blfunc=chebyshev, dirkernel=none, spkernel=boxcar] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_auto_chebyshev_none_gaussian 2023-09-07 11:38:37 WARN imbaseline::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. TestImbaselineExecution method No.014 [maskmode=auto, blfunc=chebyshev, dirkernel=none, spkernel=gaussian] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_auto_chebyshev_none_none TestImbaselineExecution method No.013 [maskmode=auto, blfunc=chebyshev, dirkernel=none, spkernel=none] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_auto_cspline_boxcar_boxcar 2023-09-07 11:38:57 WARN imbaseline::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. TestImbaselineExecution method No.033 [maskmode=auto, blfunc=cspline, dirkernel=boxcar, spkernel=boxcar] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_auto_cspline_boxcar_gaussian 2023-09-07 11:39:09 WARN imbaseline::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. TestImbaselineExecution method No.032 [maskmode=auto, blfunc=cspline, dirkernel=boxcar, spkernel=gaussian] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_auto_cspline_boxcar_none TestImbaselineExecution method No.031 [maskmode=auto, blfunc=cspline, dirkernel=boxcar, spkernel=none] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_auto_cspline_gaussian_boxcar 2023-09-07 11:39:36 WARN imbaseline::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. TestImbaselineExecution method No.030 [maskmode=auto, blfunc=cspline, dirkernel=gaussian, spkernel=boxcar] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_auto_cspline_gaussian_gaussian 2023-09-07 11:39:51 WARN imbaseline::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. TestImbaselineExecution method No.029 [maskmode=auto, blfunc=cspline, dirkernel=gaussian, spkernel=gaussian] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_auto_cspline_gaussian_none TestImbaselineExecution method No.028 [maskmode=auto, blfunc=cspline, dirkernel=gaussian, spkernel=none] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_auto_cspline_image_boxcar 2023-09-07 11:40:19 WARN imbaseline::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. TestImbaselineExecution method No.036 [maskmode=auto, blfunc=cspline, dirkernel=image, spkernel=boxcar] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_auto_cspline_image_gaussian 2023-09-07 11:40:35 WARN imbaseline::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. TestImbaselineExecution method No.035 [maskmode=auto, blfunc=cspline, dirkernel=image, spkernel=gaussian] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_auto_cspline_image_none TestImbaselineExecution method No.034 [maskmode=auto, blfunc=cspline, dirkernel=image, spkernel=none] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_auto_cspline_none_boxcar 2023-09-07 11:40:59 WARN imbaseline::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. TestImbaselineExecution method No.027 [maskmode=auto, blfunc=cspline, dirkernel=none, spkernel=boxcar] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_auto_cspline_none_gaussian 2023-09-07 11:41:07 WARN imbaseline::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. TestImbaselineExecution method No.026 [maskmode=auto, blfunc=cspline, dirkernel=none, spkernel=gaussian] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_auto_cspline_none_none TestImbaselineExecution method No.025 [maskmode=auto, blfunc=cspline, dirkernel=none, spkernel=none] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_auto_poly_boxcar_boxcar 2023-09-07 11:41:26 WARN imbaseline::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. TestImbaselineExecution method No.009 [maskmode=auto, blfunc=poly, dirkernel=boxcar, spkernel=boxcar] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_auto_poly_boxcar_gaussian 2023-09-07 11:41:35 WARN imbaseline::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. TestImbaselineExecution method No.008 [maskmode=auto, blfunc=poly, dirkernel=boxcar, spkernel=gaussian] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_auto_poly_boxcar_none TestImbaselineExecution method No.007 [maskmode=auto, blfunc=poly, dirkernel=boxcar, spkernel=none] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_auto_poly_gaussian_boxcar 2023-09-07 11:42:02 WARN imbaseline::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. TestImbaselineExecution method No.006 [maskmode=auto, blfunc=poly, dirkernel=gaussian, spkernel=boxcar] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_auto_poly_gaussian_gaussian 2023-09-07 11:42:20 WARN imbaseline::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. TestImbaselineExecution method No.005 [maskmode=auto, blfunc=poly, dirkernel=gaussian, spkernel=gaussian] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_auto_poly_gaussian_none TestImbaselineExecution method No.004 [maskmode=auto, blfunc=poly, dirkernel=gaussian, spkernel=none] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_auto_poly_image_boxcar 2023-09-07 11:42:48 WARN imbaseline::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. TestImbaselineExecution method No.012 [maskmode=auto, blfunc=poly, dirkernel=image, spkernel=boxcar] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_auto_poly_image_gaussian 2023-09-07 11:43:03 WARN imbaseline::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. TestImbaselineExecution method No.011 [maskmode=auto, blfunc=poly, dirkernel=image, spkernel=gaussian] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_auto_poly_image_none TestImbaselineExecution method No.010 [maskmode=auto, blfunc=poly, dirkernel=image, spkernel=none] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_auto_poly_none_boxcar 2023-09-07 11:43:25 WARN imbaseline::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. TestImbaselineExecution method No.003 [maskmode=auto, blfunc=poly, dirkernel=none, spkernel=boxcar] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_auto_poly_none_gaussian 2023-09-07 11:43:34 WARN imbaseline::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. TestImbaselineExecution method No.002 [maskmode=auto, blfunc=poly, dirkernel=none, spkernel=gaussian] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_auto_poly_none_none TestImbaselineExecution method No.001 [maskmode=auto, blfunc=poly, dirkernel=none, spkernel=none] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_auto_sinusoid_boxcar_boxcar 2023-09-07 11:43:54 WARN imbaseline::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. TestImbaselineExecution method No.045 [maskmode=auto, blfunc=sinusoid, dirkernel=boxcar, spkernel=boxcar] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_auto_sinusoid_boxcar_gaussian 2023-09-07 11:44:04 WARN imbaseline::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. TestImbaselineExecution method No.044 [maskmode=auto, blfunc=sinusoid, dirkernel=boxcar, spkernel=gaussian] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_auto_sinusoid_boxcar_none TestImbaselineExecution method No.043 [maskmode=auto, blfunc=sinusoid, dirkernel=boxcar, spkernel=none] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_auto_sinusoid_gaussian_boxcar 2023-09-07 11:44:26 WARN imbaseline::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. TestImbaselineExecution method No.042 [maskmode=auto, blfunc=sinusoid, dirkernel=gaussian, spkernel=boxcar] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_auto_sinusoid_gaussian_gaussian 2023-09-07 11:44:40 WARN imbaseline::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. TestImbaselineExecution method No.041 [maskmode=auto, blfunc=sinusoid, dirkernel=gaussian, spkernel=gaussian] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_auto_sinusoid_gaussian_none TestImbaselineExecution method No.040 [maskmode=auto, blfunc=sinusoid, dirkernel=gaussian, spkernel=none] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_auto_sinusoid_image_boxcar 2023-09-07 11:45:08 WARN imbaseline::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. TestImbaselineExecution method No.048 [maskmode=auto, blfunc=sinusoid, dirkernel=image, spkernel=boxcar] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_auto_sinusoid_image_gaussian 2023-09-07 11:45:23 WARN imbaseline::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. TestImbaselineExecution method No.047 [maskmode=auto, blfunc=sinusoid, dirkernel=image, spkernel=gaussian] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_auto_sinusoid_image_none TestImbaselineExecution method No.046 [maskmode=auto, blfunc=sinusoid, dirkernel=image, spkernel=none] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_auto_sinusoid_none_boxcar 2023-09-07 11:45:45 WARN imbaseline::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. TestImbaselineExecution method No.039 [maskmode=auto, blfunc=sinusoid, dirkernel=none, spkernel=boxcar] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_auto_sinusoid_none_gaussian 2023-09-07 11:45:54 WARN imbaseline::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. TestImbaselineExecution method No.038 [maskmode=auto, blfunc=sinusoid, dirkernel=none, spkernel=gaussian] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_auto_sinusoid_none_none TestImbaselineExecution method No.037 [maskmode=auto, blfunc=sinusoid, dirkernel=none, spkernel=none] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_auto_variable_boxcar_boxcar 2023-09-07 11:46:12 WARN imbaseline::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. TestImbaselineExecution method No.057 [maskmode=auto, blfunc=variable, dirkernel=boxcar, spkernel=boxcar] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_auto_variable_boxcar_gaussian 2023-09-07 11:46:22 WARN imbaseline::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. TestImbaselineExecution method No.056 [maskmode=auto, blfunc=variable, dirkernel=boxcar, spkernel=gaussian] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_auto_variable_boxcar_none TestImbaselineExecution method No.055 [maskmode=auto, blfunc=variable, dirkernel=boxcar, spkernel=none] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_auto_variable_gaussian_boxcar 2023-09-07 11:46:44 WARN imbaseline::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. TestImbaselineExecution method No.054 [maskmode=auto, blfunc=variable, dirkernel=gaussian, spkernel=boxcar] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_auto_variable_gaussian_gaussian 2023-09-07 11:46:59 WARN imbaseline::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. TestImbaselineExecution method No.053 [maskmode=auto, blfunc=variable, dirkernel=gaussian, spkernel=gaussian] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_auto_variable_gaussian_none TestImbaselineExecution method No.052 [maskmode=auto, blfunc=variable, dirkernel=gaussian, spkernel=none] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_auto_variable_image_boxcar 2023-09-07 11:47:27 WARN imbaseline::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. TestImbaselineExecution method No.060 [maskmode=auto, blfunc=variable, dirkernel=image, spkernel=boxcar] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_auto_variable_image_gaussian 2023-09-07 11:47:41 WARN imbaseline::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. TestImbaselineExecution method No.059 [maskmode=auto, blfunc=variable, dirkernel=image, spkernel=gaussian] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_auto_variable_image_none TestImbaselineExecution method No.058 [maskmode=auto, blfunc=variable, dirkernel=image, spkernel=none] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_auto_variable_none_boxcar 2023-09-07 11:48:03 WARN imbaseline::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. TestImbaselineExecution method No.051 [maskmode=auto, blfunc=variable, dirkernel=none, spkernel=boxcar] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_auto_variable_none_gaussian 2023-09-07 11:48:15 WARN imbaseline::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. TestImbaselineExecution method No.050 [maskmode=auto, blfunc=variable, dirkernel=none, spkernel=gaussian] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_auto_variable_none_none TestImbaselineExecution method No.049 [maskmode=auto, blfunc=variable, dirkernel=none, spkernel=none] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_list_chebyshev_boxcar_boxcar 2023-09-07 11:48:33 WARN imbaseline::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. TestImbaselineExecution method No.081 [maskmode=list, blfunc=chebyshev, dirkernel=boxcar, spkernel=boxcar] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_list_chebyshev_boxcar_gaussian 2023-09-07 11:48:43 WARN imbaseline::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. TestImbaselineExecution method No.080 [maskmode=list, blfunc=chebyshev, dirkernel=boxcar, spkernel=gaussian] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_list_chebyshev_boxcar_none TestImbaselineExecution method No.079 [maskmode=list, blfunc=chebyshev, dirkernel=boxcar, spkernel=none] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_list_chebyshev_gaussian_boxcar 2023-09-07 11:49:05 WARN imbaseline::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. TestImbaselineExecution method No.078 [maskmode=list, blfunc=chebyshev, dirkernel=gaussian, spkernel=boxcar] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_list_chebyshev_gaussian_gaussian 2023-09-07 11:49:20 WARN imbaseline::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. TestImbaselineExecution method No.077 [maskmode=list, blfunc=chebyshev, dirkernel=gaussian, spkernel=gaussian] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_list_chebyshev_gaussian_none TestImbaselineExecution method No.076 [maskmode=list, blfunc=chebyshev, dirkernel=gaussian, spkernel=none] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_list_chebyshev_image_boxcar 2023-09-07 11:49:47 WARN imbaseline::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. TestImbaselineExecution method No.084 [maskmode=list, blfunc=chebyshev, dirkernel=image, spkernel=boxcar] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_list_chebyshev_image_gaussian 2023-09-07 11:50:02 WARN imbaseline::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. TestImbaselineExecution method No.083 [maskmode=list, blfunc=chebyshev, dirkernel=image, spkernel=gaussian] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_list_chebyshev_image_none TestImbaselineExecution method No.082 [maskmode=list, blfunc=chebyshev, dirkernel=image, spkernel=none] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_list_chebyshev_none_boxcar 2023-09-07 11:50:23 WARN imbaseline::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. TestImbaselineExecution method No.075 [maskmode=list, blfunc=chebyshev, dirkernel=none, spkernel=boxcar] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_list_chebyshev_none_gaussian 2023-09-07 11:50:32 WARN imbaseline::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. TestImbaselineExecution method No.074 [maskmode=list, blfunc=chebyshev, dirkernel=none, spkernel=gaussian] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_list_chebyshev_none_none TestImbaselineExecution method No.073 [maskmode=list, blfunc=chebyshev, dirkernel=none, spkernel=none] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_list_cspline_boxcar_boxcar 2023-09-07 11:50:49 WARN imbaseline::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. TestImbaselineExecution method No.093 [maskmode=list, blfunc=cspline, dirkernel=boxcar, spkernel=boxcar] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_list_cspline_boxcar_gaussian 2023-09-07 11:50:59 WARN imbaseline::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. TestImbaselineExecution method No.092 [maskmode=list, blfunc=cspline, dirkernel=boxcar, spkernel=gaussian] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_list_cspline_boxcar_none TestImbaselineExecution method No.091 [maskmode=list, blfunc=cspline, dirkernel=boxcar, spkernel=none] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_list_cspline_gaussian_boxcar 2023-09-07 11:51:21 WARN imbaseline::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. TestImbaselineExecution method No.090 [maskmode=list, blfunc=cspline, dirkernel=gaussian, spkernel=boxcar] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_list_cspline_gaussian_gaussian 2023-09-07 11:51:36 WARN imbaseline::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. TestImbaselineExecution method No.089 [maskmode=list, blfunc=cspline, dirkernel=gaussian, spkernel=gaussian] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_list_cspline_gaussian_none TestImbaselineExecution method No.088 [maskmode=list, blfunc=cspline, dirkernel=gaussian, spkernel=none] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_list_cspline_image_boxcar 2023-09-07 11:52:05 WARN imbaseline::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. TestImbaselineExecution method No.096 [maskmode=list, blfunc=cspline, dirkernel=image, spkernel=boxcar] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_list_cspline_image_gaussian 2023-09-07 11:52:21 WARN imbaseline::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. TestImbaselineExecution method No.095 [maskmode=list, blfunc=cspline, dirkernel=image, spkernel=gaussian] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_list_cspline_image_none TestImbaselineExecution method No.094 [maskmode=list, blfunc=cspline, dirkernel=image, spkernel=none] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_list_cspline_none_boxcar 2023-09-07 11:52:44 WARN imbaseline::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. TestImbaselineExecution method No.087 [maskmode=list, blfunc=cspline, dirkernel=none, spkernel=boxcar] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_list_cspline_none_gaussian 2023-09-07 11:52:53 WARN imbaseline::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. TestImbaselineExecution method No.086 [maskmode=list, blfunc=cspline, dirkernel=none, spkernel=gaussian] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_list_cspline_none_none TestImbaselineExecution method No.085 [maskmode=list, blfunc=cspline, dirkernel=none, spkernel=none] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_list_poly_boxcar_boxcar 2023-09-07 11:53:09 WARN imbaseline::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. TestImbaselineExecution method No.069 [maskmode=list, blfunc=poly, dirkernel=boxcar, spkernel=boxcar] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_list_poly_boxcar_gaussian 2023-09-07 11:53:20 WARN imbaseline::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. TestImbaselineExecution method No.068 [maskmode=list, blfunc=poly, dirkernel=boxcar, spkernel=gaussian] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_list_poly_boxcar_none TestImbaselineExecution method No.067 [maskmode=list, blfunc=poly, dirkernel=boxcar, spkernel=none] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_list_poly_gaussian_boxcar 2023-09-07 11:53:42 WARN imbaseline::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. TestImbaselineExecution method No.066 [maskmode=list, blfunc=poly, dirkernel=gaussian, spkernel=boxcar] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_list_poly_gaussian_gaussian 2023-09-07 11:53:57 WARN imbaseline::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. TestImbaselineExecution method No.065 [maskmode=list, blfunc=poly, dirkernel=gaussian, spkernel=gaussian] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_list_poly_gaussian_none TestImbaselineExecution method No.064 [maskmode=list, blfunc=poly, dirkernel=gaussian, spkernel=none] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_list_poly_image_boxcar 2023-09-07 11:54:24 WARN imbaseline::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. TestImbaselineExecution method No.072 [maskmode=list, blfunc=poly, dirkernel=image, spkernel=boxcar] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_list_poly_image_gaussian 2023-09-07 11:54:39 WARN imbaseline::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. TestImbaselineExecution method No.071 [maskmode=list, blfunc=poly, dirkernel=image, spkernel=gaussian] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_list_poly_image_none TestImbaselineExecution method No.070 [maskmode=list, blfunc=poly, dirkernel=image, spkernel=none] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_list_poly_none_boxcar 2023-09-07 11:55:01 WARN imbaseline::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. TestImbaselineExecution method No.063 [maskmode=list, blfunc=poly, dirkernel=none, spkernel=boxcar] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_list_poly_none_gaussian 2023-09-07 11:55:10 WARN imbaseline::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. TestImbaselineExecution method No.062 [maskmode=list, blfunc=poly, dirkernel=none, spkernel=gaussian] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_list_poly_none_none TestImbaselineExecution method No.061 [maskmode=list, blfunc=poly, dirkernel=none, spkernel=none] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_list_sinusoid_boxcar_boxcar 2023-09-07 11:55:28 WARN imbaseline::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. TestImbaselineExecution method No.105 [maskmode=list, blfunc=sinusoid, dirkernel=boxcar, spkernel=boxcar] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_list_sinusoid_boxcar_gaussian 2023-09-07 11:55:38 WARN imbaseline::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. TestImbaselineExecution method No.104 [maskmode=list, blfunc=sinusoid, dirkernel=boxcar, spkernel=gaussian] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_list_sinusoid_boxcar_none TestImbaselineExecution method No.103 [maskmode=list, blfunc=sinusoid, dirkernel=boxcar, spkernel=none] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_list_sinusoid_gaussian_boxcar 2023-09-07 11:56:01 WARN imbaseline::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. TestImbaselineExecution method No.102 [maskmode=list, blfunc=sinusoid, dirkernel=gaussian, spkernel=boxcar] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_list_sinusoid_gaussian_gaussian 2023-09-07 11:56:15 WARN imbaseline::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. TestImbaselineExecution method No.101 [maskmode=list, blfunc=sinusoid, dirkernel=gaussian, spkernel=gaussian] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_list_sinusoid_gaussian_none TestImbaselineExecution method No.100 [maskmode=list, blfunc=sinusoid, dirkernel=gaussian, spkernel=none] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_list_sinusoid_image_boxcar 2023-09-07 11:56:42 WARN imbaseline::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. TestImbaselineExecution method No.108 [maskmode=list, blfunc=sinusoid, dirkernel=image, spkernel=boxcar] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_list_sinusoid_image_gaussian 2023-09-07 11:56:57 WARN imbaseline::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. TestImbaselineExecution method No.107 [maskmode=list, blfunc=sinusoid, dirkernel=image, spkernel=gaussian] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_list_sinusoid_image_none TestImbaselineExecution method No.106 [maskmode=list, blfunc=sinusoid, dirkernel=image, spkernel=none] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_list_sinusoid_none_boxcar 2023-09-07 11:57:21 WARN imbaseline::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. TestImbaselineExecution method No.099 [maskmode=list, blfunc=sinusoid, dirkernel=none, spkernel=boxcar] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_list_sinusoid_none_gaussian 2023-09-07 11:57:30 WARN imbaseline::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. TestImbaselineExecution method No.098 [maskmode=list, blfunc=sinusoid, dirkernel=none, spkernel=gaussian] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_list_sinusoid_none_none TestImbaselineExecution method No.097 [maskmode=list, blfunc=sinusoid, dirkernel=none, spkernel=none] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_list_variable_boxcar_boxcar 2023-09-07 11:57:47 WARN imbaseline::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. TestImbaselineExecution method No.117 [maskmode=list, blfunc=variable, dirkernel=boxcar, spkernel=boxcar] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_list_variable_boxcar_gaussian 2023-09-07 11:57:57 WARN imbaseline::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. TestImbaselineExecution method No.116 [maskmode=list, blfunc=variable, dirkernel=boxcar, spkernel=gaussian] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_list_variable_boxcar_none TestImbaselineExecution method No.115 [maskmode=list, blfunc=variable, dirkernel=boxcar, spkernel=none] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_list_variable_gaussian_boxcar 2023-09-07 11:58:20 WARN imbaseline::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. TestImbaselineExecution method No.114 [maskmode=list, blfunc=variable, dirkernel=gaussian, spkernel=boxcar] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_list_variable_gaussian_gaussian 2023-09-07 11:58:35 WARN imbaseline::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. TestImbaselineExecution method No.113 [maskmode=list, blfunc=variable, dirkernel=gaussian, spkernel=gaussian] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_list_variable_gaussian_none TestImbaselineExecution method No.112 [maskmode=list, blfunc=variable, dirkernel=gaussian, spkernel=none] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_list_variable_image_boxcar 2023-09-07 11:59:01 WARN imbaseline::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. TestImbaselineExecution method No.120 [maskmode=list, blfunc=variable, dirkernel=image, spkernel=boxcar] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_list_variable_image_gaussian 2023-09-07 11:59:16 WARN imbaseline::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. TestImbaselineExecution method No.119 [maskmode=list, blfunc=variable, dirkernel=image, spkernel=gaussian] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_list_variable_image_none TestImbaselineExecution method No.118 [maskmode=list, blfunc=variable, dirkernel=image, spkernel=none] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_list_variable_none_boxcar 2023-09-07 11:59:38 WARN imbaseline::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. TestImbaselineExecution method No.111 [maskmode=list, blfunc=variable, dirkernel=none, spkernel=boxcar] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_list_variable_none_gaussian 2023-09-07 11:59:48 WARN imbaseline::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. TestImbaselineExecution method No.110 [maskmode=list, blfunc=variable, dirkernel=none, spkernel=gaussian] PASSED test_task_imbaseline.py::TestImbaselineExecution::test_imbaseline_execution_list_variable_none_none TestImbaselineExecution method No.109 [maskmode=list, blfunc=variable, dirkernel=none, spkernel=none] PASSED test_task_imbaseline.py::TestImbaselineOutputs::test_imbaseline_outputs_chebyshev_gaussian_boxcar_chanA 2023-09-07 12:00:01 WARN imbaseline::::casa created working directory: /home/casatest/casa6/casatestutils/nosedir/test_task_imbaseline/ae5f0da1-a936-48d9-847d-c86d05a9cbd7 2023-09-07 12:00:01 WARN imbaseline::Image2DConvolver::_dealWithRestoringBeam Convolving kernel has minor axis 10 arcsec which is less than the pixel diagonal length of 84.8528 arcsec. Thus, the kernel is poorly sampled, and so the output of this application may not be what you expect. You should consider increasing the kernel size or regridding the image to a smaller pixel size 2023-09-07 12:00:11 WARN imbaseline::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. TestImbaselineOutputs test. No.023 [blfunc=chebyshev, dirkernel=gaussian, spkernel=boxcar] line blfunc:chebyshev dirkernel:gaussian spkernel:boxcar, chans:chanA, 3.5762786865234375e-07, -4.76837158203125e-07, 1.890293788164854e-09, 0.0 cont blfunc:chebyshev dirkernel:gaussian spkernel:boxcar, chans:chanA, 2.000000476837158, 0.0, 1.5999999981097062, 2.0 PASSED test_task_imbaseline.py::TestImbaselineOutputs::test_imbaseline_outputs_chebyshev_gaussian_boxcar_chanB 2023-09-07 12:00:26 WARN imbaseline::Image2DConvolver::_dealWithRestoringBeam Convolving kernel has minor axis 10 arcsec which is less than the pixel diagonal length of 84.8528 arcsec. Thus, the kernel is poorly sampled, and so the output of this application may not be what you expect. You should consider increasing the kernel size or regridding the image to a smaller pixel size 2023-09-07 12:00:38 WARN imbaseline::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. TestImbaselineOutputs test. No.024 [blfunc=chebyshev, dirkernel=gaussian, spkernel=boxcar] line blfunc:chebyshev dirkernel:gaussian spkernel:boxcar, chans:chanB, 3.5762786865234375e-07, -4.76837158203125e-07, -3.1563104130327702e-09, 0.0 cont blfunc:chebyshev dirkernel:gaussian spkernel:boxcar, chans:chanB, 2.000000476837158, 0.0, 1.3000000031563104, 2.0 PASSED test_task_imbaseline.py::TestImbaselineOutputs::test_imbaseline_outputs_chebyshev_gaussian_gaussian_chanA 2023-09-07 12:00:56 WARN imbaseline::Image2DConvolver::_dealWithRestoringBeam Convolving kernel has minor axis 10 arcsec which is less than the pixel diagonal length of 84.8528 arcsec. Thus, the kernel is poorly sampled, and so the output of this application may not be what you expect. You should consider increasing the kernel size or regridding the image to a smaller pixel size 2023-09-07 12:01:11 WARN imbaseline::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. TestImbaselineOutputs test. No.021 [blfunc=chebyshev, dirkernel=gaussian, spkernel=gaussian] line blfunc:chebyshev dirkernel:gaussian spkernel:gaussian, chans:chanA, 0.006934046745300293, 0.0, 0.005546947426046245, 0.006933689117431641 cont blfunc:chebyshev dirkernel:gaussian spkernel:gaussian, chans:chanA, 1.993066668510437, 0.0, 1.5944530525739538, 1.9930663108825684 PASSED test_task_imbaseline.py::TestImbaselineOutputs::test_imbaseline_outputs_chebyshev_gaussian_gaussian_chanB 2023-09-07 12:01:34 WARN imbaseline::Image2DConvolver::_dealWithRestoringBeam Convolving kernel has minor axis 10 arcsec which is less than the pixel diagonal length of 84.8528 arcsec. Thus, the kernel is poorly sampled, and so the output of this application may not be what you expect. You should consider increasing the kernel size or regridding the image to a smaller pixel size 2023-09-07 12:01:50 WARN imbaseline::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. TestImbaselineOutputs test. No.022 [blfunc=chebyshev, dirkernel=gaussian, spkernel=gaussian] line blfunc:chebyshev dirkernel:gaussian spkernel:gaussian, chans:chanB, 0.008518457412719727, 0.0, 0.005408379692016752, 0.008193910121917725 cont blfunc:chebyshev dirkernel:gaussian spkernel:gaussian, chans:chanB, 1.9918712377548218, 0.0, 1.2945916203079832, 1.9915468096733093 PASSED test_task_imbaseline.py::TestImbaselineOutputs::test_imbaseline_outputs_chebyshev_gaussian_none_chanA 2023-09-07 12:02:10 WARN imbaseline::Image2DConvolver::_dealWithRestoringBeam Convolving kernel has minor axis 10 arcsec which is less than the pixel diagonal length of 84.8528 arcsec. Thus, the kernel is poorly sampled, and so the output of this application may not be what you expect. You should consider increasing the kernel size or regridding the image to a smaller pixel size TestImbaselineOutputs test. No.019 [blfunc=chebyshev, dirkernel=gaussian, spkernel=none] line blfunc:chebyshev dirkernel:gaussian spkernel:none, chans:chanA, 2.384185791015625e-07, -4.76837158203125e-07, -5.020410753786564e-09, 0.0 cont blfunc:chebyshev dirkernel:gaussian spkernel:none, chans:chanA, 2.000000476837158, 1.999999761581421, 2.0000000050204108, 2.0 PASSED test_task_imbaseline.py::TestImbaselineOutputs::test_imbaseline_outputs_chebyshev_gaussian_none_chanB 2023-09-07 12:02:35 WARN imbaseline::Image2DConvolver::_dealWithRestoringBeam Convolving kernel has minor axis 10 arcsec which is less than the pixel diagonal length of 84.8528 arcsec. Thus, the kernel is poorly sampled, and so the output of this application may not be what you expect. You should consider increasing the kernel size or regridding the image to a smaller pixel size TestImbaselineOutputs test. No.020 [blfunc=chebyshev, dirkernel=gaussian, spkernel=none] line blfunc:chebyshev dirkernel:gaussian spkernel:none, chans:chanB, 2.384185791015625e-07, -4.76837158203125e-07, -4.267349140718579e-09, 0.0 cont blfunc:chebyshev dirkernel:gaussian spkernel:none, chans:chanB, 2.000000476837158, 0.0, 1.700000004267349, 2.0 PASSED test_task_imbaseline.py::TestImbaselineOutputs::test_imbaseline_outputs_chebyshev_none_boxcar_chanA 2023-09-07 12:03:07 WARN imbaseline::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. TestImbaselineOutputs test. No.017 [blfunc=chebyshev, dirkernel=none, spkernel=boxcar] line blfunc:chebyshev dirkernel:none spkernel:boxcar, chans:chanA, 1.1920928955078125e-07, 0.0, 5.960464477539063e-09, 0.0 cont blfunc:chebyshev dirkernel:none spkernel:boxcar, chans:chanA, 2.0, 0.0, 1.5999999940395355, 2.0 PASSED test_task_imbaseline.py::TestImbaselineOutputs::test_imbaseline_outputs_chebyshev_none_boxcar_chanB 2023-09-07 12:03:26 WARN imbaseline::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. TestImbaselineOutputs test. No.018 [blfunc=chebyshev, dirkernel=none, spkernel=boxcar] line blfunc:chebyshev dirkernel:none spkernel:boxcar, chans:chanB, 0.0, 0.0, 0.0, 0.0 cont blfunc:chebyshev dirkernel:none spkernel:boxcar, chans:chanB, 2.0, 0.0, 1.3, 2.0 PASSED test_task_imbaseline.py::TestImbaselineOutputs::test_imbaseline_outputs_chebyshev_none_gaussian_chanA 2023-09-07 12:03:43 WARN imbaseline::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. TestImbaselineOutputs test. No.015 [blfunc=chebyshev, dirkernel=none, spkernel=gaussian] line blfunc:chebyshev dirkernel:none spkernel:gaussian, chans:chanA, 0.006933689117431641, 0.0, 0.005546951293945312, 0.006933689117431641 cont blfunc:chebyshev dirkernel:none spkernel:gaussian, chans:chanA, 1.9930663108825684, 0.0, 1.5944530487060546, 1.9930663108825684 PASSED test_task_imbaseline.py::TestImbaselineOutputs::test_imbaseline_outputs_chebyshev_none_gaussian_chanB 2023-09-07 12:04:00 WARN imbaseline::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. TestImbaselineOutputs test. No.016 [blfunc=chebyshev, dirkernel=none, spkernel=gaussian] line blfunc:chebyshev dirkernel:none spkernel:gaussian, chans:chanB, 0.008518099784851074, 0.0, 0.005408382415771485, 0.008193910121917725 cont blfunc:chebyshev dirkernel:none spkernel:gaussian, chans:chanB, 1.9918708801269531, 0.0, 1.2945916175842285, 1.9915467500686646 PASSED test_task_imbaseline.py::TestImbaselineOutputs::test_imbaseline_outputs_chebyshev_none_none_chanA TestImbaselineOutputs test. No.013 [blfunc=chebyshev, dirkernel=none, spkernel=none] line blfunc:chebyshev dirkernel:none spkernel:none, chans:chanA, 0.0, 0.0, 0.0, 0.0 cont blfunc:chebyshev dirkernel:none spkernel:none, chans:chanA, 2.0, 2.0, 2.0, 2.0 PASSED test_task_imbaseline.py::TestImbaselineOutputs::test_imbaseline_outputs_chebyshev_none_none_chanB TestImbaselineOutputs test. No.014 [blfunc=chebyshev, dirkernel=none, spkernel=none] line blfunc:chebyshev dirkernel:none spkernel:none, chans:chanB, 0.0, 0.0, 0.0, 0.0 cont blfunc:chebyshev dirkernel:none spkernel:none, chans:chanB, 2.0, 0.0, 1.7, 2.0 PASSED test_task_imbaseline.py::TestImbaselineOutputs::test_imbaseline_outputs_cspline_gaussian_boxcar_chanA 2023-09-07 12:04:35 WARN imbaseline::Image2DConvolver::_dealWithRestoringBeam Convolving kernel has minor axis 10 arcsec which is less than the pixel diagonal length of 84.8528 arcsec. Thus, the kernel is poorly sampled, and so the output of this application may not be what you expect. You should consider increasing the kernel size or regridding the image to a smaller pixel size 2023-09-07 12:04:44 WARN imbaseline::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. TestImbaselineOutputs test. No.035 [blfunc=cspline, dirkernel=gaussian, spkernel=boxcar] line blfunc:cspline dirkernel:gaussian spkernel:boxcar, chans:chanA, 3.5762786865234375e-07, -4.76837158203125e-07, -1.5793193597346544e-08, 0.0 cont blfunc:cspline dirkernel:gaussian spkernel:boxcar, chans:chanA, 2.000000476837158, 0.0, 1.6000000157931935, 2.0 PASSED test_task_imbaseline.py::TestImbaselineOutputs::test_imbaseline_outputs_cspline_gaussian_boxcar_chanB 2023-09-07 12:04:53 WARN imbaseline::Image2DConvolver::_dealWithRestoringBeam Convolving kernel has minor axis 10 arcsec which is less than the pixel diagonal length of 84.8528 arcsec. Thus, the kernel is poorly sampled, and so the output of this application may not be what you expect. You should consider increasing the kernel size or regridding the image to a smaller pixel size 2023-09-07 12:05:02 WARN imbaseline::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. TestImbaselineOutputs test. No.036 [blfunc=cspline, dirkernel=gaussian, spkernel=boxcar] line blfunc:cspline dirkernel:gaussian spkernel:boxcar, chans:chanB, 3.5762786865234375e-07, -4.76837158203125e-07, -1.5628393157385288e-08, 0.0 cont blfunc:cspline dirkernel:gaussian spkernel:boxcar, chans:chanB, 2.000000476837158, 0.0, 1.300000015628393, 2.0 PASSED test_task_imbaseline.py::TestImbaselineOutputs::test_imbaseline_outputs_cspline_gaussian_gaussian_chanA 2023-09-07 12:05:11 WARN imbaseline::Image2DConvolver::_dealWithRestoringBeam Convolving kernel has minor axis 10 arcsec which is less than the pixel diagonal length of 84.8528 arcsec. Thus, the kernel is poorly sampled, and so the output of this application may not be what you expect. You should consider increasing the kernel size or regridding the image to a smaller pixel size 2023-09-07 12:05:20 WARN imbaseline::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. TestImbaselineOutputs test. No.033 [blfunc=cspline, dirkernel=gaussian, spkernel=gaussian] line blfunc:cspline dirkernel:gaussian spkernel:gaussian, chans:chanA, 0.02010178565979004, -0.0072362422943115234, 0.0010877940883801784, 0.0 cont blfunc:cspline dirkernel:gaussian spkernel:gaussian, chans:chanA, 2.0072362422943115, 0.0, 1.5989122059116199, 1.9975910186767578 PASSED test_task_imbaseline.py::TestImbaselineOutputs::test_imbaseline_outputs_cspline_gaussian_gaussian_chanB 2023-09-07 12:05:28 WARN imbaseline::Image2DConvolver::_dealWithRestoringBeam Convolving kernel has minor axis 10 arcsec which is less than the pixel diagonal length of 84.8528 arcsec. Thus, the kernel is poorly sampled, and so the output of this application may not be what you expect. You should consider increasing the kernel size or regridding the image to a smaller pixel size 2023-09-07 12:05:39 WARN imbaseline::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. TestImbaselineOutputs test. No.034 [blfunc=cspline, dirkernel=gaussian, spkernel=gaussian] line blfunc:cspline dirkernel:gaussian spkernel:gaussian, chans:chanB, 0.01787245273590088, -0.007082939147949219, 0.0008110085374937626, 0.0 cont blfunc:cspline dirkernel:gaussian spkernel:gaussian, chans:chanB, 2.007082939147949, 0.0, 1.2991889914625063, 1.9956799149513245 PASSED test_task_imbaseline.py::TestImbaselineOutputs::test_imbaseline_outputs_cspline_gaussian_none_chanA 2023-09-07 12:05:50 WARN imbaseline::Image2DConvolver::_dealWithRestoringBeam Convolving kernel has minor axis 10 arcsec which is less than the pixel diagonal length of 84.8528 arcsec. Thus, the kernel is poorly sampled, and so the output of this application may not be what you expect. You should consider increasing the kernel size or regridding the image to a smaller pixel size TestImbaselineOutputs test. No.031 [blfunc=cspline, dirkernel=gaussian, spkernel=none] line blfunc:cspline dirkernel:gaussian spkernel:none, chans:chanA, 2.384185791015625e-07, -4.76837158203125e-07, -5.020410753786564e-09, 0.0 cont blfunc:cspline dirkernel:gaussian spkernel:none, chans:chanA, 2.000000476837158, 1.999999761581421, 2.0000000050204108, 2.0 PASSED test_task_imbaseline.py::TestImbaselineOutputs::test_imbaseline_outputs_cspline_gaussian_none_chanB 2023-09-07 12:06:07 WARN imbaseline::Image2DConvolver::_dealWithRestoringBeam Convolving kernel has minor axis 10 arcsec which is less than the pixel diagonal length of 84.8528 arcsec. Thus, the kernel is poorly sampled, and so the output of this application may not be what you expect. You should consider increasing the kernel size or regridding the image to a smaller pixel size TestImbaselineOutputs test. No.032 [blfunc=cspline, dirkernel=gaussian, spkernel=none] line blfunc:cspline dirkernel:gaussian spkernel:none, chans:chanB, 2.384185791015625e-07, -4.76837158203125e-07, -4.267349140718579e-09, 0.0 cont blfunc:cspline dirkernel:gaussian spkernel:none, chans:chanB, 2.000000476837158, 0.0, 1.700000004267349, 2.0 PASSED test_task_imbaseline.py::TestImbaselineOutputs::test_imbaseline_outputs_cspline_none_boxcar_chanA 2023-09-07 12:06:30 WARN imbaseline::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. TestImbaselineOutputs test. No.029 [blfunc=cspline, dirkernel=none, spkernel=boxcar] line blfunc:cspline dirkernel:none spkernel:boxcar, chans:chanA, 1.1920928955078125e-07, -2.384185791015625e-07, -1.1920928955078126e-08, 0.0 cont blfunc:cspline dirkernel:none spkernel:boxcar, chans:chanA, 2.000000238418579, 0.0, 1.600000011920929, 2.0 PASSED test_task_imbaseline.py::TestImbaselineOutputs::test_imbaseline_outputs_cspline_none_boxcar_chanB 2023-09-07 12:06:48 WARN imbaseline::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. TestImbaselineOutputs test. No.030 [blfunc=cspline, dirkernel=none, spkernel=boxcar] line blfunc:cspline dirkernel:none spkernel:boxcar, chans:chanB, 1.1920928955078125e-07, -2.384185791015625e-07, -1.1920928955078126e-08, 0.0 cont blfunc:cspline dirkernel:none spkernel:boxcar, chans:chanB, 2.000000238418579, 0.0, 1.300000011920929, 2.0 PASSED test_task_imbaseline.py::TestImbaselineOutputs::test_imbaseline_outputs_cspline_none_gaussian_chanA 2023-09-07 12:07:06 WARN imbaseline::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. TestImbaselineOutputs test. No.027 [blfunc=cspline, dirkernel=none, spkernel=gaussian] line blfunc:cspline dirkernel:none spkernel:gaussian, chans:chanA, 0.02010166645050049, -0.007236003875732422, 0.001087796688079834, 0.0 cont blfunc:cspline dirkernel:none spkernel:gaussian, chans:chanA, 2.0072360038757324, 0.0, 1.59891220331192, 1.997590959072113 PASSED test_task_imbaseline.py::TestImbaselineOutputs::test_imbaseline_outputs_cspline_none_gaussian_chanB 2023-09-07 12:07:23 WARN imbaseline::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. TestImbaselineOutputs test. No.028 [blfunc=cspline, dirkernel=none, spkernel=gaussian] line blfunc:cspline dirkernel:none spkernel:gaussian, chans:chanB, 0.017872214317321777, -0.007082939147949219, 0.0008110105991363525, 0.0 cont blfunc:cspline dirkernel:none spkernel:gaussian, chans:chanB, 2.007082939147949, 0.0, 1.2991889894008637, 1.9956798553466797 PASSED test_task_imbaseline.py::TestImbaselineOutputs::test_imbaseline_outputs_cspline_none_none_chanA TestImbaselineOutputs test. No.025 [blfunc=cspline, dirkernel=none, spkernel=none] line blfunc:cspline dirkernel:none spkernel:none, chans:chanA, 0.0, 0.0, 0.0, 0.0 cont blfunc:cspline dirkernel:none spkernel:none, chans:chanA, 2.0, 2.0, 2.0, 2.0 PASSED test_task_imbaseline.py::TestImbaselineOutputs::test_imbaseline_outputs_cspline_none_none_chanB TestImbaselineOutputs test. No.026 [blfunc=cspline, dirkernel=none, spkernel=none] line blfunc:cspline dirkernel:none spkernel:none, chans:chanB, 0.0, 0.0, 0.0, 0.0 cont blfunc:cspline dirkernel:none spkernel:none, chans:chanB, 2.0, 0.0, 1.7, 2.0 PASSED test_task_imbaseline.py::TestImbaselineOutputs::test_imbaseline_outputs_poly_gaussian_boxcar_chanA 2023-09-07 12:08:01 WARN imbaseline::Image2DConvolver::_dealWithRestoringBeam Convolving kernel has minor axis 10 arcsec which is less than the pixel diagonal length of 84.8528 arcsec. Thus, the kernel is poorly sampled, and so the output of this application may not be what you expect. You should consider increasing the kernel size or regridding the image to a smaller pixel size 2023-09-07 12:08:10 WARN imbaseline::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. TestImbaselineOutputs test. No.011 [blfunc=poly, dirkernel=gaussian, spkernel=boxcar] line blfunc:poly dirkernel:gaussian spkernel:boxcar, chans:chanA, 3.5762786865234375e-07, -4.76837158203125e-07, 1.890293788164854e-09, 0.0 cont blfunc:poly dirkernel:gaussian spkernel:boxcar, chans:chanA, 2.000000476837158, 0.0, 1.5999999981097062, 2.0 PASSED test_task_imbaseline.py::TestImbaselineOutputs::test_imbaseline_outputs_poly_gaussian_boxcar_chanB 2023-09-07 12:08:18 WARN imbaseline::Image2DConvolver::_dealWithRestoringBeam Convolving kernel has minor axis 10 arcsec which is less than the pixel diagonal length of 84.8528 arcsec. Thus, the kernel is poorly sampled, and so the output of this application may not be what you expect. You should consider increasing the kernel size or regridding the image to a smaller pixel size 2023-09-07 12:08:29 WARN imbaseline::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. TestImbaselineOutputs test. No.012 [blfunc=poly, dirkernel=gaussian, spkernel=boxcar] line blfunc:poly dirkernel:gaussian spkernel:boxcar, chans:chanB, 3.5762786865234375e-07, -4.76837158203125e-07, -3.1563104130327702e-09, 0.0 cont blfunc:poly dirkernel:gaussian spkernel:boxcar, chans:chanB, 2.000000476837158, 0.0, 1.3000000031563104, 2.0 PASSED test_task_imbaseline.py::TestImbaselineOutputs::test_imbaseline_outputs_poly_gaussian_gaussian_chanA 2023-09-07 12:08:38 WARN imbaseline::Image2DConvolver::_dealWithRestoringBeam Convolving kernel has minor axis 10 arcsec which is less than the pixel diagonal length of 84.8528 arcsec. Thus, the kernel is poorly sampled, and so the output of this application may not be what you expect. You should consider increasing the kernel size or regridding the image to a smaller pixel size 2023-09-07 12:08:47 WARN imbaseline::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. TestImbaselineOutputs test. No.009 [blfunc=poly, dirkernel=gaussian, spkernel=gaussian] line blfunc:poly dirkernel:gaussian spkernel:gaussian, chans:chanA, 0.006934046745300293, 0.0, 0.005546947426046245, 0.006933689117431641 cont blfunc:poly dirkernel:gaussian spkernel:gaussian, chans:chanA, 1.993066668510437, 0.0, 1.5944530525739538, 1.9930663108825684 PASSED test_task_imbaseline.py::TestImbaselineOutputs::test_imbaseline_outputs_poly_gaussian_gaussian_chanB 2023-09-07 12:08:55 WARN imbaseline::Image2DConvolver::_dealWithRestoringBeam Convolving kernel has minor axis 10 arcsec which is less than the pixel diagonal length of 84.8528 arcsec. Thus, the kernel is poorly sampled, and so the output of this application may not be what you expect. You should consider increasing the kernel size or regridding the image to a smaller pixel size 2023-09-07 12:09:04 WARN imbaseline::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. TestImbaselineOutputs test. No.010 [blfunc=poly, dirkernel=gaussian, spkernel=gaussian] line blfunc:poly dirkernel:gaussian spkernel:gaussian, chans:chanB, 0.008518457412719727, 0.0, 0.005408379692016752, 0.008193910121917725 cont blfunc:poly dirkernel:gaussian spkernel:gaussian, chans:chanB, 1.9918712377548218, 0.0, 1.2945916203079832, 1.9915468096733093 PASSED test_task_imbaseline.py::TestImbaselineOutputs::test_imbaseline_outputs_poly_gaussian_none_chanA 2023-09-07 12:09:13 WARN imbaseline::Image2DConvolver::_dealWithRestoringBeam Convolving kernel has minor axis 10 arcsec which is less than the pixel diagonal length of 84.8528 arcsec. Thus, the kernel is poorly sampled, and so the output of this application may not be what you expect. You should consider increasing the kernel size or regridding the image to a smaller pixel size TestImbaselineOutputs test. No.007 [blfunc=poly, dirkernel=gaussian, spkernel=none] line blfunc:poly dirkernel:gaussian spkernel:none, chans:chanA, 2.384185791015625e-07, -4.76837158203125e-07, -5.020410753786564e-09, 0.0 cont blfunc:poly dirkernel:gaussian spkernel:none, chans:chanA, 2.000000476837158, 1.999999761581421, 2.0000000050204108, 2.0 PASSED test_task_imbaseline.py::TestImbaselineOutputs::test_imbaseline_outputs_poly_gaussian_none_chanB 2023-09-07 12:09:27 WARN imbaseline::Image2DConvolver::_dealWithRestoringBeam Convolving kernel has minor axis 10 arcsec which is less than the pixel diagonal length of 84.8528 arcsec. Thus, the kernel is poorly sampled, and so the output of this application may not be what you expect. You should consider increasing the kernel size or regridding the image to a smaller pixel size TestImbaselineOutputs test. No.008 [blfunc=poly, dirkernel=gaussian, spkernel=none] line blfunc:poly dirkernel:gaussian spkernel:none, chans:chanB, 2.384185791015625e-07, -4.76837158203125e-07, -4.267349140718579e-09, 0.0 cont blfunc:poly dirkernel:gaussian spkernel:none, chans:chanB, 2.000000476837158, 0.0, 1.700000004267349, 2.0 PASSED test_task_imbaseline.py::TestImbaselineOutputs::test_imbaseline_outputs_poly_none_boxcar_chanA 2023-09-07 12:09:50 WARN imbaseline::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. TestImbaselineOutputs test. No.005 [blfunc=poly, dirkernel=none, spkernel=boxcar] line blfunc:poly dirkernel:none spkernel:boxcar, chans:chanA, 1.1920928955078125e-07, 0.0, 5.960464477539063e-09, 0.0 cont blfunc:poly dirkernel:none spkernel:boxcar, chans:chanA, 2.0, 0.0, 1.5999999940395355, 2.0 PASSED test_task_imbaseline.py::TestImbaselineOutputs::test_imbaseline_outputs_poly_none_boxcar_chanB 2023-09-07 12:10:08 WARN imbaseline::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. TestImbaselineOutputs test. No.006 [blfunc=poly, dirkernel=none, spkernel=boxcar] line blfunc:poly dirkernel:none spkernel:boxcar, chans:chanB, 0.0, 0.0, 0.0, 0.0 cont blfunc:poly dirkernel:none spkernel:boxcar, chans:chanB, 2.0, 0.0, 1.3, 2.0 PASSED test_task_imbaseline.py::TestImbaselineOutputs::test_imbaseline_outputs_poly_none_gaussian_chanA 2023-09-07 12:10:27 WARN imbaseline::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. TestImbaselineOutputs test. No.003 [blfunc=poly, dirkernel=none, spkernel=gaussian] line blfunc:poly dirkernel:none spkernel:gaussian, chans:chanA, 0.006933689117431641, 0.0, 0.005546951293945312, 0.006933689117431641 cont blfunc:poly dirkernel:none spkernel:gaussian, chans:chanA, 1.9930663108825684, 0.0, 1.5944530487060546, 1.9930663108825684 PASSED test_task_imbaseline.py::TestImbaselineOutputs::test_imbaseline_outputs_poly_none_gaussian_chanB 2023-09-07 12:10:43 WARN imbaseline::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. TestImbaselineOutputs test. No.004 [blfunc=poly, dirkernel=none, spkernel=gaussian] line blfunc:poly dirkernel:none spkernel:gaussian, chans:chanB, 0.008518099784851074, 0.0, 0.005408382415771485, 0.008193910121917725 cont blfunc:poly dirkernel:none spkernel:gaussian, chans:chanB, 1.9918708801269531, 0.0, 1.2945916175842285, 1.9915467500686646 PASSED test_task_imbaseline.py::TestImbaselineOutputs::test_imbaseline_outputs_poly_none_none_chanA TestImbaselineOutputs test. No.001 [blfunc=poly, dirkernel=none, spkernel=none] line blfunc:poly dirkernel:none spkernel:none, chans:chanA, 0.0, 0.0, 0.0, 0.0 cont blfunc:poly dirkernel:none spkernel:none, chans:chanA, 2.0, 2.0, 2.0, 2.0 PASSED test_task_imbaseline.py::TestImbaselineOutputs::test_imbaseline_outputs_poly_none_none_chanB TestImbaselineOutputs test. No.002 [blfunc=poly, dirkernel=none, spkernel=none] line blfunc:poly dirkernel:none spkernel:none, chans:chanB, 0.0, 0.0, 0.0, 0.0 cont blfunc:poly dirkernel:none spkernel:none, chans:chanB, 2.0, 0.0, 1.7, 2.0 PASSED test_task_imbaseline.py::TestImbaselineOutputs::test_imbaseline_outputs_sinusoid_gaussian_boxcar_chanA 2023-09-07 12:11:20 WARN imbaseline::Image2DConvolver::_dealWithRestoringBeam Convolving kernel has minor axis 10 arcsec which is less than the pixel diagonal length of 84.8528 arcsec. Thus, the kernel is poorly sampled, and so the output of this application may not be what you expect. You should consider increasing the kernel size or regridding the image to a smaller pixel size 2023-09-07 12:11:31 WARN imbaseline::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. TestImbaselineOutputs test. No.047 [blfunc=sinusoid, dirkernel=gaussian, spkernel=boxcar] line blfunc:sinusoid dirkernel:gaussian spkernel:boxcar, chans:chanA, 2.384185791015625e-07, -4.76837158203125e-07, -4.016328603029251e-09, 0.0 cont blfunc:sinusoid dirkernel:gaussian spkernel:boxcar, chans:chanA, 2.000000476837158, 0.0, 1.6000000040163287, 2.0 PASSED test_task_imbaseline.py::TestImbaselineOutputs::test_imbaseline_outputs_sinusoid_gaussian_boxcar_chanB 2023-09-07 12:11:39 WARN imbaseline::Image2DConvolver::_dealWithRestoringBeam Convolving kernel has minor axis 10 arcsec which is less than the pixel diagonal length of 84.8528 arcsec. Thus, the kernel is poorly sampled, and so the output of this application may not be what you expect. You should consider increasing the kernel size or regridding the image to a smaller pixel size 2023-09-07 12:11:48 WARN imbaseline::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. TestImbaselineOutputs test. No.048 [blfunc=sinusoid, dirkernel=gaussian, spkernel=boxcar] line blfunc:sinusoid dirkernel:gaussian spkernel:boxcar, chans:chanB, 2.384185791015625e-07, -4.76837158203125e-07, -3.2632669899612665e-09, 0.0 cont blfunc:sinusoid dirkernel:gaussian spkernel:boxcar, chans:chanB, 2.000000476837158, 0.0, 1.300000003263267, 2.0 PASSED test_task_imbaseline.py::TestImbaselineOutputs::test_imbaseline_outputs_sinusoid_gaussian_gaussian_chanA 2023-09-07 12:11:57 WARN imbaseline::Image2DConvolver::_dealWithRestoringBeam Convolving kernel has minor axis 10 arcsec which is less than the pixel diagonal length of 84.8528 arcsec. Thus, the kernel is poorly sampled, and so the output of this application may not be what you expect. You should consider increasing the kernel size or regridding the image to a smaller pixel size 2023-09-07 12:12:07 WARN imbaseline::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. TestImbaselineOutputs test. No.045 [blfunc=sinusoid, dirkernel=gaussian, spkernel=gaussian] line blfunc:sinusoid dirkernel:gaussian spkernel:gaussian, chans:chanA, 0.006933927536010742, 0.0, 0.005546947283437476, 0.006933689117431641 cont blfunc:sinusoid dirkernel:gaussian spkernel:gaussian, chans:chanA, 1.993066668510437, 0.0, 1.5944530527165626, 1.9930663108825684 PASSED test_task_imbaseline.py::TestImbaselineOutputs::test_imbaseline_outputs_sinusoid_gaussian_gaussian_chanB 2023-09-07 12:12:16 WARN imbaseline::Image2DConvolver::_dealWithRestoringBeam Convolving kernel has minor axis 10 arcsec which is less than the pixel diagonal length of 84.8528 arcsec. Thus, the kernel is poorly sampled, and so the output of this application may not be what you expect. You should consider increasing the kernel size or regridding the image to a smaller pixel size 2023-09-07 12:12:26 WARN imbaseline::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. TestImbaselineOutputs test. No.046 [blfunc=sinusoid, dirkernel=gaussian, spkernel=gaussian] line blfunc:sinusoid dirkernel:gaussian spkernel:gaussian, chans:chanB, 0.008321285247802734, 0.0, 0.005408601784802158, 0.008320927619934082 cont blfunc:sinusoid dirkernel:gaussian spkernel:gaussian, chans:chanB, 1.991679310798645, 0.0, 1.2945913982151978, 1.991679072380066 PASSED test_task_imbaseline.py::TestImbaselineOutputs::test_imbaseline_outputs_sinusoid_gaussian_none_chanA 2023-09-07 12:12:34 WARN imbaseline::Image2DConvolver::_dealWithRestoringBeam Convolving kernel has minor axis 10 arcsec which is less than the pixel diagonal length of 84.8528 arcsec. Thus, the kernel is poorly sampled, and so the output of this application may not be what you expect. You should consider increasing the kernel size or regridding the image to a smaller pixel size TestImbaselineOutputs test. No.043 [blfunc=sinusoid, dirkernel=gaussian, spkernel=none] line blfunc:sinusoid dirkernel:gaussian spkernel:none, chans:chanA, 2.384185791015625e-07, -4.76837158203125e-07, -5.020410753786564e-09, 0.0 cont blfunc:sinusoid dirkernel:gaussian spkernel:none, chans:chanA, 2.000000476837158, 1.999999761581421, 2.0000000050204108, 2.0 PASSED test_task_imbaseline.py::TestImbaselineOutputs::test_imbaseline_outputs_sinusoid_gaussian_none_chanB 2023-09-07 12:12:49 WARN imbaseline::Image2DConvolver::_dealWithRestoringBeam Convolving kernel has minor axis 10 arcsec which is less than the pixel diagonal length of 84.8528 arcsec. Thus, the kernel is poorly sampled, and so the output of this application may not be what you expect. You should consider increasing the kernel size or regridding the image to a smaller pixel size TestImbaselineOutputs test. No.044 [blfunc=sinusoid, dirkernel=gaussian, spkernel=none] line blfunc:sinusoid dirkernel:gaussian spkernel:none, chans:chanB, 2.384185791015625e-07, -4.76837158203125e-07, -4.267349140718579e-09, 0.0 cont blfunc:sinusoid dirkernel:gaussian spkernel:none, chans:chanB, 2.000000476837158, 0.0, 1.700000004267349, 2.0 PASSED test_task_imbaseline.py::TestImbaselineOutputs::test_imbaseline_outputs_sinusoid_none_boxcar_chanA 2023-09-07 12:13:15 WARN imbaseline::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. TestImbaselineOutputs test. No.041 [blfunc=sinusoid, dirkernel=none, spkernel=boxcar] line blfunc:sinusoid dirkernel:none spkernel:boxcar, chans:chanA, 0.0, 0.0, 0.0, 0.0 cont blfunc:sinusoid dirkernel:none spkernel:boxcar, chans:chanA, 2.0, 0.0, 1.6, 2.0 PASSED test_task_imbaseline.py::TestImbaselineOutputs::test_imbaseline_outputs_sinusoid_none_boxcar_chanB 2023-09-07 12:13:33 WARN imbaseline::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. TestImbaselineOutputs test. No.042 [blfunc=sinusoid, dirkernel=none, spkernel=boxcar] line blfunc:sinusoid dirkernel:none spkernel:boxcar, chans:chanB, 0.0, 0.0, 0.0, 0.0 cont blfunc:sinusoid dirkernel:none spkernel:boxcar, chans:chanB, 2.0, 0.0, 1.3, 2.0 PASSED test_task_imbaseline.py::TestImbaselineOutputs::test_imbaseline_outputs_sinusoid_none_gaussian_chanA 2023-09-07 12:13:50 WARN imbaseline::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. TestImbaselineOutputs test. No.039 [blfunc=sinusoid, dirkernel=none, spkernel=gaussian] line blfunc:sinusoid dirkernel:none spkernel:gaussian, chans:chanA, 0.006933689117431641, 0.0, 0.005546951293945312, 0.006933689117431641 cont blfunc:sinusoid dirkernel:none spkernel:gaussian, chans:chanA, 1.9930663108825684, 0.0, 1.5944530487060546, 1.9930663108825684 PASSED test_task_imbaseline.py::TestImbaselineOutputs::test_imbaseline_outputs_sinusoid_none_gaussian_chanB 2023-09-07 12:14:08 WARN imbaseline::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. TestImbaselineOutputs test. No.040 [blfunc=sinusoid, dirkernel=none, spkernel=gaussian] line blfunc:sinusoid dirkernel:none spkernel:gaussian, chans:chanB, 0.008320927619934082, 0.0, 0.0054086029529571535, 0.008320927619934082 cont blfunc:sinusoid dirkernel:none spkernel:gaussian, chans:chanB, 1.991679072380066, 0.0, 1.2945913970470428, 1.991679072380066 PASSED test_task_imbaseline.py::TestImbaselineOutputs::test_imbaseline_outputs_sinusoid_none_none_chanA TestImbaselineOutputs test. No.037 [blfunc=sinusoid, dirkernel=none, spkernel=none] line blfunc:sinusoid dirkernel:none spkernel:none, chans:chanA, 0.0, 0.0, 0.0, 0.0 cont blfunc:sinusoid dirkernel:none spkernel:none, chans:chanA, 2.0, 2.0, 2.0, 2.0 PASSED test_task_imbaseline.py::TestImbaselineOutputs::test_imbaseline_outputs_sinusoid_none_none_chanB TestImbaselineOutputs test. No.038 [blfunc=sinusoid, dirkernel=none, spkernel=none] line blfunc:sinusoid dirkernel:none spkernel:none, chans:chanB, 0.0, 0.0, 0.0, 0.0 cont blfunc:sinusoid dirkernel:none spkernel:none, chans:chanB, 2.0, 0.0, 1.7, 2.0 PASSED - generated xml file: /home/casatest/casa6/casatestutils/nosedir/xml/test_task_imbaseline/nose.xml - ================= 220 passed, 2 warnings in 2365.25s (0:39:25) ================= ============================= test session starts ============================== platform linux -- Python 3.8.7, pytest-7.4.1, pluggy-1.3.0 -- /usr/local/bin/python3.8 cachedir: .pytest_cache rootdir: /home/casatest/casa6/casatestutils/nosedir/test_task_simobserve configfile: pytest.ini collecting ... collected 78 items test_task_simobserve.py::simobserve_sky::testSky_almaptg Test skymodel simulation: only setpointing (maptype='ALMA') Comparing 105 pointings in 'simobserve_sky/simobserve_sky.alma.out01.ptg.txt' with 'alma.alma.out01.ptg.txt' PASSED test_task_simobserve.py::simobserve_sky::testSky_hexptg Test skymodel simulation: only setpointing (maptype='hexagonal') Comparing 27 pointings in 'simobserve_sky/simobserve_sky.aca.i.ptg.txt' with 'hex.aca.i.ptg.txt' PASSED test_task_simobserve.py::simobserve_sky::testSky_intAll Test skymodel simulation: interferometer Comparing image statistics of 'simobserve_sky/simobserve_sky.alma.out01.skymodel' with reference 'ref_sky.aca.tp.skymodel' Comparing 7 pointings in 'simobserve_sky/simobserve_sky.alma.out01.ptg.txt' with 'ref_sky.alma.out01.ptg.txt' Comparing MS statistics of 'simobserve_sky/simobserve_sky.alma.out01.ms' with reference 'ref_sky.alma.out01.ms' PASSED test_task_simobserve.py::simobserve_sky::testSky_intLeak Test skymodel simulation: only observation (INT) SKIPPED (Previously disabled for unknown reason) test_task_simobserve.py::simobserve_sky::testSky_intObs Test skymodel simulation: only observation (INT) Comparing MS statistics of 'simobserve_sky/simobserve_sky.alma.out01.ms' with reference 'ref_sky.alma.out01.ms' PASSED test_task_simobserve.py::simobserve_sky::testSky_intObs_namedAntlist Test skymodel simulation: observation (INT) with ACA configuration file containing an extra column to indirectly exercise readantenna method of simutil PASSED test_task_simobserve.py::simobserve_sky::testSky_sdAll Test skymodel simulation: single dish Comparing image statistics of 'simobserve_sky/simobserve_sky.aca.tp.skymodel' with reference 'ref_sky.aca.tp.skymodel' Comparing 144 pointings in 'simobserve_sky/simobserve_sky.aca.tp.ptg.txt' with 'ref_sky.aca.tp.ptg.txt' Comparing MS statistics of 'simobserve_sky/simobserve_sky.aca.tp.sd.ms' with reference 'ref_sky.aca.tp.sd.ms' PASSED test_task_simobserve.py::simobserve_sky::testSky_sdObs Test skymodel simulation: only observation (SD) Comparing MS statistics of 'simobserve_sky/simobserve_sky.aca.tp.sd.ms' with reference 'ref_sky.aca.tp.sd.ms' PASSED test_task_simobserve.py::simobserve_sky::testSky_skymodel Test skymodel simulation: only modify model Comparing image statistics of 'simobserve_sky/simobserve_sky.alma.out01.skymodel' with reference 'ref_sky.aca.tp.skymodel' PASSED test_task_simobserve.py::simobserve_sky::testSky_sqptg Test skymodel simulation: only setpointing (maptype='square') Comparing 256 pointings in 'simobserve_sky/simobserve_sky.aca.tp.ptg.txt' with 'square.aca.tp.ptg.txt' PASSED test_task_simobserve.py::simobserve_comp::testComp_almaptg Test complist simulation: only setpointing (maptype='ALMA') Comparing 17 pointings in 'simobserve_comp/simobserve_comp.alma.out01.ptg.txt' with 'alma.alma.out01.ptg.txt' PASSED test_task_simobserve.py::simobserve_comp::testComp_complist Test complist simulation: only generating input model Comparing image statistics of 'simobserve_comp/simobserve_comp.alma.out01.compskymodel' with reference 'ref_comp.alma.out01.compskymodel' PASSED test_task_simobserve.py::simobserve_comp::testComp_hexptg Test complist simulation: only setpointing (maptype='hexagonal') Comparing 3 pointings in 'simobserve_comp/simobserve_comp.aca.i.ptg.txt' with 'hex.aca.i.ptg.txt' PASSED test_task_simobserve.py::simobserve_comp::testComp_intAll Test complist simulation: interferometer Comparing image statistics of 'simobserve_comp/simobserve_comp.alma.out01.compskymodel' with reference 'ref_comp.alma.out01.compskymodel' Comparing 7 pointings in 'simobserve_comp/simobserve_comp.alma.out01.ptg.txt' with 'ref_comp.alma.out01.ptg.txt' Comparing MS statistics of 'simobserve_comp/simobserve_comp.alma.out01.ms' with reference 'ref_comp.alma.out01.ms' PASSED test_task_simobserve.py::simobserve_comp::testComp_intLeak Test complist simulation: only observation (INT) SKIPPED (Previously disabled for unknown reason.) test_task_simobserve.py::simobserve_comp::testComp_intNchan Test complist simulation: interferometer, but with comp_nchan > 1 Comparing image statistics of 'simobserve_comp/simobserve_comp.alma.out01.compskymodel' with reference 'ref_comp.alma.out01.8ch.compskymodel' Comparing 7 pointings in 'simobserve_comp/simobserve_comp.alma.out01.ptg.txt' with 'ref_comp.alma.out01.8ch.ptg.txt' Comparing MS statistics of 'simobserve_comp/simobserve_comp.alma.out01.ms' with reference 'ref_comp.alma.out01.8ch.ms' PASSED test_task_simobserve.py::simobserve_comp::testComp_intObs Test complist simulation: only observation (INT) Comparing MS statistics of 'simobserve_comp/simobserve_comp.alma.out01.ms' with reference 'ref_comp.alma.out01.ms' PASSED test_task_simobserve.py::simobserve_comp::testComp_plp Test plp (spectral dependency) is supported CAS-13776 PASSED test_task_simobserve.py::simobserve_comp::testComp_sdAll Test complist simulation: single dish SKIPPED (Previously disabled with comment: "TEMPORARY discarding due...) test_task_simobserve.py::simobserve_comp::testComp_sdObs Test complist simulation: only observation (SD) SKIPPED (Previously disabled with comment: "TEMPORARY discarding due...) test_task_simobserve.py::simobserve_comp::testComp_sqptg Test complist simulation: only setpointing (maptype='square') Comparing 36 pointings in 'simobserve_comp/simobserve_comp.aca.tp.ptg.txt' with 'square.aca.tp.ptg.txt' PASSED test_task_simobserve.py::simobserve_skycomp::testSC_almaptg Test skymodel + complist simulation: only setpointing (maptype='ALMA') Comparing 105 pointings in 'simobserve_sc/simobserve_sc.alma.out01.ptg.txt' with 'alma.alma.out01.ptg.txt' PASSED test_task_simobserve.py::simobserve_skycomp::testSC_hexptg Test skymodel + complist simulation: only setpointing (maptype='hexagonal') Comparing 27 pointings in 'simobserve_sc/simobserve_sc.aca.i.ptg.txt' with 'hex.aca.i.ptg.txt' PASSED test_task_simobserve.py::simobserve_skycomp::testSC_intAll Test skymodel + complist simulation: interferometer Comparing image statistics of 'simobserve_sc/simobserve_sc.alma.out01.skymodel.flat' with reference 'ref_sky.aca.tp.skymodel.flat' Comparing 7 pointings in 'simobserve_sc/simobserve_sc.alma.out01.ptg.txt' with 'ref_sky.alma.out01.ptg.txt' Comparing MS statistics of 'simobserve_sc/simobserve_sc.alma.out01.ms' with reference 'ref_sky.alma.out01.ms' PASSED test_task_simobserve.py::simobserve_skycomp::testSC_intLeak Test skymodel + complist simulation: only leakage (INT) SKIPPED (Previously disabled for unknown reason.) test_task_simobserve.py::simobserve_skycomp::testSC_intObs Test skymodel + complist simulation: only observation (INT) Comparing MS statistics of 'simobserve_sc/simobserve_sc.alma.out01.ms' with reference 'ref_sky.alma.out01.ms' PASSED test_task_simobserve.py::simobserve_skycomp::testSC_sdAll Test skymodel + complist simulation: single dish SKIPPED (Previously disabled with comment: "TEMPORARY discarding due...) test_task_simobserve.py::simobserve_skycomp::testSC_sdObs Test skymodel + complist simulation: only observation (SD) SKIPPED (Previously disabled with comment: "TEMPORARY discarding due...) test_task_simobserve.py::simobserve_skycomp::testSC_skymodel Test skymodel + complist simulation: only modify model Comparing image statistics of 'simobserve_sc/simobserve_sc.alma.out01.skymodel.flat' with reference 'ref_sky.aca.tp.skymodel.flat' PASSED test_task_simobserve.py::simobserve_skycomp::testSC_sqptg Test skymodel + complist simulation: only setpointing (maptype='square') Comparing 256 pointings in 'simobserve_sc/simobserve_sc.aca.tp.ptg.txt' with 'square.aca.tp.ptg.txt' PASSED test_task_simobserve.py::simobserve_noise::testNZ_intAtm Test INT thermal noise (tsys-atm): standard parameter set SKIPPED (disabled pending change in CAS-12496) test_task_simobserve.py::simobserve_noise::testNZ_intMan Test INT thermal noise (tsys-manual) PASSED test_task_simobserve.py::simobserve_noise::testNZ_sdAtm 2023-09-07 12:18:35 WARN noise::CTPatchedInterp::interpolate In caltable noise_sd.aca.tp.noisy.sd.T.cal_sim_temp (Tf Jones): 2023-09-07 12:18:35 WARN noise::CTPatchedInterp::interpolate+ Insufficient solution channel sampling (nchan=1) for frequency-dependent LINEAR interpolation 2023-09-07 12:18:35 WARN noise::CTPatchedInterp::interpolate+ of calibration for MS spw=0; using NEAREST instead. Test SD thermal noise (tsys-atm): standard parameter set PASSED test_task_simobserve.py::simobserve_noise::testNZ_sdAtm_dnu 2023-09-07 12:18:42 WARN noise::CTPatchedInterp::interpolate In caltable noise_sd.aca.tp.noisy.sd.T.cal_sim_temp (Tf Jones): 2023-09-07 12:18:42 WARN noise::CTPatchedInterp::interpolate+ Insufficient solution channel sampling (nchan=1) for frequency-dependent LINEAR interpolation 2023-09-07 12:18:42 WARN noise::CTPatchedInterp::interpolate+ of calibration for MS spw=0; using NEAREST instead. Test SD thermal noise (tsys-atm): inwidth='1MHz' PASSED test_task_simobserve.py::simobserve_noise::testNZ_sdAtm_el 2023-09-07 12:18:47 WARN noise::CTPatchedInterp::interpolate In caltable noise_sd.aca.tp.noisy.sd.T.cal_sim_temp (Tf Jones): 2023-09-07 12:18:47 WARN noise::CTPatchedInterp::interpolate+ Insufficient solution channel sampling (nchan=1) for frequency-dependent LINEAR interpolation 2023-09-07 12:18:47 WARN noise::CTPatchedInterp::interpolate+ of calibration for MS spw=0; using NEAREST instead. Test SD thermal noise (tsys-atm): elevation = 60 deg PASSED test_task_simobserve.py::simobserve_noise::testNZ_sdAtm_pwv 2023-09-07 12:18:50 WARN noise::CTPatchedInterp::interpolate In caltable noise_sd.aca.tp.noisy.sd.T.cal_sim_temp (Tf Jones): 2023-09-07 12:18:50 WARN noise::CTPatchedInterp::interpolate+ Insufficient solution channel sampling (nchan=1) for frequency-dependent LINEAR interpolation 2023-09-07 12:18:50 WARN noise::CTPatchedInterp::interpolate+ of calibration for MS spw=0; using NEAREST instead. Test SD thermal noise (tsys-atm): pwv = 2.0 PASSED test_task_simobserve.py::simobserve_noise::testNZ_sdAtm_tint 2023-09-07 12:18:56 WARN noise::CTPatchedInterp::interpolate In caltable noise_sd.aca.tp.noisy.sd.T.cal_sim_temp (Tf Jones): 2023-09-07 12:18:56 WARN noise::CTPatchedInterp::interpolate+ Insufficient solution channel sampling (nchan=1) for frequency-dependent LINEAR interpolation 2023-09-07 12:18:56 WARN noise::CTPatchedInterp::interpolate+ of calibration for MS spw=0; using NEAREST instead. Test SD thermal noise (tsys-atm): integration = '2s' PASSED test_task_simobserve.py::simobserve_noise::testNZ_sdMan Test SD thermal noise (tsys-manual): standard parameter set PASSED test_task_simobserve.py::simobserve_noise::testNZ_sdMan_dnu Test SD thermal noise (tsys-manual): inwidth='1MHz' PASSED test_task_simobserve.py::simobserve_noise::testNZ_sdMan_el Test SD thermal noise (tsys-manual): elevation = 60 deg PASSED test_task_simobserve.py::simobserve_noise::testNZ_sdMan_tau Test SD thermal noise (tsys-manual): tau0=1.5 PASSED test_task_simobserve.py::simobserve_noise::testNZ_sdMan_tint Test SD thermal noise (tsys-manual): integration='2s' PASSED test_task_simobserve.py::simobserve_badinputs::testBad_Tground Test bad t_ground SKIPPED (Allowed t_ground values are not checked in casatasks) test_task_simobserve.py::simobserve_badinputs::testBad_Tsky Test bad t_sky SKIPPED (Allowed t_sky values are not checked in casatasks) test_task_simobserve.py::simobserve_badinputs::testBad_antennalist 2023-09-07 12:19:21 SEVERE simobserve::::casa Task simobserve raised an exception of class RuntimeError with the following message: Couldn't find antennalist: badname Test bad antennalist name PASSED test_task_simobserve.py::simobserve_badinputs::testBad_caldirection 2023-09-07 12:19:25 WARN simobserve:::: Illegal reference frame string. Reference string set to DEFAULT Could not understand Direction frame...defaulting to J2000 Could not understand Direction frame...defaulting to J2000 2023-09-07 12:19:33 WARN noise::CTPatchedInterp::interpolate In caltable simobserve_bad.alma.out10.noisy.T.cal_sim_temp (Tf Jones): 2023-09-07 12:19:33 WARN noise::CTPatchedInterp::interpolate+ Insufficient solution channel sampling (nchan=1) for frequency-dependent LINEAR interpolation 2023-09-07 12:19:33 WARN noise::CTPatchedInterp::interpolate+ of calibration for MS spw=0; using NEAREST instead. Test bad caldirection ('J3000' is defaulted to 'J2000') PASSED test_task_simobserve.py::simobserve_badinputs::testBad_calflux 2023-09-07 12:19:38 SEVERE simobserve::::casa Task simobserve raised an exception of class Exception with the following message: can't interpret '5bad' as a CASA quantity Test bad calflux PASSED test_task_simobserve.py::simobserve_badinputs::testBad_comp_nchan Test bad comp_nchan PASSED test_task_simobserve.py::simobserve_badinputs::testBad_complist 2023-09-07 12:19:38 WARN simobserve::simutil::casa Your complist 'badname' could not be found. 2023-09-07 12:19:38 SEVERE simobserve::::casa Task simobserve raised an exception of class Exception with the following message: No sky input found. At least one of skymodel or complist must exist. Test bad complist name PASSED test_task_simobserve.py::simobserve_badinputs::testBad_compwidth 2023-09-07 12:19:45 SEVERE simobserve::::casa Task simobserve raised an exception of class RuntimeError with the following message: Quantum::operator- unequal units 'GHz, 'arcsec' Test bad compwidth PASSED test_task_simobserve.py::simobserve_badinputs::testBad_direction 2023-09-07 12:19:49 WARN simobserve:::: Illegal reference frame string. Reference string set to DEFAULT 2023-09-07 12:19:49 WARN simobserve:::: Illegal reference frame string. Reference string set to DEFAULT Could not understand Direction frame...defaulting to J2000 2023-09-07 12:19:55 WARN simobserve:::: Illegal reference frame string. Reference string set to DEFAULT 2023-09-07 12:19:57 WARN noise::CTPatchedInterp::interpolate In caltable simobserve_bad.alma.out10.noisy.T.cal_sim_temp (Tf Jones): 2023-09-07 12:19:57 WARN noise::CTPatchedInterp::interpolate+ Insufficient solution channel sampling (nchan=1) for frequency-dependent LINEAR interpolation 2023-09-07 12:19:57 WARN noise::CTPatchedInterp::interpolate+ of calibration for MS spw=0; using NEAREST instead. Test bad direction ('J3000' is defaulted to 'J2000') PASSED test_task_simobserve.py::simobserve_badinputs::testBad_graphics Test bad graphics selection SKIPPED (Allowed graphics values are not checked in casatasks) test_task_simobserve.py::simobserve_badinputs::testBad_hourangle 2023-09-07 12:20:04 SEVERE simobserve::::casa Task simobserve raised an exception of class Exception with the following message: Cannot interpret your hourangle parameter badname as a time quantity e.g. '5h', 30min' Test bad hourangle PASSED test_task_simobserve.py::simobserve_badinputs::testBad_inbright 2023-09-07 12:20:04 SEVERE simobserve::::casa Task simobserve raised an exception of class ValueError with the following message: could not convert string to float: '5bad' Test bad inbright PASSED test_task_simobserve.py::simobserve_badinputs::testBad_incell 2023-09-07 12:20:04 SEVERE simobserve:::: Error in QuantumHolder::fromString with input string "5bad": Illegal input units or format 2023-09-07 12:20:04 SEVERE simobserve::::+ in converting quantity 2023-09-07 12:20:04 SEVERE simobserve:::: Exception Reported: Error in QuantumHolder::fromString with input string "5bad": Illegal input units or format 2023-09-07 12:20:04 SEVERE simobserve::::+ in converting quantity 2023-09-07 12:20:04 SEVERE simobserve::::casa Task simobserve raised an exception of class RuntimeError with the following message: Error in QuantumHolder::fromString with input string "5bad": Illegal input units or format 2023-09-07 12:20:04 SEVERE simobserve::::casa+ in converting quantity Test bad incell PASSED test_task_simobserve.py::simobserve_badinputs::testBad_incenter 2023-09-07 12:20:17 WARN noise::CTPatchedInterp::interpolate In caltable simobserve_bad.alma.out10.noisy.T.cal_sim_temp (Tf Jones): 2023-09-07 12:20:17 WARN noise::CTPatchedInterp::interpolate+ Insufficient solution channel sampling (nchan=1) for frequency-dependent LINEAR interpolation 2023-09-07 12:20:17 WARN noise::CTPatchedInterp::interpolate+ of calibration for MS spw=0; using NEAREST instead. Test bad incenter PASSED test_task_simobserve.py::simobserve_badinputs::testBad_indirection 2023-09-07 12:20:17 WARN simobserve:::: Illegal reference frame string. Reference string set to DEFAULT 2023-09-07 12:20:17 WARN simobserve:::: Illegal reference frame string. Reference string set to DEFAULT 2023-09-07 12:20:22 WARN simobserve:::: Illegal reference frame string. Reference string set to DEFAULT Could not understand Direction frame...defaulting to J2000 2023-09-07 12:20:27 WARN simobserve:::: Illegal reference frame string. Reference string set to DEFAULT 2023-09-07 12:20:29 WARN noise::CTPatchedInterp::interpolate In caltable simobserve_bad.alma.out10.noisy.T.cal_sim_temp (Tf Jones): 2023-09-07 12:20:29 WARN noise::CTPatchedInterp::interpolate+ Insufficient solution channel sampling (nchan=1) for frequency-dependent LINEAR interpolation 2023-09-07 12:20:29 WARN noise::CTPatchedInterp::interpolate+ of calibration for MS spw=0; using NEAREST instead. Test bad indirection ('J3000' is defaulted to 'J2000') PASSED test_task_simobserve.py::simobserve_badinputs::testBad_integration 2023-09-07 12:20:37 SEVERE simutil:::: Exception Reported: (src/tools/simulator/simulator_cmpt.cc : 221) Failed AlwaysAssert qIntTime.getValue("s")>=0 2023-09-07 12:20:38 SEVERE simobserve::::casa Task simobserve raised an exception of class RuntimeError with the following message: (src/tools/simulator/simulator_cmpt.cc : 221) Failed AlwaysAssert qIntTime.getValue("s")>=0 Test bad integration PASSED test_task_simobserve.py::simobserve_badinputs::testBad_inwidth 2023-09-07 12:20:52 WARN noise::CTPatchedInterp::interpolate In caltable simobserve_bad.alma.out10.noisy.T.cal_sim_temp (Tf Jones): 2023-09-07 12:20:52 WARN noise::CTPatchedInterp::interpolate+ Insufficient solution channel sampling (nchan=1) for frequency-dependent LINEAR interpolation 2023-09-07 12:20:52 WARN noise::CTPatchedInterp::interpolate+ of calibration for MS spw=0; using NEAREST instead. Test bad inwidth PASSED test_task_simobserve.py::simobserve_badinputs::testBad_leakage Test bad leakage SKIPPED (Allowed leakage values are not checked in casatasks) test_task_simobserve.py::simobserve_badinputs::testBad_mapsize 2023-09-07 12:20:57 SEVERE simobserve::::casa Task simobserve raised an exception of class Exception with the following message: can't interpret '5bad' as a CASA quantity Test bad mapsize PASSED test_task_simobserve.py::simobserve_badinputs::testBad_maptype Test bad maptype SKIPPED (Allowed maptype values are not checked in casatasks.) test_task_simobserve.py::simobserve_badinputs::testBad_noisetype Test bad thermalnoise type SKIPPED (Allowed noisetype values are not checked in casatasks.) test_task_simobserve.py::simobserve_badinputs::testBad_obsmode Test bad obsmode SKIPPED (Allowed obsmode types are not checked in casatasks) test_task_simobserve.py::simobserve_badinputs::testBad_ptgfile 2023-09-07 12:21:02 SEVERE simobserve::::casa Task simobserve raised an exception of class RuntimeError with the following message: Can't find pointing file badname Test bad ptgfile name PASSED test_task_simobserve.py::simobserve_badinputs::testBad_pwv Test bad user_pwv SKIPPED (Allowed user_pwv values are not checked in casatasks) test_task_simobserve.py::simobserve_badinputs::testBad_refdate 2023-09-07 12:21:08 SEVERE simobserve::::casa Task simobserve raised an exception of class RuntimeError with the following message: Invalid reference date 05/21 Test bad refdate PASSED test_task_simobserve.py::simobserve_badinputs::testBad_sdant Test bad sdant (non-numeric sdant) PASSED test_task_simobserve.py::simobserve_badinputs::testBad_sdantlist 2023-09-07 12:21:14 SEVERE simobserve::::casa Task simobserve raised an exception of class RuntimeError with the following message: Couldn't find antennalist: badname Test bad sdantlist name PASSED test_task_simobserve.py::simobserve_badinputs::testBad_skymodel 2023-09-07 12:21:14 WARN simobserve::simutil::casa Your skymodel 'badname' could not be found. 2023-09-07 12:21:14 SEVERE simobserve::::casa Task simobserve raised an exception of class Exception with the following message: No sky input found. At least one of skymodel or complist must exist. Test bad skymodel name PASSED test_task_simobserve.py::simobserve_badinputs::testBad_spacing 2023-09-07 12:21:18 SEVERE simobserve::::casa Task simobserve raised an exception of class Exception with the following message: can't interpret '5bad' as a CASA quantity Test bad pointingspacing PASSED test_task_simobserve.py::simobserve_badinputs::testBad_tau0 Test bad tau0 SKIPPED (Allowed tau0 values are not checked in casatasks) test_task_simobserve.py::simobserve_badinputs::testBad_totaltime 2023-09-07 12:21:25 SEVERE simobserve::::casa Task simobserve raised an exception of class ValueError with the following message: Negative totaltime is not allowed. Test bad totaltime PASSED test_task_simobserve.py::simobserve_badinputs::test_default 2023-09-07 12:21:25 SEVERE simobserve::::casa Task simobserve raised an exception of class Exception with the following message: At least one of skymodel or complist must be set. Test Default parameter set. Neigher skymodel nor complist PASSED test_task_simobserve.py::simobserve_badinputs::test_noProject 2023-09-07 12:21:25 SEVERE simobserve::::casa Task simobserve raised an exception of class FileNotFoundError with the following message: [Errno 2] No such file or directory: '' Test no project name PASSED test_task_simobserve.py::simobserve_badinputs::test_notComp 2023-09-07 12:21:25 SEVERE simutil::componentlist::open Exception Reported: core5ps.skymodel is non existant or is not a componentlist table 2023-09-07 12:21:25 SEVERE simobserve::::casa Task simobserve raised an exception of class RuntimeError with the following message: core5ps.skymodel is non existant or is not a componentlist table Test non-components list complist PASSED test_task_simobserve.py::simobserve_badinputs::test_notImage 2023-09-07 12:21:25 SEVERE simobserve::image::newimagefromfile (file src/tools/image/image_cmpt.cc, line 4110) Exception Reported: Exception: Unable to open image core5ps.clist. 2023-09-07 12:21:25 SEVERE simobserve::image::newimagefromfile (file src/tools/image/image_cmpt.cc, line 4110)+ ... thrown by static casa::ITUPLE casa::ImageFactory::fromFile(const casacore::String&, casacore::Bool) at File: /source/casa6/casatools/src/code/imageanalysis/ImageAnalysis/ImageFactory2.cc, line: 289 2023-09-07 12:21:25 SEVERE simobserve::::casa Task simobserve raised an exception of class RuntimeError with the following message: Exception: Unable to open image core5ps.clist. 2023-09-07 12:21:25 SEVERE simobserve::::casa+ ... thrown by static casa::ITUPLE casa::ImageFactory::fromFile(const casacore::String&, casacore::Bool) at File: /source/casa6/casatools/src/code/imageanalysis/ImageAnalysis/ImageFactory2.cc, line: 289 Test non-image skymodel PASSED test_task_simobserve.py::simobserve_badinputs::test_notPtgfile 2023-09-07 12:21:30 SEVERE simobserve::::casa Task simobserve raised an exception of class Exception with the following message: No valid lines found in pointing file Test nonconforming ptgfile PASSED - generated xml file: /home/casatest/casa6/casatestutils/nosedir/xml/test_task_simobserve/nose.xml - =========================== short test summary info ============================ SKIPPED [1] test_task_simobserve.py:443: Previously disabled for unknown reason SKIPPED [1] test_task_simobserve.py:729: Previously disabled for unknown reason. SKIPPED [1] test_task_simobserve.py:743: Previously disabled with comment: "TEMPORARY discarding due to the bug in simulator. Pending CAS-5095." SKIPPED [1] test_task_simobserve.py:677: Previously disabled with comment: "TEMPORARY discarding due to the bug in simulator. Pending CAS-5095." SKIPPED [1] test_task_simobserve.py:1085: Previously disabled for unknown reason. SKIPPED [1] test_task_simobserve.py:1102: Previously disabled with comment: "TEMPORARY discarding due to the bug in simulator. Pending CAS-5095." SKIPPED [1] test_task_simobserve.py:1030: Previously disabled with comment: "TEMPORARY discarding due to the bug in simulator. Pending CAS-5095." SKIPPED [1] test_task_simobserve.py:1397: disabled pending change in CAS-12496 SKIPPED [1] test_task_simobserve.py:2218: Allowed t_ground values are not checked in casatasks SKIPPED [1] test_task_simobserve.py:2233: Allowed t_sky values are not checked in casatasks SKIPPED [1] test_task_simobserve.py:2277: Allowed graphics values are not checked in casatasks SKIPPED [1] test_task_simobserve.py:2263: Allowed leakage values are not checked in casatasks SKIPPED [1] test_task_simobserve.py:2017: Allowed maptype values are not checked in casatasks. SKIPPED [1] test_task_simobserve.py:2189: Allowed noisetype values are not checked in casatasks. SKIPPED [1] test_task_simobserve.py:2047: Allowed obsmode types are not checked in casatasks SKIPPED [1] test_task_simobserve.py:2203: Allowed user_pwv values are not checked in casatasks SKIPPED [1] test_task_simobserve.py:2248: Allowed tau0 values are not checked in casatasks ============ 61 passed, 17 skipped, 2 warnings in 405.74s (0:06:45) ============ ============================= test session starts ============================== platform linux -- Python 3.8.7, pytest-7.4.1, pluggy-1.3.0 -- /usr/local/bin/python3.8 cachedir: .pytest_cache rootdir: /home/casatest/casa6/casatestutils/nosedir/test_task_fixvis configfile: pytest.ini collecting ... collected 15 items test_task_fixvis.py::fixvis_test1::test1 2023-09-07 12:21:33 WARN fixvis::::casa **ALERT:** Deprecated in CASA 5.9/6.3. Please use task **phaseshift** instead. Test1: Do converted directions in the FIELD table have the right shape? PASSED test_task_fixvis.py::fixvis_test1::test10 2023-09-07 12:21:36 WARN fixvis::::casa **ALERT:** Deprecated in CASA 5.9/6.3. Please use task **phaseshift** instead. 2023-09-07 12:21:36 SEVERE fixvis::::casa Task fixvis raised an exception of class RuntimeError with the following message: Datacolumn CORRECTED_DATA not present Test10: exercise datacolumn parameter - non-existent data column with valid name Testing non-existing datacolumn - expected error *** Expected error *** PASSED test_task_fixvis.py::fixvis_test1::test11 2023-09-07 12:21:39 WARN fixvis::::casa **ALERT:** Deprecated in CASA 5.9/6.3. Please use task **phaseshift** instead. 2023-09-07 12:21:42 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. 2023-09-07 12:21:45 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. Test11: Apply negative phase shift along RA in field 1 (using offset syntax, offset is a time) with only one data column selected PASSED test_task_fixvis.py::fixvis_test1::test12 2023-09-07 12:21:49 WARN fixvis::::casa **ALERT:** Deprecated in CASA 5.9/6.3. Please use task **phaseshift** instead. 2023-09-07 12:21:52 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. 2023-09-07 12:21:56 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. Test12: Apply negative phase shift along RA in field 1 (using offset syntax, offset is a time) w/o scratch columns PASSED test_task_fixvis.py::fixvis_test1::test13 2023-09-07 12:21:57 WARN fixvis::::casa **ALERT:** Deprecated in CASA 5.9/6.3. Please use task **phaseshift** instead. 2023-09-07 12:21:58 WARN fixvis::::casa **ALERT:** Deprecated in CASA 5.9/6.3. Please use task **phaseshift** instead. 2023-09-07 12:22:03 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. 2023-09-07 12:22:05 WARN fixvis::::casa **ALERT:** Deprecated in CASA 5.9/6.3. Please use task **phaseshift** instead. 2023-09-07 12:22:08 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. Test13: Apply large (10 arcmin) phase center shift followed by shift back to original PASSED test_task_fixvis.py::fixvis_test1::test14 2023-09-07 12:22:09 WARN fixvis::::casa **ALERT:** Deprecated in CASA 5.9/6.3. Please use task **phaseshift** instead. 2023-09-07 12:22:12 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. Test14: Apply trivial phase center shift, i.e. none, and use distances (list) parameter to refocus. PASSED test_task_fixvis.py::fixvis_test1::test15 2023-09-07 12:22:13 WARN fixvis::::casa **ALERT:** Deprecated in CASA 5.9/6.3. Please use task **phaseshift** instead. 2023-09-07 12:22:16 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. Test15: Apply trivial phase center shift, i.e. none, and use distances (str) parameter to refocus. PASSED test_task_fixvis.py::fixvis_test1::test2 2023-09-07 12:22:18 WARN fixvis::::casa **ALERT:** Deprecated in CASA 5.9/6.3. Please use task **phaseshift** instead. 2023-09-07 12:22:20 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. Test2: Apply trivial phase center shift, i.e. none. PASSED test_task_fixvis.py::fixvis_test1::test3 2023-09-07 12:22:22 WARN fixvis::::casa **ALERT:** Deprecated in CASA 5.9/6.3. Please use task **phaseshift** instead. 2023-09-07 12:22:25 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. Test3: Apply positive phase center shift along DEC. PASSED test_task_fixvis.py::fixvis_test1::test4 2023-09-07 12:22:26 WARN fixvis::::casa **ALERT:** Deprecated in CASA 5.9/6.3. Please use task **phaseshift** instead. 2023-09-07 12:22:29 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. Test4: Apply negative phase center shift along DEC using offset syntax. PASSED test_task_fixvis.py::fixvis_test1::test5 2023-09-07 12:22:30 WARN fixvis::::casa **ALERT:** Deprecated in CASA 5.9/6.3. Please use task **phaseshift** instead. 2023-09-07 12:22:33 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. Test5: Apply positive phase center shift along RA. PASSED test_task_fixvis.py::fixvis_test1::test6 2023-09-07 12:22:36 WARN fixvis::::casa **ALERT:** Deprecated in CASA 5.9/6.3. Please use task **phaseshift** instead. 2023-09-07 12:22:40 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. Test6: Apply negative phase shift along RA using offset syntax (offset is an angle). PASSED test_task_fixvis.py::fixvis_test1::test7 2023-09-07 12:22:41 WARN fixvis::::casa **ALERT:** Deprecated in CASA 5.9/6.3. Please use task **phaseshift** instead. 2023-09-07 12:22:44 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. 2023-09-07 12:22:47 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. Test7: Apply negative phase shift along RA in field 1 (using offset syntax, offset is a time), no shift in field 0. PASSED test_task_fixvis.py::fixvis_test1::test8 2023-09-07 12:22:49 WARN fixvis::::casa **ALERT:** Deprecated in CASA 5.9/6.3. Please use task **phaseshift** instead. 2023-09-07 12:22:53 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. Test8: Apply negative phase shift along RA in field 0 (using offset syntax, offset is a time), execise datacolumn par = corrected PASSED test_task_fixvis.py::fixvis_test1::test9 2023-09-07 12:22:54 WARN fixvis::::casa **ALERT:** Deprecated in CASA 5.9/6.3. Please use task **phaseshift** instead. 2023-09-07 12:22:56 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. Test9: Apply negative phase shift along RA in field 0 (using offset syntax, offset is a time), exercise datacolumn parameter. PASSED - generated xml file: /home/casatest/casa6/casatestutils/nosedir/xml/test_task_fixvis/nose.xml - ================== 15 passed, 2 warnings in 87.39s (0:01:27) =================== ============================= test session starts ============================== platform linux -- Python 3.8.7, pytest-7.4.1, pluggy-1.3.0 -- /usr/local/bin/python3.8 cachedir: .pytest_cache rootdir: /home/casatest/casa6/casatestutils/nosedir/test_task_imcollapse configfile: pytest.ini collecting ... collected 21 items test_task_imcollapse.py::imcollapse_test::test_1 imcollapse: average full image collapse along axis 0 PASSED test_task_imcollapse.py::imcollapse_test::test_2 imcollapse: average full image collapse along axis 2 PASSED test_task_imcollapse.py::imcollapse_test::test_3 imcollapse: average full image collapse along axis 2 and check output overwritability PASSED test_task_imcollapse.py::imcollapse_test::test_6 imcollapse: memory only images can be collapsed PASSED test_task_imcollapse.py::imcollapse_test::test_7 imcollapse: verify collapsing along multiple axes works PASSED test_task_imcollapse.py::imcollapse_test::test_8 imcollapse: test both OTF and permanent masking works PASSED test_task_imcollapse.py::imcollapse_test::test_CAS3737 imcollapse: test tabular spectral axis has correct collapsed reference value PASSED test_task_imcollapse.py::imcollapse_test::test_CAS_10938 Verify fix for CAS-10938, ia.collapse can compute median for large images of all noise PASSED test_task_imcollapse.py::imcollapse_test::test_CAS_11230 Verify output image has correct shape when 0,0 included in region box PASSED test_task_imcollapse.py::imcollapse_test::test_CAS_3418 imcollapse: Test separate code for median due to performance issues PASSED test_task_imcollapse.py::imcollapse_test::test_beams 2023-09-07 12:23:10 WARN ImageCollapser::_doMultipleBeams Input image has per plane beams but the collapse is not done exclusively along the direction axes. The output image will arbitrarily have a single beam which is the first beam available in the subimage.Thus, the image planes will not be convolved to a common restoring beam before collapsing. If, however, this is desired, then run the task imsmooth or the tool method ia.convolve2d() first, and use the output image of that as the input for collapsing. test per plane beams PASSED test_task_imcollapse.py::imcollapse_test::test_complex Test support for complex valued images PASSED test_task_imcollapse.py::imcollapse_test::test_exceptions 2023-09-07 12:23:10 SEVERE imcollapse::image::collapse (file src/tools/image/image_cmpt.cc, line 712) Exception Reported: Unknown aggregate function specified by bogus function at File: /source/casa6/casatools/src/code/imageanalysis/ImageAnalysis/ImageCollapserData.cc, line: 84 2023-09-07 12:23:10 SEVERE imcollapse::::casa Task imcollapse raised an exception of class RuntimeError with the following message: Unknown aggregate function specified by bogus function at File: /source/casa6/casatools/src/code/imageanalysis/ImageAnalysis/ImageCollapserData.cc, line: 84 2023-09-07 12:23:10 SEVERE imcollapse::::casa Task imcollapse raised an exception of class RuntimeError with the following message: outfile must be specified 2023-09-07 12:23:10 SEVERE imcollapse::::casa Task imcollapse raised an exception of class RuntimeError with the following message: outfile must be specified 2023-09-07 12:23:10 SEVERE imcollapse::::casa Task imcollapse raised an exception of class RuntimeError with the following message: outfile must be specified 2023-09-07 12:23:10 SEVERE imcollapse::::casa Task imcollapse raised an exception of class RuntimeError with the following message: outfile must be specified 2023-09-07 12:23:10 SEVERE imcollapse::::casa Task imcollapse raised an exception of class RuntimeError with the following message: outfile must be specified imcollapse: Test various exception cases PASSED test_task_imcollapse.py::imcollapse_test::test_flux 2023-09-07 12:23:10 SEVERE image::collapse (file src/tools/image/image_cmpt.cc, line 712) Exception Reported: Unable to calculate flux density: [] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageCollapser.tcc, line: 433 Test flux function PASSED test_task_imcollapse.py::imcollapse_test::test_history Test history record is written PASSED test_task_imcollapse.py::imcollapse_test::test_median Test median when collapsing along multiple axes PASSED test_task_imcollapse.py::imcollapse_test::test_region imcollapse: Test region PASSED test_task_imcollapse.py::imcollapse_test::test_sqrtsum Test sqrtsum function PASSED test_task_imcollapse.py::imcollapse_test::test_sqrtsum_npix Test sqrtsum function PASSED test_task_imcollapse.py::imcollapse_test::test_sqrtsum_npix_beam Test sqrtsum function PASSED test_task_imcollapse.py::imcollapse_test::test_stretch imcollapse: Test stretch parameter PASSED - generated xml file: /home/casatest/casa6/casatestutils/nosedir/xml/test_task_imcollapse/nose.xml - ======================= 21 passed, 2 warnings in 13.49s ======================== ============================= test session starts ============================== platform linux -- Python 3.8.7, pytest-7.4.1, pluggy-1.3.0 -- /usr/local/bin/python3.8 cachedir: .pytest_cache rootdir: /home/casatest/casa6/casatestutils/nosedir/test_task_imval configfile: pytest.ini collecting ... collected 31 items test_task_imval.py::imval_test::test_array 2023-09-07 12:23:14 SEVERE imval::CasacRegionManager::_setPolarizationRanges (Sub)String 0 in stokes specification part 0 does not match a known polarization. 2023-09-07 12:23:14 SEVERE imval::regionmanager::frombcs Exception Reported: 2023-09-07 12:23:14 SEVERE imval::CasacRegionManager::_setPolarizationRanges (Sub)String 0 in stokes specification part 0 does not match a known polarization. 2023-09-07 12:23:14 SEVERE imval::::casa Task imval raised an exception of class RuntimeError with the following message: 2023-09-07 12:23:14 SEVERE imval::CasacRegionManager::_setPolarizationRanges (Sub)String 0 in stokes specification part 0 does not match a known polarization. Imval: array values Starting ARRAY RESULTS tests. PASSED test_task_imval.py::imval_test::test_coord_return Test returned coordinates CAS-2651 PASSED test_task_imval.py::imval_test::test_inputBox Test with valid box inputs Starting imval INPUT/OUTPUT tests. Performing input/output tests on imagename, errors WILL occur. Performing input/output tests on "chans", errors WILL occur. PASSED test_task_imval.py::imval_test::test_inputBoxLargeRangeX 2023-09-07 12:23:15 SEVERE imval::CasacRegionManager::_fromBCS trc in box spec is greater than or equal to number of direction coordinate pixels in the image 2023-09-07 12:23:15 SEVERE imval::regionmanager::frombcs Exception Reported: 2023-09-07 12:23:15 SEVERE imval::CasacRegionManager::_fromBCS trc in box spec is greater than or equal to number of direction coordinate pixels in the image 2023-09-07 12:23:15 SEVERE imval::::casa Task imval raised an exception of class RuntimeError with the following message: 2023-09-07 12:23:15 SEVERE imval::CasacRegionManager::_fromBCS trc in box spec is greater than or equal to number of direction coordinate pixels in the image Test with large values for x in the box Starting imval INPUT/OUTPUT tests. Performing input/output tests on imagename, errors WILL occur. PASSED test_task_imval.py::imval_test::test_inputBoxLargeY0 2023-09-07 12:23:15 SEVERE imval::regionmanager::frombcs Exception Reported: LCBox::LCBox - blc [0, 110, 0, 0] must be <= trc [0, 10, 0, 29] 2023-09-07 12:23:15 SEVERE imval::::casa Task imval raised an exception of class RuntimeError with the following message: LCBox::LCBox - blc [0, 110, 0, 0] must be <= trc [0, 10, 0, 29] Test when the first y value in the box is larger Starting imval INPUT/OUTPUT tests. Performing input/output tests on imagename, errors WILL occur. PASSED test_task_imval.py::imval_test::test_inputBoxNegativeX 2023-09-07 12:23:15 SEVERE imval::CasacRegionManager::_fromBCS blc in box spec is less than 0 2023-09-07 12:23:15 SEVERE imval::regionmanager::frombcs Exception Reported: 2023-09-07 12:23:15 SEVERE imval::CasacRegionManager::_fromBCS blc in box spec is less than 0 2023-09-07 12:23:15 SEVERE imval::::casa Task imval raised an exception of class RuntimeError with the following message: 2023-09-07 12:23:15 SEVERE imval::CasacRegionManager::_fromBCS blc in box spec is less than 0 Test when negative x value is given in the box parameter Starting imval INPUT/OUTPUT tests. Performing input/output tests on imagename, errors WILL occur. PASSED test_task_imval.py::imval_test::test_inputBoxNegativeY 2023-09-07 12:23:15 SEVERE imval::CasacRegionManager::_fromBCS blc in box spec is less than 0 2023-09-07 12:23:15 SEVERE imval::regionmanager::frombcs Exception Reported: 2023-09-07 12:23:15 SEVERE imval::CasacRegionManager::_fromBCS blc in box spec is less than 0 2023-09-07 12:23:15 SEVERE imval::::casa Task imval raised an exception of class RuntimeError with the following message: 2023-09-07 12:23:15 SEVERE imval::CasacRegionManager::_fromBCS blc in box spec is less than 0 Test when negative y value is given in the box parameter Starting imval INPUT/OUTPUT tests. Performing input/output tests on imagename, errors WILL occur. PASSED test_task_imval.py::imval_test::test_inputChans10 Test valid channel input Starting imval INPUT/OUTPUT tests. Performing input/output tests on imagename, errors WILL occur. Performing input/output tests on "stokes", errors WILL occur. PASSED test_task_imval.py::imval_test::test_inputChans50 2023-09-07 12:23:15 SEVERE imval::regionmanager::frombcs Exception Reported: Exception: Zero-based max channel 50 must be less than the total number of channels (30) in the channel specification 50. 2023-09-07 12:23:15 SEVERE imval::regionmanager::frombcs+ ... thrown by static std::vector casa::ParameterParser::spectralRangesFromChans(casacore::uInt&, const casacore::String&, casacore::uInt) at File: /source/casa6/casatools/src/code/imageanalysis/IO/ParameterParser.cc, line: 183 2023-09-07 12:23:15 SEVERE imval::::casa Task imval raised an exception of class RuntimeError with the following message: Exception: Zero-based max channel 50 must be less than the total number of channels (30) in the channel specification 50. 2023-09-07 12:23:15 SEVERE imval::::casa+ ... thrown by static std::vector casa::ParameterParser::spectralRangesFromChans(casacore::uInt&, const casacore::String&, casacore::uInt) at File: /source/casa6/casatools/src/code/imageanalysis/IO/ParameterParser.cc, line: 183 Test out of range channel value Starting imval INPUT/OUTPUT tests. Performing input/output tests on imagename, errors WILL occur. PASSED test_task_imval.py::imval_test::test_inputFloatVal Test when a float/invalid file is given as the input Starting imval INPUT/OUTPUT tests. Performing input/output tests on imagename, errors WILL occur. PASSED test_task_imval.py::imval_test::test_inputGoodRegionFile 2023-09-07 12:23:15 WARN imval::::casa Complex region found, only processing the first SIMPLE region found Test region seleciton with good region file Starting imval INPUT/OUTPUT tests. Performing input/output tests on imagename, errors WILL occur. PASSED test_task_imval.py::imval_test::test_inputLargeRangeY 2023-09-07 12:23:15 SEVERE imval::CasacRegionManager::_fromBCS trc in box spec is greater than or equal to number of direction coordinate pixels in the image 2023-09-07 12:23:15 SEVERE imval::regionmanager::frombcs Exception Reported: 2023-09-07 12:23:15 SEVERE imval::CasacRegionManager::_fromBCS trc in box spec is greater than or equal to number of direction coordinate pixels in the image 2023-09-07 12:23:15 SEVERE imval::::casa Task imval raised an exception of class RuntimeError with the following message: 2023-09-07 12:23:15 SEVERE imval::CasacRegionManager::_fromBCS trc in box spec is greater than or equal to number of direction coordinate pixels in the image Test with large values of y in the box Starting imval INPUT/OUTPUT tests. Performing input/output tests on imagename, errors WILL occur. PASSED test_task_imval.py::imval_test::test_inputModifiedRegionFile 2023-09-07 12:23:15 SEVERE imval::regionmanager::frombcs Exception Reported: garbage.rgn is neither a valid binary region file, nor a valid region text file. at File: /source/casa6/casatools/src/code/imageanalysis/Regions/CasacRegionManager.cc, line: 428 2023-09-07 12:23:15 SEVERE imval::::casa Task imval raised an exception of class RuntimeError with the following message: garbage.rgn is neither a valid binary region file, nor a valid region text file. at File: /source/casa6/casatools/src/code/imageanalysis/Regions/CasacRegionManager.cc, line: 428 Test with modified bad region file Starting imval INPUT/OUTPUT tests. Performing input/output tests on imagename, errors WILL occur. PASSED test_task_imval.py::imval_test::test_inputNegativeChans 2023-09-07 12:23:15 SEVERE imval::regionmanager::frombcs Exception Reported: Invalid channel specification in -3 of spec -3 at File: /source/casa6/casatools/src/code/imageanalysis/IO/ParameterParser.cc, line: 173 2023-09-07 12:23:15 SEVERE imval::::casa Task imval raised an exception of class RuntimeError with the following message: Invalid channel specification in -3 of spec -3 at File: /source/casa6/casatools/src/code/imageanalysis/IO/ParameterParser.cc, line: 173 Test when the given channels are negative Starting imval INPUT/OUTPUT tests. Performing input/output tests on imagename, errors WILL occur. PASSED test_task_imval.py::imval_test::test_inputNoInputImage Test when no image is provided Starting imval INPUT/OUTPUT tests. Performing input/output tests on imagename, errors WILL occur. PASSED test_task_imval.py::imval_test::test_inputRealInputImage 2023-09-07 12:23:15 SEVERE imval::image::open (file src/tools/image/image_cmpt.cc, line 4208) Exception Reported: Exception: Unable to open image n4826_bima_test.rgn. 2023-09-07 12:23:15 SEVERE imval::image::open (file src/tools/image/image_cmpt.cc, line 4208)+ ... thrown by static casa::ITUPLE casa::ImageFactory::fromFile(const casacore::String&, casacore::Bool) at File: /source/casa6/casatools/src/code/imageanalysis/ImageAnalysis/ImageFactory2.cc, line: 289 2023-09-07 12:23:15 SEVERE imval::::casa Task imval raised an exception of class RuntimeError with the following message: Unable to determine the axes of image: n4826_bima_test.rgn Test when .rgn file is used as input instead of Image Starting imval INPUT/OUTPUT tests. Performing input/output tests on imagename, errors WILL occur. PASSED test_task_imval.py::imval_test::test_inputRegion 2023-09-07 12:23:15 SEVERE imval::::casa Task imval raised an exception of class AttributeError with the following message: 'list' object has no attribute 'replace' Test when given region array Starting imval INPUT/OUTPUT tests. Performing input/output tests on imagename, errors WILL occur. PASSED test_task_imval.py::imval_test::test_inputRegionFile 2023-09-07 12:23:15 SEVERE imval::regionmanager::frombcs Exception Reported: Unable to open region file or region table description garbage.rgn. 2023-09-07 12:23:15 SEVERE imval::regionmanager::frombcs+ If it is supposed to be a text string its format is incorrect at File: /source/casa6/casatools/src/code/imageanalysis/Regions/CasacRegionManager.cc, line: 497 2023-09-07 12:23:15 SEVERE imval::::casa Task imval raised an exception of class RuntimeError with the following message: Unable to open region file or region table description garbage.rgn. 2023-09-07 12:23:15 SEVERE imval::::casa+ If it is supposed to be a text string its format is incorrect at File: /source/casa6/casatools/src/code/imageanalysis/Regions/CasacRegionManager.cc, line: 497 Test when given a bad region file Starting imval INPUT/OUTPUT tests. Performing input/output tests on imagename, errors WILL occur. PASSED test_task_imval.py::imval_test::test_inputStokes0 Test with 0 given as stokes value Starting imval INPUT/OUTPUT tests. Performing input/output tests on imagename, errors WILL occur. PASSED test_task_imval.py::imval_test::test_inputStokesI Test with valid stokes input I Starting imval INPUT/OUTPUT tests. Performing input/output tests on imagename, errors WILL occur. Performing input/output tests on "region", errors WILL occur. PASSED test_task_imval.py::imval_test::test_inputStokesQ 2023-09-07 12:23:15 SEVERE imval::regionmanager::frombcs Exception Reported: LCBox::LCBox - blc [128, 128, 0, 0] must be <= trc [128, 128, -2147483648, 29] 2023-09-07 12:23:15 SEVERE imval::::casa Task imval raised an exception of class RuntimeError with the following message: LCBox::LCBox - blc [128, 128, 0, 0] must be <= trc [128, 128, -2147483648, 29] Test with stokes Q Starting imval INPUT/OUTPUT tests. Performing input/output tests on imagename, errors WILL occur. PASSED test_task_imval.py::imval_test::test_inputn4826_bima Test with real image file n4826_bima Starting imval INPUT/OUTPUT tests. Performing input/output tests on imagename, errors WILL occur. Performing input/output tests on "box", errors WILL occur. PASSED test_task_imval.py::imval_test::test_non_rect_region 2023-09-07 12:23:16 WARN imval::CasacRegionManager::fromBCS Stokes cannot be determined because this region type is not handled yet. But chances are very good this is no need to be alarmed. 2023-09-07 12:23:16 WARN imval:::: Stokes cannot be determined because this region type is not handled yet. But chances are very good this is no need to be alarmed. 2023-09-07 12:23:16 WARN imval:::: Stokes cannot be determined because this region type is not handled yet. But chances are very good this is no need to be alarmed. verify imval works on non-rectangular regions, CAS-5734 PASSED test_task_imval.py::imval_test::test_pv Test fix so imval works with pv images, CAS-7573 PASSED test_task_imval.py::imval_test::test_singlePointBottomLeft Test box selection at bottom left PASSED test_task_imval.py::imval_test::test_singlePointBottomRight Test box seleciton at bottom right PASSED test_task_imval.py::imval_test::test_singlePointLastChanStokes Test box seleciton with max stokes and chans PASSED test_task_imval.py::imval_test::test_singlePointRandom Test selection a single random point PASSED test_task_imval.py::imval_test::test_singlePointSecondRandom Test selecting another single random point PASSED test_task_imval.py::imval_test::test_singlePointTopLeft Test box selection at top left PASSED test_task_imval.py::imval_test::test_singlePointTopRight Test box selection at top right PASSED - generated xml file: /home/casatest/casa6/casatestutils/nosedir/xml/test_task_imval/nose.xml - ======================== 31 passed, 2 warnings in 3.95s ======================== ============================= test session starts ============================== platform linux -- Python 3.8.7, pytest-7.4.1, pluggy-1.3.0 -- /usr/local/bin/python3.8 cachedir: .pytest_cache rootdir: /home/casatest/casa6/casatestutils/nosedir/test_task_splattotable configfile: pytest.ini collecting ... collected 2 items test_task_splattotable.py::splattotable_test::test_exceptions 2023-09-07 12:23:19 SEVERE Exception Reports: Output table name cannot be blank. 2023-09-07 12:23:19 SEVERE splattotable::::casa Task splattotable raised an exception of class ValueError with the following message: table must be specified. 2023-09-07 12:23:19 SEVERE ListConverter::_parseLists bad format for line 1 in file splattotable_list2.txt 2023-09-07 12:23:19 SEVERE Exception Reports: 2023-09-07 12:23:19 SEVERE ListConverter::_parseLists bad format for line 1 in file splattotable_list2.txt 2023-09-07 12:23:19 SEVERE splattotable::ListConverter::_parseLists bad format for line 1 in file splattotable_list2.txt 2023-09-07 12:23:19 SEVERE splattotable:::: Exception Reports: 2023-09-07 12:23:19 SEVERE splattotable::ListConverter::_parseLists bad format for line 1 in file splattotable_list2.txt 2023-09-07 12:23:19 SEVERE splattotable::::casa Task splattotable raised an exception of class RuntimeError with the following message: 2023-09-07 12:23:19 SEVERE splattotable::ListConverter::_parseLists bad format for line 1 in file splattotable_list2.txt 2023-09-07 12:23:19 SEVERE Exception Reports: RegularFile: foo/bar/myout does not exist and cannot be created 2023-09-07 12:23:19 SEVERE splattotable:::: Exception Reports: RegularFile: foo/bar/myout does not exist and cannot be created 2023-09-07 12:23:19 SEVERE splattotable::::casa Task splattotable raised an exception of class RuntimeError with the following message: RegularFile: foo/bar/myout does not exist and cannot be created splattotable: Test various exception cases PASSED test_task_splattotable.py::splattotable_test::test_good_list splattotable: Test converting a good list PASSED - generated xml file: /home/casatest/casa6/casatestutils/nosedir/xml/test_task_splattotable/nose.xml - ======================== 2 passed, 2 warnings in 3.15s ========================= ============================= test session starts ============================== platform linux -- Python 3.8.7, pytest-7.4.1, pluggy-1.3.0 -- /usr/local/bin/python3.8 cachedir: .pytest_cache rootdir: /home/casatest/casa6/casatestutils/nosedir/test_task_rmtables configfile: pytest.ini collecting ... collected 6 items test_task_rmtables.py::rmtables_test::test_cacheCAL test_cacheCAL ----------------- This test checks that rmtables will remove a CAL table and its cached information. The first assert checks that the copy of the CAL table is removed and the second checks that the cache is empty PASSED test_task_rmtables.py::rmtables_test::test_cacheIMG test_cacheIMG ----------------- This test checks that rmtables will remove an image and its cached information. The first assert checks that the copy of the image is removed and the second checks that the cache is empty PASSED test_task_rmtables.py::rmtables_test::test_cacheMS test_cacheMS ----------------- This test checks that rmtables will remove a MS and its cached information. The first assert checks that the copy of the MS is removed and the second checks that the cache is empty PASSED test_task_rmtables.py::rmtables_test::test_removeCAL test_removeCAL --------------------- This test checks to make sure that a copy of a calibration table is removed by rmtables, and that the cache is clear after. The first assert checks that the path the the copy no longer exists, while the second checks the the length of the casa cache PASSED test_task_rmtables.py::rmtables_test::test_removeIMG test_removeIMG -------------------- This test checks to make sure that a copy of a casa image is removed by rmtables, and that the cache is clear after. The first assert checks that the path to the copy no longer exists, while the second checks the length of the casa cache PASSED test_task_rmtables.py::rmtables_test::test_removeMS test_removeMS ----------------- This test checks to make sure that a copy of the mesurement set is removed by rmtables, and that the cache is clear after. The first assert checks that the path to the copy no longer exists, while the second checks the length of the casa cache PASSED - generated xml file: /home/casatest/casa6/casatestutils/nosedir/xml/test_task_rmtables/nose.xml - ======================== 6 passed, 2 warnings in 1.76s ========================= ============================= test session starts ============================== platform linux -- Python 3.8.7, pytest-7.4.1, pluggy-1.3.0 -- /usr/local/bin/python3.8 cachedir: .pytest_cache rootdir: /home/casatest/casa6/casatestutils/nosedir/test_task_impbcor configfile: pytest.ini collecting ... collected 9 items test_task_impbcor.py::impbcor_test::test_4d_image_with_2d_pb impbcor: Test full image divide with cutoff. Primary beam is 2 D, image is 4 D PASSED test_task_impbcor.py::impbcor_test::test_diff_spectral_coordinate Verify fix that a different spectral coordinates in target and template don't matter, CAS-5096 PASSED test_task_impbcor.py::impbcor_test::test_empty_region_and_stokes Test specifying stokes with empty region works (CAS-11708) PASSED test_task_impbcor.py::impbcor_test::test_exceptions 2023-09-07 12:23:27 SEVERE impbcor::image::pbcor (file src/tools/image/image_cmpt.cc, line 4289) Exception Reported: Exception: The image filename is empty. 2023-09-07 12:23:27 SEVERE impbcor::image::pbcor (file src/tools/image/image_cmpt.cc, line 4289)+ ... thrown by static void casacore::ImageUtilities::openImage(casacore::ImageInterface*&, const casacore::String&) [with T = float] at File: /source/casainstall/include/casacore/images/Images/ImageUtilities2.tcc, line: 255 2023-09-07 12:23:27 SEVERE impbcor::::casa Task impbcor raised an exception of class RuntimeError with the following message: Exception: The image filename is empty. 2023-09-07 12:23:27 SEVERE impbcor::::casa+ ... thrown by static void casacore::ImageUtilities::openImage(casacore::ImageInterface*&, const casacore::String&) [with T = float] at File: /source/casainstall/include/casacore/images/Images/ImageUtilities2.tcc, line: 255 2023-09-07 12:23:27 SEVERE impbcor::image::pbcor (file src/tools/image/image_cmpt.cc, line 4289) Exception Reported: Exception: File 'totally_bogus2' does not exist. 2023-09-07 12:23:27 SEVERE impbcor::image::pbcor (file src/tools/image/image_cmpt.cc, line 4289)+ ... thrown by static void casacore::ImageUtilities::openImage(casacore::ImageInterface*&, const casacore::String&) [with T = float] at File: /source/casainstall/include/casacore/images/Images/ImageUtilities2.tcc, line: 260 2023-09-07 12:23:27 SEVERE impbcor::::casa Task impbcor raised an exception of class RuntimeError with the following message: Exception: File 'totally_bogus2' does not exist. 2023-09-07 12:23:27 SEVERE impbcor::::casa+ ... thrown by static void casacore::ImageUtilities::openImage(casacore::ImageInterface*&, const casacore::String&) [with T = float] at File: /source/casainstall/include/casacore/images/Images/ImageUtilities2.tcc, line: 260 2023-09-07 12:23:27 SEVERE impbcor::ImageInputProcessor::_process Requested output image /bogusplace/bogusimage cannot be created so will not be written 2023-09-07 12:23:27 SEVERE impbcor::image::pbcor (file src/tools/image/image_cmpt.cc, line 4289) Exception Reported: 2023-09-07 12:23:27 SEVERE impbcor::ImageInputProcessor::_process Requested output image /bogusplace/bogusimage cannot be created so will not be written 2023-09-07 12:23:27 SEVERE impbcor::::casa Task impbcor raised an exception of class RuntimeError with the following message: 2023-09-07 12:23:27 SEVERE impbcor::ImageInputProcessor::_process Requested output image /bogusplace/bogusimage cannot be created so will not be written 2023-09-07 12:23:27 WARN impbcor:::: /home/casatest/casa6/casatestutils/nosedir/test_task_impbcor/pbtest1_im.fits is not a valid or readable table 2023-09-07 12:23:27 SEVERE impbcor:::: Cannot read image /home/casatest/casa6/casatestutils/nosedir/test_task_impbcor/pbtest1_im.fits to get region bogus_region 2023-09-07 12:23:27 SEVERE impbcor::image::pbcor (file src/tools/image/image_cmpt.cc, line 4289) Exception Reported: Unable to open region file or region table description bogus_region in image /home/casatest/casa6/casatestutils/nosedir/test_task_impbcor/pbtest1_im.fits at File: /source/casa6/casatools/src/code/imageanalysis/Regions/CasacRegionManager.cc, line: 486 2023-09-07 12:23:27 SEVERE impbcor::::casa Task impbcor raised an exception of class RuntimeError with the following message: Unable to open region file or region table description bogus_region in image /home/casatest/casa6/casatestutils/nosedir/test_task_impbcor/pbtest1_im.fits at File: /source/casa6/casatools/src/code/imageanalysis/Regions/CasacRegionManager.cc, line: 486 2023-09-07 12:23:27 SEVERE impbcor::image::pbcor (file src/tools/image/image_cmpt.cc, line 4289) Exception Reported: Unknown mode zz 2023-09-07 12:23:27 SEVERE impbcor::::casa Task impbcor raised an exception of class RuntimeError with the following message: Unknown mode zz 2023-09-07 12:23:27 SEVERE impbcor::image::pbcor (file src/tools/image/image_cmpt.cc, line 4289) Exception Reported: Coordinate systems of image and template are different: The DirectionCoordinates have differing LinearXform components at File: /source/casa6/casatools/src/code/imageanalysis/ImageAnalysis/ImagePrimaryBeamCorrector.cc, line: 141 2023-09-07 12:23:27 SEVERE impbcor::::casa Task impbcor raised an exception of class RuntimeError with the following message: Coordinate systems of image and template are different: The DirectionCoordinates have differing LinearXform components at File: /source/casa6/casatools/src/code/imageanalysis/ImageAnalysis/ImagePrimaryBeamCorrector.cc, line: 141 impbcor: Test various exception cases PASSED test_task_impbcor.py::impbcor_test::test_full_image_divide impbcor: Test full image divide PASSED test_task_impbcor.py::impbcor_test::test_full_image_using_cutoff impbcor: Test full image divide with cutoff PASSED test_task_impbcor.py::impbcor_test::test_history Test history records are written PASSED test_task_impbcor.py::impbcor_test::test_multiply impbcor: Test full image multiply with cutoff. Primary beam is 2 D, image is 4 D PASSED test_task_impbcor.py::impbcor_test::test_stretch 2023-09-07 12:23:31 SEVERE impbcor::image::pbcor (file src/tools/image/image_cmpt.cc, line 4289) Exception Reported: The input image shape ([113, 76, 5, 2]) and mask shape ([113, 76, 1, 1]) are different, and it was specified that the mask should not be extended, so the mask cannot be applied to the (sub)image. Specifying that the mask should be extended may resolve the issue at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/SubImageFactory.tcc, line: 306 2023-09-07 12:23:31 SEVERE impbcor::::casa Task impbcor raised an exception of class RuntimeError with the following message: The input image shape ([113, 76, 5, 2]) and mask shape ([113, 76, 1, 1]) are different, and it was specified that the mask should not be extended, so the mask cannot be applied to the (sub)image. Specifying that the mask should be extended may resolve the issue at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/SubImageFactory.tcc, line: 306 impbcor(): Test stretch parameter PASSED - generated xml file: /home/casatest/casa6/casatestutils/nosedir/xml/test_task_impbcor/nose.xml - ======================== 9 passed, 2 warnings in 8.68s ========================= ============================= test session starts ============================== platform linux -- Python 3.8.7, pytest-7.4.1, pluggy-1.3.0 -- /usr/local/bin/python3.8 cachedir: .pytest_cache rootdir: /home/casatest/casa6/casatestutils/nosedir/test_task_uvcontsub_old configfile: pytest.ini collecting ... collected 6 items test_task_uvcontsub_old.py::zeroth::test_zeroth 2023-09-07 12:23:35 WARN uvcontsub_old::::casa This task is deprecated and will be removed in an upcoming release. 2023-09-07 12:23:35 WARN calibrater::setvi(bool,bool) Forcing use of OLD VisibilityIterator. Running uvcontsub_old Continuum estimate in line-free region Continuum estimate in line region Continuum-subtracted data in line-free region Continuum-subtracted data in line region Non-empty pointing table (for MMS case) PASSED test_task_uvcontsub_old.py::fourth::test_fourth 2023-09-07 12:23:40 WARN uvcontsub_old::::casa This task is deprecated and will be removed in an upcoming release. 2023-09-07 12:23:40 WARN calibrater::setvi(bool,bool) Already using OLD VisibilityIterator. Running uvcontsub_old Continuum estimate Continuum-subtracted data PASSED test_task_uvcontsub_old.py::combspw::test_combspw 2023-09-07 12:23:48 WARN uvcontsub_old::::casa This task is deprecated and will be removed in an upcoming release. 2023-09-07 12:23:54 WARN calibrater::setvi(bool,bool) Already using OLD VisibilityIterator. 2023-09-07 12:23:59 WARN uvcontsub_old::::casa This task is deprecated and will be removed in an upcoming release. 2023-09-07 12:24:03 WARN calibrater::setvi(bool,bool) Already using OLD VisibilityIterator. Running uvcontsub_old Running uvcontsub_old combspw fitorder=0 line estimate combspw fitorder=1 line estimate PASSED test_task_uvcontsub_old.py::excludechans::test_excludechans 2023-09-07 12:24:08 WARN uvcontsub_old::::casa This task is deprecated and will be removed in an upcoming release. 2023-09-07 12:24:08 WARN calibrater::setvi(bool,bool) Already using OLD VisibilityIterator. Running uvcontsub_old Continuum estimate in line-free region Continuum estimate in line region Continuum-subtracted data in line-free region Continuum-subtracted data in line region Non-empty pointing table (for MMS case) PASSED test_task_uvcontsub_old.py::excludechans2::test_excludechans2 2023-09-07 12:24:14 WARN uvcontsub_old::::casa This task is deprecated and will be removed in an upcoming release. 2023-09-07 12:24:16 WARN calibrater::setvi(bool,bool) Already using OLD VisibilityIterator. Running uvcontsub_old PASSED test_task_uvcontsub_old.py::freqrangeselection::test_freqrangeselection 2023-09-07 12:24:20 WARN uvcontsub_old::::casa This task is deprecated and will be removed in an upcoming release. 2023-09-07 12:24:20 WARN calibrater::setvi(bool,bool) Already using OLD VisibilityIterator. Running uvcontsub_old Continuum estimate in line-free region Continuum estimate in line region Continuum-subtracted data in line-free region Continuum-subtracted data in line region Non-empty pointing table (for MMS case) PASSED - generated xml file: /home/casatest/casa6/casatestutils/nosedir/xml/test_task_uvcontsub_old/nose.xml - ======================== 6 passed, 2 warnings in 53.48s ======================== ============================= test session starts ============================== platform linux -- Python 3.8.7, pytest-7.4.1, pluggy-1.3.0 -- /usr/local/bin/python3.8 cachedir: .pytest_cache rootdir: /home/casatest/casa6/casatestutils/nosedir/test_task_listcal configfile: pytest.ini collecting ... collected 12 items test_task_listcal.py::test_listcal_minimal::test_small_gcal_forget_caltable Test proper error when listcal with MS + forget caltable. PASSED test_task_listcal.py::test_listcal_minimal::test_small_gcal_forget_ms Test proper error when listcal caltable + forget MS. PASSED test_task_listcal.py::test_listcal_minimal::test_small_gcal_nosel Writing output to file: listcal_listfile.txt Test listcal with MS + gcal caltable, without any selection. PASSED test_task_listcal.py::test_listcal_minimal::test_small_gcal_sel_ant Writing output to file: listcal_listfile.txt Test to have some additional tests with selections for the moment. Too basic. PASSED test_task_listcal.py::test_listcal_minimal::test_small_gcal_wrong_antenna 2023-09-07 12:24:29 SEVERE listcal::Calibrater::listCal Caught Exception: Antenna Expression: No match found for token(s) "inexistent-no-no" 2023-09-07 12:24:29 SEVERE listcal:::: Exception Reported: Error in Calibrater::listCal. 2023-09-07 12:24:29 SEVERE listcal::::casa Task listcal raised an exception of class RuntimeError with the following message: Error in Calibrater::listCal. Test that gives a wrong selection (antenna). PASSED test_task_listcal.py::listcal_test::test_antennaSelection Writing output to file: listcal_listfile.txt Checks that specific antenna can be selected PASSED test_task_listcal.py::listcal_test::test_compareValues Writing output to file: listcal_listfile.txt Compare the values in the output to a reference output for the same table PASSED test_task_listcal.py::listcal_test::test_fieldSelection Writing output to file: listcal_listfile.txt Checks that specific fields can be selected PASSED test_task_listcal.py::listcal_test::test_headerColumnLabels Writing output to file: listcal_listfile.txt Check that the data columns are labeled as described PASSED test_task_listcal.py::listcal_test::test_headerLayout Writing output to file: listcal_listfile.txt Check that the header is layed out in the form described in the documentation PASSED test_task_listcal.py::listcal_test::test_spectralWindowHeader Writing output to file: listcal_listfile.txt Check that there is spectral window, date, caltable name, and ms name in the header PASSED test_task_listcal.py::listcal_test::test_spwSelection Writing output to file: listcal_listfile.txt Check that specific spectral windows can be selected PASSED - generated xml file: /home/casatest/casa6/casatestutils/nosedir/xml/test_task_listcal/nose.xml - ======================== 12 passed, 2 warnings in 3.09s ======================== Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_sdcal/ Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_sdcal Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_task_sdcal/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_task_sdcal/ Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_exportuvfits/ Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_exportuvfits Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_task_exportuvfits/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_task_exportuvfits/ Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_flagcmd/ Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_flagcmd Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_task_flagcmd/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_task_flagcmd/ Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_testconcat/ Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_testconcat Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_task_testconcat/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_task_testconcat/ Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_smoothcal/ Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_smoothcal Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_task_smoothcal/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_task_smoothcal/ Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_bandpass/ Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_bandpass Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_task_bandpass/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_task_bandpass/ Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_exportasdm/ Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_exportasdm Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_task_exportasdm/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_task_exportasdm/ Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_exportfits/ Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_exportfits Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_task_exportfits/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_task_exportfits/ Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_visstat/ Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_visstat Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_task_visstat/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_task_visstat/ Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_nrobeamaverage/ Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_nrobeamaverage Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_task_nrobeamaverage/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_task_nrobeamaverage/ Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_imbaseline/ Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_imbaseline Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_task_imbaseline/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_task_imbaseline/ Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_simobserve/ Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_simobserve Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_task_simobserve/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_task_simobserve/ Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_fixvis/ Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_fixvis Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_task_fixvis/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_task_fixvis/ Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_imcollapse/ Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_imcollapse Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_task_imcollapse/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_task_imcollapse/ Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_imval/ Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_imval Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_task_imval/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_task_imval/ Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_splattotable/ Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_splattotable Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_task_splattotable/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_task_splattotable/ Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_rmtables/ Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_rmtables Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_task_rmtables/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_task_rmtables/ Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_impbcor/ Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_impbcor Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_task_impbcor/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_task_impbcor/ Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_uvcontsub_old/ Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_uvcontsub_old Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_task_uvcontsub_old/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_task_uvcontsub_old/ Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_listcal/ Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_listcal Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_task_listcal/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_task_listcal/ Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_conjugatevis/ Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_conjugatevis ============================= test session starts ============================== platform linux -- Python 3.8.7, pytest-7.4.1, pluggy-1.3.0 -- /usr/local/bin/python3.8 cachedir: .pytest_cache rootdir: /home/casatest/casa6/casatestutils/nosedir/test_task_conjugatevis configfile: pytest.ini collecting ... collected 10 items test_task_conjugatevis.py::conjugatevis_test::test1 Conjugatevis 1: Copying shortpart1.ms test_conjugatevis: Success! Now checking output ... test_conjugatevis: Error conjugated.ms/table.f0 doesn't exist ... test_conjugatevis: table.dat present. test_conjugatevis: MS exists. Try opening as MS ... test_conjugatevis: OK. Checking tables in detail ... test_conjugatevis: comparing ['DATA', 4000, [[(-0.00426177-0.00387163j)], [(0.00058119+0.00283016j)]], 1e-08] test_conjugatevis: table MAIN as expected. test_conjugatevis: comparing ['DATA', 3000, [[(0.00347826-0.00406267j)], [(0.00458098-0.00508398j)]], 1e-08] test_conjugatevis: table MAIN as expected. PASSED test_task_conjugatevis.py::conjugatevis_test::test_changeMultipleSpectralWindows 3. test_changeMultipleSpectralWindows: Check that conjugatevis changed the phase sign for multiple spectral windows Copying shortpart1.ms PASSED test_task_conjugatevis.py::conjugatevis_test::test_changeSignOneSpectralWindow 2. test_changeSignOnSpectralWindow: Check that conjugatevis changed the phase sign for a single spectral window Copying shortpart1.ms PASSED test_task_conjugatevis.py::conjugatevis_test::test_defaultOutputFileName 6. test_defaultOutputFileName: Check that conjugatevis writes the output ms file as 'conjugated_'+vis Copying shortpart1.ms PASSED test_task_conjugatevis.py::conjugatevis_test::test_defaultSpectralWindowList 4. test_defaultSpectralWindows: Check that conjugatevis changes phase sign for all spectral windows for default spwlist Copying shortpart1.ms PASSED test_task_conjugatevis.py::conjugatevis_test::test_overwriteDefault 2023-09-07 12:25:23 SEVERE conjugatevis::::casa Task conjugatevis raised an exception of class RuntimeError with the following message: outputvis gaincal2-conj.ms exists and you did not permit overwrite 9. test_overwriteDefault: Check that the default setting of overwrite is False Copying shortpart1.ms PASSED test_task_conjugatevis.py::conjugatevis_test::test_overwriteFalse 2023-09-07 12:25:35 SEVERE conjugatevis::::casa Task conjugatevis raised an exception of class RuntimeError with the following message: outputvis gaincal2-conj.ms exists and you did not permit overwrite 8. test_overwriteFalse: Check that conjugatevis will not overwrite an existing file if overwrite=False Copying shortpart1.ms PASSED test_task_conjugatevis.py::conjugatevis_test::test_overwriteTrue 7. test_overwriteTrue: Check that conjugatevis will overwrite an existing file if overwrite=True Copying shortpart1.ms PASSED test_task_conjugatevis.py::conjugatevis_test::test_specifiedOutputFileName 5. test_specifiedOutputFileName: Check that conjugatevis writes the output ms file with the specified file name Copying shortpart1.ms PASSED test_task_conjugatevis.py::conjugatevis_test::test_takesMeasurementSet 1. test_takesMeasurementSet: Check that conjugatevis opens a MeasurementSet file Copying shortpart1.ms PASSED - generated xml file: /home/casatest/casa6/casatestutils/nosedir/xml/test_task_conjugatevis/nose.xml - ================== 10 passed, 2 warnings in 100.30s (0:01:40) ================== ============================= test session starts ============================== platform linux -- Python 3.8.7, pytest-7.4.1, pluggy-1.3.0 -- /usr/local/bin/python3.8 cachedir: .pytest_cache rootdir: /home/casatest/casa6/casatestutils/nosedir/test_task_listvis configfile: pytest.ini collecting ... listvis tests will use data from /opt/casa/data/casatestdata/unittest/listvis collected 6 items test_task_listvis.py::listvis_test1::test1 Writing output to file: listvis1 Listvis 1: Data column 1. Checking that metadata agree. - Comparing all non-floats in listing (ignore spaces) Metadata agree 2. Checking that data agree to within allowed imprecision... Allowed visibility imprecision is 1.000 - Comparing float content of output. - Writing to compare.1.diffAmpPhsFloat Data agree PASSED test_task_listvis.py::listvis_test1::test2 Writing output to file: listvis2 Listvis 2: Data column with different selections 1. Checking that metadata agree. - Comparing all non-floats in listing (ignore spaces) Metadata agree 2. Checking that data agree to within allowed imprecision... Allowed visibility imprecision is 1.000 - Comparing float content of output. - Writing to compare.2.diffAmpPhsFloat Data agree PASSED test_task_listvis.py::listvis_test1::test3 Writing output to file: listvis3 Listvis 3: Float data column (CAS-2138) 1. Checking that metadata agree. - Comparing all non-floats in listing (ignore spaces) Metadata agree 2. Checking that data agree to within allowed imprecision... Allowed visibility imprecision is 1.000 - Comparing float content of output. - Writing to compare.3.diffAmpPhsFloat Data agree PASSED test_task_listvis.py::listvis_test1::test4 Writing output to file: listvis4 Listvis 4: Data with auto-correlation 1. Checking that metadata agree. - Comparing all non-floats in listing (ignore spaces) Metadata agree 2. Checking that data agree to within allowed imprecision... Allowed visibility imprecision is 1.000 - Comparing float content of output. - Writing to compare.4.diffAmpPhsFloat Data agree PASSED test_task_listvis.py::listvis_test1::test5 Writing output to file: listvis5 Listvis 5: MS with blanked scan (CAS-2112) 1. Checking that metadata agree. - Comparing all non-floats in listing (ignore spaces) Metadata agree 2. Checking that data agree to within allowed imprecision... Allowed visibility imprecision is 1.000 - Comparing float content of output. - Writing to compare.5.diffAmpPhsFloat Data agree PASSED test_task_listvis.py::listvis_test1::test6 Writing output to file: listvis6 Listvis 6: MS with good scan (CAS-2112) 1. Checking that metadata agree. - Comparing all non-floats in listing (ignore spaces) Metadata agree 2. Checking that data agree to within allowed imprecision... Allowed visibility imprecision is 1.000 - Comparing float content of output. - Writing to compare.6.diffAmpPhsFloat Data agree PASSED - generated xml file: /home/casatest/casa6/casatestutils/nosedir/xml/test_task_listvis/nose.xml - ======================== 6 passed, 2 warnings in 7.25s ========================= ============================= test session starts ============================== platform linux -- Python 3.8.7, pytest-7.4.1, pluggy-1.3.0 -- /usr/local/bin/python3.8 cachedir: .pytest_cache rootdir: /home/casatest/casa6/casatestutils/nosedir/test_task_phaseshift configfile: pytest.ini collecting ... collected 13 items test_task_phaseshift.py::phaseshift_test::test_arraySelect 2023-09-07 12:26:23 SEVERE phaseshift::::casa MSSelectionNullSelection : The selected table has zero rows. 2023-09-07 12:26:23 SEVERE phaseshift::::casa Task phaseshift raised an exception of class RuntimeError with the following message: MSSelectionNullSelection : The selected table has zero rows. Check the array selection parameter PASSED test_task_phaseshift.py::phaseshift_test::test_datacolumn 2023-09-07 12:26:28 WARN MSTransformManager::checkDataColumnsToFill MODEL_DATA column requested but not available in input MS 2023-09-07 12:26:28 SEVERE phaseshift::::casa Desired column (MODEL_DATA) not found in the input MS (/home/casatest/casa6/casatestutils/nosedir/test_task_phaseshift/nep_copy.ms). 2023-09-07 12:26:28 SEVERE phaseshift::::casa Task phaseshift raised an exception of class RuntimeError with the following message: Desired column (MODEL_DATA) not found in the input MS (/home/casatest/casa6/casatestutils/nosedir/test_task_phaseshift/nep_copy.ms). Check that this parameter selects which datacolumns to write to the output MS PASSED test_task_phaseshift.py::phaseshift_test::test_fieldSelect Check the field selection parameter PASSED test_task_phaseshift.py::phaseshift_test::test_intentSelect Check the intent selection parameter PASSED test_task_phaseshift.py::phaseshift_test::test_keepsMMS Test the keepmms paramter creates the output as an MMS if the input is one as well PASSED test_task_phaseshift.py::phaseshift_test::test_observationSelect 2023-09-07 12:26:40 SEVERE phaseshift::::casa MSSelectionNullSelection : The selected table has zero rows. 2023-09-07 12:26:40 SEVERE phaseshift::::casa Task phaseshift raised an exception of class RuntimeError with the following message: MSSelectionNullSelection : The selected table has zero rows. Check the observation selection parameter PASSED test_task_phaseshift.py::phaseshift_test::test_outvis Check that the outvis parameter specifies the name of the output PASSED test_task_phaseshift.py::phaseshift_test::test_phasecenter 2023-09-07 12:26:50 SEVERE phaseshift::::casa Task phaseshift raised an exception of class ValueError with the following message: phasecenter parameter must be specified Check that this parameter sets the sky coordinates of the new phasecenter PASSED test_task_phaseshift.py::phaseshift_test::test_shiftAndCompare 2023-09-07 12:28:16 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. 2023-09-07 12:29:31 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. 2023-09-07 12:30:39 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. Check that changing the phasecenter with phaseshift and reverting with tclean results in the correct flux values at selected pixel locations Image value at source locations Original MS : {'unit': 'Jy/beam', 'value': 1.0387226343154907} and {'unit': 'Jy/beam', 'value': 5.590171813964844} Phase shifted MS : {'unit': 'Jy/beam', 'value': 1.038696050643921} and {'unit': 'Jy/beam', 'value': 5.589254856109619} PASSED test_task_phaseshift.py::phaseshift_test::test_spwSelect Check the spw selection parameter PASSED test_task_phaseshift.py::phaseshift_test::test_takesVis Check that the task requires a valid input MS PASSED test_task_phaseshift.py::reference_frame_tests::test_field Test that a field is correctly chosen in a multi-field MS PASSED test_task_phaseshift.py::reference_frame_tests::test_frames NOTE: you provided the Declination/Latitude value "02:40:24.0000" which is understood to be in units of hours. If you meant degrees, please replace ":" by ".". NOTE: you provided the Declination/Latitude value "02:40:24.0000" which is understood to be in units of hours. If you meant degrees, please replace ":" by ".". NOTE: you provided the Declination/Latitude value "02:40:24.0000" which is understood to be in units of hours. If you meant degrees, please replace ":" by ".". NOTE: you provided the Declination/Latitude value "02:40:24.0000" which is understood to be in units of hours. If you meant degrees, please replace ":" by ".". NOTE: you provided the Declination/Latitude value "02:40:24.0001" which is understood to be in units of hours. If you meant degrees, please replace ":" by ".". NOTE: you provided the Declination/Latitude value "02:40:24.0001" which is understood to be in units of hours. If you meant degrees, please replace ":" by ".". NOTE: you provided the Declination/Latitude value "02:40:24.0001" which is understood to be in units of hours. If you meant degrees, please replace ":" by ".". NOTE: you provided the Declination/Latitude value "02:40:24.0001" which is understood to be in units of hours. If you meant degrees, please replace ":" by ".". NOTE: you provided the Declination/Latitude value "00:25:24.6496" which is understood to be in units of hours. If you meant degrees, please replace ":" by ".". NOTE: you provided the Declination/Latitude value "00:25:24.6496" which is understood to be in units of hours. If you meant degrees, please replace ":" by ".". NOTE: you provided the Declination/Latitude value "00:25:24.6496" which is understood to be in units of hours. If you meant degrees, please replace ":" by ".". NOTE: you provided the Declination/Latitude value "00:25:24.6496" which is understood to be in units of hours. If you meant degrees, please replace ":" by ".". NOTE: you provided the Declination/Latitude value "02:39:52.3901" which is understood to be in units of hours. If you meant degrees, please replace ":" by ".". NOTE: you provided the Declination/Latitude value "02:39:52.3901" which is understood to be in units of hours. If you meant degrees, please replace ":" by ".". NOTE: you provided the Declination/Latitude value "02:39:52.3901" which is understood to be in units of hours. If you meant degrees, please replace ":" by ".". NOTE: you provided the Declination/Latitude value "02:39:52.3901" which is understood to be in units of hours. If you meant degrees, please replace ":" by ".". PASSED - generated xml file: /home/casatest/casa6/casatestutils/nosedir/xml/test_task_phaseshift/nose.xml - ================= 13 passed, 2 warnings in 1041.17s (0:17:21) ================== ============================= test session starts ============================== platform linux -- Python 3.8.7, pytest-7.4.1, pluggy-1.3.0 -- /usr/local/bin/python3.8 cachedir: .pytest_cache rootdir: /home/casatest/casa6/casatestutils/nosedir/test_task_imreframe configfile: pytest.ini collecting ... collected 6 items test_task_imreframe.py::imreframe_test::test_epoch 2023-09-07 12:43:43 WARN imreframe::SpectralCoordinate::setFrequencySystem Resetting the conversion frequency system GEO 2023-09-07 12:43:43 WARN imreframe::SpectralCoordinate::setFrequencySystem+ to the new native frequency system GEO 2023-09-07 12:43:43 WARN imreframe::SpectralCoordinate::setFrequencySystem+ You must explicitly reset the conversion frequency system if desired 2023-09-07 12:43:44 WARN imreframe::ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap. 2023-09-07 12:43:45 WARN imreframe::SpectralCoordinate::setFrequencySystem Resetting the conversion frequency system TOPO 2023-09-07 12:43:45 WARN imreframe::SpectralCoordinate::setFrequencySystem+ to the new native frequency system TOPO 2023-09-07 12:43:45 WARN imreframe::SpectralCoordinate::setFrequencySystem+ You must explicitly reset the conversion frequency system if desired 2023-09-07 12:43:46 WARN imreframe::ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap. test_epoch ------------- Test that the epoch paramter gives the epoch to be associated with the final image only works for outframe = geo and topo PASSED test_task_imreframe.py::imreframe_test::test_makesfile test_makesfile ---------------- Test to check that the input image is accepted and an output is generated PASSED test_task_imreframe.py::imreframe_test::test_modifyim test_modifyim ---------------- Test that when no outout is given the original file is modified instead PASSED test_task_imreframe.py::imreframe_test::test_outframe test_outframe --------------- Test that the new parameters are used and provide different images than the unmodified one Check the log file for the change in spectral reference PASSED test_task_imreframe.py::imreframe_test::test_outframe_lowercase test_outframe_lowercase ---------------------- Test that the new parameters are used and provide different images than the unmodified one Check the log file for the change in spectral reference PASSED test_task_imreframe.py::imreframe_test::test_restfreq test_restfreq --------------- Test that the rest frequency sets the rest frequency to use for the velocity value PASSED - generated xml file: /home/casatest/casa6/casatestutils/nosedir/xml/test_task_imreframe/nose.xml - ======================== 6 passed, 2 warnings in 11.77s ======================== ============================= test session starts ============================== platform linux -- Python 3.8.7, pytest-7.4.1, pluggy-1.3.0 -- /usr/local/bin/python3.8 cachedir: .pytest_cache rootdir: /home/casatest/casa6/casatestutils/nosedir/test_task_importasdm configfile: pytest.ini collecting ... collected 33 items test_task_importasdm.py::asdm_import1::test1 2023-09-07 12:44:01 WARN importasdm::::casa There is no Flag.xml in ASDM 2023-09-07 12:44:02 WARN MS2ASDM::writeProcessor() MS Processor table is empty. Will try to proceed assuming a standard ALMA Correlator. 2023-09-07 12:44:02 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 12:44:02 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 12:44:02 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 12:44:02 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 12:44:02 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 12:44:02 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 12:44:02 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 12:44:02 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 12:44:02 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 12:44:02 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 12:44:02 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 12:44:02 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 12:44:02 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 12:44:02 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 12:44:02 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 12:44:02 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 12:44:02 WARN MS2ASDM::writeState() MS State table is empty. Creating ASDM State table with one on-source entry. 2023-09-07 12:44:02 WARN MS2ASDM::writeSysCal() MS SysCal table doesn't exist or is empty. Creating ASDM SysCal table with default entries. 2023-09-07 12:44:02 WARN MS2ASDM::writeConfigDesc() MS Processor table is empty. Will assume processor type is CORRELATOR. 2023-09-07 12:44:02 WARN MS2ASDM::writeConfigDesc() Still, the MS Main table seems to refer to an existing processor id 0. Will try to proceed ... 2023-09-07 12:44:02 WARN MS2ASDM::writePointing() No ENCODER column in MS Pointing table. Will use DIRECTION instead. 2023-09-07 12:44:06 WARN importasdm::::casa There is no Flag.xml in ASDM Asdm-import: Test good v1.2 input with filler and inverse filler test_importasdm: Success! Now checking output ... test_importasdm: table.f1 present. test_importasdm: POINTING/table.f0 present. test_importasdm: FEED/table.f0 present. test_importasdm: table.f2 present. test_importasdm: PROCESSOR/table.dat present. test_importasdm: FEED/table.dat present. test_importasdm: DATA_DESCRIPTION/table.f0 present. test_importasdm: table.f8 present. test_importasdm: STATE/table.f0 present. test_importasdm: table.f7 present. test_importasdm: POLARIZATION/table.f0 present. test_importasdm: table.f4 present. test_importasdm: table.dat present. test_importasdm: STATE/table.dat present. test_importasdm: HISTORY/table.f0 present. test_importasdm: POLARIZATION/table.dat present. test_importasdm: FIELD/table.dat present. test_importasdm: OBSERVATION/table.f0 present. test_importasdm: POINTING/table.dat present. test_importasdm: SYSCAL/table.dat present. test_importasdm: FLAG_CMD/table.dat present. test_importasdm: SPECTRAL_WINDOW/table.dat present. test_importasdm: table.f6 present. test_importasdm: table.f3 present. test_importasdm: OBSERVATION/table.dat present. test_importasdm: SOURCE/table.f0 present. test_importasdm: SOURCE/table.dat present. test_importasdm: HISTORY/table.dat present. test_importasdm: PROCESSOR/table.f0 present. test_importasdm: FIELD/table.f0 present. test_importasdm: SYSCAL/table.f0 present. test_importasdm: ANTENNA/table.dat present. test_importasdm: DATA_DESCRIPTION/table.dat present. test_importasdm: FLAG_CMD/table.f0 present. test_importasdm: table.f5 present. test_importasdm: SPECTRAL_WINDOW/table.f0 present. test_importasdm: ANTENNA/table.f0 present. test_importasdm: MS exists. All tables present. Try opening as MS ... test_importasdm: OK. Checking tables in detail ... test_importasdm: comparing ['UVW', 42, [0.0, 0.0, 0.0], 1e-08] test_importasdm: comparing ['EXPOSURE', 42, 1.008, 0] test_importasdm: comparing ['DATA', 42, [[(10.5526886+0j)]], 1e-07] test_importasdm: table MAIN as expected. test_importasdm: comparing ['UVW', 638, [-65.14758508, 1.13423277, -33.51712451], 1e-07] test_importasdm: comparing ['EXPOSURE', 638, 1.008, 0] test_importasdm: comparing ['DATA', 638, [[(0.00362284+0.00340279j)]], 1e-08] test_importasdm: table MAIN as expected. test_importasdm: comparing ['OFFSET', 1, [0.0, 0.0, 0.0], 0] test_importasdm: comparing ['POSITION', 1, [2202242.552, -5445215.157, -2485305.092], 0.0001] test_importasdm: comparing ['DISH_DIAMETER', 1, 12.0, 0] test_importasdm: table ANTENNA as expected. test_importasdm: comparing ['DIRECTION', 10, [[1.94681283], [1.19702955]], 1e-08] test_importasdm: comparing ['INTERVAL', 10, 0.048, 0] test_importasdm: comparing ['TARGET', 10, [[1.94681283], [1.19702955]], 1e-08] test_importasdm: comparing ['TIME', 10, 4758823736.016, 1e-06] test_importasdm: comparing ['TIME_ORIGIN', 10, 0.0, 0] test_importasdm: comparing ['POINTING_OFFSET', 10, [[0.0], [0.0]], 0] test_importasdm: comparing ['ENCODER', 10, [1.94851533, 1.19867576], 1e-08] test_importasdm: table POINTING as expected. test_importasdm: comparing ['FLAG_ROW', 0, False, 0] test_importasdm: comparing ['MODE_ID', 0, 0, 0] test_importasdm: comparing ['TYPE', 0, 'CORRELATOR', 0] test_importasdm: comparing ['TYPE_ID', 0, -1, 0] test_importasdm: comparing ['SUB_TYPE', 0, 'ALMA_BASELINE', 0] test_importasdm: table PROCESSOR as expected. >>>> Test of exportasdm: input MS is M51.ms (a simulated input MS with pointing table) Verifying asdm M51.ms.asdm Note: xml validation not possible since ASDM DTDs (schemas) not yet online. Reimporting the created ASDM .... Testing existence of reimported MS .... Testing equivalence of the original and the reimported MS. Original MS contains 4320 integrations. Reimported MS contains 4320 integrations. PASSED test_task_importasdm.py::asdm_import2::test_import2 2023-09-07 12:44:12 WARN importasdm::::casa There is no Flag.xml in ASDM 2023-09-07 12:44:13 WARN MS2ASDM::writeProcessor() MS Processor table is empty. Will try to proceed assuming a standard ALMA Correlator. 2023-09-07 12:44:13 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 12:44:13 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 12:44:13 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 12:44:13 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 12:44:13 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 12:44:13 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 12:44:13 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 12:44:13 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 12:44:13 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 12:44:13 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 12:44:13 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 12:44:13 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 12:44:13 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 12:44:13 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 12:44:13 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 12:44:13 WARN MS2ASDM::writeFeed() MS Feed table contains reference to a Beam table row 0 but a Beam table is not implemented in CASA. Ignoring. 2023-09-07 12:44:13 WARN MS2ASDM::writeState() MS State table is empty. Creating ASDM State table with one on-source entry. 2023-09-07 12:44:13 WARN MS2ASDM::writeSysCal() MS SysCal table doesn't exist or is empty. Creating ASDM SysCal table with default entries. 2023-09-07 12:44:13 WARN MS2ASDM::writeConfigDesc() MS Processor table is empty. Will assume processor type is CORRELATOR. 2023-09-07 12:44:13 WARN MS2ASDM::writeConfigDesc() Still, the MS Main table seems to refer to an existing processor id 0. Will try to proceed ... 2023-09-07 12:44:13 WARN MS2ASDM::writePointing() No ENCODER column in MS Pointing table. Will use DIRECTION instead. 2023-09-07 12:44:17 WARN importasdm::::casa There is no Flag.xml in ASDM Asdm-import: Test good v1.2 input with filler and inverse filler test_importasdm: Success! Now checking output ... test_importasdm: table.f1 present. test_importasdm: POINTING/table.f0 present. test_importasdm: FEED/table.f0 present. test_importasdm: table.f2 present. test_importasdm: PROCESSOR/table.dat present. test_importasdm: FEED/table.dat present. test_importasdm: DATA_DESCRIPTION/table.f0 present. test_importasdm: table.f8 present. test_importasdm: STATE/table.f0 present. test_importasdm: table.f7 present. test_importasdm: POLARIZATION/table.f0 present. test_importasdm: table.f4 present. test_importasdm: table.dat present. test_importasdm: STATE/table.dat present. test_importasdm: HISTORY/table.f0 present. test_importasdm: POLARIZATION/table.dat present. test_importasdm: FIELD/table.dat present. test_importasdm: OBSERVATION/table.f0 present. test_importasdm: POINTING/table.dat present. test_importasdm: SYSCAL/table.dat present. test_importasdm: FLAG_CMD/table.dat present. test_importasdm: SPECTRAL_WINDOW/table.dat present. test_importasdm: table.f6 present. test_importasdm: table.f3 present. test_importasdm: OBSERVATION/table.dat present. test_importasdm: SOURCE/table.f0 present. test_importasdm: SOURCE/table.dat present. test_importasdm: HISTORY/table.dat present. test_importasdm: PROCESSOR/table.f0 present. test_importasdm: FIELD/table.f0 present. test_importasdm: SYSCAL/table.f0 present. test_importasdm: ANTENNA/table.dat present. test_importasdm: DATA_DESCRIPTION/table.dat present. test_importasdm: FLAG_CMD/table.f0 present. test_importasdm: table.f5 present. test_importasdm: SPECTRAL_WINDOW/table.f0 present. test_importasdm: ANTENNA/table.f0 present. test_importasdm: MS exists. All tables present. Try opening as MS ... test_importasdm: OK. Checking tables in detail ... test_importasdm: comparing ['UVW', 42, [0.0, 0.0, 0.0], 1e-08] test_importasdm: comparing ['EXPOSURE', 42, 1.008, 0] test_importasdm: comparing ['DATA', 42, [[(10.5526886+0j)]], 1e-07] test_importasdm: table MAIN as expected. test_importasdm: comparing ['UVW', 638, [-65.14758508, 1.13423277, -33.51712451], 1e-07] test_importasdm: comparing ['EXPOSURE', 638, 1.008, 0] test_importasdm: comparing ['DATA', 638, [[(0.00362284+0.00340279j)]], 1e-08] test_importasdm: table MAIN as expected. test_importasdm: comparing ['OFFSET', 1, [0.0, 0.0, 0.0], 0] test_importasdm: comparing ['POSITION', 1, [2202242.552, -5445215.157, -2485305.092], 0.0001] test_importasdm: comparing ['DISH_DIAMETER', 1, 12.0, 0] test_importasdm: table ANTENNA as expected. test_importasdm: comparing ['DIRECTION', 10, [[1.94681283], [1.19702955]], 1e-08] test_importasdm: comparing ['INTERVAL', 10, 0.048, 0] test_importasdm: comparing ['TARGET', 10, [[1.94681283], [1.19702955]], 1e-08] test_importasdm: comparing ['TIME', 10, 4758823736.016, 1e-06] test_importasdm: comparing ['TIME_ORIGIN', 10, 0.0, 0] test_importasdm: comparing ['POINTING_OFFSET', 10, [[0.0], [0.0]], 0] test_importasdm: comparing ['ENCODER', 10, [1.94851533, 1.19867576], 1e-08] test_importasdm: table POINTING as expected. test_importasdm: comparing ['FLAG_ROW', 0, False, 0] test_importasdm: comparing ['MODE_ID', 0, 0, 0] test_importasdm: comparing ['TYPE', 0, 'CORRELATOR', 0] test_importasdm: comparing ['TYPE_ID', 0, -1, 0] test_importasdm: comparing ['SUB_TYPE', 0, 'ALMA_BASELINE', 0] test_importasdm: table PROCESSOR as expected. >>>> Test of exportasdm: input MS is M51.ms (a simulated input MS with pointing table) Verifying asdm M51.ms.asdm Note: xml validation not possible since ASDM DTDs (schemas) not yet online. Reimporting the created ASDM .... Testing existence of reimported MS .... Testing equivalence of the original and the reimported MS. Original MS contains 4320 integrations. Reimported MS contains 4320 integrations. PASSED test_task_importasdm.py::asdm_import3::test_CAS4532 importasdm CAS-4532: white spaces on Antenna.xml PASSED test_task_importasdm.py::asdm_import3::test_evla_apply1 test of importing evla data, apply all flags, and save to file test_importasdm: importasdm success. Checking that filled MS can be opened as MS ... test_importasdm : OK. doing flagzero and shadow flagging test_importasdm : Checking flags PASSED test_task_importasdm.py::asdm_import3::test_evla_apply1_flagdata test of importing evla data, apply onlineflags, use flagdata to do shadow and zero level clipping test_importasdm: importasdm success. Checking that filled MS can be opened as MS ... test_importasdm : OK. doing flagzero and shadow flagging test_importasdm : Checking flags PASSED test_task_importasdm.py::asdm_import3::test_evla_apply2 test of importing evla data and applying the online flags PASSED test_task_importasdm.py::asdm_import3::test_evla_apply3 test of importing evla data, do not apply online flags; post fill - apply clip zeros on RR and LL and save to file test_importasdm: importasdm success. Checking that filled MS can be opened as MS ... test_importasdm : OK, doing flagzero with flagpol=False test_importasdm : Checking flags PASSED test_task_importasdm.py::asdm_import3::test_evla_apply3_flagdata test of importing evla data, do not apply online flags; post fill - save to file, use flagdata test_importasdm: importasdm success. Checking that filled MS can be opened as MS ... test_importasdm : OK, doing flagzero test_importasdm : Checking flags PASSED test_task_importasdm.py::asdm_import3::test_evla_apply4 test of importing evla data: Save online flags to FLAG_CMD and file; do not apply test_importasdm: importasdm success. Checking that filled MS can be opened as MS ... PASSED test_task_importasdm.py::asdm_import3::test_evla_apply5 test of importing evla data: Apply only shadow flags test_importasdm: importasdm success. Checking that filled MS can be opened as MS ... test_importasdm : OK. shadow flagging PASSED test_task_importasdm.py::asdm_import3::test_evla_apply5_flagdata test of importing evla data: Apply only shadow flags; using flagdata test_importasdm: importasdm success. Checking that filled MS can be opened as MS ... test_importasdm : OK. shadow flagging PASSED test_task_importasdm.py::asdm_import3::test_evla_savepars test importing evla data: save the flag commands and do not apply test_importasdm: importasdm success. Checking that filled MS can be opened as MS ... test_importasdm : OK. doing flagzero and shadow flagging PASSED test_task_importasdm.py::asdm_import3::test_evla_savepars_flagdata test importing evla data: save the flag commands and do not apply; using flagdata test_importasdm: importasdm success. Checking that filled MS can be opened as MS ... test_importasdm : OK. doing flagzero and shadow flagging PASSED test_task_importasdm.py::asdm_import3::test_evlatest1 test of importing evla data, test1: Good input asdm test_importasdm: Success! Now checking output ... test_importasdm: table.f1 present. test_importasdm: POINTING/table.f0 present. test_importasdm: FEED/table.f0 present. test_importasdm: table.f2 present. test_importasdm: PROCESSOR/table.dat present. test_importasdm: FEED/table.dat present. test_importasdm: DATA_DESCRIPTION/table.f0 present. test_importasdm: table.f8 present. test_importasdm: STATE/table.f0 present. test_importasdm: table.f7 present. test_importasdm: SYSPOWER/table.dat present. test_importasdm: POLARIZATION/table.f0 present. test_importasdm: table.f4 present. test_importasdm: table.dat present. test_importasdm: HISTORY/table.f0 present. test_importasdm: STATE/table.dat present. test_importasdm: POLARIZATION/table.dat present. test_importasdm: FIELD/table.dat present. test_importasdm: OBSERVATION/table.f0 present. test_importasdm: POINTING/table.dat present. test_importasdm: SYSCAL/table.dat present. test_importasdm: FLAG_CMD/table.dat present. test_importasdm: CALDEVICE/table.dat present. test_importasdm: SPECTRAL_WINDOW/table.dat present. test_importasdm: table.f6 present. test_importasdm: WEATHER/table.f0 present. test_importasdm: table.f3 present. test_importasdm: OBSERVATION/table.dat present. test_importasdm: SOURCE/table.f0 present. test_importasdm: CALDEVICE/table.f0 present. test_importasdm: SYSPOWER/table.f0 present. test_importasdm: SOURCE/table.dat present. test_importasdm: HISTORY/table.dat present. test_importasdm: PROCESSOR/table.f0 present. test_importasdm: FIELD/table.f0 present. test_importasdm: SYSCAL/table.f0 present. test_importasdm: ANTENNA/table.dat present. test_importasdm: DATA_DESCRIPTION/table.dat present. test_importasdm: FLAG_CMD/table.f0 present. test_importasdm: WEATHER/table.dat present. test_importasdm: table.f5 present. test_importasdm: SPECTRAL_WINDOW/table.f0 present. test_importasdm: ANTENNA/table.f0 present. test_importasdm: MS exists. All tables present. Try opening as MS ... test_importasdm: OK. Checking tables in detail ... test_importasdm: comparing ['UVW', 42, [1607.46416559, -1241.44101203, 584.54265781], 1e-08] test_importasdm: comparing ['EXPOSURE', 42, 1.0, 0] test_importasdm: table MAIN as expected. test_importasdm: comparing ['UVW', 638, [14.21738626, 722.5956813, 57.58092887], 1e-08] test_importasdm: comparing ['EXPOSURE', 638, 1.0, 0] test_importasdm: table MAIN as expected. test_importasdm: comparing ['OFFSET', 1, [-4.8e-12, 0.0, 0.0], 0] test_importasdm: comparing ['POSITION', 1, [-1599644.8611, -5042953.6623, 3554197.0332], 0.0001] test_importasdm: comparing ['DISH_DIAMETER', 1, 25.0, 0] test_importasdm: table ANTENNA as expected. test_importasdm: comparing ['FLAG_ROW', 0, False, 0] test_importasdm: comparing ['MODE_ID', 0, 0, 0] test_importasdm: comparing ['TYPE', 0, 'CORRELATOR', 0] test_importasdm: comparing ['TYPE_ID', 0, -1, 0] test_importasdm: comparing ['SUB_TYPE', 0, 'NRAO_WIDAR', 0] test_importasdm: table PROCESSOR as expected. PASSED test_task_importasdm.py::asdm_import3::test_evlatest2 2023-09-07 12:48:51 WARN importasdm::::casa Ephemeris is in ICRS instead of J2000 frame. 2023-09-07 12:48:51 WARN importasdm::::casa+ Entry in SOURCE table will be converted to J2000 test of importing evla data, test2: Good input asdm with polynomial ephemeris test_importasdm: Success! Now checking output ... test_importasdm: table.f1 present. test_importasdm: FIELD/EPHEM0_URANUS_57545.8.tab/table.f0 present. test_importasdm: POINTING/table.f0 present. test_importasdm: FEED/table.f0 present. test_importasdm: table.f2 present. test_importasdm: PROCESSOR/table.dat present. test_importasdm: FEED/table.dat present. test_importasdm: DATA_DESCRIPTION/table.f0 present. test_importasdm: table.f8 present. test_importasdm: STATE/table.f0 present. test_importasdm: table.f7 present. test_importasdm: POLARIZATION/table.f0 present. test_importasdm: table.f4 present. test_importasdm: table.dat present. test_importasdm: STATE/table.dat present. test_importasdm: HISTORY/table.f0 present. test_importasdm: POLARIZATION/table.dat present. test_importasdm: FIELD/table.dat present. test_importasdm: OBSERVATION/table.f0 present. test_importasdm: POINTING/table.dat present. test_importasdm: SYSCAL/table.dat present. test_importasdm: FLAG_CMD/table.dat present. test_importasdm: SPECTRAL_WINDOW/table.dat present. test_importasdm: table.f6 present. test_importasdm: WEATHER/table.f0 present. test_importasdm: table.f3 present. test_importasdm: OBSERVATION/table.dat present. test_importasdm: SOURCE/table.f0 present. test_importasdm: SOURCE/table.dat present. test_importasdm: HISTORY/table.dat present. test_importasdm: PROCESSOR/table.f0 present. test_importasdm: FIELD/table.f0 present. test_importasdm: SYSCAL/table.f0 present. test_importasdm: ANTENNA/table.dat present. test_importasdm: DATA_DESCRIPTION/table.dat present. test_importasdm: FLAG_CMD/table.f0 present. test_importasdm: WEATHER/table.dat present. test_importasdm: table.f5 present. test_importasdm: SPECTRAL_WINDOW/table.f0 present. test_importasdm: ANTENNA/table.f0 present. test_importasdm: MS exists. All tables present. Try opening as MS ... test_importasdm: OK. Checking tables in detail ... test_importasdm: MS summary as expected. PASSED test_task_importasdm.py::asdm_import4::test_autocorr importasdm: auto-correlations should be written to online flags PASSED test_task_importasdm.py::asdm_import4::test_autocorr_no_append 2023-09-07 12:49:07 SEVERE importasdm::::casa Task importasdm raised an exception of class RuntimeError with the following message: Cannot overwrite online flags file 'scan3flags1.txt'; overwrite is set to False. importasdm: online flags should not be appended to existing file Expected Error! PASSED test_task_importasdm.py::asdm_import4::test_flagautocorr1 importasdm: test that auto-correlations from online flags are correctly flagged PASSED test_task_importasdm.py::asdm_import4::test_flagautocorr2 importasdm: apply auto-correlations from online flags in flagcmd PASSED test_task_importasdm.py::asdm_import4::test_flagautocorr3 importasdm: apply auto-correlations using autocorr=true in flagdata PASSED test_task_importasdm.py::asdm_import4::test_flagbackup importasdm: Create a flagbackup by default PASSED test_task_importasdm.py::asdm_import5::test1_lazy1 2023-09-07 12:49:46 WARN importasdm::::casa There is no Flag.xml in ASDM 2023-09-07 12:49:52 WARN importasdm::::casa There is no Flag.xml in ASDM Asdm-import: Test good v1.2 input with default filler in lazy mode, with_pointing_correction=True test_importasdm: Success! Now checking output ... test_importasdm: POINTING/table.f0 present. test_importasdm: FEED/table.f0 present. test_importasdm: PROCESSOR/table.dat present. test_importasdm: FEED/table.dat present. test_importasdm: DATA_DESCRIPTION/table.f0 present. test_importasdm: STATE/table.f0 present. test_importasdm: POLARIZATION/table.f0 present. test_importasdm: STATE/table.dat present. test_importasdm: HISTORY/table.f0 present. test_importasdm: table.f17asdmindex present. test_importasdm: POLARIZATION/table.dat present. test_importasdm: FIELD/table.dat present. test_importasdm: OBSERVATION/table.f0 present. test_importasdm: POINTING/table.dat present. test_importasdm: SYSCAL/table.dat present. test_importasdm: FLAG_CMD/table.dat present. test_importasdm: SPECTRAL_WINDOW/table.dat present. test_importasdm: OBSERVATION/table.dat present. test_importasdm: SOURCE/table.f0 present. test_importasdm: SOURCE/table.dat present. test_importasdm: HISTORY/table.dat present. test_importasdm: PROCESSOR/table.f0 present. test_importasdm: FIELD/table.f0 present. test_importasdm: SYSCAL/table.f0 present. test_importasdm: ANTENNA/table.dat present. test_importasdm: DATA_DESCRIPTION/table.dat present. test_importasdm: FLAG_CMD/table.f0 present. test_importasdm: SPECTRAL_WINDOW/table.f0 present. test_importasdm: ANTENNA/table.f0 present. test_importasdm: MS exists. All tables present. Try opening as MS ... test_importasdm: OK. Checking tables in detail ... Testing column UVW Column UVW PASSED Testing column WEIGHT Column WEIGHT PASSED Testing column SIGMA Column SIGMA PASSED Testing column ANTENNA1 Column ANTENNA1 PASSED Testing column ANTENNA2 Column ANTENNA2 PASSED Testing column ARRAY_ID Column ARRAY_ID PASSED Testing column DATA_DESC_ID Column DATA_DESC_ID PASSED Testing column EXPOSURE Column EXPOSURE PASSED Testing column FEED1 Column FEED1 PASSED Testing column FEED2 Column FEED2 PASSED Testing column FIELD_ID Column FIELD_ID PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column OBSERVATION_ID Column OBSERVATION_ID PASSED Testing column PROCESSOR_ID Column PROCESSOR_ID PASSED Testing column SCAN_NUMBER Column SCAN_NUMBER PASSED Testing column STATE_ID Column STATE_ID PASSED Testing column TIME Column TIME PASSED Testing column TIME_CENTROID Column TIME_CENTROID PASSED Column DATA of reference.ms and uid___X5f_X18951_X1.ms agree Column FLAG of reference.ms and uid___X5f_X18951_X1.ms agree *** Subtable ANTENNA Testing column OFFSET Column OFFSET PASSED Testing column POSITION Column POSITION PASSED Testing column TYPE Column TYPE PASSED Testing column DISH_DIAMETER Column DISH_DIAMETER PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column MOUNT Column MOUNT PASSED Testing column NAME Column NAME PASSED Testing column STATION Column STATION PASSED *** Subtable DATA_DESCRIPTION Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column POLARIZATION_ID Column POLARIZATION_ID PASSED Testing column SPECTRAL_WINDOW_ID Column SPECTRAL_WINDOW_ID PASSED *** Subtable FEED Testing column POSITION Column POSITION PASSED Testing column BEAM_OFFSET Column BEAM_OFFSET PASSED Testing column POLARIZATION_TYPE Column POLARIZATION_TYPE PASSED Testing column POL_RESPONSE Column POL_RESPONSE PASSED Testing column RECEPTOR_ANGLE Column RECEPTOR_ANGLE PASSED Testing column ANTENNA_ID Column ANTENNA_ID PASSED Testing column BEAM_ID Column BEAM_ID PASSED Testing column FEED_ID Column FEED_ID PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column NUM_RECEPTORS Column NUM_RECEPTORS PASSED Testing column SPECTRAL_WINDOW_ID Column SPECTRAL_WINDOW_ID PASSED Testing column TIME Column TIME PASSED Testing column FOCUS_LENGTH Column FOCUS_LENGTH PASSED *** Subtable FIELD Testing column CODE Column CODE PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column NAME Column NAME PASSED Testing column NUM_POLY Column NUM_POLY PASSED Testing column SOURCE_ID Column SOURCE_ID PASSED Testing column TIME Column TIME PASSED Testing column EPHEMERIS_ID Column EPHEMERIS_ID PASSED Testing column PHASE_DIR Column PHASE_DIR PASSED Testing column PhaseDir_Ref Column PhaseDir_Ref PASSED Testing column DELAY_DIR Column DELAY_DIR PASSED Testing column DelayDir_Ref Column DelayDir_Ref PASSED Testing column REFERENCE_DIR Column REFERENCE_DIR PASSED Testing column RefDir_Ref Column RefDir_Ref PASSED *** Subtable FLAG_CMD Testing column APPLIED Column APPLIED PASSED Testing column COMMAND Column COMMAND PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column LEVEL Column LEVEL PASSED Testing column REASON Column REASON PASSED Testing column SEVERITY Column SEVERITY PASSED Testing column TIME Column TIME PASSED Testing column TYPE Column TYPE PASSED *** Subtable OBSERVATION Testing column TIME_RANGE Column TIME_RANGE PASSED Testing column LOG Column LOG PASSED Testing column SCHEDULE Column SCHEDULE PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column OBSERVER Column OBSERVER PASSED Testing column PROJECT Column PROJECT PASSED Testing column RELEASE_DATE Column RELEASE_DATE PASSED Testing column SCHEDULE_TYPE Column SCHEDULE_TYPE PASSED Testing column TELESCOPE_NAME Column TELESCOPE_NAME PASSED *** Subtable POLARIZATION Testing column CORR_TYPE Column CORR_TYPE PASSED Testing column CORR_PRODUCT Column CORR_PRODUCT PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column NUM_CORR Column NUM_CORR PASSED *** Subtable PROCESSOR Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column MODE_ID Column MODE_ID PASSED Testing column TYPE Column TYPE PASSED Testing column TYPE_ID Column TYPE_ID PASSED Testing column SUB_TYPE Column SUB_TYPE PASSED *** Subtable SOURCE Testing column DIRECTION Column DIRECTION PASSED Testing column PROPER_MOTION Column PROPER_MOTION PASSED Testing column CALIBRATION_GROUP Column CALIBRATION_GROUP PASSED Testing column CODE Column CODE PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column NAME Column NAME PASSED Testing column NUM_LINES Column NUM_LINES PASSED Testing column SOURCE_ID Column SOURCE_ID PASSED Testing column SPECTRAL_WINDOW_ID Column SPECTRAL_WINDOW_ID PASSED Testing column TIME Column TIME PASSED *** Subtable SPECTRAL_WINDOW Column CHAN_FREQ of reference.ms/SPECTRAL_WINDOW and uid___X5f_X18951_X1.ms/SPECTRAL_WINDOW agree Column CHAN_WIDTH of reference.ms/SPECTRAL_WINDOW and uid___X5f_X18951_X1.ms/SPECTRAL_WINDOW agree Column EFFECTIVE_BW of reference.ms/SPECTRAL_WINDOW and uid___X5f_X18951_X1.ms/SPECTRAL_WINDOW agree Column RESOLUTION of reference.ms/SPECTRAL_WINDOW and uid___X5f_X18951_X1.ms/SPECTRAL_WINDOW agree Testing column MEAS_FREQ_REF Column MEAS_FREQ_REF PASSED Testing column REF_FREQUENCY Column REF_FREQUENCY PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column FREQ_GROUP Column FREQ_GROUP PASSED Testing column FREQ_GROUP_NAME Column FREQ_GROUP_NAME PASSED Testing column IF_CONV_CHAIN Column IF_CONV_CHAIN PASSED Testing column NAME Column NAME PASSED Testing column NET_SIDEBAND Column NET_SIDEBAND PASSED Testing column NUM_CHAN Column NUM_CHAN PASSED Testing column TOTAL_BANDWIDTH Column TOTAL_BANDWIDTH PASSED Testing column BBC_NO Column BBC_NO PASSED Testing column ASSOC_SPW_ID Column ASSOC_SPW_ID PASSED Testing column ASSOC_NATURE Column ASSOC_NATURE PASSED Testing column SDM_WINDOW_FUNCTION Column SDM_WINDOW_FUNCTION PASSED Testing column SDM_NUM_BIN Column SDM_NUM_BIN PASSED Testing column SDM_CORR_BIT Column SDM_CORR_BIT PASSED *** Subtable STATE Testing column CAL Column CAL PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column LOAD Column LOAD PASSED Testing column OBS_MODE Column OBS_MODE PASSED Testing column REF Column REF PASSED Testing column SIG Column SIG PASSED Testing column SUB_SCAN Column SUB_SCAN PASSED *** Subtable SYSCAL Testing column ANTENNA_ID Column ANTENNA_ID PASSED Testing column FEED_ID Column FEED_ID PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column SPECTRAL_WINDOW_ID Column SPECTRAL_WINDOW_ID PASSED Testing column TIME Column TIME PASSED Testing column TCAL_SPECTRUM Column TCAL_SPECTRUM PASSED Testing column TRX_SPECTRUM Column TRX_SPECTRUM PASSED Testing column TSKY_SPECTRUM Column TSKY_SPECTRUM PASSED Testing column TSYS_SPECTRUM Column TSYS_SPECTRUM PASSED Testing column TANT_SPECTRUM Column TANT_SPECTRUM PASSED Testing column TANT_TSYS_SPECTRUM Column TANT_TSYS_SPECTRUM PASSED Testing column TCAL_FLAG Column TCAL_FLAG PASSED Testing column TRX_FLAG Column TRX_FLAG PASSED Testing column TSKY_FLAG Column TSKY_FLAG PASSED Testing column TSYS_FLAG Column TSYS_FLAG PASSED Testing column TANT_FLAG Column TANT_FLAG PASSED Testing column TANT_TSYS_FLAG Column TANT_TSYS_FLAG PASSED *** Subtable POINTING Testing column DIRECTION Column DIRECTION differs (Row,Channel,Corr)=(0,0,0) Reference file value: 1.9467964033862557 Input file value: 1.946796837078092 Tolerance in % should be 2.2277205539673542e-05 Testing column ANTENNA_ID Column ANTENNA_ID PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column NAME Column NAME PASSED Testing column NUM_POLY Column NUM_POLY PASSED Testing column TARGET Column TARGET PASSED Testing column TIME Column TIME PASSED Testing column TIME_ORIGIN Column TIME_ORIGIN PASSED Testing column TRACKING Column TRACKING PASSED Testing column POINTING_OFFSET Column POINTING_OFFSET PASSED Testing column ENCODER Column ENCODER PASSED Testing column ON_SOURCE Column ON_SOURCE PASSED Testing column OVER_THE_TOP Column OVER_THE_TOP PASSED PASSED test_task_importasdm.py::asdm_import6::test6_lazy1 Asdm-import: Test good ACA ASDM with mixed pol/channelisation input with default filler in lazy mode test_importasdm: Success! Now checking output ... test_importasdm: ANTENNA/table.dat/table.dat present. test_importasdm: ANTENNA/table.f0/table.f0 present. test_importasdm: CALDEVICE/table.dat/table.dat present. test_importasdm: CALDEVICE/table.f0/table.f0 present. test_importasdm: DATA_DESCRIPTION/table.dat/table.dat present. test_importasdm: DATA_DESCRIPTION/table.f0/table.f0 present. test_importasdm: FEED/table.dat/table.dat present. test_importasdm: FEED/table.f0/table.f0 present. test_importasdm: FIELD/table.dat/table.dat present. test_importasdm: FIELD/table.f0/table.f0 present. test_importasdm: FLAG_CMD/table.dat/table.dat present. test_importasdm: FLAG_CMD/table.f0/table.f0 present. test_importasdm: HISTORY/table.dat/table.dat present. test_importasdm: HISTORY/table.f0/table.f0 present. test_importasdm: OBSERVATION/table.dat/table.dat present. test_importasdm: OBSERVATION/table.f0/table.f0 present. test_importasdm: POINTING/table.dat/table.dat present. test_importasdm: POINTING/table.f0/table.f0 present. test_importasdm: POLARIZATION/table.dat/table.dat present. test_importasdm: POLARIZATION/table.f0/table.f0 present. test_importasdm: PROCESSOR/table.dat/table.dat present. test_importasdm: PROCESSOR/table.f0/table.f0 present. test_importasdm: SOURCE/table.dat/table.dat present. test_importasdm: SOURCE/table.f0/table.f0 present. test_importasdm: SPECTRAL_WINDOW/table.dat/table.dat present. test_importasdm: SPECTRAL_WINDOW/table.f0/table.f0 present. test_importasdm: STATE/table.dat/table.dat present. test_importasdm: STATE/table.f0/table.f0 present. test_importasdm: SYSCAL/table.dat/table.dat present. test_importasdm: SYSCAL/table.f0/table.f0 present. test_importasdm: SYSPOWER/table.dat/table.dat present. test_importasdm: SYSPOWER/table.f0/table.f0 present. test_importasdm: WEATHER/table.dat/table.dat present. test_importasdm: WEATHER/table.f0/table.f0 present. test_importasdm: MS exists. All tables present. Try opening as MS ... test_importasdm: OK. Checking tables in detail ... Found 0 rows in selection. DATA columns agree. Found 0 rows in selection. FLAG columns agree. *** Subtable ANTENNA Testing column OFFSET Column OFFSET PASSED Testing column POSITION Column POSITION PASSED Testing column TYPE Column TYPE PASSED Testing column DISH_DIAMETER Column DISH_DIAMETER PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column MOUNT Column MOUNT PASSED Testing column NAME Column NAME PASSED Testing column STATION Column STATION PASSED *** Subtable CALDEVICE Testing column ANTENNA_ID Column ANTENNA_ID PASSED Testing column FEED_ID Column FEED_ID PASSED Testing column SPECTRAL_WINDOW_ID Column SPECTRAL_WINDOW_ID PASSED Testing column TIME Column TIME PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column NUM_CAL_LOAD Column NUM_CAL_LOAD PASSED Testing column CAL_LOAD_NAMES Column CAL_LOAD_NAMES PASSED Testing column NUM_RECEPTOR Column NUM_RECEPTOR PASSED Testing column TEMPERATURE_LOAD Column TEMPERATURE_LOAD PASSED *** Subtable DATA_DESCRIPTION Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column POLARIZATION_ID Column POLARIZATION_ID PASSED Testing column SPECTRAL_WINDOW_ID Column SPECTRAL_WINDOW_ID PASSED *** Subtable FEED Testing column POSITION Column POSITION PASSED Testing column BEAM_OFFSET Column BEAM_OFFSET PASSED Testing column POLARIZATION_TYPE Column POLARIZATION_TYPE PASSED Testing column POL_RESPONSE Column POL_RESPONSE PASSED Testing column RECEPTOR_ANGLE Column RECEPTOR_ANGLE PASSED Testing column ANTENNA_ID Column ANTENNA_ID PASSED Testing column BEAM_ID Column BEAM_ID PASSED Testing column FEED_ID Column FEED_ID PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column NUM_RECEPTORS Column NUM_RECEPTORS PASSED Testing column SPECTRAL_WINDOW_ID Column SPECTRAL_WINDOW_ID PASSED Testing column TIME Column TIME PASSED Testing column FOCUS_LENGTH Column FOCUS_LENGTH PASSED *** Subtable FIELD Testing column CODE Column CODE PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column NAME Column NAME PASSED Testing column NUM_POLY Column NUM_POLY PASSED Testing column SOURCE_ID Column SOURCE_ID PASSED Testing column TIME Column TIME PASSED Testing column EPHEMERIS_ID Column EPHEMERIS_ID PASSED Testing column PHASE_DIR Column PHASE_DIR PASSED Testing column PhaseDir_Ref Column PhaseDir_Ref PASSED Testing column DELAY_DIR Column DELAY_DIR PASSED Testing column DelayDir_Ref Column DelayDir_Ref PASSED Testing column REFERENCE_DIR Column REFERENCE_DIR PASSED Testing column RefDir_Ref Column RefDir_Ref PASSED *** Subtable FLAG_CMD Testing column APPLIED Column APPLIED PASSED Testing column COMMAND Column COMMAND PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column LEVEL Column LEVEL PASSED Testing column REASON Column REASON PASSED Testing column SEVERITY Column SEVERITY PASSED Testing column TIME Column TIME PASSED Testing column TYPE Column TYPE PASSED *** Subtable HISTORY Testing column APP_PARAMS Column APP_PARAMS PASSED Testing column CLI_COMMAND Column CLI_COMMAND PASSED Testing column APPLICATION Column APPLICATION PASSED Testing column OBJECT_ID Column OBJECT_ID PASSED Testing column OBSERVATION_ID Column OBSERVATION_ID PASSED Testing column ORIGIN Column ORIGIN PASSED Testing column PRIORITY Column PRIORITY PASSED Testing column TIME Column TIME PASSED *** Subtable OBSERVATION Testing column TIME_RANGE Column TIME_RANGE PASSED Testing column LOG Column LOG PASSED Testing column SCHEDULE Column SCHEDULE PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column OBSERVER Column OBSERVER PASSED Testing column PROJECT Column PROJECT PASSED Testing column RELEASE_DATE Column RELEASE_DATE PASSED Testing column SCHEDULE_TYPE Column SCHEDULE_TYPE PASSED Testing column TELESCOPE_NAME Column TELESCOPE_NAME PASSED *** Subtable POINTING Testing column DIRECTION Column DIRECTION PASSED Testing column ANTENNA_ID Column ANTENNA_ID PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column NAME Column NAME PASSED Testing column NUM_POLY Column NUM_POLY PASSED Testing column TARGET Column TARGET PASSED Testing column TIME Column TIME PASSED Testing column TIME_ORIGIN Column TIME_ORIGIN PASSED Testing column TRACKING Column TRACKING PASSED Testing column POINTING_OFFSET Column POINTING_OFFSET PASSED Testing column ENCODER Column ENCODER PASSED Testing column ON_SOURCE Column ON_SOURCE PASSED Testing column OVER_THE_TOP Column OVER_THE_TOP PASSED *** Subtable POLARIZATION Testing column CORR_TYPE Column CORR_TYPE PASSED Testing column CORR_PRODUCT Column CORR_PRODUCT PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column NUM_CORR Column NUM_CORR PASSED *** Subtable PROCESSOR Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column MODE_ID Column MODE_ID PASSED Testing column TYPE Column TYPE PASSED Testing column TYPE_ID Column TYPE_ID PASSED Testing column SUB_TYPE Column SUB_TYPE PASSED *** Subtable SOURCE Testing column DIRECTION Column DIRECTION PASSED Testing column PROPER_MOTION Column PROPER_MOTION PASSED Testing column CALIBRATION_GROUP Column CALIBRATION_GROUP PASSED Testing column CODE Column CODE PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column NAME Column NAME PASSED Testing column NUM_LINES Column NUM_LINES PASSED Testing column SOURCE_ID Column SOURCE_ID PASSED Testing column SPECTRAL_WINDOW_ID Column SPECTRAL_WINDOW_ID PASSED Testing column TIME Column TIME PASSED *** Subtable SPECTRAL_WINDOW Column CHAN_FREQ of reference.ms/SPECTRAL_WINDOW and uid___A002_X72bc38_X000.ms/SPECTRAL_WINDOW agree Column CHAN_WIDTH of reference.ms/SPECTRAL_WINDOW and uid___A002_X72bc38_X000.ms/SPECTRAL_WINDOW agree Column EFFECTIVE_BW of reference.ms/SPECTRAL_WINDOW and uid___A002_X72bc38_X000.ms/SPECTRAL_WINDOW agree Column RESOLUTION of reference.ms/SPECTRAL_WINDOW and uid___A002_X72bc38_X000.ms/SPECTRAL_WINDOW agree Testing column MEAS_FREQ_REF Column MEAS_FREQ_REF PASSED Testing column REF_FREQUENCY Column REF_FREQUENCY PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column FREQ_GROUP Column FREQ_GROUP PASSED Testing column FREQ_GROUP_NAME Column FREQ_GROUP_NAME PASSED Testing column IF_CONV_CHAIN Column IF_CONV_CHAIN PASSED Testing column NAME Column NAME PASSED Testing column NET_SIDEBAND Column NET_SIDEBAND PASSED Testing column NUM_CHAN Column NUM_CHAN PASSED Testing column TOTAL_BANDWIDTH Column TOTAL_BANDWIDTH PASSED Testing column BBC_NO Column BBC_NO PASSED Testing column ASSOC_SPW_ID Column ASSOC_SPW_ID PASSED Testing column ASSOC_NATURE Column ASSOC_NATURE PASSED Testing column SDM_WINDOW_FUNCTION Column SDM_WINDOW_FUNCTION PASSED Testing column SDM_NUM_BIN Column SDM_NUM_BIN PASSED Testing column SDM_CORR_BIT Column SDM_CORR_BIT PASSED *** Subtable STATE Testing column CAL Column CAL PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column LOAD Column LOAD PASSED Testing column OBS_MODE Column OBS_MODE PASSED Testing column REF Column REF PASSED Testing column SIG Column SIG PASSED Testing column SUB_SCAN Column SUB_SCAN PASSED *** Subtable SYSCAL Testing column ANTENNA_ID Column ANTENNA_ID PASSED Testing column FEED_ID Column FEED_ID PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column SPECTRAL_WINDOW_ID Column SPECTRAL_WINDOW_ID PASSED Testing column TIME Column TIME PASSED Testing column TCAL_SPECTRUM Column TCAL_SPECTRUM PASSED Testing column TRX_SPECTRUM Column TRX_SPECTRUM PASSED Testing column TSKY_SPECTRUM Column TSKY_SPECTRUM PASSED Testing column TSYS_SPECTRUM Column TSYS_SPECTRUM PASSED Testing column TCAL_FLAG Column TCAL_FLAG PASSED Testing column TRX_FLAG Column TRX_FLAG PASSED Testing column TSKY_FLAG Column TSKY_FLAG PASSED Testing column TSYS_FLAG Column TSYS_FLAG PASSED Testing column TANT_FLAG Column TANT_FLAG PASSED Testing column TANT_TSYS_FLAG Column TANT_TSYS_FLAG PASSED *** Subtable SYSPOWER Testing column ANTENNA_ID Column ANTENNA_ID PASSED Testing column FEED_ID Column FEED_ID PASSED Testing column SPECTRAL_WINDOW_ID Column SPECTRAL_WINDOW_ID PASSED Testing column TIME Column TIME PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column SWITCHED_DIFF Column SWITCHED_DIFF PASSED Testing column SWITCHED_SUM Column SWITCHED_SUM PASSED Testing column REQUANTIZER_GAIN Column REQUANTIZER_GAIN PASSED *** Subtable WEATHER Testing column ANTENNA_ID Column ANTENNA_ID PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column TIME Column TIME PASSED Testing column PRESSURE Column PRESSURE PASSED Testing column PRESSURE_FLAG Column PRESSURE_FLAG PASSED Testing column REL_HUMIDITY Column REL_HUMIDITY PASSED Testing column REL_HUMIDITY_FLAG Column REL_HUMIDITY_FLAG PASSED Testing column TEMPERATURE Column TEMPERATURE PASSED Testing column TEMPERATURE_FLAG Column TEMPERATURE_FLAG PASSED Testing column DEW_POINT Column DEW_POINT PASSED Testing column DEW_POINT_FLAG Column DEW_POINT_FLAG PASSED Testing column WIND_DIRECTION Column WIND_DIRECTION PASSED Testing column WIND_DIRECTION_FLAG Column WIND_DIRECTION_FLAG PASSED Testing column WIND_SPEED Column WIND_SPEED PASSED Testing column WIND_SPEED_FLAG Column WIND_SPEED_FLAG PASSED Testing column NS_WX_STATION_ID Column NS_WX_STATION_ID PASSED Testing column NS_WX_STATION_POSITION Column NS_WX_STATION_POSITION PASSED PASSED test_task_importasdm.py::asdm_import7::test7_bdflags1 Asdm-import: Test good 12 m ASDM with mixed pol/channelisation input with default filler selecting "co" on output and using the BDF flags test_importasdm: Success! Now checking output ... test_importasdm: POINTING/table.f0 present. test_importasdm: FEED/table.f0 present. test_importasdm: PROCESSOR/table.dat present. test_importasdm: FEED/table.dat present. test_importasdm: DATA_DESCRIPTION/table.f0 present. test_importasdm: STATE/table.f0 present. test_importasdm: POLARIZATION/table.f0 present. test_importasdm: STATE/table.dat present. test_importasdm: HISTORY/table.f0 present. test_importasdm: POLARIZATION/table.dat present. test_importasdm: FIELD/table.dat present. test_importasdm: OBSERVATION/table.f0 present. test_importasdm: POINTING/table.dat present. test_importasdm: SYSCAL/table.dat present. test_importasdm: FLAG_CMD/table.dat present. test_importasdm: SPECTRAL_WINDOW/table.dat present. test_importasdm: OBSERVATION/table.dat present. test_importasdm: SOURCE/table.f0 present. test_importasdm: SOURCE/table.dat present. test_importasdm: HISTORY/table.dat present. test_importasdm: PROCESSOR/table.f0 present. test_importasdm: FIELD/table.f0 present. test_importasdm: SYSCAL/table.f0 present. test_importasdm: ANTENNA/table.dat present. test_importasdm: DATA_DESCRIPTION/table.dat present. test_importasdm: FLAG_CMD/table.f0 present. test_importasdm: SPECTRAL_WINDOW/table.f0 present. test_importasdm: ANTENNA/table.f0 present. test_importasdm: MS exists. All tables present. Try opening as MS ... test_importasdm: OK. Checking tables in detail ... Found 0 rows in selection. DATA columns agree. Found 28304 rows in selection. FLAG columns do not agree as expected. *** Subtable ANTENNA Testing column OFFSET Column OFFSET PASSED Testing column POSITION Column POSITION PASSED Testing column TYPE Column TYPE PASSED Testing column DISH_DIAMETER Column DISH_DIAMETER PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column MOUNT Column MOUNT PASSED Testing column NAME Column NAME PASSED Testing column STATION Column STATION PASSED *** Subtable DATA_DESCRIPTION Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column POLARIZATION_ID Column POLARIZATION_ID PASSED Testing column SPECTRAL_WINDOW_ID Column SPECTRAL_WINDOW_ID PASSED *** Subtable FEED Testing column POSITION Column POSITION PASSED Testing column BEAM_OFFSET Column BEAM_OFFSET PASSED Testing column POLARIZATION_TYPE Column POLARIZATION_TYPE PASSED Testing column POL_RESPONSE Column POL_RESPONSE PASSED Testing column RECEPTOR_ANGLE Column RECEPTOR_ANGLE PASSED Testing column ANTENNA_ID Column ANTENNA_ID PASSED Testing column BEAM_ID Column BEAM_ID PASSED Testing column FEED_ID Column FEED_ID PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column NUM_RECEPTORS Column NUM_RECEPTORS PASSED Testing column SPECTRAL_WINDOW_ID Column SPECTRAL_WINDOW_ID PASSED Testing column TIME Column TIME PASSED Testing column FOCUS_LENGTH Column FOCUS_LENGTH PASSED *** Subtable FIELD Testing column CODE Column CODE PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column NAME Column NAME PASSED Testing column NUM_POLY Column NUM_POLY PASSED Testing column SOURCE_ID Column SOURCE_ID PASSED Testing column TIME Column TIME PASSED Testing column EPHEMERIS_ID Column EPHEMERIS_ID PASSED Testing column PHASE_DIR Column PHASE_DIR PASSED Testing column PhaseDir_Ref Column PhaseDir_Ref PASSED Testing column DELAY_DIR Column DELAY_DIR PASSED Testing column DelayDir_Ref Column DelayDir_Ref PASSED Testing column REFERENCE_DIR Column REFERENCE_DIR PASSED Testing column RefDir_Ref Column RefDir_Ref PASSED *** Subtable FLAG_CMD Testing column APPLIED Column APPLIED PASSED Testing column COMMAND Column COMMAND PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column LEVEL Column LEVEL PASSED Testing column REASON Column REASON PASSED Testing column SEVERITY Column SEVERITY PASSED Testing column TIME Column TIME PASSED Testing column TYPE Column TYPE PASSED *** Subtable OBSERVATION Testing column TIME_RANGE Column TIME_RANGE PASSED Testing column LOG Column LOG PASSED Testing column SCHEDULE Column SCHEDULE PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column OBSERVER Column OBSERVER PASSED Testing column PROJECT Column PROJECT PASSED Testing column RELEASE_DATE Column RELEASE_DATE PASSED Testing column SCHEDULE_TYPE Column SCHEDULE_TYPE PASSED Testing column TELESCOPE_NAME Column TELESCOPE_NAME PASSED *** Subtable POLARIZATION Column CORR_TYPE of reference.ms/POLARIZATION and uid___A002_X71e4ae_X317_short.ms/POLARIZATION agree Column CORR_PRODUCT of reference.ms/POLARIZATION and uid___A002_X71e4ae_X317_short.ms/POLARIZATION agree Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column NUM_CORR Column NUM_CORR PASSED *** Subtable PROCESSOR Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column MODE_ID Column MODE_ID PASSED Testing column TYPE Column TYPE PASSED Testing column TYPE_ID Column TYPE_ID PASSED Testing column SUB_TYPE Column SUB_TYPE PASSED *** Subtable SOURCE Testing column DIRECTION Column DIRECTION PASSED Testing column PROPER_MOTION Column PROPER_MOTION PASSED Testing column CALIBRATION_GROUP Column CALIBRATION_GROUP PASSED Testing column CODE Column CODE PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column NAME Column NAME PASSED Testing column NUM_LINES Column NUM_LINES PASSED Testing column SOURCE_ID Column SOURCE_ID PASSED Testing column SPECTRAL_WINDOW_ID Column SPECTRAL_WINDOW_ID PASSED Testing column TIME Column TIME PASSED *** Subtable SPECTRAL_WINDOW Column CHAN_FREQ of reference.ms/SPECTRAL_WINDOW and uid___A002_X71e4ae_X317_short.ms/SPECTRAL_WINDOW agree Column CHAN_WIDTH of reference.ms/SPECTRAL_WINDOW and uid___A002_X71e4ae_X317_short.ms/SPECTRAL_WINDOW agree Column EFFECTIVE_BW of reference.ms/SPECTRAL_WINDOW and uid___A002_X71e4ae_X317_short.ms/SPECTRAL_WINDOW agree Column RESOLUTION of reference.ms/SPECTRAL_WINDOW and uid___A002_X71e4ae_X317_short.ms/SPECTRAL_WINDOW agree Column ASSOC_SPW_ID of reference.ms/SPECTRAL_WINDOW and uid___A002_X71e4ae_X317_short.ms/SPECTRAL_WINDOW agree Testing column MEAS_FREQ_REF Column MEAS_FREQ_REF PASSED Testing column REF_FREQUENCY Column REF_FREQUENCY PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column FREQ_GROUP Column FREQ_GROUP PASSED Testing column FREQ_GROUP_NAME Column FREQ_GROUP_NAME PASSED Testing column IF_CONV_CHAIN Column IF_CONV_CHAIN PASSED Testing column NAME Column NAME PASSED Testing column NET_SIDEBAND Column NET_SIDEBAND PASSED Testing column NUM_CHAN Column NUM_CHAN PASSED Testing column TOTAL_BANDWIDTH Column TOTAL_BANDWIDTH PASSED Testing column BBC_NO Column BBC_NO PASSED Testing column SDM_WINDOW_FUNCTION Column SDM_WINDOW_FUNCTION PASSED Testing column SDM_NUM_BIN Column SDM_NUM_BIN PASSED Testing column SDM_CORR_BIT Column SDM_CORR_BIT PASSED *** Subtable STATE Testing column CAL Column CAL PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column LOAD Column LOAD PASSED Testing column OBS_MODE Column OBS_MODE PASSED Testing column REF Column REF PASSED Testing column SIG Column SIG PASSED Testing column SUB_SCAN Column SUB_SCAN PASSED *** Subtable SYSCAL Testing column ANTENNA_ID Column ANTENNA_ID PASSED Testing column FEED_ID Column FEED_ID PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column SPECTRAL_WINDOW_ID Column SPECTRAL_WINDOW_ID PASSED Testing column TIME Column TIME PASSED Testing column TCAL_SPECTRUM Column TCAL_SPECTRUM PASSED Testing column TRX_SPECTRUM Column TRX_SPECTRUM PASSED Testing column TSKY_SPECTRUM Column TSKY_SPECTRUM PASSED Testing column TSYS_SPECTRUM Column TSYS_SPECTRUM PASSED Testing column TCAL_FLAG Column TCAL_FLAG PASSED Testing column TRX_FLAG Column TRX_FLAG PASSED Testing column TSKY_FLAG Column TSKY_FLAG PASSED Testing column TSYS_FLAG Column TSYS_FLAG PASSED Testing column TANT_FLAG Column TANT_FLAG PASSED Testing column TANT_TSYS_FLAG Column TANT_TSYS_FLAG PASSED PASSED test_task_importasdm.py::asdm_import7::test7_lazy1 2023-09-07 12:52:58 WARN ms::asdmref "./moved_uid___A002_X71e4ae_X317_short/" is presently not a valid path ... Asdm-import: Test good 12 m ASDM with mixed pol/channelisation input with default filler in lazy mode test_importasdm: Success! Now checking output ... test_importasdm: POINTING/table.f0 present. test_importasdm: FEED/table.f0 present. test_importasdm: PROCESSOR/table.dat present. test_importasdm: FEED/table.dat present. test_importasdm: DATA_DESCRIPTION/table.f0 present. test_importasdm: STATE/table.f0 present. test_importasdm: SYSPOWER/table.dat present. test_importasdm: POLARIZATION/table.f0 present. test_importasdm: STATE/table.dat present. test_importasdm: HISTORY/table.f0 present. test_importasdm: POLARIZATION/table.dat present. test_importasdm: FIELD/table.dat present. test_importasdm: OBSERVATION/table.f0 present. test_importasdm: POINTING/table.dat present. test_importasdm: SYSCAL/table.dat present. test_importasdm: FLAG_CMD/table.dat present. test_importasdm: CALDEVICE/table.dat present. test_importasdm: SPECTRAL_WINDOW/table.dat present. test_importasdm: WEATHER/table.f0 present. test_importasdm: OBSERVATION/table.dat present. test_importasdm: SOURCE/table.f0 present. test_importasdm: CALDEVICE/table.f0 present. test_importasdm: SYSPOWER/table.f0 present. test_importasdm: SOURCE/table.dat present. test_importasdm: HISTORY/table.dat present. test_importasdm: PROCESSOR/table.f0 present. test_importasdm: FIELD/table.f0 present. test_importasdm: SYSCAL/table.f0 present. test_importasdm: ANTENNA/table.dat present. test_importasdm: DATA_DESCRIPTION/table.dat present. test_importasdm: FLAG_CMD/table.f0 present. test_importasdm: WEATHER/table.dat present. test_importasdm: SPECTRAL_WINDOW/table.f0 present. test_importasdm: ANTENNA/table.f0 present. test_importasdm: MS exists. All tables present. Try opening as MS ... test_importasdm: MS can be opened. Now testing the changing of the asdmref ... test_importasdm: OK. Checking tables in detail ... Found 0 rows in selection. DATA columns agree. Found 0 rows in selection. WEIGHT columns agree. Found 0 rows in selection. FLAG columns agree. *** Subtable ANTENNA Testing column OFFSET Column OFFSET PASSED Testing column POSITION Column POSITION PASSED Testing column TYPE Column TYPE PASSED Testing column DISH_DIAMETER Column DISH_DIAMETER PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column MOUNT Column MOUNT PASSED Testing column NAME Column NAME PASSED Testing column STATION Column STATION PASSED *** Subtable CALDEVICE Testing column ANTENNA_ID Column ANTENNA_ID PASSED Testing column FEED_ID Column FEED_ID PASSED Testing column SPECTRAL_WINDOW_ID Column SPECTRAL_WINDOW_ID PASSED Testing column TIME Column TIME PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column NUM_CAL_LOAD Column NUM_CAL_LOAD PASSED Testing column CAL_LOAD_NAMES Column CAL_LOAD_NAMES PASSED Testing column NUM_RECEPTOR Column NUM_RECEPTOR PASSED Testing column TEMPERATURE_LOAD Column TEMPERATURE_LOAD PASSED *** Subtable DATA_DESCRIPTION Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column POLARIZATION_ID Column POLARIZATION_ID PASSED Testing column SPECTRAL_WINDOW_ID Column SPECTRAL_WINDOW_ID PASSED *** Subtable FEED Testing column POSITION Column POSITION PASSED Testing column BEAM_OFFSET Column BEAM_OFFSET PASSED Testing column POLARIZATION_TYPE Column POLARIZATION_TYPE PASSED Testing column POL_RESPONSE Column POL_RESPONSE PASSED Testing column RECEPTOR_ANGLE Column RECEPTOR_ANGLE PASSED Testing column ANTENNA_ID Column ANTENNA_ID PASSED Testing column BEAM_ID Column BEAM_ID PASSED Testing column FEED_ID Column FEED_ID PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column NUM_RECEPTORS Column NUM_RECEPTORS PASSED Testing column SPECTRAL_WINDOW_ID Column SPECTRAL_WINDOW_ID PASSED Testing column TIME Column TIME PASSED Testing column FOCUS_LENGTH Column FOCUS_LENGTH PASSED *** Subtable FIELD Testing column CODE Column CODE PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column NAME Column NAME PASSED Testing column NUM_POLY Column NUM_POLY PASSED Testing column SOURCE_ID Column SOURCE_ID PASSED Testing column TIME Column TIME PASSED Testing column EPHEMERIS_ID Column EPHEMERIS_ID PASSED Testing column PHASE_DIR Column PHASE_DIR PASSED Testing column PhaseDir_Ref Column PhaseDir_Ref PASSED Testing column DELAY_DIR Column DELAY_DIR PASSED Testing column DelayDir_Ref Column DelayDir_Ref PASSED Testing column REFERENCE_DIR Column REFERENCE_DIR PASSED Testing column RefDir_Ref Column RefDir_Ref PASSED *** Subtable FLAG_CMD Testing column APPLIED Column APPLIED PASSED Testing column COMMAND Column COMMAND PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column LEVEL Column LEVEL PASSED Testing column REASON Column REASON PASSED Testing column SEVERITY Column SEVERITY PASSED Testing column TIME Column TIME PASSED Testing column TYPE Column TYPE PASSED *** Subtable OBSERVATION Testing column TIME_RANGE Column TIME_RANGE PASSED Testing column LOG Column LOG PASSED Testing column SCHEDULE Column SCHEDULE PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column OBSERVER Column OBSERVER PASSED Testing column PROJECT Column PROJECT PASSED Testing column RELEASE_DATE Column RELEASE_DATE PASSED Testing column SCHEDULE_TYPE Column SCHEDULE_TYPE PASSED Testing column TELESCOPE_NAME Column TELESCOPE_NAME PASSED *** Subtable POLARIZATION Column CORR_TYPE of reference.ms/POLARIZATION and uid___A002_X71e4ae_X317_short.ms/POLARIZATION agree Column CORR_PRODUCT of reference.ms/POLARIZATION and uid___A002_X71e4ae_X317_short.ms/POLARIZATION agree Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column NUM_CORR Column NUM_CORR PASSED *** Subtable PROCESSOR Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column MODE_ID Column MODE_ID PASSED Testing column TYPE Column TYPE PASSED Testing column TYPE_ID Column TYPE_ID PASSED Testing column SUB_TYPE Column SUB_TYPE PASSED *** Subtable SOURCE Testing column DIRECTION Column DIRECTION PASSED Testing column PROPER_MOTION Column PROPER_MOTION PASSED Testing column CALIBRATION_GROUP Column CALIBRATION_GROUP PASSED Testing column CODE Column CODE PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column NAME Column NAME PASSED Testing column NUM_LINES Column NUM_LINES PASSED Testing column SOURCE_ID Column SOURCE_ID PASSED Testing column SPECTRAL_WINDOW_ID Column SPECTRAL_WINDOW_ID PASSED Testing column TIME Column TIME PASSED *** Subtable SPECTRAL_WINDOW Column CHAN_FREQ of reference.ms/SPECTRAL_WINDOW and uid___A002_X71e4ae_X317_short.ms/SPECTRAL_WINDOW agree Column CHAN_WIDTH of reference.ms/SPECTRAL_WINDOW and uid___A002_X71e4ae_X317_short.ms/SPECTRAL_WINDOW agree Column EFFECTIVE_BW of reference.ms/SPECTRAL_WINDOW and uid___A002_X71e4ae_X317_short.ms/SPECTRAL_WINDOW agree Column RESOLUTION of reference.ms/SPECTRAL_WINDOW and uid___A002_X71e4ae_X317_short.ms/SPECTRAL_WINDOW agree Column ASSOC_SPW_ID of reference.ms/SPECTRAL_WINDOW and uid___A002_X71e4ae_X317_short.ms/SPECTRAL_WINDOW agree Testing column MEAS_FREQ_REF Column MEAS_FREQ_REF PASSED Testing column REF_FREQUENCY Column REF_FREQUENCY PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column FREQ_GROUP Column FREQ_GROUP PASSED Testing column FREQ_GROUP_NAME Column FREQ_GROUP_NAME PASSED Testing column IF_CONV_CHAIN Column IF_CONV_CHAIN PASSED Testing column NAME Column NAME PASSED Testing column NET_SIDEBAND Column NET_SIDEBAND PASSED Testing column NUM_CHAN Column NUM_CHAN PASSED Testing column TOTAL_BANDWIDTH Column TOTAL_BANDWIDTH PASSED Testing column BBC_NO Column BBC_NO PASSED Testing column SDM_WINDOW_FUNCTION Column SDM_WINDOW_FUNCTION PASSED Testing column SDM_NUM_BIN Column SDM_NUM_BIN PASSED Testing column SDM_CORR_BIT Column SDM_CORR_BIT PASSED *** Subtable STATE Testing column CAL Column CAL PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column LOAD Column LOAD PASSED Testing column OBS_MODE Column OBS_MODE PASSED Testing column REF Column REF PASSED Testing column SIG Column SIG PASSED Testing column SUB_SCAN Column SUB_SCAN PASSED *** Subtable SYSCAL Testing column ANTENNA_ID Column ANTENNA_ID PASSED Testing column FEED_ID Column FEED_ID PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column SPECTRAL_WINDOW_ID Column SPECTRAL_WINDOW_ID PASSED Testing column TIME Column TIME PASSED Testing column TCAL_SPECTRUM Column TCAL_SPECTRUM PASSED Testing column TRX_SPECTRUM Column TRX_SPECTRUM PASSED Testing column TSKY_SPECTRUM Column TSKY_SPECTRUM PASSED Testing column TSYS_SPECTRUM Column TSYS_SPECTRUM PASSED Testing column TCAL_FLAG Column TCAL_FLAG PASSED Testing column TRX_FLAG Column TRX_FLAG PASSED Testing column TSKY_FLAG Column TSKY_FLAG PASSED Testing column TSYS_FLAG Column TSYS_FLAG PASSED Testing column TANT_FLAG Column TANT_FLAG PASSED Testing column TANT_TSYS_FLAG Column TANT_TSYS_FLAG PASSED *** Subtable SYSPOWER Testing column ANTENNA_ID Column ANTENNA_ID PASSED Testing column FEED_ID Column FEED_ID PASSED Testing column SPECTRAL_WINDOW_ID Column SPECTRAL_WINDOW_ID PASSED Testing column TIME Column TIME PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column SWITCHED_DIFF Column SWITCHED_DIFF PASSED Testing column SWITCHED_SUM Column SWITCHED_SUM PASSED Testing column REQUANTIZER_GAIN Column REQUANTIZER_GAIN PASSED *** Subtable WEATHER Testing column ANTENNA_ID Column ANTENNA_ID PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column TIME Column TIME PASSED Testing column PRESSURE Column PRESSURE PASSED Testing column PRESSURE_FLAG Column PRESSURE_FLAG PASSED Testing column REL_HUMIDITY Column REL_HUMIDITY PASSED Testing column REL_HUMIDITY_FLAG Column REL_HUMIDITY_FLAG PASSED Testing column TEMPERATURE Column TEMPERATURE PASSED Testing column TEMPERATURE_FLAG Column TEMPERATURE_FLAG PASSED Testing column DEW_POINT Column DEW_POINT PASSED Testing column DEW_POINT_FLAG Column DEW_POINT_FLAG PASSED Testing column WIND_DIRECTION Column WIND_DIRECTION PASSED Testing column WIND_DIRECTION_FLAG Column WIND_DIRECTION_FLAG PASSED Testing column WIND_SPEED Column WIND_SPEED PASSED Testing column WIND_SPEED_FLAG Column WIND_SPEED_FLAG PASSED Testing column NS_WX_STATION_ID Column NS_WX_STATION_ID PASSED Testing column NS_WX_STATION_POSITION Column NS_WX_STATION_POSITION PASSED PASSED test_task_importasdm.py::asdm_import7::test7_lazy2 Asdm-import: Test good 12 m ASDM with mixed pol/channelisation input with default filler in lazy mode with reading the BDF flags test_importasdm: Success! Now checking output ... test_importasdm: POINTING/table.f0 present. test_importasdm: FEED/table.f0 present. test_importasdm: PROCESSOR/table.dat present. test_importasdm: FEED/table.dat present. test_importasdm: DATA_DESCRIPTION/table.f0 present. test_importasdm: STATE/table.f0 present. test_importasdm: POLARIZATION/table.f0 present. test_importasdm: STATE/table.dat present. test_importasdm: HISTORY/table.f0 present. test_importasdm: POLARIZATION/table.dat present. test_importasdm: FIELD/table.dat present. test_importasdm: OBSERVATION/table.f0 present. test_importasdm: POINTING/table.dat present. test_importasdm: SYSCAL/table.dat present. test_importasdm: FLAG_CMD/table.dat present. test_importasdm: SPECTRAL_WINDOW/table.dat present. test_importasdm: OBSERVATION/table.dat present. test_importasdm: SOURCE/table.f0 present. test_importasdm: SOURCE/table.dat present. test_importasdm: HISTORY/table.dat present. test_importasdm: PROCESSOR/table.f0 present. test_importasdm: FIELD/table.f0 present. test_importasdm: SYSCAL/table.f0 present. test_importasdm: ANTENNA/table.dat present. test_importasdm: DATA_DESCRIPTION/table.dat present. test_importasdm: FLAG_CMD/table.f0 present. test_importasdm: SPECTRAL_WINDOW/table.f0 present. test_importasdm: ANTENNA/table.f0 present. test_importasdm: MS exists. All tables present. Try opening as MS ... test_importasdm: OK. Checking tables in detail ... Found 0 rows in selection. DATA columns agree. Found 28314 rows in selection. FLAG columns do not agree as expected. *** Subtable ANTENNA Testing column OFFSET Column OFFSET PASSED Testing column POSITION Column POSITION PASSED Testing column TYPE Column TYPE PASSED Testing column DISH_DIAMETER Column DISH_DIAMETER PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column MOUNT Column MOUNT PASSED Testing column NAME Column NAME PASSED Testing column STATION Column STATION PASSED *** Subtable DATA_DESCRIPTION Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column POLARIZATION_ID Column POLARIZATION_ID PASSED Testing column SPECTRAL_WINDOW_ID Column SPECTRAL_WINDOW_ID PASSED *** Subtable FEED Testing column POSITION Column POSITION PASSED Testing column BEAM_OFFSET Column BEAM_OFFSET PASSED Testing column POLARIZATION_TYPE Column POLARIZATION_TYPE PASSED Testing column POL_RESPONSE Column POL_RESPONSE PASSED Testing column RECEPTOR_ANGLE Column RECEPTOR_ANGLE PASSED Testing column ANTENNA_ID Column ANTENNA_ID PASSED Testing column BEAM_ID Column BEAM_ID PASSED Testing column FEED_ID Column FEED_ID PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column NUM_RECEPTORS Column NUM_RECEPTORS PASSED Testing column SPECTRAL_WINDOW_ID Column SPECTRAL_WINDOW_ID PASSED Testing column TIME Column TIME PASSED Testing column FOCUS_LENGTH Column FOCUS_LENGTH PASSED *** Subtable FIELD Testing column CODE Column CODE PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column NAME Column NAME PASSED Testing column NUM_POLY Column NUM_POLY PASSED Testing column SOURCE_ID Column SOURCE_ID PASSED Testing column TIME Column TIME PASSED Testing column EPHEMERIS_ID Column EPHEMERIS_ID PASSED Testing column PHASE_DIR Column PHASE_DIR PASSED Testing column PhaseDir_Ref Column PhaseDir_Ref PASSED Testing column DELAY_DIR Column DELAY_DIR PASSED Testing column DelayDir_Ref Column DelayDir_Ref PASSED Testing column REFERENCE_DIR Column REFERENCE_DIR PASSED Testing column RefDir_Ref Column RefDir_Ref PASSED *** Subtable FLAG_CMD Testing column APPLIED Column APPLIED PASSED Testing column COMMAND Column COMMAND PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column LEVEL Column LEVEL PASSED Testing column REASON Column REASON PASSED Testing column SEVERITY Column SEVERITY PASSED Testing column TIME Column TIME PASSED Testing column TYPE Column TYPE PASSED *** Subtable OBSERVATION Testing column TIME_RANGE Column TIME_RANGE PASSED Testing column LOG Column LOG PASSED Testing column SCHEDULE Column SCHEDULE PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column OBSERVER Column OBSERVER PASSED Testing column PROJECT Column PROJECT PASSED Testing column RELEASE_DATE Column RELEASE_DATE PASSED Testing column SCHEDULE_TYPE Column SCHEDULE_TYPE PASSED Testing column TELESCOPE_NAME Column TELESCOPE_NAME PASSED *** Subtable POLARIZATION Column CORR_TYPE of reference.ms/POLARIZATION and uid___A002_X71e4ae_X317_short.ms/POLARIZATION agree Column CORR_PRODUCT of reference.ms/POLARIZATION and uid___A002_X71e4ae_X317_short.ms/POLARIZATION agree Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column NUM_CORR Column NUM_CORR PASSED *** Subtable PROCESSOR Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column MODE_ID Column MODE_ID PASSED Testing column TYPE Column TYPE PASSED Testing column TYPE_ID Column TYPE_ID PASSED Testing column SUB_TYPE Column SUB_TYPE PASSED *** Subtable SOURCE Testing column DIRECTION Column DIRECTION PASSED Testing column PROPER_MOTION Column PROPER_MOTION PASSED Testing column CALIBRATION_GROUP Column CALIBRATION_GROUP PASSED Testing column CODE Column CODE PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column NAME Column NAME PASSED Testing column NUM_LINES Column NUM_LINES PASSED Testing column SOURCE_ID Column SOURCE_ID PASSED Testing column SPECTRAL_WINDOW_ID Column SPECTRAL_WINDOW_ID PASSED Testing column TIME Column TIME PASSED *** Subtable SPECTRAL_WINDOW Column CHAN_FREQ of reference.ms/SPECTRAL_WINDOW and uid___A002_X71e4ae_X317_short.ms/SPECTRAL_WINDOW agree Column CHAN_WIDTH of reference.ms/SPECTRAL_WINDOW and uid___A002_X71e4ae_X317_short.ms/SPECTRAL_WINDOW agree Column EFFECTIVE_BW of reference.ms/SPECTRAL_WINDOW and uid___A002_X71e4ae_X317_short.ms/SPECTRAL_WINDOW agree Column RESOLUTION of reference.ms/SPECTRAL_WINDOW and uid___A002_X71e4ae_X317_short.ms/SPECTRAL_WINDOW agree Column ASSOC_SPW_ID of reference.ms/SPECTRAL_WINDOW and uid___A002_X71e4ae_X317_short.ms/SPECTRAL_WINDOW agree Testing column MEAS_FREQ_REF Column MEAS_FREQ_REF PASSED Testing column REF_FREQUENCY Column REF_FREQUENCY PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column FREQ_GROUP Column FREQ_GROUP PASSED Testing column FREQ_GROUP_NAME Column FREQ_GROUP_NAME PASSED Testing column IF_CONV_CHAIN Column IF_CONV_CHAIN PASSED Testing column NAME Column NAME PASSED Testing column NET_SIDEBAND Column NET_SIDEBAND PASSED Testing column NUM_CHAN Column NUM_CHAN PASSED Testing column TOTAL_BANDWIDTH Column TOTAL_BANDWIDTH PASSED Testing column BBC_NO Column BBC_NO PASSED Testing column SDM_WINDOW_FUNCTION Column SDM_WINDOW_FUNCTION PASSED Testing column SDM_NUM_BIN Column SDM_NUM_BIN PASSED Testing column SDM_CORR_BIT Column SDM_CORR_BIT PASSED *** Subtable STATE Testing column CAL Column CAL PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column LOAD Column LOAD PASSED Testing column OBS_MODE Column OBS_MODE PASSED Testing column REF Column REF PASSED Testing column SIG Column SIG PASSED Testing column SUB_SCAN Column SUB_SCAN PASSED *** Subtable SYSCAL Testing column ANTENNA_ID Column ANTENNA_ID PASSED Testing column FEED_ID Column FEED_ID PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column SPECTRAL_WINDOW_ID Column SPECTRAL_WINDOW_ID PASSED Testing column TIME Column TIME PASSED Testing column TCAL_SPECTRUM Column TCAL_SPECTRUM PASSED Testing column TRX_SPECTRUM Column TRX_SPECTRUM PASSED Testing column TSKY_SPECTRUM Column TSKY_SPECTRUM PASSED Testing column TSYS_SPECTRUM Column TSYS_SPECTRUM PASSED Testing column TCAL_FLAG Column TCAL_FLAG PASSED Testing column TRX_FLAG Column TRX_FLAG PASSED Testing column TSKY_FLAG Column TSKY_FLAG PASSED Testing column TSYS_FLAG Column TSYS_FLAG PASSED Testing column TANT_FLAG Column TANT_FLAG PASSED Testing column TANT_TSYS_FLAG Column TANT_TSYS_FLAG PASSED PASSED test_task_importasdm.py::asdm_import7::test7_lazy3 Asdm-import: Test good 12 m ASDM with Ephemeris table in lazy mode Skipping asdm_import7.test7_lazy3 - uses stand-alone executable PASSED test_task_importasdm.py::asdm_import7::test7_lazy4 2023-09-07 12:56:30 WARN ms::asdmref "./moved_uid___A002_X71e4ae_X317_short/" is presently not a valid path ... Asdm-import: Test good 12 m ASDM with mixed pol/channelisation input with default filler in lazy mode selecting only AUTO data, writing to FLOAT_DATA test_importasdm: Success! Now checking output ... test_importasdm: POINTING/table.f0 present. test_importasdm: FEED/table.f0 present. test_importasdm: PROCESSOR/table.dat present. test_importasdm: FEED/table.dat present. test_importasdm: DATA_DESCRIPTION/table.f0 present. test_importasdm: STATE/table.f0 present. test_importasdm: SYSPOWER/table.dat present. test_importasdm: POLARIZATION/table.f0 present. test_importasdm: STATE/table.dat present. test_importasdm: HISTORY/table.f0 present. test_importasdm: POLARIZATION/table.dat present. test_importasdm: FIELD/table.dat present. test_importasdm: OBSERVATION/table.f0 present. test_importasdm: POINTING/table.dat present. test_importasdm: SYSCAL/table.dat present. test_importasdm: FLAG_CMD/table.dat present. test_importasdm: CALDEVICE/table.dat present. test_importasdm: SPECTRAL_WINDOW/table.dat present. test_importasdm: OBSERVATION/table.dat present. test_importasdm: SOURCE/table.f0 present. test_importasdm: CALDEVICE/table.f0 present. test_importasdm: SYSPOWER/table.f0 present. test_importasdm: SOURCE/table.dat present. test_importasdm: HISTORY/table.dat present. test_importasdm: PROCESSOR/table.f0 present. test_importasdm: FIELD/table.f0 present. test_importasdm: SYSCAL/table.f0 present. test_importasdm: ANTENNA/table.dat present. test_importasdm: DATA_DESCRIPTION/table.dat present. test_importasdm: FLAG_CMD/table.f0 present. test_importasdm: SPECTRAL_WINDOW/table.f0 present. test_importasdm: ANTENNA/table.f0 present. test_importasdm: MS exists. All tables present. Try opening as MS ... test_importasdm: MS can be opened. Now testing the changing of the asdmref ... test_importasdm: OK. Checking tables in detail ... Found 0 rows in selection. DATA columns agree. Found 0 rows in selection. WEIGHT columns agree. Found 0 rows in selection. FLAG columns agree. *** Subtable ANTENNA Testing column OFFSET Column OFFSET PASSED Testing column POSITION Column POSITION PASSED Testing column TYPE Column TYPE PASSED Testing column DISH_DIAMETER Column DISH_DIAMETER PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column MOUNT Column MOUNT PASSED Testing column NAME Column NAME PASSED Testing column STATION Column STATION PASSED *** Subtable DATA_DESCRIPTION Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column POLARIZATION_ID Column POLARIZATION_ID PASSED Testing column SPECTRAL_WINDOW_ID Column SPECTRAL_WINDOW_ID PASSED *** Subtable FEED Testing column POSITION Column POSITION PASSED Testing column BEAM_OFFSET Column BEAM_OFFSET PASSED Testing column POLARIZATION_TYPE Column POLARIZATION_TYPE PASSED Testing column POL_RESPONSE Column POL_RESPONSE PASSED Testing column RECEPTOR_ANGLE Column RECEPTOR_ANGLE PASSED Testing column ANTENNA_ID Column ANTENNA_ID PASSED Testing column BEAM_ID Column BEAM_ID PASSED Testing column FEED_ID Column FEED_ID PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column NUM_RECEPTORS Column NUM_RECEPTORS PASSED Testing column SPECTRAL_WINDOW_ID Column SPECTRAL_WINDOW_ID PASSED Testing column TIME Column TIME PASSED Testing column FOCUS_LENGTH Column FOCUS_LENGTH PASSED *** Subtable FIELD Testing column CODE Column CODE PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column NAME Column NAME PASSED Testing column NUM_POLY Column NUM_POLY PASSED Testing column SOURCE_ID Column SOURCE_ID PASSED Testing column TIME Column TIME PASSED Testing column EPHEMERIS_ID Column EPHEMERIS_ID PASSED Testing column PHASE_DIR Column PHASE_DIR PASSED Testing column PhaseDir_Ref Column PhaseDir_Ref PASSED Testing column DELAY_DIR Column DELAY_DIR PASSED Testing column DelayDir_Ref Column DelayDir_Ref PASSED Testing column REFERENCE_DIR Column REFERENCE_DIR PASSED Testing column RefDir_Ref Column RefDir_Ref PASSED *** Subtable FLAG_CMD Testing column APPLIED Column APPLIED PASSED Testing column COMMAND Column COMMAND PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column LEVEL Column LEVEL PASSED Testing column REASON Column REASON PASSED Testing column SEVERITY Column SEVERITY PASSED Testing column TIME Column TIME PASSED Testing column TYPE Column TYPE PASSED *** Subtable OBSERVATION Testing column TIME_RANGE Column TIME_RANGE PASSED Testing column LOG Column LOG PASSED Testing column SCHEDULE Column SCHEDULE PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column OBSERVER Column OBSERVER PASSED Testing column PROJECT Column PROJECT PASSED Testing column RELEASE_DATE Column RELEASE_DATE PASSED Testing column SCHEDULE_TYPE Column SCHEDULE_TYPE PASSED Testing column TELESCOPE_NAME Column TELESCOPE_NAME PASSED *** Subtable POLARIZATION Column CORR_TYPE of reference.ms/POLARIZATION and uid___A002_X71e4ae_X317_short.ms/POLARIZATION agree Column CORR_PRODUCT of reference.ms/POLARIZATION and uid___A002_X71e4ae_X317_short.ms/POLARIZATION agree Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column NUM_CORR Column NUM_CORR PASSED *** Subtable PROCESSOR Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column MODE_ID Column MODE_ID PASSED Testing column TYPE Column TYPE PASSED Testing column TYPE_ID Column TYPE_ID PASSED Testing column SUB_TYPE Column SUB_TYPE PASSED *** Subtable SOURCE Testing column DIRECTION Column DIRECTION PASSED Testing column PROPER_MOTION Column PROPER_MOTION PASSED Testing column CALIBRATION_GROUP Column CALIBRATION_GROUP PASSED Testing column CODE Column CODE PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column NAME Column NAME PASSED Testing column NUM_LINES Column NUM_LINES PASSED Testing column SOURCE_ID Column SOURCE_ID PASSED Testing column SPECTRAL_WINDOW_ID Column SPECTRAL_WINDOW_ID PASSED Testing column TIME Column TIME PASSED *** Subtable SPECTRAL_WINDOW Column CHAN_FREQ of reference.ms/SPECTRAL_WINDOW and uid___A002_X71e4ae_X317_short.ms/SPECTRAL_WINDOW agree Column CHAN_WIDTH of reference.ms/SPECTRAL_WINDOW and uid___A002_X71e4ae_X317_short.ms/SPECTRAL_WINDOW agree Column EFFECTIVE_BW of reference.ms/SPECTRAL_WINDOW and uid___A002_X71e4ae_X317_short.ms/SPECTRAL_WINDOW agree Column RESOLUTION of reference.ms/SPECTRAL_WINDOW and uid___A002_X71e4ae_X317_short.ms/SPECTRAL_WINDOW agree Column ASSOC_SPW_ID of reference.ms/SPECTRAL_WINDOW and uid___A002_X71e4ae_X317_short.ms/SPECTRAL_WINDOW agree Testing column MEAS_FREQ_REF Column MEAS_FREQ_REF PASSED Testing column REF_FREQUENCY Column REF_FREQUENCY PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column FREQ_GROUP Column FREQ_GROUP PASSED Testing column FREQ_GROUP_NAME Column FREQ_GROUP_NAME PASSED Testing column IF_CONV_CHAIN Column IF_CONV_CHAIN PASSED Testing column NAME Column NAME PASSED Testing column NET_SIDEBAND Column NET_SIDEBAND PASSED Testing column NUM_CHAN Column NUM_CHAN PASSED Testing column TOTAL_BANDWIDTH Column TOTAL_BANDWIDTH PASSED Testing column BBC_NO Column BBC_NO PASSED Testing column SDM_WINDOW_FUNCTION Column SDM_WINDOW_FUNCTION PASSED Testing column SDM_NUM_BIN Column SDM_NUM_BIN PASSED Testing column SDM_CORR_BIT Column SDM_CORR_BIT PASSED *** Subtable STATE Testing column CAL Column CAL PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column LOAD Column LOAD PASSED Testing column OBS_MODE Column OBS_MODE PASSED Testing column REF Column REF PASSED Testing column SIG Column SIG PASSED Testing column SUB_SCAN Column SUB_SCAN PASSED *** Subtable SYSCAL Testing column ANTENNA_ID Column ANTENNA_ID PASSED Testing column FEED_ID Column FEED_ID PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column SPECTRAL_WINDOW_ID Column SPECTRAL_WINDOW_ID PASSED Testing column TIME Column TIME PASSED Testing column TCAL_SPECTRUM Column TCAL_SPECTRUM PASSED Testing column TRX_SPECTRUM Column TRX_SPECTRUM PASSED Testing column TSKY_SPECTRUM Column TSKY_SPECTRUM PASSED Testing column TSYS_SPECTRUM Column TSYS_SPECTRUM PASSED Testing column TCAL_FLAG Column TCAL_FLAG PASSED Testing column TRX_FLAG Column TRX_FLAG PASSED Testing column TSKY_FLAG Column TSKY_FLAG PASSED Testing column TSYS_FLAG Column TSYS_FLAG PASSED Testing column TANT_FLAG Column TANT_FLAG PASSED Testing column TANT_TSYS_FLAG Column TANT_TSYS_FLAG PASSED PASSED test_task_importasdm.py::asdm_import7::test7_lazy5 2023-09-07 12:56:55 WARN ms::asdmref "./moved_uid___A002_X6218fb_X264/" is presently not a valid path ... Asdm-import: Test TP asdm with default filler in lazy mode selecting only AUTO data, writing to FLOAT_DATA test_importasdm: Success! Now checking output ... test_importasdm: POINTING/table.f0 present. test_importasdm: FEED/table.f0 present. test_importasdm: PROCESSOR/table.dat present. test_importasdm: FEED/table.dat present. test_importasdm: DATA_DESCRIPTION/table.f0 present. test_importasdm: STATE/table.f0 present. test_importasdm: SYSPOWER/table.dat present. test_importasdm: POLARIZATION/table.f0 present. test_importasdm: STATE/table.dat present. test_importasdm: HISTORY/table.f0 present. test_importasdm: POLARIZATION/table.dat present. test_importasdm: FIELD/table.dat present. test_importasdm: OBSERVATION/table.f0 present. test_importasdm: POINTING/table.dat present. test_importasdm: SYSCAL/table.dat present. test_importasdm: FLAG_CMD/table.dat present. test_importasdm: CALDEVICE/table.dat present. test_importasdm: SPECTRAL_WINDOW/table.dat present. test_importasdm: WEATHER/table.f0 present. test_importasdm: OBSERVATION/table.dat present. test_importasdm: SOURCE/table.f0 present. test_importasdm: CALDEVICE/table.f0 present. test_importasdm: SYSPOWER/table.f0 present. test_importasdm: SOURCE/table.dat present. test_importasdm: HISTORY/table.dat present. test_importasdm: PROCESSOR/table.f0 present. test_importasdm: FIELD/table.f0 present. test_importasdm: SYSCAL/table.f0 present. test_importasdm: ANTENNA/table.dat present. test_importasdm: DATA_DESCRIPTION/table.dat present. test_importasdm: FLAG_CMD/table.f0 present. test_importasdm: WEATHER/table.dat present. test_importasdm: SPECTRAL_WINDOW/table.f0 present. test_importasdm: ANTENNA/table.f0 present. test_importasdm: MS exists. All tables present. Try opening as MS ... test_importasdm: MS can be opened. Now testing the changing of the asdmref ... test_importasdm: OK. Checking tables in detail ... Found 0 rows in selection. DATA columns agree. Found 0 rows in selection. WEIGHT columns agree. Found 0 rows in selection. FLAG columns agree. *** Subtable ANTENNA Testing column OFFSET Column OFFSET PASSED Testing column POSITION Column POSITION PASSED Testing column TYPE Column TYPE PASSED Testing column DISH_DIAMETER Column DISH_DIAMETER PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column MOUNT Column MOUNT PASSED Testing column NAME Column NAME PASSED Testing column STATION Column STATION PASSED *** Subtable DATA_DESCRIPTION Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column POLARIZATION_ID Column POLARIZATION_ID PASSED Testing column SPECTRAL_WINDOW_ID Column SPECTRAL_WINDOW_ID PASSED *** Subtable FEED Testing column POSITION Column POSITION PASSED Testing column BEAM_OFFSET Column BEAM_OFFSET PASSED Testing column POLARIZATION_TYPE Column POLARIZATION_TYPE PASSED Testing column POL_RESPONSE Column POL_RESPONSE PASSED Testing column RECEPTOR_ANGLE Column RECEPTOR_ANGLE PASSED Testing column ANTENNA_ID Column ANTENNA_ID PASSED Testing column BEAM_ID Column BEAM_ID PASSED Testing column FEED_ID Column FEED_ID PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column NUM_RECEPTORS Column NUM_RECEPTORS PASSED Testing column SPECTRAL_WINDOW_ID Column SPECTRAL_WINDOW_ID PASSED Testing column TIME Column TIME PASSED Testing column FOCUS_LENGTH Column FOCUS_LENGTH PASSED *** Subtable FIELD Testing column CODE Column CODE PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column NAME Column NAME PASSED Testing column NUM_POLY Column NUM_POLY PASSED Testing column SOURCE_ID Column SOURCE_ID PASSED Testing column TIME Column TIME PASSED Testing column EPHEMERIS_ID Column EPHEMERIS_ID PASSED Testing column PHASE_DIR Column PHASE_DIR PASSED Testing column PhaseDir_Ref Column PhaseDir_Ref PASSED Testing column DELAY_DIR Column DELAY_DIR PASSED Testing column DelayDir_Ref Column DelayDir_Ref PASSED Testing column REFERENCE_DIR Column REFERENCE_DIR PASSED Testing column RefDir_Ref Column RefDir_Ref PASSED *** Subtable FLAG_CMD Testing column APPLIED Column APPLIED PASSED Testing column COMMAND Column COMMAND PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column LEVEL Column LEVEL PASSED Testing column REASON Column REASON PASSED Testing column SEVERITY Column SEVERITY PASSED Testing column TIME Column TIME PASSED Testing column TYPE Column TYPE PASSED *** Subtable OBSERVATION Testing column TIME_RANGE Column TIME_RANGE PASSED Testing column LOG Column LOG PASSED Testing column SCHEDULE Column SCHEDULE PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column OBSERVER Column OBSERVER PASSED Testing column PROJECT Column PROJECT PASSED Testing column RELEASE_DATE Column RELEASE_DATE PASSED Testing column SCHEDULE_TYPE Column SCHEDULE_TYPE PASSED Testing column TELESCOPE_NAME Column TELESCOPE_NAME PASSED *** Subtable POLARIZATION Column CORR_TYPE of reference.ms/POLARIZATION and uid___A002_X6218fb_X264.ms/POLARIZATION agree Column CORR_PRODUCT of reference.ms/POLARIZATION and uid___A002_X6218fb_X264.ms/POLARIZATION agree Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column NUM_CORR Column NUM_CORR PASSED *** Subtable PROCESSOR Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column MODE_ID Column MODE_ID PASSED Testing column TYPE Column TYPE PASSED Testing column TYPE_ID Column TYPE_ID PASSED Testing column SUB_TYPE Column SUB_TYPE PASSED *** Subtable SOURCE Testing column DIRECTION Column DIRECTION PASSED Testing column PROPER_MOTION Column PROPER_MOTION PASSED Testing column CALIBRATION_GROUP Column CALIBRATION_GROUP PASSED Testing column CODE Column CODE PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column NAME Column NAME PASSED Testing column NUM_LINES Column NUM_LINES PASSED Testing column SOURCE_ID Column SOURCE_ID PASSED Testing column SPECTRAL_WINDOW_ID Column SPECTRAL_WINDOW_ID PASSED Testing column TIME Column TIME PASSED *** Subtable SPECTRAL_WINDOW Column CHAN_FREQ of reference.ms/SPECTRAL_WINDOW and uid___A002_X6218fb_X264.ms/SPECTRAL_WINDOW agree Column CHAN_WIDTH of reference.ms/SPECTRAL_WINDOW and uid___A002_X6218fb_X264.ms/SPECTRAL_WINDOW agree Column EFFECTIVE_BW of reference.ms/SPECTRAL_WINDOW and uid___A002_X6218fb_X264.ms/SPECTRAL_WINDOW agree Column RESOLUTION of reference.ms/SPECTRAL_WINDOW and uid___A002_X6218fb_X264.ms/SPECTRAL_WINDOW agree Column ASSOC_SPW_ID of reference.ms/SPECTRAL_WINDOW and uid___A002_X6218fb_X264.ms/SPECTRAL_WINDOW agree Testing column MEAS_FREQ_REF Column MEAS_FREQ_REF PASSED Testing column REF_FREQUENCY Column REF_FREQUENCY PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column FREQ_GROUP Column FREQ_GROUP PASSED Testing column FREQ_GROUP_NAME Column FREQ_GROUP_NAME PASSED Testing column IF_CONV_CHAIN Column IF_CONV_CHAIN PASSED Testing column NAME Column NAME PASSED Testing column NET_SIDEBAND Column NET_SIDEBAND PASSED Testing column NUM_CHAN Column NUM_CHAN PASSED Testing column TOTAL_BANDWIDTH Column TOTAL_BANDWIDTH PASSED Testing column BBC_NO Column BBC_NO PASSED Testing column SDM_WINDOW_FUNCTION Column SDM_WINDOW_FUNCTION PASSED Testing column SDM_NUM_BIN Column SDM_NUM_BIN PASSED Testing column SDM_CORR_BIT Column SDM_CORR_BIT PASSED *** Subtable STATE Testing column CAL Column CAL PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column LOAD Column LOAD PASSED Testing column OBS_MODE Column OBS_MODE PASSED Testing column REF Column REF PASSED Testing column SIG Column SIG PASSED Testing column SUB_SCAN Column SUB_SCAN PASSED *** Subtable SYSCAL Testing column ANTENNA_ID Column ANTENNA_ID PASSED Testing column FEED_ID Column FEED_ID PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column SPECTRAL_WINDOW_ID Column SPECTRAL_WINDOW_ID PASSED Testing column TIME Column TIME PASSED Testing column TCAL_SPECTRUM Column TCAL_SPECTRUM PASSED Testing column TRX_SPECTRUM Column TRX_SPECTRUM PASSED Testing column TSKY_SPECTRUM Column TSKY_SPECTRUM PASSED Testing column TSYS_SPECTRUM Column TSYS_SPECTRUM PASSED Testing column TCAL_FLAG Column TCAL_FLAG PASSED Testing column TRX_FLAG Column TRX_FLAG PASSED Testing column TSKY_FLAG Column TSKY_FLAG PASSED Testing column TSYS_FLAG Column TSYS_FLAG PASSED Testing column TANT_FLAG Column TANT_FLAG PASSED Testing column TANT_TSYS_FLAG Column TANT_TSYS_FLAG PASSED *** Subtable WEATHER Testing column ANTENNA_ID Column ANTENNA_ID PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column TIME Column TIME PASSED Testing column PRESSURE Column PRESSURE PASSED Testing column PRESSURE_FLAG Column PRESSURE_FLAG PASSED Testing column REL_HUMIDITY Column REL_HUMIDITY PASSED Testing column REL_HUMIDITY_FLAG Column REL_HUMIDITY_FLAG PASSED Testing column TEMPERATURE Column TEMPERATURE PASSED Testing column TEMPERATURE_FLAG Column TEMPERATURE_FLAG PASSED Testing column DEW_POINT Column DEW_POINT PASSED Testing column DEW_POINT_FLAG Column DEW_POINT_FLAG PASSED Testing column WIND_DIRECTION Column WIND_DIRECTION PASSED Testing column WIND_DIRECTION_FLAG Column WIND_DIRECTION_FLAG PASSED Testing column WIND_SPEED Column WIND_SPEED PASSED Testing column WIND_SPEED_FLAG Column WIND_SPEED_FLAG PASSED Testing column NS_WX_STATION_ID Column NS_WX_STATION_ID PASSED Testing column NS_WX_STATION_POSITION Column NS_WX_STATION_POSITION PASSED PASSED test_task_importasdm.py::asdm_import7::test7_skiprows1 Asdm-import: Test TP asdm, comparing output when duplicate DATA rows are skipped versus not-skipped, lazy and regular, with bdflagging on Skipping asdm_import7.test7_skiprows - uses stand-alone executable PASSED test_task_importasdm.py::asdm_import8::test_alma_numbin test_importasdm: testing SDM columns in alma_numbin_mixed writing to alma_numbin_mixed.ms test_importasdm: testing SDM columns in alma_numbin_mixed writing to alma_numbin_mixed.numbin.ms test_importasdm: using SpectralWindow.xml.numBin for SpectralWindow.xml test_importasdm: restored original SpectralWindow.xml test_importasdm: testing SDM columns in alma_numbin_mixed writing to alma_numbin_mixed.faked.ms test_importasdm: using SpectralWindow.xml.faked for SpectralWindow.xml test_importasdm: restored original SpectralWindow.xml test_importasdm: testing SDM columns in alma_numbin_mixed writing to alma_numbin_mixed.faked.numBin.ms test_importasdm: using SpectralWindow.xml.faked.numBin for SpectralWindow.xml test_importasdm: restored original SpectralWindow.xml PASSED test_task_importasdm.py::asdm_import8::test_evla_numbin test_importasdm: testing SDM columns in evla_numbin_2 writing to evla_numbin_2.ms test_importasdm: testing SDM columns in evla_numbin_2 writing to evla_numbin_2.numBin.ms test_importasdm: using SpectralWindow.xml.numBin for SpectralWindow.xml test_importasdm: restored original SpectralWindow.xml test_importasdm: testing SDM columns in evla_numbin_2 writing to evla_numbin_2.mixed.ms test_importasdm: using SpectralWindow.xml.mixed for SpectralWindow.xml test_importasdm: restored original SpectralWindow.xml test_importasdm: testing SDM columns in evla_numbin_2 writing to evla_numbin_2.bad.ms test_importasdm: using SpectralWindow.xml.bad for SpectralWindow.xml test_importasdm: restored original SpectralWindow.xml test_importasdm: testing SDM columns in evla_numbin_4 writing to evla_numbin_4.ms test_importasdm: testing SDM columns in evla_numbin_4 writing to evla_numbin_4.numBin.ms test_importasdm: using SpectralWindow.xml.numBin for SpectralWindow.xml test_importasdm: restored original SpectralWindow.xml test_importasdm: testing SDM columns in evla_numbin_4 writing to evla_numbin_4.onlyNumBin.ms test_importasdm: using SpectralWindow.xml.onlyNumBin for SpectralWindow.xml test_importasdm: restored original SpectralWindow.xml test_importasdm: testing SDM columns in evla_numbin_4 writing to evla_numbin_4.unknownTel.ms test_importasdm: using ExecBlock.xml.unknownTel for ExecBlock.xml test_importasdm: restored original ExecBlock.xml PASSED test_task_importasdm.py::asdm_import8::test_verbose PASSED - generated xml file: /home/casatest/casa6/casatestutils/nosedir/xml/test_task_importasdm/nose.xml - ================== 33 passed, 2 warnings in 923.57s (0:15:23) ================== ============================= test session starts ============================== platform linux -- Python 3.8.7, pytest-7.4.1, pluggy-1.3.0 -- /usr/local/bin/python3.8 cachedir: .pytest_cache rootdir: /home/casatest/casa6/casatestutils/nosedir/test_task_asdmsummary configfile: pytest.ini collecting ... collected 4 items test_task_asdmsummary.py::asdmsummary_test::test_12m_asdm 12m with mixedl pol/channelisation PASSED test_task_asdmsummary.py::asdmsummary_test::test_aca_asdm ACA with mixed pol/channelisation PASSED test_task_asdmsummary.py::asdmsummary_test::test_alma_asdm ALMA M51 data PASSED test_task_asdmsummary.py::asdmsummary_test::test_vla_asdm VLA data PASSED - generated xml file: /home/casatest/casa6/casatestutils/nosedir/xml/test_task_asdmsummary/nose.xml - ======================== 4 passed, 2 warnings in 3.74s ========================= ============================= test session starts ============================== platform linux -- Python 3.8.7, pytest-7.4.1, pluggy-1.3.0 -- /usr/local/bin/python3.8 cachedir: .pytest_cache rootdir: /home/casatest/casa6/casatestutils/nosedir/test_task_imtrans configfile: pytest.ini collecting ... collected 6 items test_task_imtrans.py::imtrans_test::test_cas_2364 test CAS-2364 fix PASSED test_task_imtrans.py::imtrans_test::test_exceptions 2023-09-07 12:59:24 SEVERE imtrans::ImageTransposer::_getOrder Image has 3 axes but 2 were given for reordering. Number of axes to reorder must match the number of image axes 2023-09-07 12:59:24 SEVERE imtrans::image::transpose (file src/tools/image/image_cmpt.cc, line 6478) Exception Reported: 2023-09-07 12:59:24 SEVERE imtrans::ImageTransposer::_getOrder Image has 3 axes but 2 were given for reordering. Number of axes to reorder must match the number of image axes 2023-09-07 12:59:24 SEVERE imtrans::::casa Task imtrans raised an exception of class RuntimeError with the following message: 2023-09-07 12:59:24 SEVERE imtrans::image::transpose (file src/tools/image/image_cmpt.cc, line 6478) Exception Reported: 2023-09-07 12:59:24 SEVERE imtrans::ImageTransposer::_getOrder Image has 3 axes but 2 were given for reordering. Number of axes to reorder must match the number of image axes 2023-09-07 12:59:24 SEVERE imtrans::ImageTransposer::_getOrder Axis number 0 specified multiple times in order parameter 10 . It can only be specified once. 2023-09-07 12:59:24 SEVERE imtrans::image::transpose (file src/tools/image/image_cmpt.cc, line 6478) Exception Reported: 2023-09-07 12:59:24 SEVERE imtrans::ImageTransposer::_getOrder Axis number 0 specified multiple times in order parameter 10 . It can only be specified once. 2023-09-07 12:59:24 SEVERE imtrans::::casa Task imtrans raised an exception of class RuntimeError with the following message: 2023-09-07 12:59:24 SEVERE imtrans::image::transpose (file src/tools/image/image_cmpt.cc, line 6478) Exception Reported: 2023-09-07 12:59:24 SEVERE imtrans::ImageTransposer::_getOrder Axis number 0 specified multiple times in order parameter 10 . It can only be specified once. 2023-09-07 12:59:24 SEVERE imtrans::CoordinateSystem::getWorldAxesOrder (file /source/casa6/casatools/casacore/coordinates/Coordinates/CoordinateSystem.cc, line 4665) Image has 3 axes but 2 were given. Number of given axes must match the number of image axes 2023-09-07 12:59:24 SEVERE imtrans::image::transpose (file src/tools/image/image_cmpt.cc, line 6478) Exception Reported: 2023-09-07 12:59:24 SEVERE imtrans::CoordinateSystem::getWorldAxesOrder (file /source/casa6/casatools/casacore/coordinates/Coordinates/CoordinateSystem.cc, line 4665) Image has 3 axes but 2 were given. Number of given axes must match the number of image axes 2023-09-07 12:59:24 SEVERE imtrans::::casa Task imtrans raised an exception of class RuntimeError with the following message: 2023-09-07 12:59:24 SEVERE imtrans::image::transpose (file src/tools/image/image_cmpt.cc, line 6478) Exception Reported: 2023-09-07 12:59:24 SEVERE imtrans::CoordinateSystem::getWorldAxesOrder (file /source/casa6/casatools/casacore/coordinates/Coordinates/CoordinateSystem.cc, line 4665) Image has 3 axes but 2 were given. Number of given axes must match the number of image axes 2023-09-07 12:59:24 SEVERE imtrans::ImageTransposer::_getOrder Image does not contain zero-based axis number 3 but this was incorrectly specified in order parameter. 123 All digits in the order parameter must be greater than or equal to zero and less than the number of image axes. 2023-09-07 12:59:24 SEVERE imtrans::image::transpose (file src/tools/image/image_cmpt.cc, line 6478) Exception Reported: 2023-09-07 12:59:24 SEVERE imtrans::ImageTransposer::_getOrder Image does not contain zero-based axis number 3 but this was incorrectly specified in order parameter. 123 All digits in the order parameter must be greater than or equal to zero and less than the number of image axes. 2023-09-07 12:59:24 SEVERE imtrans::::casa Task imtrans raised an exception of class RuntimeError with the following message: 2023-09-07 12:59:24 SEVERE imtrans::image::transpose (file src/tools/image/image_cmpt.cc, line 6478) Exception Reported: 2023-09-07 12:59:24 SEVERE imtrans::ImageTransposer::_getOrder Image does not contain zero-based axis number 3 but this was incorrectly specified in order parameter. 123 All digits in the order parameter must be greater than or equal to zero and less than the number of image axes. 2023-09-07 12:59:24 SEVERE imtrans::ImageTransposer::_getOrder Image has 3 axes but 5 were given for reordering. Number of axes to reorder must match the number of image axes 2023-09-07 12:59:24 SEVERE imtrans::image::transpose (file src/tools/image/image_cmpt.cc, line 6478) Exception Reported: 2023-09-07 12:59:24 SEVERE imtrans::ImageTransposer::_getOrder Image has 3 axes but 5 were given for reordering. Number of axes to reorder must match the number of image axes 2023-09-07 12:59:24 SEVERE imtrans::::casa Task imtrans raised an exception of class RuntimeError with the following message: 2023-09-07 12:59:24 SEVERE imtrans::image::transpose (file src/tools/image/image_cmpt.cc, line 6478) Exception Reported: 2023-09-07 12:59:24 SEVERE imtrans::ImageTransposer::_getOrder Image has 3 axes but 5 were given for reordering. Number of axes to reorder must match the number of image axes 2023-09-07 12:59:24 SEVERE imtrans::CoordinateSystem::getWorldAxesOrder (file /source/casa6/casatools/casacore/coordinates/Coordinates/CoordinateSystem.cc, line 4665) Image has 3 axes but 4 were given. Number of given axes must match the number of image axes 2023-09-07 12:59:24 SEVERE imtrans::image::transpose (file src/tools/image/image_cmpt.cc, line 6478) Exception Reported: 2023-09-07 12:59:24 SEVERE imtrans::CoordinateSystem::getWorldAxesOrder (file /source/casa6/casatools/casacore/coordinates/Coordinates/CoordinateSystem.cc, line 4665) Image has 3 axes but 4 were given. Number of given axes must match the number of image axes 2023-09-07 12:59:24 SEVERE imtrans::::casa Task imtrans raised an exception of class RuntimeError with the following message: 2023-09-07 12:59:24 SEVERE imtrans::image::transpose (file src/tools/image/image_cmpt.cc, line 6478) Exception Reported: 2023-09-07 12:59:24 SEVERE imtrans::CoordinateSystem::getWorldAxesOrder (file /source/casa6/casatools/casacore/coordinates/Coordinates/CoordinateSystem.cc, line 4665) Image has 3 axes but 4 were given. Number of given axes must match the number of image axes 2023-09-07 12:59:24 SEVERE imtrans::ImageTransposer::_getOrder Image does not contain zero-based axis number 3 but this was incorrectly specified in order parameter. 123 All digits in the order parameter must be greater than or equal to zero and less than the number of image axes. 2023-09-07 12:59:24 SEVERE imtrans::image::transpose (file src/tools/image/image_cmpt.cc, line 6478) Exception Reported: 2023-09-07 12:59:24 SEVERE imtrans::ImageTransposer::_getOrder Image does not contain zero-based axis number 3 but this was incorrectly specified in order parameter. 123 All digits in the order parameter must be greater than or equal to zero and less than the number of image axes. 2023-09-07 12:59:24 SEVERE imtrans::::casa Task imtrans raised an exception of class RuntimeError with the following message: 2023-09-07 12:59:24 SEVERE imtrans::image::transpose (file src/tools/image/image_cmpt.cc, line 6478) Exception Reported: 2023-09-07 12:59:24 SEVERE imtrans::ImageTransposer::_getOrder Image does not contain zero-based axis number 3 but this was incorrectly specified in order parameter. 123 All digits in the order parameter must be greater than or equal to zero and less than the number of image axes. 2023-09-07 12:59:24 SEVERE imtrans::CoordinateSystem::getWorldAxesOrder (file /source/casa6/casatools/casacore/coordinates/Coordinates/CoordinateSystem.cc, line 4665) No axis matches requested axis s. Image axis names are [right ascension, declination, frequency] 2023-09-07 12:59:24 SEVERE imtrans::image::transpose (file src/tools/image/image_cmpt.cc, line 6478) Exception Reported: 2023-09-07 12:59:24 SEVERE imtrans::CoordinateSystem::getWorldAxesOrder (file /source/casa6/casatools/casacore/coordinates/Coordinates/CoordinateSystem.cc, line 4665) No axis matches requested axis s. Image axis names are [right ascension, declination, frequency] 2023-09-07 12:59:24 SEVERE imtrans::::casa Task imtrans raised an exception of class RuntimeError with the following message: 2023-09-07 12:59:24 SEVERE imtrans::image::transpose (file src/tools/image/image_cmpt.cc, line 6478) Exception Reported: 2023-09-07 12:59:24 SEVERE imtrans::CoordinateSystem::getWorldAxesOrder (file /source/casa6/casatools/casacore/coordinates/Coordinates/CoordinateSystem.cc, line 4665) No axis matches requested axis s. Image axis names are [right ascension, declination, frequency] 2023-09-07 12:59:24 SEVERE imtrans::CoordinateSystem::getWorldAxesOrder (file /source/casa6/casatools/casacore/coordinates/Coordinates/CoordinateSystem.cc, line 4665) Ambiguous axis specification. Both r and r match image axis name right ascension 2023-09-07 12:59:24 SEVERE imtrans::image::transpose (file src/tools/image/image_cmpt.cc, line 6478) Exception Reported: 2023-09-07 12:59:24 SEVERE imtrans::CoordinateSystem::getWorldAxesOrder (file /source/casa6/casatools/casacore/coordinates/Coordinates/CoordinateSystem.cc, line 4665) Ambiguous axis specification. Both r and r match image axis name right ascension 2023-09-07 12:59:24 SEVERE imtrans::::casa Task imtrans raised an exception of class RuntimeError with the following message: 2023-09-07 12:59:24 SEVERE imtrans::image::transpose (file src/tools/image/image_cmpt.cc, line 6478) Exception Reported: 2023-09-07 12:59:24 SEVERE imtrans::CoordinateSystem::getWorldAxesOrder (file /source/casa6/casatools/casacore/coordinates/Coordinates/CoordinateSystem.cc, line 4665) Ambiguous axis specification. Both r and r match image axis name right ascension 2023-09-07 12:59:24 SEVERE imtrans::ImageTransposer::_getOrder Image does not contain zero-based axis number 3 but this was incorrectly specified in order parameter. 103 All digits in the order parameter must be greater than or equal to zero and less than the number of image axes. 2023-09-07 12:59:24 SEVERE imtrans::image::transpose (file src/tools/image/image_cmpt.cc, line 6478) Exception Reported: 2023-09-07 12:59:24 SEVERE imtrans::ImageTransposer::_getOrder Image does not contain zero-based axis number 3 but this was incorrectly specified in order parameter. 103 All digits in the order parameter must be greater than or equal to zero and less than the number of image axes. 2023-09-07 12:59:24 SEVERE imtrans::::casa Task imtrans raised an exception of class RuntimeError with the following message: 2023-09-07 12:59:24 SEVERE imtrans::image::transpose (file src/tools/image/image_cmpt.cc, line 6478) Exception Reported: 2023-09-07 12:59:24 SEVERE imtrans::ImageTransposer::_getOrder Image does not contain zero-based axis number 3 but this was incorrectly specified in order parameter. 103 All digits in the order parameter must be greater than or equal to zero and less than the number of image axes. imtrans: Test various exception cases PASSED test_task_imtrans.py::imtrans_test::test_history 2023-09-07 12:59:25 WARN image::open (file src/tools/image/image_cmpt.cc, line 4208) Another image is already open, closing first Test history records are written PASSED test_task_imtrans.py::imtrans_test::test_imageinfo 2023-09-07 12:59:25 WARN image::open (file src/tools/image/image_cmpt.cc, line 4208) Another image is already open, closing first Verify image info is copied PASSED test_task_imtrans.py::imtrans_test::test_straight_copy No actual transposing PASSED test_task_imtrans.py::imtrans_test::test_transpose Test transposing PASSED - generated xml file: /home/casatest/casa6/casatestutils/nosedir/xml/test_task_imtrans/nose.xml - ======================== 6 passed, 2 warnings in 6.11s ========================= ============================= test session starts ============================== platform linux -- Python 3.8.7, pytest-7.4.1, pluggy-1.3.0 -- /usr/local/bin/python3.8 cachedir: .pytest_cache rootdir: /home/casatest/casa6/casatestutils/nosedir/test_task_polcal configfile: pytest.ini collecting ... collected 29 items test_task_polcal.py::polcal_test::test_PosAngAlternateQUCirc Test poltype PosAng and assume alternate Q, U values PASSED test_task_polcal.py::polcal_test::test_PosAngCorrectQUCirc Test poltype PosAng and assume the correct Q, U PASSED test_task_polcal.py::polcal_test::test_PosAngNegatedQUApplyCirc Test applying the negated table to a new polcal call PASSED test_task_polcal.py::polcal_test::test_PosAngNegatedQUCirc Test poltype PosAng and assume Q, U with flipped signs PASSED test_task_polcal.py::polcal_test::test_XfAlternateQUCirc Test poltype Xf and assume alternate Q, U values PASSED test_task_polcal.py::polcal_test::test_XfCorrectQUCirc Test poltype Xf and assume the correct Q, U PASSED test_task_polcal.py::polcal_test::test_XfNegatedQUCirc Test poltype Xf and assume Q, U with flipped signs PASSED test_task_polcal.py::polcal_test::test_XfParangQUAlternateQUCirc Test poltype XfParang+QU and assume the correct Q, U PASSED test_task_polcal.py::polcal_test::test_XfParangQUCorrectQUCirc Test poltype XfParang+QU and assume the correct Q, U PASSED test_task_polcal.py::polcal_test::test_XfParangQUNegatedQUApplyCirc Test applying the negated table to a new polcal call PASSED test_task_polcal.py::polcal_test::test_XfParangQUNegatedQUCirc Test poltype XfParang+QU and assume Q, U with flipped signs PASSED test_task_polcal.py::polcal_test::test_combineSpwLin Test that combine spws increases the SNR/ decreases the noise (2, 1, 20) PASSED test_task_polcal.py::polcal_test::test_knownPolDfllsCirc Test polarized calibration with known polarization for Dflls mode PASSED test_task_polcal.py::polcal_test::test_noPolDfllsLin Test on field 0 and spw 0. Use channelized solutions PASSED test_task_polcal.py::polcal_test::test_noPolDllsLin Test on Field 0 and spw 0 there should be no source or instrumental pol. This is probably not a useful case PASSED test_task_polcal.py::polcal_test::test_noSourceInstPolNoiseLin Test on Field 0 and spw 2 or 3. Should just see noise PASSED test_task_polcal.py::polcal_test::test_onlyInstPolDfllsLin Test on Field 0 and spw 1. Use channelized solutions PASSED test_task_polcal.py::polcal_test::test_onlyInstPolDllsLin Test on Field 0 and spw 1. Should clear inst pol and see no source pol. needs refant PASSED test_task_polcal.py::polcal_test::test_poltypeXfLin Test poltype Xf and assume correct and negated QU PASSED test_task_polcal.py::polcal_test::test_poltypeXfParangQULin Test poltypeXfParang+QU and assume the correct QU PASSED test_task_polcal.py::polcal_test::test_posAngLin Test poltype PosAng and assume the correct QU PASSED test_task_polcal.py::polcal_test::test_sourceInstPolDfllsLin Test on Field 1 and spw 1. Use channelized solutions PASSED test_task_polcal.py::polcal_test::test_sourceInstPolDllsLin Test on Field 1 and spw 1. Should see source pol PASSED test_task_polcal.py::polcal_test::test_sourceInstPolNoiseLin Test on Field 1 and spw 2 or 3. Should see source pol with noise PASSED test_task_polcal.py::polcal_test::test_sourcePolDfllsLin Test one Field 1 and spw 0. Channelized solution PASSED test_task_polcal.py::polcal_test::test_sourcePolDllsLin Test on Field 1 and spw 0. Should return the source pol PASSED test_task_polcal.py::polcal_test::test_unknownPolDfQUCirc Test polarized calibration with unknown polarization for Df+QU mode PASSED test_task_polcal.py::polcal_test::test_unpolarizedDfCirc Test unpolarized calibration Q=U=0 for Df mode PASSED test_task_polcal.py::polcal_test::test_unpolarizedDfQUCirc Test unpolarized calibraion Q=U=0 for Df+QU mode PASSED - generated xml file: /home/casatest/casa6/casatestutils/nosedir/xml/test_task_polcal/nose.xml - ================== 29 passed, 2 warnings in 64.36s (0:01:04) =================== ============================= test session starts ============================== platform linux -- Python 3.8.7, pytest-7.4.1, pluggy-1.3.0 -- /usr/local/bin/python3.8 cachedir: .pytest_cache rootdir: /home/casatest/casa6/casatestutils/nosedir/test_task_sdbaseline configfile: pytest.ini collecting ... collected 167 items test_task_sdbaseline.py::sdbaseline_basicTest::test000 Basic Test 000: default values for all parameters PASSED test_task_sdbaseline.py::sdbaseline_basicTest::test001 simple successful case: blfunc = 'poly', maskmode = 'list' and masklist=[] (no mask) [{'rms': 0.16677055621054496, 'min': -2.581796169281006, 'max': 1.3842859268188477, 'median': -0.00086212158203125, 'stddev': 0.16677055621054496, 'row': 0, 'pol': 0}] PASSED test_task_sdbaseline.py::sdbaseline_basicTest::test001_uppercase_params simple successful case: blfunc = 'poly', maskmode = 'list' and masklist=[] (no mask) [{'rms': 0.16677055621054496, 'min': -2.581796169281006, 'max': 1.3842859268188477, 'median': -0.00086212158203125, 'stddev': 0.16677055621054496, 'row': 0, 'pol': 0}] PASSED test_task_sdbaseline.py::sdbaseline_basicTest::test002 successful case: blfunc = 'chebyshev', maskmode = 'list' and masklist=[] (no mask) [{'rms': 0.16677055621054496, 'min': -2.581796169281006, 'max': 1.3842859268188477, 'median': -0.00086212158203125, 'stddev': 0.16677055621054496, 'row': 0, 'pol': 0}] PASSED test_task_sdbaseline.py::sdbaseline_basicTest::test003 successful case: blfunc = 'cspline', maskmode = 'list' and masklist=[] (no mask) [{'rms': 0.16685959517745766, 'min': -2.592817783355713, 'max': 1.3953156471252441, 'median': -0.0008982419967651367, 'stddev': 0.16685959517745766, 'row': 0, 'pol': 0}] PASSED test_task_sdbaseline.py::sdbaseline_basicTest::test050 2023-09-07 13:00:56 SEVERE sdbaseline::::casa Traceback (most recent call last): 2023-09-07 13:00:56 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 49, in sdbaseline 2023-09-07 13:00:56 SEVERE sdbaseline::::casa+ raise ValueError("outfile='%s' exists, and cannot overwrite it." % (outfile)) 2023-09-07 13:00:56 SEVERE sdbaseline::::casa+ ValueError: outfile='Dummy_Empty.ms' exists, and cannot overwrite it. 2023-09-07 13:00:56 SEVERE sdbaseline::::casa outfile='Dummy_Empty.ms' exists, and cannot overwrite it. 2023-09-07 13:00:56 SEVERE sdbaseline::::casa Task sdbaseline raised an exception of class ValueError with the following message: outfile='Dummy_Empty.ms' exists, and cannot overwrite it. Basic Test 050: failure case: existing file as outfile with overwrite=False PASSED test_task_sdbaseline.py::sdbaseline_basicTest::test051 2023-09-07 13:00:57 SEVERE sdbaseline::::casa Traceback (most recent call last): 2023-09-07 13:00:57 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 54, in sdbaseline 2023-09-07 13:00:57 SEVERE sdbaseline::::casa+ temp_outfile = _do_fit(infile, datacolumn, antenna, field, spw, timerange, scan, 2023-09-07 13:00:57 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 515, in _do_fit 2023-09-07 13:00:57 SEVERE sdbaseline::::casa+ selection = ms.msseltoindex(vis=infile, spw=spw, field=field, baseline=antenna, 2023-09-07 13:00:57 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/ms.py", line 771, in msseltoindex 2023-09-07 13:00:57 SEVERE sdbaseline::::casa+ return self._swigobj.msseltoindex(vis, spw, field, baseline, time, scan, uvrange, observation, polarization, taql) 2023-09-07 13:00:57 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/__casac__/ms.py", line 2073, in msseltoindex 2023-09-07 13:00:57 SEVERE sdbaseline::::casa+ return _ms.ms_msseltoindex(self, *args, **kwargs) 2023-09-07 13:00:57 SEVERE sdbaseline::::casa+ RuntimeError: Spw Expression: No match found for 10, 2023-09-07 13:00:57 SEVERE sdbaseline::::casa Spw Expression: No match found for 10, 2023-09-07 13:00:57 SEVERE sdbaseline::::casa Task sdbaseline raised an exception of class RuntimeError with the following message: Spw Expression: No match found for 10, Basic Test 051: failure case: no data after selection PASSED test_task_sdbaseline.py::sdbaseline_basicTest::test060 Basic Test 060: blparam file(s) should be overwritten when overwrite=True in fit mode PASSED test_task_sdbaseline.py::sdbaseline_basicTest::test061 2023-09-07 13:01:05 SEVERE sdbaseline::::casa Traceback (most recent call last): 2023-09-07 13:01:05 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 54, in sdbaseline 2023-09-07 13:01:05 SEVERE sdbaseline::::casa+ temp_outfile = _do_fit(infile, datacolumn, antenna, field, spw, timerange, scan, 2023-09-07 13:01:05 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 491, in _do_fit 2023-09-07 13:01:05 SEVERE sdbaseline::::casa+ blformat, bloutput = prepare_for_blformat_bloutput(infile, blformat, bloutput, overwrite) 2023-09-07 13:01:05 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 141, in prepare_for_blformat_bloutput 2023-09-07 13:01:05 SEVERE sdbaseline::::casa+ bloutput = normalise_bloutput(infile, blformat, bloutput, overwrite) 2023-09-07 13:01:05 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 186, in normalise_bloutput 2023-09-07 13:01:05 SEVERE sdbaseline::::casa+ return [get_normalised_name(infile, blformat, bloutput, item[0], item[1], overwrite) 2023-09-07 13:01:05 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 186, in 2023-09-07 13:01:05 SEVERE sdbaseline::::casa+ return [get_normalised_name(infile, blformat, bloutput, item[0], item[1], overwrite) 2023-09-07 13:01:05 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 201, in get_normalised_name 2023-09-07 13:01:05 SEVERE sdbaseline::::casa+ raise ValueError(fname + ' exists.') 2023-09-07 13:01:05 SEVERE sdbaseline::::casa+ ValueError: OrionS_rawACSmod_calave.ms_blparam.txt exists. 2023-09-07 13:01:05 SEVERE sdbaseline::::casa OrionS_rawACSmod_calave.ms_blparam.txt exists. 2023-09-07 13:01:05 SEVERE sdbaseline::::casa Task sdbaseline raised an exception of class ValueError with the following message: OrionS_rawACSmod_calave.ms_blparam.txt exists. Basic Test 061: blparam file(s) should not exist when overwrite=False in fit mode PASSED test_task_sdbaseline.py::sdbaseline_basicTest::test062 Basic Test 062: blparam file(s) should not be removed in apply mode PASSED test_task_sdbaseline.py::sdbaseline_basicTest::test070 Basic Test 070: no output MS when dosubtract=False Testing blformat='text'... Testing blformat='csv'... Testing blformat='table'... Testing blformat='['text', 'table']'... Testing blformat='['text', '']'... Testing blformat='['text', 'csv', 'table']'... PASSED test_task_sdbaseline.py::sdbaseline_basicTest::test071 2023-09-07 13:01:31 SEVERE sdbaseline::::casa Traceback (most recent call last): 2023-09-07 13:01:31 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 54, in sdbaseline 2023-09-07 13:01:31 SEVERE sdbaseline::::casa+ temp_outfile = _do_fit(infile, datacolumn, antenna, field, spw, timerange, scan, 2023-09-07 13:01:31 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 489, in _do_fit 2023-09-07 13:01:31 SEVERE sdbaseline::::casa+ raise ValueError("blformat must be specified when dosubtract is False") 2023-09-07 13:01:31 SEVERE sdbaseline::::casa+ ValueError: blformat must be specified when dosubtract is False 2023-09-07 13:01:31 SEVERE sdbaseline::::casa blformat must be specified when dosubtract is False 2023-09-07 13:01:31 SEVERE sdbaseline::::casa Task sdbaseline raised an exception of class ValueError with the following message: blformat must be specified when dosubtract is False 2023-09-07 13:01:31 SEVERE sdbaseline::::casa Traceback (most recent call last): 2023-09-07 13:01:31 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 54, in sdbaseline 2023-09-07 13:01:31 SEVERE sdbaseline::::casa+ temp_outfile = _do_fit(infile, datacolumn, antenna, field, spw, timerange, scan, 2023-09-07 13:01:31 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 489, in _do_fit 2023-09-07 13:01:31 SEVERE sdbaseline::::casa+ raise ValueError("blformat must be specified when dosubtract is False") 2023-09-07 13:01:31 SEVERE sdbaseline::::casa+ ValueError: blformat must be specified when dosubtract is False 2023-09-07 13:01:31 SEVERE sdbaseline::::casa blformat must be specified when dosubtract is False 2023-09-07 13:01:31 SEVERE sdbaseline::::casa Task sdbaseline raised an exception of class ValueError with the following message: blformat must be specified when dosubtract is False 2023-09-07 13:01:31 SEVERE sdbaseline::::casa Traceback (most recent call last): 2023-09-07 13:01:31 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 54, in sdbaseline 2023-09-07 13:01:31 SEVERE sdbaseline::::casa+ temp_outfile = _do_fit(infile, datacolumn, antenna, field, spw, timerange, scan, 2023-09-07 13:01:31 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 489, in _do_fit 2023-09-07 13:01:31 SEVERE sdbaseline::::casa+ raise ValueError("blformat must be specified when dosubtract is False") 2023-09-07 13:01:31 SEVERE sdbaseline::::casa+ ValueError: blformat must be specified when dosubtract is False 2023-09-07 13:01:31 SEVERE sdbaseline::::casa blformat must be specified when dosubtract is False 2023-09-07 13:01:31 SEVERE sdbaseline::::casa Task sdbaseline raised an exception of class ValueError with the following message: blformat must be specified when dosubtract is False Basic Test 071: dosubtract=False and blformat is empty (raises an exception) Testing blformat=''... Testing blformat='[]'... Testing blformat='['', '', '']'... PASSED test_task_sdbaseline.py::sdbaseline_basicTest::test080 Basic Test 080: existent outfile is not overwritten if dosubtract=False PASSED test_task_sdbaseline.py::sdbaseline_maskTest::test100 Mask Test 100: with masked ranges at the edges of spectrum. blfunc must be cspline. PASSED test_task_sdbaseline.py::sdbaseline_maskTest::test101 Mask Test 101: with masked ranges not touching spectrum edge spw = 2:200~2959;3120~7599 PASSED test_task_sdbaseline.py::sdbaseline_sinusoidTest::test000 Sinusoid Test 000: addwn as integer PASSED test_task_sdbaseline.py::sdbaseline_sinusoidTest::test001 Sinusoid Test 001: addwn as list of an integer PASSED test_task_sdbaseline.py::sdbaseline_sinusoidTest::test002 Sinusoid Test 002: addwn as list of integers PASSED test_task_sdbaseline.py::sdbaseline_sinusoidTest::test003 Sinusoid Test 003: addwn as tuple of an integer PASSED test_task_sdbaseline.py::sdbaseline_sinusoidTest::test004 Sinusoid Test 004: addwn as tuple of integers PASSED test_task_sdbaseline.py::sdbaseline_sinusoidTest::test005 Sinusoid Test 005: addwn as string (single wave number) PASSED test_task_sdbaseline.py::sdbaseline_sinusoidTest::test006 Sinusoid Test 006: addwn as string (comma-separated wave numbers) PASSED test_task_sdbaseline.py::sdbaseline_sinusoidTest::test007 Sinusoid Test 007: addwn as string (wave number range specified with '-') PASSED test_task_sdbaseline.py::sdbaseline_sinusoidTest::test008 Sinusoid Test 008: addwn as string (wave number range specified with '~') PASSED test_task_sdbaseline.py::sdbaseline_sinusoidTest::test009 Sinusoid Test 009: addwn as string (less or equal pattern 1) PASSED test_task_sdbaseline.py::sdbaseline_sinusoidTest::test010 Sinusoid Test 010: addwn as string (less or equal pattern 2) PASSED test_task_sdbaseline.py::sdbaseline_sinusoidTest::test011 Sinusoid Test 011: addwn as string (less or equal pattern 3) PASSED test_task_sdbaseline.py::sdbaseline_sinusoidTest::test012 Sinusoid Test 012: addwn as string (less or equal pattern 4) PASSED test_task_sdbaseline.py::sdbaseline_sinusoidTest::test013 Sinusoid Test 013: addwn as string (less pattern 1) PASSED test_task_sdbaseline.py::sdbaseline_sinusoidTest::test014 Sinusoid Test 014: addwn as string (less pattern 2) PASSED test_task_sdbaseline.py::sdbaseline_sinusoidTest::test015 Sinusoid Test 015: addwn as string (greater or equal pattern 1) PASSED test_task_sdbaseline.py::sdbaseline_sinusoidTest::test016 Sinusoid Test 016: addwn as string (greater or equal pattern 2) PASSED test_task_sdbaseline.py::sdbaseline_sinusoidTest::test017 Sinusoid Test 017: addwn as string (greater or equal pattern 3) PASSED test_task_sdbaseline.py::sdbaseline_sinusoidTest::test018 Sinusoid Test 018: addwn as string (greater or equal pattern 4) PASSED test_task_sdbaseline.py::sdbaseline_sinusoidTest::test019 Sinusoid Test 019: addwn as string (greater pattern 1) PASSED test_task_sdbaseline.py::sdbaseline_sinusoidTest::test020 Sinusoid Test 020: addwn as string (greater pattern 2) PASSED test_task_sdbaseline.py::sdbaseline_sinusoidTest::test021 Sinusoid Test 021: specify fftthresh by 'sigma' + checking residual rms PASSED test_task_sdbaseline.py::sdbaseline_sinusoidTest::test021_uppercase_params Sinusoid Test 021: specify fftthresh by 'SIGMA' + checking residual rms PASSED test_task_sdbaseline.py::sdbaseline_sinusoidTest::test022 Sinusoid Test 022: specify fftthresh by 'top' + checking residual rms PASSED test_task_sdbaseline.py::sdbaseline_sinusoidTest::test022_uppercase_params Sinusoid Test 022: specify fftthresh by 'TOP' + checking residual rms PASSED test_task_sdbaseline.py::sdbaseline_sinusoidTest::test023 Sinusoid Test 023: sinusoid-related parameters with default values PASSED test_task_sdbaseline.py::sdbaseline_sinusoidTest::test024 Sinusoid Test 024: addwn has too large value but rejwn removes it PASSED test_task_sdbaseline.py::sdbaseline_sinusoidTest::test025_uppercase_params Sinusoid Test 025: specify fftmethod by 'FFT' + checking residual rms PASSED test_task_sdbaseline.py::sdbaseline_sinusoidTest::test100 2023-09-07 13:03:11 SEVERE sdbaseline::singledishms::subtract_baseline_sinusoid (file src/tools/singledishms/singledishms_cmpt.cc, line 239) Exception Reported1: addwn must contain at least one element. 2023-09-07 13:03:11 SEVERE sdbaseline::::casa Traceback (most recent call last): 2023-09-07 13:03:11 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 54, in sdbaseline 2023-09-07 13:03:11 SEVERE sdbaseline::::casa+ temp_outfile = _do_fit(infile, datacolumn, antenna, field, spw, timerange, scan, 2023-09-07 13:03:11 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 546, in _do_fit 2023-09-07 13:03:11 SEVERE sdbaseline::::casa+ func(**params) 2023-09-07 13:03:11 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/singledishms.py", line 72, in subtract_baseline_sinusoid 2023-09-07 13:03:11 SEVERE sdbaseline::::casa+ return self._swigobj.subtract_baseline_sinusoid(datacolumn, outfile, bloutput, dosubtract, spw, updateweight, sigmavalue, addwn, rejwn, applyfft, fftmethod, fftthresh, clip_threshold_sigma, num_fitting_max, linefinding, threshold, avg_limit, minwidth, edge) 2023-09-07 13:03:11 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/__casac__/singledishms.py", line 357, in subtract_baseline_sinusoid 2023-09-07 13:03:11 SEVERE sdbaseline::::casa+ return _singledishms.singledishms_subtract_baseline_sinusoid(self, *args, **kwargs) 2023-09-07 13:03:11 SEVERE sdbaseline::::casa+ RuntimeError: addwn must contain at least one element. 2023-09-07 13:03:11 SEVERE sdbaseline::::casa addwn must contain at least one element. 2023-09-07 13:03:11 SEVERE sdbaseline::::casa Task sdbaseline raised an exception of class RuntimeError with the following message: addwn must contain at least one element. Sinusoid Test 100: no effective wave number set (addwn empty list, applyfft=False) PASSED test_task_sdbaseline.py::sdbaseline_sinusoidTest::test101 2023-09-07 13:03:11 SEVERE sdbaseline::singledishms::subtract_baseline_sinusoid (file src/tools/singledishms/singledishms_cmpt.cc, line 239) Exception Reported1: addwn must contain at least one element. 2023-09-07 13:03:11 SEVERE sdbaseline::::casa Traceback (most recent call last): 2023-09-07 13:03:11 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 54, in sdbaseline 2023-09-07 13:03:11 SEVERE sdbaseline::::casa+ temp_outfile = _do_fit(infile, datacolumn, antenna, field, spw, timerange, scan, 2023-09-07 13:03:11 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 546, in _do_fit 2023-09-07 13:03:11 SEVERE sdbaseline::::casa+ func(**params) 2023-09-07 13:03:11 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/singledishms.py", line 72, in subtract_baseline_sinusoid 2023-09-07 13:03:11 SEVERE sdbaseline::::casa+ return self._swigobj.subtract_baseline_sinusoid(datacolumn, outfile, bloutput, dosubtract, spw, updateweight, sigmavalue, addwn, rejwn, applyfft, fftmethod, fftthresh, clip_threshold_sigma, num_fitting_max, linefinding, threshold, avg_limit, minwidth, edge) 2023-09-07 13:03:11 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/__casac__/singledishms.py", line 357, in subtract_baseline_sinusoid 2023-09-07 13:03:11 SEVERE sdbaseline::::casa+ return _singledishms.singledishms_subtract_baseline_sinusoid(self, *args, **kwargs) 2023-09-07 13:03:11 SEVERE sdbaseline::::casa+ RuntimeError: addwn must contain at least one element. 2023-09-07 13:03:11 SEVERE sdbaseline::::casa addwn must contain at least one element. 2023-09-07 13:03:11 SEVERE sdbaseline::::casa Task sdbaseline raised an exception of class RuntimeError with the following message: addwn must contain at least one element. Sinusoid Test 101: no effective wave number set (addwn empty list, applyfft=True) PASSED test_task_sdbaseline.py::sdbaseline_sinusoidTest::test102 2023-09-07 13:03:11 SEVERE sdbaseline::singledishms::subtract_baseline_sinusoid (file src/tools/singledishms/singledishms_cmpt.cc, line 239) Exception Reported1: addwn must contain at least one element. 2023-09-07 13:03:11 SEVERE sdbaseline::::casa Traceback (most recent call last): 2023-09-07 13:03:11 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 54, in sdbaseline 2023-09-07 13:03:11 SEVERE sdbaseline::::casa+ temp_outfile = _do_fit(infile, datacolumn, antenna, field, spw, timerange, scan, 2023-09-07 13:03:11 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 546, in _do_fit 2023-09-07 13:03:11 SEVERE sdbaseline::::casa+ func(**params) 2023-09-07 13:03:11 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/singledishms.py", line 72, in subtract_baseline_sinusoid 2023-09-07 13:03:11 SEVERE sdbaseline::::casa+ return self._swigobj.subtract_baseline_sinusoid(datacolumn, outfile, bloutput, dosubtract, spw, updateweight, sigmavalue, addwn, rejwn, applyfft, fftmethod, fftthresh, clip_threshold_sigma, num_fitting_max, linefinding, threshold, avg_limit, minwidth, edge) 2023-09-07 13:03:11 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/__casac__/singledishms.py", line 357, in subtract_baseline_sinusoid 2023-09-07 13:03:11 SEVERE sdbaseline::::casa+ return _singledishms.singledishms_subtract_baseline_sinusoid(self, *args, **kwargs) 2023-09-07 13:03:11 SEVERE sdbaseline::::casa+ RuntimeError: addwn must contain at least one element. 2023-09-07 13:03:11 SEVERE sdbaseline::::casa addwn must contain at least one element. 2023-09-07 13:03:11 SEVERE sdbaseline::::casa Task sdbaseline raised an exception of class RuntimeError with the following message: addwn must contain at least one element. Sinusoid Test 102: no effective wave number set (addwn empty tuple, applyfft=False) PASSED test_task_sdbaseline.py::sdbaseline_sinusoidTest::test103 2023-09-07 13:03:11 SEVERE sdbaseline::singledishms::subtract_baseline_sinusoid (file src/tools/singledishms/singledishms_cmpt.cc, line 239) Exception Reported1: addwn must contain at least one element. 2023-09-07 13:03:11 SEVERE sdbaseline::::casa Traceback (most recent call last): 2023-09-07 13:03:11 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 54, in sdbaseline 2023-09-07 13:03:11 SEVERE sdbaseline::::casa+ temp_outfile = _do_fit(infile, datacolumn, antenna, field, spw, timerange, scan, 2023-09-07 13:03:11 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 546, in _do_fit 2023-09-07 13:03:11 SEVERE sdbaseline::::casa+ func(**params) 2023-09-07 13:03:11 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/singledishms.py", line 72, in subtract_baseline_sinusoid 2023-09-07 13:03:11 SEVERE sdbaseline::::casa+ return self._swigobj.subtract_baseline_sinusoid(datacolumn, outfile, bloutput, dosubtract, spw, updateweight, sigmavalue, addwn, rejwn, applyfft, fftmethod, fftthresh, clip_threshold_sigma, num_fitting_max, linefinding, threshold, avg_limit, minwidth, edge) 2023-09-07 13:03:11 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/__casac__/singledishms.py", line 357, in subtract_baseline_sinusoid 2023-09-07 13:03:11 SEVERE sdbaseline::::casa+ return _singledishms.singledishms_subtract_baseline_sinusoid(self, *args, **kwargs) 2023-09-07 13:03:11 SEVERE sdbaseline::::casa+ RuntimeError: addwn must contain at least one element. 2023-09-07 13:03:11 SEVERE sdbaseline::::casa addwn must contain at least one element. 2023-09-07 13:03:11 SEVERE sdbaseline::::casa Task sdbaseline raised an exception of class RuntimeError with the following message: addwn must contain at least one element. Sinusoid Test 103: no effective wave number set (addwn empty tuple, applyfft=True) PASSED test_task_sdbaseline.py::sdbaseline_sinusoidTest::test104 2023-09-07 13:03:11 SEVERE sdbaseline::::casa Traceback (most recent call last): 2023-09-07 13:03:11 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 54, in sdbaseline 2023-09-07 13:03:11 SEVERE sdbaseline::::casa+ temp_outfile = _do_fit(infile, datacolumn, antenna, field, spw, timerange, scan, 2023-09-07 13:03:11 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 510, in _do_fit 2023-09-07 13:03:11 SEVERE sdbaseline::::casa+ addwn = parse_wavenumber_param(addwn) 2023-09-07 13:03:11 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 283, in parse_wavenumber_param 2023-09-07 13:03:11 SEVERE sdbaseline::::casa+ elif wn[0] == '<': 2023-09-07 13:03:11 SEVERE sdbaseline::::casa+ IndexError: string index out of range 2023-09-07 13:03:11 SEVERE sdbaseline::::casa string index out of range 2023-09-07 13:03:11 SEVERE sdbaseline::::casa Task sdbaseline raised an exception of class IndexError with the following message: string index out of range Sinusoid Test 104: no effective wave number set (addwn empty string, applyfft=False) PASSED test_task_sdbaseline.py::sdbaseline_sinusoidTest::test105 2023-09-07 13:03:11 SEVERE sdbaseline::::casa Traceback (most recent call last): 2023-09-07 13:03:11 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 54, in sdbaseline 2023-09-07 13:03:11 SEVERE sdbaseline::::casa+ temp_outfile = _do_fit(infile, datacolumn, antenna, field, spw, timerange, scan, 2023-09-07 13:03:11 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 510, in _do_fit 2023-09-07 13:03:11 SEVERE sdbaseline::::casa+ addwn = parse_wavenumber_param(addwn) 2023-09-07 13:03:11 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 283, in parse_wavenumber_param 2023-09-07 13:03:11 SEVERE sdbaseline::::casa+ elif wn[0] == '<': 2023-09-07 13:03:11 SEVERE sdbaseline::::casa+ IndexError: string index out of range 2023-09-07 13:03:11 SEVERE sdbaseline::::casa string index out of range 2023-09-07 13:03:11 SEVERE sdbaseline::::casa Task sdbaseline raised an exception of class IndexError with the following message: string index out of range Sinusoid Test 105: no effective wave number set (addwn empty string, applyfft=True) PASSED test_task_sdbaseline.py::sdbaseline_sinusoidTest::test106 2023-09-07 13:03:14 SEVERE sdbaseline::singledishms::subtract_baseline_sinusoid (file src/tools/singledishms/singledishms_cmpt.cc, line 239) Exception Reported1: No effective wave number given for sinusoidal fitting. 2023-09-07 13:03:14 SEVERE sdbaseline::::casa Traceback (most recent call last): 2023-09-07 13:03:14 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 54, in sdbaseline 2023-09-07 13:03:14 SEVERE sdbaseline::::casa+ temp_outfile = _do_fit(infile, datacolumn, antenna, field, spw, timerange, scan, 2023-09-07 13:03:14 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 546, in _do_fit 2023-09-07 13:03:14 SEVERE sdbaseline::::casa+ func(**params) 2023-09-07 13:03:14 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/singledishms.py", line 72, in subtract_baseline_sinusoid 2023-09-07 13:03:14 SEVERE sdbaseline::::casa+ return self._swigobj.subtract_baseline_sinusoid(datacolumn, outfile, bloutput, dosubtract, spw, updateweight, sigmavalue, addwn, rejwn, applyfft, fftmethod, fftthresh, clip_threshold_sigma, num_fitting_max, linefinding, threshold, avg_limit, minwidth, edge) 2023-09-07 13:03:14 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/__casac__/singledishms.py", line 357, in subtract_baseline_sinusoid 2023-09-07 13:03:14 SEVERE sdbaseline::::casa+ return _singledishms.singledishms_subtract_baseline_sinusoid(self, *args, **kwargs) 2023-09-07 13:03:14 SEVERE sdbaseline::::casa+ RuntimeError: No effective wave number given for sinusoidal fitting. 2023-09-07 13:03:14 SEVERE sdbaseline::::casa No effective wave number given for sinusoidal fitting. 2023-09-07 13:03:14 SEVERE sdbaseline::::casa Task sdbaseline raised an exception of class RuntimeError with the following message: No effective wave number given for sinusoidal fitting. no effective wavenumber (addwn and rejwn identical, applyfft=False) PASSED test_task_sdbaseline.py::sdbaseline_sinusoidTest::test107 2023-09-07 13:03:17 SEVERE sdbaseline::singledishms::subtract_baseline_sinusoid (file src/tools/singledishms/singledishms_cmpt.cc, line 239) Exception Reported1: No effective wave number given for sinusoidal fitting. 2023-09-07 13:03:17 SEVERE sdbaseline::::casa Traceback (most recent call last): 2023-09-07 13:03:17 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 54, in sdbaseline 2023-09-07 13:03:17 SEVERE sdbaseline::::casa+ temp_outfile = _do_fit(infile, datacolumn, antenna, field, spw, timerange, scan, 2023-09-07 13:03:17 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 546, in _do_fit 2023-09-07 13:03:17 SEVERE sdbaseline::::casa+ func(**params) 2023-09-07 13:03:17 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/singledishms.py", line 72, in subtract_baseline_sinusoid 2023-09-07 13:03:17 SEVERE sdbaseline::::casa+ return self._swigobj.subtract_baseline_sinusoid(datacolumn, outfile, bloutput, dosubtract, spw, updateweight, sigmavalue, addwn, rejwn, applyfft, fftmethod, fftthresh, clip_threshold_sigma, num_fitting_max, linefinding, threshold, avg_limit, minwidth, edge) 2023-09-07 13:03:17 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/__casac__/singledishms.py", line 357, in subtract_baseline_sinusoid 2023-09-07 13:03:17 SEVERE sdbaseline::::casa+ return _singledishms.singledishms_subtract_baseline_sinusoid(self, *args, **kwargs) 2023-09-07 13:03:17 SEVERE sdbaseline::::casa+ RuntimeError: No effective wave number given for sinusoidal fitting. 2023-09-07 13:03:17 SEVERE sdbaseline::::casa No effective wave number given for sinusoidal fitting. 2023-09-07 13:03:17 SEVERE sdbaseline::::casa Task sdbaseline raised an exception of class RuntimeError with the following message: No effective wave number given for sinusoidal fitting. no effective wavenumber (addwn and rejwn identical, applyfft=True) PASSED test_task_sdbaseline.py::sdbaseline_sinusoidTest::test108 2023-09-07 13:03:20 SEVERE sdbaseline::singledishms::subtract_baseline_sinusoid (file src/tools/singledishms/singledishms_cmpt.cc, line 239) Exception Reported1: No effective wave number given for sinusoidal fitting. 2023-09-07 13:03:20 SEVERE sdbaseline::::casa Traceback (most recent call last): 2023-09-07 13:03:20 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 54, in sdbaseline 2023-09-07 13:03:20 SEVERE sdbaseline::::casa+ temp_outfile = _do_fit(infile, datacolumn, antenna, field, spw, timerange, scan, 2023-09-07 13:03:20 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 546, in _do_fit 2023-09-07 13:03:20 SEVERE sdbaseline::::casa+ func(**params) 2023-09-07 13:03:20 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/singledishms.py", line 72, in subtract_baseline_sinusoid 2023-09-07 13:03:20 SEVERE sdbaseline::::casa+ return self._swigobj.subtract_baseline_sinusoid(datacolumn, outfile, bloutput, dosubtract, spw, updateweight, sigmavalue, addwn, rejwn, applyfft, fftmethod, fftthresh, clip_threshold_sigma, num_fitting_max, linefinding, threshold, avg_limit, minwidth, edge) 2023-09-07 13:03:20 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/__casac__/singledishms.py", line 357, in subtract_baseline_sinusoid 2023-09-07 13:03:20 SEVERE sdbaseline::::casa+ return _singledishms.singledishms_subtract_baseline_sinusoid(self, *args, **kwargs) 2023-09-07 13:03:20 SEVERE sdbaseline::::casa+ RuntimeError: No effective wave number given for sinusoidal fitting. 2023-09-07 13:03:20 SEVERE sdbaseline::::casa No effective wave number given for sinusoidal fitting. 2023-09-07 13:03:20 SEVERE sdbaseline::::casa Task sdbaseline raised an exception of class RuntimeError with the following message: No effective wave number given for sinusoidal fitting. no effective wavenumber (rejwn covers wider range than that of addwn, applyfft=False) PASSED test_task_sdbaseline.py::sdbaseline_sinusoidTest::test109 2023-09-07 13:03:23 SEVERE sdbaseline::singledishms::subtract_baseline_sinusoid (file src/tools/singledishms/singledishms_cmpt.cc, line 239) Exception Reported1: No effective wave number given for sinusoidal fitting. 2023-09-07 13:03:23 SEVERE sdbaseline::::casa Traceback (most recent call last): 2023-09-07 13:03:23 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 54, in sdbaseline 2023-09-07 13:03:23 SEVERE sdbaseline::::casa+ temp_outfile = _do_fit(infile, datacolumn, antenna, field, spw, timerange, scan, 2023-09-07 13:03:23 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 546, in _do_fit 2023-09-07 13:03:23 SEVERE sdbaseline::::casa+ func(**params) 2023-09-07 13:03:23 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/singledishms.py", line 72, in subtract_baseline_sinusoid 2023-09-07 13:03:23 SEVERE sdbaseline::::casa+ return self._swigobj.subtract_baseline_sinusoid(datacolumn, outfile, bloutput, dosubtract, spw, updateweight, sigmavalue, addwn, rejwn, applyfft, fftmethod, fftthresh, clip_threshold_sigma, num_fitting_max, linefinding, threshold, avg_limit, minwidth, edge) 2023-09-07 13:03:23 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/__casac__/singledishms.py", line 357, in subtract_baseline_sinusoid 2023-09-07 13:03:23 SEVERE sdbaseline::::casa+ return _singledishms.singledishms_subtract_baseline_sinusoid(self, *args, **kwargs) 2023-09-07 13:03:23 SEVERE sdbaseline::::casa+ RuntimeError: No effective wave number given for sinusoidal fitting. 2023-09-07 13:03:23 SEVERE sdbaseline::::casa No effective wave number given for sinusoidal fitting. 2023-09-07 13:03:23 SEVERE sdbaseline::::casa Task sdbaseline raised an exception of class RuntimeError with the following message: No effective wave number given for sinusoidal fitting. no effective wavenumber (rejwn covers wider range than that of addwn, applyfft=True) PASSED test_task_sdbaseline.py::sdbaseline_sinusoidTest::test110 2023-09-07 13:03:25 SEVERE sdbaseline::singledishms::subtract_baseline_sinusoid (file src/tools/singledishms/singledishms_cmpt.cc, line 239) Exception Reported1: No effective wave number given for sinusoidal fitting. 2023-09-07 13:03:25 SEVERE sdbaseline::::casa Traceback (most recent call last): 2023-09-07 13:03:25 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 54, in sdbaseline 2023-09-07 13:03:25 SEVERE sdbaseline::::casa+ temp_outfile = _do_fit(infile, datacolumn, antenna, field, spw, timerange, scan, 2023-09-07 13:03:25 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 546, in _do_fit 2023-09-07 13:03:25 SEVERE sdbaseline::::casa+ func(**params) 2023-09-07 13:03:25 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/singledishms.py", line 72, in subtract_baseline_sinusoid 2023-09-07 13:03:25 SEVERE sdbaseline::::casa+ return self._swigobj.subtract_baseline_sinusoid(datacolumn, outfile, bloutput, dosubtract, spw, updateweight, sigmavalue, addwn, rejwn, applyfft, fftmethod, fftthresh, clip_threshold_sigma, num_fitting_max, linefinding, threshold, avg_limit, minwidth, edge) 2023-09-07 13:03:25 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/__casac__/singledishms.py", line 357, in subtract_baseline_sinusoid 2023-09-07 13:03:25 SEVERE sdbaseline::::casa+ return _singledishms.singledishms_subtract_baseline_sinusoid(self, *args, **kwargs) 2023-09-07 13:03:25 SEVERE sdbaseline::::casa+ RuntimeError: No effective wave number given for sinusoidal fitting. 2023-09-07 13:03:25 SEVERE sdbaseline::::casa No effective wave number given for sinusoidal fitting. 2023-09-07 13:03:25 SEVERE sdbaseline::::casa Task sdbaseline raised an exception of class RuntimeError with the following message: No effective wave number given for sinusoidal fitting. Sinusoid Test 110: wn range greater than upper limit PASSED test_task_sdbaseline.py::sdbaseline_sinusoidTest::test111 2023-09-07 13:03:27 SEVERE sdbaseline::singledishms::subtract_baseline_sinusoid (file src/tools/singledishms/singledishms_cmpt.cc, line 239) Exception Reported1: No effective wave number given for sinusoidal fitting. 2023-09-07 13:03:27 SEVERE sdbaseline::::casa Traceback (most recent call last): 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 54, in sdbaseline 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ temp_outfile = _do_fit(infile, datacolumn, antenna, field, spw, timerange, scan, 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 546, in _do_fit 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ func(**params) 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/singledishms.py", line 72, in subtract_baseline_sinusoid 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ return self._swigobj.subtract_baseline_sinusoid(datacolumn, outfile, bloutput, dosubtract, spw, updateweight, sigmavalue, addwn, rejwn, applyfft, fftmethod, fftthresh, clip_threshold_sigma, num_fitting_max, linefinding, threshold, avg_limit, minwidth, edge) 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/__casac__/singledishms.py", line 357, in subtract_baseline_sinusoid 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ return _singledishms.singledishms_subtract_baseline_sinusoid(self, *args, **kwargs) 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ RuntimeError: No effective wave number given for sinusoidal fitting. 2023-09-07 13:03:27 SEVERE sdbaseline::::casa No effective wave number given for sinusoidal fitting. 2023-09-07 13:03:27 SEVERE sdbaseline::::casa Task sdbaseline raised an exception of class RuntimeError with the following message: No effective wave number given for sinusoidal fitting. Sinusoid Test 111: explicitly specify wn value (greater than upper limit) PASSED test_task_sdbaseline.py::sdbaseline_sinusoidTest::test112 2023-09-07 13:03:27 SEVERE sdbaseline::::casa Traceback (most recent call last): 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 54, in sdbaseline 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ temp_outfile = _do_fit(infile, datacolumn, antenna, field, spw, timerange, scan, 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 510, in _do_fit 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ addwn = parse_wavenumber_param(addwn) 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 234, in parse_wavenumber_param 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ __check_positive_or_zero(wn) 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 384, in __check_positive_or_zero 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ __do_check_positive_or_zero(int(param[i]), allowzero) 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 395, in __do_check_positive_or_zero 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ raise ValueError(mesg_invalid_wavenumber) 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ ValueError: wrong value given for addwn/rejwn 2023-09-07 13:03:27 SEVERE sdbaseline::::casa wrong value given for addwn/rejwn 2023-09-07 13:03:27 SEVERE sdbaseline::::casa Task sdbaseline raised an exception of class ValueError with the following message: wrong value given for addwn/rejwn Sinusoid Test 112: explicitly specify wn value (negative) PASSED test_task_sdbaseline.py::sdbaseline_sinusoidTest::test113 2023-09-07 13:03:27 SEVERE sdbaseline::::casa Traceback (most recent call last): 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 54, in sdbaseline 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ temp_outfile = _do_fit(infile, datacolumn, antenna, field, spw, timerange, scan, 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 510, in _do_fit 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ addwn = parse_wavenumber_param(addwn) 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 234, in parse_wavenumber_param 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ __check_positive_or_zero(wn) 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 384, in __check_positive_or_zero 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ __do_check_positive_or_zero(int(param[i]), allowzero) 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 395, in __do_check_positive_or_zero 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ raise ValueError(mesg_invalid_wavenumber) 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ ValueError: wrong value given for addwn/rejwn 2023-09-07 13:03:27 SEVERE sdbaseline::::casa wrong value given for addwn/rejwn 2023-09-07 13:03:27 SEVERE sdbaseline::::casa Task sdbaseline raised an exception of class ValueError with the following message: wrong value given for addwn/rejwn explicitly specify wn (addwn has negative and greater than upper limit) PASSED test_task_sdbaseline.py::sdbaseline_sinusoidTest::test114 2023-09-07 13:03:27 SEVERE sdbaseline::::casa Traceback (most recent call last): 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 54, in sdbaseline 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ temp_outfile = _do_fit(infile, datacolumn, antenna, field, spw, timerange, scan, 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 510, in _do_fit 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ addwn = parse_wavenumber_param(addwn) 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 234, in parse_wavenumber_param 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ __check_positive_or_zero(wn) 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 384, in __check_positive_or_zero 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ __do_check_positive_or_zero(int(param[i]), allowzero) 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 395, in __do_check_positive_or_zero 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ raise ValueError(mesg_invalid_wavenumber) 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ ValueError: wrong value given for addwn/rejwn 2023-09-07 13:03:27 SEVERE sdbaseline::::casa wrong value given for addwn/rejwn 2023-09-07 13:03:27 SEVERE sdbaseline::::casa Task sdbaseline raised an exception of class ValueError with the following message: wrong value given for addwn/rejwn explicitly specify wn (both addwn/rejwn have negative and greater than upper limit) PASSED test_task_sdbaseline.py::sdbaseline_sinusoidTest::test115 2023-09-07 13:03:27 SEVERE sdbaseline::::casa Traceback (most recent call last): 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 54, in sdbaseline 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ temp_outfile = _do_fit(infile, datacolumn, antenna, field, spw, timerange, scan, 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 512, in _do_fit 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ check_fftthresh(fftthresh) 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 376, in check_fftthresh 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ raise ValueError('fftthresh must be float or integer or string.') 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ ValueError: fftthresh must be float or integer or string. 2023-09-07 13:03:27 SEVERE sdbaseline::::casa fftthresh must be float or integer or string. 2023-09-07 13:03:27 SEVERE sdbaseline::::casa Task sdbaseline raised an exception of class ValueError with the following message: fftthresh must be float or integer or string. Sinusoid Test 115: wrong fftthresh (as list) PASSED test_task_sdbaseline.py::sdbaseline_sinusoidTest::test116 2023-09-07 13:03:27 SEVERE sdbaseline::::casa Traceback (most recent call last): 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 365, in check_fftthresh 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ if (float(fftthresh[:-5]) <= 0.0): 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ ValueError: could not convert string to float: 'a' 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ During handling of the above exception, another exception occurred: 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ Traceback (most recent call last): 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 54, in sdbaseline 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ temp_outfile = _do_fit(infile, datacolumn, antenna, field, spw, timerange, scan, 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 512, in _do_fit 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ check_fftthresh(fftthresh) 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 371, in check_fftthresh 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ raise ValueError('fftthresh has a wrong format.') 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ ValueError: fftthresh has a wrong format. 2023-09-07 13:03:27 SEVERE sdbaseline::::casa fftthresh has a wrong format. 2023-09-07 13:03:27 SEVERE sdbaseline::::casa Task sdbaseline raised an exception of class ValueError with the following message: fftthresh has a wrong format. Sinusoid Test 116: wrong fftthresh (as string 'asigma') PASSED test_task_sdbaseline.py::sdbaseline_sinusoidTest::test117 2023-09-07 13:03:27 SEVERE sdbaseline::::casa Traceback (most recent call last): 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 362, in check_fftthresh 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ if (int(fftthresh[3:]) <= 0): 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ ValueError: invalid literal for int() with base 10: 'a' 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ During handling of the above exception, another exception occurred: 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ Traceback (most recent call last): 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 54, in sdbaseline 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ temp_outfile = _do_fit(infile, datacolumn, antenna, field, spw, timerange, scan, 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 512, in _do_fit 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ check_fftthresh(fftthresh) 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 371, in check_fftthresh 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ raise ValueError('fftthresh has a wrong format.') 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ ValueError: fftthresh has a wrong format. 2023-09-07 13:03:27 SEVERE sdbaseline::::casa fftthresh has a wrong format. 2023-09-07 13:03:27 SEVERE sdbaseline::::casa Task sdbaseline raised an exception of class ValueError with the following message: fftthresh has a wrong format. Sinusoid Test 117: wrong fftthresh (as string 'topa') PASSED test_task_sdbaseline.py::sdbaseline_sinusoidTest::test118 2023-09-07 13:03:27 SEVERE sdbaseline::::casa Traceback (most recent call last): 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 362, in check_fftthresh 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ if (int(fftthresh[3:]) <= 0): 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ ValueError: invalid literal for int() with base 10: '3sigma' 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ During handling of the above exception, another exception occurred: 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ Traceback (most recent call last): 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 54, in sdbaseline 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ temp_outfile = _do_fit(infile, datacolumn, antenna, field, spw, timerange, scan, 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 512, in _do_fit 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ check_fftthresh(fftthresh) 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 371, in check_fftthresh 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ raise ValueError('fftthresh has a wrong format.') 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ ValueError: fftthresh has a wrong format. 2023-09-07 13:03:27 SEVERE sdbaseline::::casa fftthresh has a wrong format. 2023-09-07 13:03:27 SEVERE sdbaseline::::casa Task sdbaseline raised an exception of class ValueError with the following message: fftthresh has a wrong format. Sinusoid Test 118: wrong fftthresh (as string 'top3sigma') PASSED test_task_sdbaseline.py::sdbaseline_sinusoidTest::test119 2023-09-07 13:03:27 SEVERE sdbaseline::::casa Traceback (most recent call last): 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 368, in check_fftthresh 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ if (float(fftthresh) <= 0.0): 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ ValueError: could not convert string to float: 'a123' 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ During handling of the above exception, another exception occurred: 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ Traceback (most recent call last): 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 54, in sdbaseline 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ temp_outfile = _do_fit(infile, datacolumn, antenna, field, spw, timerange, scan, 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 512, in _do_fit 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ check_fftthresh(fftthresh) 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 371, in check_fftthresh 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ raise ValueError('fftthresh has a wrong format.') 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ ValueError: fftthresh has a wrong format. 2023-09-07 13:03:27 SEVERE sdbaseline::::casa fftthresh has a wrong format. 2023-09-07 13:03:27 SEVERE sdbaseline::::casa Task sdbaseline raised an exception of class ValueError with the following message: fftthresh has a wrong format. Sinusoid Test 119: wrong fftthresh (as string 'a123') PASSED test_task_sdbaseline.py::sdbaseline_sinusoidTest::test120 2023-09-07 13:03:27 SEVERE sdbaseline::::casa Traceback (most recent call last): 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 368, in check_fftthresh 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ if (float(fftthresh) <= 0.0): 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ ValueError: could not convert string to float: '' 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ During handling of the above exception, another exception occurred: 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ Traceback (most recent call last): 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 54, in sdbaseline 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ temp_outfile = _do_fit(infile, datacolumn, antenna, field, spw, timerange, scan, 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 512, in _do_fit 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ check_fftthresh(fftthresh) 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 371, in check_fftthresh 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ raise ValueError('fftthresh has a wrong format.') 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ ValueError: fftthresh has a wrong format. 2023-09-07 13:03:27 SEVERE sdbaseline::::casa fftthresh has a wrong format. 2023-09-07 13:03:27 SEVERE sdbaseline::::casa Task sdbaseline raised an exception of class ValueError with the following message: fftthresh has a wrong format. Sinusoid Test 120: wrong fftthresh (as string '') PASSED test_task_sdbaseline.py::sdbaseline_sinusoidTest::test121 2023-09-07 13:03:27 SEVERE sdbaseline::::casa Traceback (most recent call last): 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 54, in sdbaseline 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ temp_outfile = _do_fit(infile, datacolumn, antenna, field, spw, timerange, scan, 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 512, in _do_fit 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ check_fftthresh(fftthresh) 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 378, in check_fftthresh 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ raise ValueError('threshold given to fftthresh must be positive.') 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ ValueError: threshold given to fftthresh must be positive. 2023-09-07 13:03:27 SEVERE sdbaseline::::casa threshold given to fftthresh must be positive. 2023-09-07 13:03:27 SEVERE sdbaseline::::casa Task sdbaseline raised an exception of class ValueError with the following message: threshold given to fftthresh must be positive. Sinusoid Test 121: wrong fftthresh (as string '-3.0') PASSED test_task_sdbaseline.py::sdbaseline_sinusoidTest::test122 2023-09-07 13:03:27 SEVERE sdbaseline::::casa Traceback (most recent call last): 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 54, in sdbaseline 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ temp_outfile = _do_fit(infile, datacolumn, antenna, field, spw, timerange, scan, 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 512, in _do_fit 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ check_fftthresh(fftthresh) 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 378, in check_fftthresh 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ raise ValueError('threshold given to fftthresh must be positive.') 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ ValueError: threshold given to fftthresh must be positive. 2023-09-07 13:03:27 SEVERE sdbaseline::::casa threshold given to fftthresh must be positive. 2023-09-07 13:03:27 SEVERE sdbaseline::::casa Task sdbaseline raised an exception of class ValueError with the following message: threshold given to fftthresh must be positive. Sinusoid Test 122: wrong fftthresh (as string '0.0') PASSED test_task_sdbaseline.py::sdbaseline_sinusoidTest::test123 2023-09-07 13:03:27 SEVERE sdbaseline::::casa Traceback (most recent call last): 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 54, in sdbaseline 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ temp_outfile = _do_fit(infile, datacolumn, antenna, field, spw, timerange, scan, 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 512, in _do_fit 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ check_fftthresh(fftthresh) 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 378, in check_fftthresh 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ raise ValueError('threshold given to fftthresh must be positive.') 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ ValueError: threshold given to fftthresh must be positive. 2023-09-07 13:03:27 SEVERE sdbaseline::::casa threshold given to fftthresh must be positive. 2023-09-07 13:03:27 SEVERE sdbaseline::::casa Task sdbaseline raised an exception of class ValueError with the following message: threshold given to fftthresh must be positive. Sinusoid Test 123: wrong fftthresh (as string '-3') PASSED test_task_sdbaseline.py::sdbaseline_sinusoidTest::test124 2023-09-07 13:03:27 SEVERE sdbaseline::::casa Traceback (most recent call last): 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 54, in sdbaseline 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ temp_outfile = _do_fit(infile, datacolumn, antenna, field, spw, timerange, scan, 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 512, in _do_fit 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ check_fftthresh(fftthresh) 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 378, in check_fftthresh 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ raise ValueError('threshold given to fftthresh must be positive.') 2023-09-07 13:03:27 SEVERE sdbaseline::::casa+ ValueError: threshold given to fftthresh must be positive. 2023-09-07 13:03:27 SEVERE sdbaseline::::casa threshold given to fftthresh must be positive. 2023-09-07 13:03:27 SEVERE sdbaseline::::casa Task sdbaseline raised an exception of class ValueError with the following message: threshold given to fftthresh must be positive. Sinusoid Test 124: wrong fftthresh (as string '0') PASSED test_task_sdbaseline.py::sdbaseline_sinusoidTest::test125 2023-09-07 13:03:28 SEVERE sdbaseline::::casa Traceback (most recent call last): 2023-09-07 13:03:28 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 54, in sdbaseline 2023-09-07 13:03:28 SEVERE sdbaseline::::casa+ temp_outfile = _do_fit(infile, datacolumn, antenna, field, spw, timerange, scan, 2023-09-07 13:03:28 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 512, in _do_fit 2023-09-07 13:03:28 SEVERE sdbaseline::::casa+ check_fftthresh(fftthresh) 2023-09-07 13:03:28 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 378, in check_fftthresh 2023-09-07 13:03:28 SEVERE sdbaseline::::casa+ raise ValueError('threshold given to fftthresh must be positive.') 2023-09-07 13:03:28 SEVERE sdbaseline::::casa+ ValueError: threshold given to fftthresh must be positive. 2023-09-07 13:03:28 SEVERE sdbaseline::::casa threshold given to fftthresh must be positive. 2023-09-07 13:03:28 SEVERE sdbaseline::::casa Task sdbaseline raised an exception of class ValueError with the following message: threshold given to fftthresh must be positive. Sinusoid Test 125: wrong fftthresh (as string '-3.0sigma') PASSED test_task_sdbaseline.py::sdbaseline_sinusoidTest::test126 2023-09-07 13:03:28 SEVERE sdbaseline::::casa Traceback (most recent call last): 2023-09-07 13:03:28 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 54, in sdbaseline 2023-09-07 13:03:28 SEVERE sdbaseline::::casa+ temp_outfile = _do_fit(infile, datacolumn, antenna, field, spw, timerange, scan, 2023-09-07 13:03:28 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 512, in _do_fit 2023-09-07 13:03:28 SEVERE sdbaseline::::casa+ check_fftthresh(fftthresh) 2023-09-07 13:03:28 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 378, in check_fftthresh 2023-09-07 13:03:28 SEVERE sdbaseline::::casa+ raise ValueError('threshold given to fftthresh must be positive.') 2023-09-07 13:03:28 SEVERE sdbaseline::::casa+ ValueError: threshold given to fftthresh must be positive. 2023-09-07 13:03:28 SEVERE sdbaseline::::casa threshold given to fftthresh must be positive. 2023-09-07 13:03:28 SEVERE sdbaseline::::casa Task sdbaseline raised an exception of class ValueError with the following message: threshold given to fftthresh must be positive. Sinusoid Test 126: wrong fftthresh (as string '0.0sigma') PASSED test_task_sdbaseline.py::sdbaseline_sinusoidTest::test127 2023-09-07 13:03:28 SEVERE sdbaseline::::casa Traceback (most recent call last): 2023-09-07 13:03:28 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 54, in sdbaseline 2023-09-07 13:03:28 SEVERE sdbaseline::::casa+ temp_outfile = _do_fit(infile, datacolumn, antenna, field, spw, timerange, scan, 2023-09-07 13:03:28 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 512, in _do_fit 2023-09-07 13:03:28 SEVERE sdbaseline::::casa+ check_fftthresh(fftthresh) 2023-09-07 13:03:28 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 378, in check_fftthresh 2023-09-07 13:03:28 SEVERE sdbaseline::::casa+ raise ValueError('threshold given to fftthresh must be positive.') 2023-09-07 13:03:28 SEVERE sdbaseline::::casa+ ValueError: threshold given to fftthresh must be positive. 2023-09-07 13:03:28 SEVERE sdbaseline::::casa threshold given to fftthresh must be positive. 2023-09-07 13:03:28 SEVERE sdbaseline::::casa Task sdbaseline raised an exception of class ValueError with the following message: threshold given to fftthresh must be positive. Sinusoid Test 127: wrong fftthresh (as string '-3sigma') PASSED test_task_sdbaseline.py::sdbaseline_sinusoidTest::test128 2023-09-07 13:03:28 SEVERE sdbaseline::::casa Traceback (most recent call last): 2023-09-07 13:03:28 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 54, in sdbaseline 2023-09-07 13:03:28 SEVERE sdbaseline::::casa+ temp_outfile = _do_fit(infile, datacolumn, antenna, field, spw, timerange, scan, 2023-09-07 13:03:28 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 512, in _do_fit 2023-09-07 13:03:28 SEVERE sdbaseline::::casa+ check_fftthresh(fftthresh) 2023-09-07 13:03:28 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 378, in check_fftthresh 2023-09-07 13:03:28 SEVERE sdbaseline::::casa+ raise ValueError('threshold given to fftthresh must be positive.') 2023-09-07 13:03:28 SEVERE sdbaseline::::casa+ ValueError: threshold given to fftthresh must be positive. 2023-09-07 13:03:28 SEVERE sdbaseline::::casa threshold given to fftthresh must be positive. 2023-09-07 13:03:28 SEVERE sdbaseline::::casa Task sdbaseline raised an exception of class ValueError with the following message: threshold given to fftthresh must be positive. Sinusoid Test 128: wrong fftthresh (as string '0sigma') PASSED test_task_sdbaseline.py::sdbaseline_sinusoidTest::test129 2023-09-07 13:03:28 SEVERE sdbaseline::::casa Traceback (most recent call last): 2023-09-07 13:03:28 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 54, in sdbaseline 2023-09-07 13:03:28 SEVERE sdbaseline::::casa+ temp_outfile = _do_fit(infile, datacolumn, antenna, field, spw, timerange, scan, 2023-09-07 13:03:28 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 512, in _do_fit 2023-09-07 13:03:28 SEVERE sdbaseline::::casa+ check_fftthresh(fftthresh) 2023-09-07 13:03:28 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 378, in check_fftthresh 2023-09-07 13:03:28 SEVERE sdbaseline::::casa+ raise ValueError('threshold given to fftthresh must be positive.') 2023-09-07 13:03:28 SEVERE sdbaseline::::casa+ ValueError: threshold given to fftthresh must be positive. 2023-09-07 13:03:28 SEVERE sdbaseline::::casa threshold given to fftthresh must be positive. 2023-09-07 13:03:28 SEVERE sdbaseline::::casa Task sdbaseline raised an exception of class ValueError with the following message: threshold given to fftthresh must be positive. Sinusoid Test 129: wrong fftthresh (as string 'top-3') PASSED test_task_sdbaseline.py::sdbaseline_sinusoidTest::test130 2023-09-07 13:03:28 SEVERE sdbaseline::::casa Traceback (most recent call last): 2023-09-07 13:03:28 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 54, in sdbaseline 2023-09-07 13:03:28 SEVERE sdbaseline::::casa+ temp_outfile = _do_fit(infile, datacolumn, antenna, field, spw, timerange, scan, 2023-09-07 13:03:28 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 512, in _do_fit 2023-09-07 13:03:28 SEVERE sdbaseline::::casa+ check_fftthresh(fftthresh) 2023-09-07 13:03:28 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 378, in check_fftthresh 2023-09-07 13:03:28 SEVERE sdbaseline::::casa+ raise ValueError('threshold given to fftthresh must be positive.') 2023-09-07 13:03:28 SEVERE sdbaseline::::casa+ ValueError: threshold given to fftthresh must be positive. 2023-09-07 13:03:28 SEVERE sdbaseline::::casa threshold given to fftthresh must be positive. 2023-09-07 13:03:28 SEVERE sdbaseline::::casa Task sdbaseline raised an exception of class ValueError with the following message: threshold given to fftthresh must be positive. Sinusoid Test 130: wrong fftthresh (as string 'top0') PASSED test_task_sdbaseline.py::sdbaseline_sinusoidTest::test131 2023-09-07 13:03:28 SEVERE sdbaseline::::casa Traceback (most recent call last): 2023-09-07 13:03:28 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 362, in check_fftthresh 2023-09-07 13:03:28 SEVERE sdbaseline::::casa+ if (int(fftthresh[3:]) <= 0): 2023-09-07 13:03:28 SEVERE sdbaseline::::casa+ ValueError: invalid literal for int() with base 10: '1.5' 2023-09-07 13:03:28 SEVERE sdbaseline::::casa+ 2023-09-07 13:03:28 SEVERE sdbaseline::::casa+ During handling of the above exception, another exception occurred: 2023-09-07 13:03:28 SEVERE sdbaseline::::casa+ 2023-09-07 13:03:28 SEVERE sdbaseline::::casa+ Traceback (most recent call last): 2023-09-07 13:03:28 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 54, in sdbaseline 2023-09-07 13:03:28 SEVERE sdbaseline::::casa+ temp_outfile = _do_fit(infile, datacolumn, antenna, field, spw, timerange, scan, 2023-09-07 13:03:28 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 512, in _do_fit 2023-09-07 13:03:28 SEVERE sdbaseline::::casa+ check_fftthresh(fftthresh) 2023-09-07 13:03:28 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 371, in check_fftthresh 2023-09-07 13:03:28 SEVERE sdbaseline::::casa+ raise ValueError('fftthresh has a wrong format.') 2023-09-07 13:03:28 SEVERE sdbaseline::::casa+ ValueError: fftthresh has a wrong format. 2023-09-07 13:03:28 SEVERE sdbaseline::::casa fftthresh has a wrong format. 2023-09-07 13:03:28 SEVERE sdbaseline::::casa Task sdbaseline raised an exception of class ValueError with the following message: fftthresh has a wrong format. Sinusoid Test 131: wrong fftthresh (as string 'top1.5') PASSED test_task_sdbaseline.py::sdbaseline_sinusoidTest::test132 2023-09-07 13:03:28 SEVERE sdbaseline::::casa Traceback (most recent call last): 2023-09-07 13:03:28 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 54, in sdbaseline 2023-09-07 13:03:28 SEVERE sdbaseline::::casa+ temp_outfile = _do_fit(infile, datacolumn, antenna, field, spw, timerange, scan, 2023-09-07 13:03:28 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 512, in _do_fit 2023-09-07 13:03:28 SEVERE sdbaseline::::casa+ check_fftthresh(fftthresh) 2023-09-07 13:03:28 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 378, in check_fftthresh 2023-09-07 13:03:28 SEVERE sdbaseline::::casa+ raise ValueError('threshold given to fftthresh must be positive.') 2023-09-07 13:03:28 SEVERE sdbaseline::::casa+ ValueError: threshold given to fftthresh must be positive. 2023-09-07 13:03:28 SEVERE sdbaseline::::casa threshold given to fftthresh must be positive. 2023-09-07 13:03:28 SEVERE sdbaseline::::casa Task sdbaseline raised an exception of class ValueError with the following message: threshold given to fftthresh must be positive. Sinusoid Test 132: wrong fftthresh (as float -3.0) PASSED test_task_sdbaseline.py::sdbaseline_sinusoidTest::test133 2023-09-07 13:03:28 SEVERE sdbaseline::::casa Traceback (most recent call last): 2023-09-07 13:03:28 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 54, in sdbaseline 2023-09-07 13:03:28 SEVERE sdbaseline::::casa+ temp_outfile = _do_fit(infile, datacolumn, antenna, field, spw, timerange, scan, 2023-09-07 13:03:28 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 512, in _do_fit 2023-09-07 13:03:28 SEVERE sdbaseline::::casa+ check_fftthresh(fftthresh) 2023-09-07 13:03:28 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 378, in check_fftthresh 2023-09-07 13:03:28 SEVERE sdbaseline::::casa+ raise ValueError('threshold given to fftthresh must be positive.') 2023-09-07 13:03:28 SEVERE sdbaseline::::casa+ ValueError: threshold given to fftthresh must be positive. 2023-09-07 13:03:28 SEVERE sdbaseline::::casa threshold given to fftthresh must be positive. 2023-09-07 13:03:28 SEVERE sdbaseline::::casa Task sdbaseline raised an exception of class ValueError with the following message: threshold given to fftthresh must be positive. Sinusoid Test 133: wrong fftthresh (as float 0.0) PASSED test_task_sdbaseline.py::sdbaseline_sinusoidTest::test134 2023-09-07 13:03:28 SEVERE sdbaseline::::casa Traceback (most recent call last): 2023-09-07 13:03:28 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 54, in sdbaseline 2023-09-07 13:03:28 SEVERE sdbaseline::::casa+ temp_outfile = _do_fit(infile, datacolumn, antenna, field, spw, timerange, scan, 2023-09-07 13:03:28 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 512, in _do_fit 2023-09-07 13:03:28 SEVERE sdbaseline::::casa+ check_fftthresh(fftthresh) 2023-09-07 13:03:28 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 378, in check_fftthresh 2023-09-07 13:03:28 SEVERE sdbaseline::::casa+ raise ValueError('threshold given to fftthresh must be positive.') 2023-09-07 13:03:28 SEVERE sdbaseline::::casa+ ValueError: threshold given to fftthresh must be positive. 2023-09-07 13:03:28 SEVERE sdbaseline::::casa threshold given to fftthresh must be positive. 2023-09-07 13:03:28 SEVERE sdbaseline::::casa Task sdbaseline raised an exception of class ValueError with the following message: threshold given to fftthresh must be positive. Sinusoid Test 134: wrong fftthresh (as int -3) PASSED test_task_sdbaseline.py::sdbaseline_sinusoidTest::test135 2023-09-07 13:03:28 SEVERE sdbaseline::::casa Traceback (most recent call last): 2023-09-07 13:03:28 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 54, in sdbaseline 2023-09-07 13:03:28 SEVERE sdbaseline::::casa+ temp_outfile = _do_fit(infile, datacolumn, antenna, field, spw, timerange, scan, 2023-09-07 13:03:28 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 512, in _do_fit 2023-09-07 13:03:28 SEVERE sdbaseline::::casa+ check_fftthresh(fftthresh) 2023-09-07 13:03:28 SEVERE sdbaseline::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdbaseline.py", line 378, in check_fftthresh 2023-09-07 13:03:28 SEVERE sdbaseline::::casa+ raise ValueError('threshold given to fftthresh must be positive.') 2023-09-07 13:03:28 SEVERE sdbaseline::::casa+ ValueError: threshold given to fftthresh must be positive. 2023-09-07 13:03:28 SEVERE sdbaseline::::casa threshold given to fftthresh must be positive. 2023-09-07 13:03:28 SEVERE sdbaseline::::casa Task sdbaseline raised an exception of class ValueError with the following message: threshold given to fftthresh must be positive. Sinusoid Test 135: wrong fftthresh (as int 0) PASSED test_task_sdbaseline.py::sdbaseline_multi_IF_test::test200 test200: Test the task works with multi IF data SKIPPED (Not currently part of the test suite) test_task_sdbaseline.py::sdbaseline_outbltableTest::test301 test301: poly/chebyshev/cspline baselining, output bltable testing blfunc=poly... testing blfunc=chebyshev... testing blfunc=cspline... PASSED test_task_sdbaseline.py::sdbaseline_outbltableTest::test301_uppercase_params test301: poly/chebyshev/cspline baselining, output bltable testing blfunc=POLY... testing blfunc=CHEBYSHEV... testing blfunc=CSPLINE... PASSED test_task_sdbaseline.py::sdbaseline_outbltableTest::test302 test302: per-spectrum baselining, output bltable PASSED test_task_sdbaseline.py::sdbaseline_outbltableTest::test303 test303: testing shortening baseline table for poly,chebyshev,cspline testing blfunc=poly, testmode=masked_masked... testing blfunc=poly, testmode=masked_unselect... testing blfunc=poly, testmode=unselect_masked... testing blfunc=chebyshev, testmode=masked_masked... testing blfunc=chebyshev, testmode=masked_unselect... testing blfunc=chebyshev, testmode=unselect_masked... testing blfunc=cspline, testmode=masked_masked... testing blfunc=cspline, testmode=masked_unselect... testing blfunc=cspline, testmode=unselect_masked... PASSED test_task_sdbaseline.py::sdbaseline_outbltableTest::test304 test304: testing shortening baseline table for blfunc=variable testing blfunc=variable, testmode=masked_masked... testing blfunc=variable, testmode=masked_unselect... testing blfunc=variable, testmode=unselect_masked... PASSED test_task_sdbaseline.py::sdbaseline_applybltableTest::test400 test400: apply baseline table. all bltable entries applied to all MS data. PASSED test_task_sdbaseline.py::sdbaseline_applybltableTest::test400_uppercase_params apply baseline table with blmode='APPLY'. all bltable entries applied to all MS data. PASSED test_task_sdbaseline.py::sdbaseline_applybltableTest::test401 test401: apply baseline table to MS with a spectrum totally flagged. PASSED test_task_sdbaseline.py::sdbaseline_applybltableTest::test402 test402: apply baseline table containing apply=False data. PASSED test_task_sdbaseline.py::sdbaseline_applybltableTest::test403 test403: apply baseline table lacking data for a spectrum in MS. PASSED test_task_sdbaseline.py::sdbaseline_variableTest::testVariable00 Test blfunc='variable' with variable baseline functions and orders PASSED test_task_sdbaseline.py::sdbaseline_variableTest::testVariable01 Test blfunc='variable' with skipping rows by comment ('#') (rows should be flagged) PASSED test_task_sdbaseline.py::sdbaseline_variableTest::testVariable02 Test blfunc='variable' with non-existent lines in blparam file (rows should be flagged) PASSED test_task_sdbaseline.py::sdbaseline_variableTest::testVariable03 Test blfunc='variable' with mask selection PASSED test_task_sdbaseline.py::sdbaseline_variableTest::testVariable04 Test blfunc='variable' with data selection (spw='1') PASSED test_task_sdbaseline.py::sdbaseline_variableTest::testVariable05 Test blfunc='variable' with clipping PASSED test_task_sdbaseline.py::sdbaseline_variableTest::testVariable06 Test blfunc='variable' with duplicated fitting parameters (the last one is adopted) PASSED test_task_sdbaseline.py::sdbaseline_variableTest::testVariable10 Check if baseline function names are correctly output in text file PASSED test_task_sdbaseline.py::sdbaseline_variableTest::testVariable11 Check if the numbers of baseline coefficients are correctly output in text/csv PASSED test_task_sdbaseline.py::sdbaseline_bloutputTest::test000 no bloutput cases PASSED test_task_sdbaseline.py::sdbaseline_bloutputTest::test010 single bloutput cases PASSED test_task_sdbaseline.py::sdbaseline_bloutputTest::test011 single bloutput cases (blformat with empty elements) PASSED test_task_sdbaseline.py::sdbaseline_bloutputTest::test020 double bloutput cases SKIPPED (Not currently part of the test suite) test_task_sdbaseline.py::sdbaseline_bloutputTest::test021 double bloutput cases (blformat with an empty element) SKIPPED (Not currently part of the test suite) test_task_sdbaseline.py::sdbaseline_bloutputTest::test030 triple bloutput cases SKIPPED (Not currently part of the test suite) test_task_sdbaseline.py::sdbaseline_bloutputTest::test100 confirm if bloutput is correctly output for various wavenumber sets PASSED test_task_sdbaseline.py::sdbaseline_bloutputTest::test101 Basic Test 0127: addwn>4000, rejwn4005 test PASSED test_task_sdbaseline.py::sdbaseline_autoTest::testAutoChebChanFlag Chebyshev polynomial of all channels with channel flag in both edge PASSED test_task_sdbaseline.py::sdbaseline_autoTest::testAutoChebMaskChan Chebyshev polynomial fitting using 500~7691 channels (no edge mask) PASSED test_task_sdbaseline.py::sdbaseline_autoTest::testAutoChebMaskFreq Chebyshev polynomial fitting using 500~7691 channels (no edge mask) PASSED test_task_sdbaseline.py::sdbaseline_autoTest::testAutoChebNoMask Chebyshev polynomial fitting using all channels but edge=[500, 500] PASSED test_task_sdbaseline.py::sdbaseline_autoTest::testAutoCsplChanFlag cspline fitting of all channels with channel flag in both edge PASSED test_task_sdbaseline.py::sdbaseline_autoTest::testAutoCsplMaskChan cspline fitting using 500~7691 channels (no edge mask) PASSED test_task_sdbaseline.py::sdbaseline_autoTest::testAutoCsplMaskFreq cspline fitting using 500~7691 channels (no edge mask) PASSED test_task_sdbaseline.py::sdbaseline_autoTest::testAutoCsplNoMask cspline fitting using all channels but edge=[500, 500] PASSED test_task_sdbaseline.py::sdbaseline_autoTest::testAutoPolyChanFlag polynomial fitting of all channels with channel flag in both edge PASSED test_task_sdbaseline.py::sdbaseline_autoTest::testAutoPolyMaskChan polynomial fitting using 500~7691 channels (no edge mask) PASSED test_task_sdbaseline.py::sdbaseline_autoTest::testAutoPolyMaskFreq polynomial fitting using 500~7691 channels (no edge mask) PASSED test_task_sdbaseline.py::sdbaseline_autoTest::testAutoPolyNoMask polynomial fitting using all channels but edge=[500, 500] PASSED test_task_sdbaseline.py::sdbaseline_selectionTest::testAntennaC 2023-09-07 13:12:43 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range. 2023-09-07 13:12:43 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range. 2023-09-07 13:12:43 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:12:43 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:12:43 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:12:43 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:12:43 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:12:43 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:12:43 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:12:43 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:12:43 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:12:43 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:12:43 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:12:43 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:12:43 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:12:43 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:12:46 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range. 2023-09-07 13:12:46 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range. 2023-09-07 13:12:46 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:12:46 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:12:46 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:12:46 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:12:46 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:12:46 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:12:46 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:12:46 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:12:46 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:12:46 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:12:46 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:12:46 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:12:46 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:12:46 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range. Test selection by antenna (corrected) task param: {'antenna': 'DA99', 'spw': '*:0~79;81~127', 'infile': 'analytic_type1.bl.ms', 'outfile': 'baselined.ms', 'maskmode': 'list', 'blmode': 'fit', 'dosubtract': True, 'blfunc': 'poly', 'order': 1} PASSED test_task_sdbaseline.py::sdbaseline_selectionTest::testAntennaF 2023-09-07 13:12:47 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range. 2023-09-07 13:12:47 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range. 2023-09-07 13:12:47 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:12:47 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:12:47 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:12:47 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:12:47 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:12:47 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:12:47 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:12:47 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:12:47 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:12:47 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:12:47 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:12:47 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:12:47 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:12:47 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:12:50 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range. 2023-09-07 13:12:50 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range. 2023-09-07 13:12:50 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:12:50 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:12:50 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:12:50 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:12:50 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:12:50 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:12:50 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:12:50 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:12:50 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:12:50 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:12:50 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:12:50 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:12:50 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:12:50 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range. Test selection by antenna (float_data) task param: {'antenna': 'DA99', 'spw': '*:0~39;41~127', 'infile': 'analytic_type1.bl.ms', 'outfile': 'baselined.ms', 'maskmode': 'list', 'blmode': 'fit', 'dosubtract': True, 'blfunc': 'poly', 'order': 1} PASSED test_task_sdbaseline.py::sdbaseline_selectionTest::testFieldC 2023-09-07 13:12:51 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 59 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range. 2023-09-07 13:12:51 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 59 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range. 2023-09-07 13:12:51 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 59 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 59 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:12:51 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 59 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 59 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:12:51 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 59 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 59 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:12:51 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 59 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 59 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:12:51 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 59 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 59 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:12:51 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 59 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 59 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:12:51 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 59 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 59 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:12:51 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 59 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 59 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:12:51 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 59 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 59 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:12:51 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 59 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 59 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:12:51 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 59 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 59 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:12:51 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 59 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 59 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:12:51 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 59 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 59 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:12:51 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 59 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 59 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:12:54 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 59 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range. 2023-09-07 13:12:54 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 59 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range. 2023-09-07 13:12:54 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 59 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 59 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:12:54 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 59 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 59 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:12:54 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 59 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 59 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:12:54 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 59 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 59 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:12:54 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 59 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 59 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:12:54 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 59 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 59 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:12:54 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 59 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 59 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:12:54 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 59 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 59 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:12:54 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 59 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 59 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:12:54 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 59 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 59 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:12:54 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 59 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 59 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:12:54 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 59 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 59 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:12:54 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 59 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 59 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:12:54 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 59 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 59 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range. Test selection by field (corrected) task param: {'field': 'M1*', 'spw': '*:0~59;61~127', 'infile': 'analytic_type1.bl.ms', 'outfile': 'baselined.ms', 'maskmode': 'list', 'blmode': 'fit', 'dosubtract': True, 'blfunc': 'poly', 'order': 1} PASSED test_task_sdbaseline.py::sdbaseline_selectionTest::testFieldF 2023-09-07 13:12:55 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 19 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range. 2023-09-07 13:12:55 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 19 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range. 2023-09-07 13:12:55 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 19 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 19 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:12:55 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 19 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 19 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:12:55 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 19 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 19 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:12:55 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 19 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 19 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:12:55 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 19 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 19 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:12:55 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 19 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 19 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:12:55 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 19 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 19 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:12:55 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 19 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 19 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:12:55 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 19 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 19 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:12:55 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 19 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 19 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:12:55 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 19 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 19 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:12:55 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 19 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 19 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:12:55 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 19 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 19 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:12:55 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 19 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 19 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:12:59 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 19 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range. 2023-09-07 13:12:59 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 19 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range. 2023-09-07 13:12:59 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 19 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 19 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:12:59 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 19 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 19 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:12:59 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 19 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 19 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:12:59 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 19 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 19 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:12:59 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 19 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 19 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:12:59 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 19 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 19 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:12:59 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 19 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 19 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:12:59 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 19 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 19 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:12:59 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 19 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 19 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:12:59 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 19 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 19 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:12:59 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 19 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 19 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:12:59 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 19 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 19 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:12:59 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 19 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 19 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:12:59 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 19 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 19 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range. Test selection by field (float_data) task param: {'field': 'M1*', 'spw': '*:0~19;21~127', 'infile': 'analytic_type1.bl.ms', 'outfile': 'baselined.ms', 'maskmode': 'list', 'blmode': 'fit', 'dosubtract': True, 'blfunc': 'poly', 'order': 1} PASSED test_task_sdbaseline.py::sdbaseline_selectionTest::testIntentC 2023-09-07 13:13:00 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range. 2023-09-07 13:13:00 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range. 2023-09-07 13:13:00 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:00 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:00 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:00 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:00 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:00 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:00 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:00 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:00 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:00 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:00 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:00 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:00 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:00 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:03 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range. 2023-09-07 13:13:03 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range. 2023-09-07 13:13:03 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:03 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:03 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:03 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:03 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:03 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:03 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:03 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:03 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:03 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:03 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:03 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:03 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:03 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range. Test selection by intent (corrected) task param: {'intent': 'CALIBRATE_ATMOSPHERE#OFF*', 'spw': '*:0~79;81~127', 'infile': 'analytic_type1.bl.ms', 'outfile': 'baselined.ms', 'maskmode': 'list', 'blmode': 'fit', 'dosubtract': True, 'blfunc': 'poly', 'order': 1} PASSED test_task_sdbaseline.py::sdbaseline_selectionTest::testIntentF 2023-09-07 13:13:04 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range. 2023-09-07 13:13:04 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range. 2023-09-07 13:13:04 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:04 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:04 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:04 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:04 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:04 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:04 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:04 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:04 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:04 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:04 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:04 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:04 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:04 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:10 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range. 2023-09-07 13:13:10 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range. 2023-09-07 13:13:10 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:10 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:10 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:10 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:10 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:10 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:10 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:10 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:10 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:10 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:10 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:10 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:10 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:10 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range. Test selection by intent (float_data) task param: {'intent': 'CALIBRATE_ATMOSPHERE#OFF*', 'spw': '*:0~39;41~127', 'infile': 'analytic_type1.bl.ms', 'outfile': 'baselined.ms', 'maskmode': 'list', 'blmode': 'fit', 'dosubtract': True, 'blfunc': 'poly', 'order': 1} PASSED test_task_sdbaseline.py::sdbaseline_selectionTest::testPolC Test selection by pol (corrected) task param: {'pol': 'YY', 'spw': '6:0~59;61~127,7:0~79;81~127', 'infile': 'analytic_type1.bl.ms', 'outfile': 'baselined.ms', 'maskmode': 'list', 'blmode': 'fit', 'dosubtract': True, 'blfunc': 'poly', 'order': 1} PASSED test_task_sdbaseline.py::sdbaseline_selectionTest::testPolF Test selection by pol (float_data) task param: {'pol': 'YY', 'spw': '6:0~19;21~127,7:0~39;41~127', 'infile': 'analytic_type1.bl.ms', 'outfile': 'baselined.ms', 'maskmode': 'list', 'blmode': 'fit', 'dosubtract': True, 'blfunc': 'poly', 'order': 1} PASSED test_task_sdbaseline.py::sdbaseline_selectionTest::testReindexIntent 2023-09-07 13:13:17 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range. 2023-09-07 13:13:17 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range. 2023-09-07 13:13:17 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:17 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:17 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:17 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:17 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:17 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:17 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:17 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:17 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:17 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:17 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:17 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:17 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:17 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:21 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range. 2023-09-07 13:13:21 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range. 2023-09-07 13:13:21 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:21 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:21 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:21 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:21 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:21 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:21 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:21 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:21 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:21 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:21 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:21 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:21 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:21 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:21 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range. 2023-09-07 13:13:21 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range. 2023-09-07 13:13:21 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:21 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:21 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:21 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:21 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:21 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:21 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:21 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:21 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:21 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:21 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:21 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:21 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:21 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:24 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range. 2023-09-07 13:13:24 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range. 2023-09-07 13:13:24 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:24 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:24 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:24 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:24 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:24 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:24 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:24 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:24 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:24 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:24 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:24 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:24 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:24 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:24 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range. 2023-09-07 13:13:24 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range. 2023-09-07 13:13:24 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:24 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:24 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:24 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:24 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:24 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:24 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:24 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:24 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:24 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:24 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:24 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:24 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:24 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:27 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range. 2023-09-07 13:13:27 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range. 2023-09-07 13:13:27 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:27 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:27 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:27 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:27 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:27 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:27 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:27 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:27 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:27 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:27 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:27 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:27 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:27 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:28 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range. 2023-09-07 13:13:28 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range. 2023-09-07 13:13:28 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:28 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:28 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:28 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:28 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:28 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:28 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:28 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:28 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:28 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:28 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:28 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:28 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:28 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:31 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range. 2023-09-07 13:13:31 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range. 2023-09-07 13:13:31 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:31 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:31 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:31 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:31 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:31 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:31 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:31 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:31 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:31 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:31 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:31 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:31 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:31 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range. Test reindex =T/F in intent selection Test: FLOAT_DATA - reindex=True task param: {'intent': 'CALIBRATE_ATMOSPHERE#OFF*', 'spw': '*:0~39;41~127', 'infile': 'analytic_type1.bl.ms', 'outfile': 'baselined.ms', 'maskmode': 'list', 'blmode': 'fit', 'dosubtract': True, 'blfunc': 'poly', 'order': 1} - reindex=False task param: {'intent': 'CALIBRATE_ATMOSPHERE#OFF*', 'spw': '*:0~39;41~127', 'infile': 'analytic_type1.bl.ms', 'outfile': 'baselined.ms', 'maskmode': 'list', 'blmode': 'fit', 'dosubtract': True, 'blfunc': 'poly', 'order': 1} Test: CORRECTED - reindex=True task param: {'intent': 'CALIBRATE_ATMOSPHERE#OFF*', 'spw': '*:0~79;81~127', 'infile': 'analytic_type1.bl.ms', 'outfile': 'baselined.ms', 'maskmode': 'list', 'blmode': 'fit', 'dosubtract': True, 'blfunc': 'poly', 'order': 1} - reindex=False task param: {'intent': 'CALIBRATE_ATMOSPHERE#OFF*', 'spw': '*:0~79;81~127', 'infile': 'analytic_type1.bl.ms', 'outfile': 'baselined.ms', 'maskmode': 'list', 'blmode': 'fit', 'dosubtract': True, 'blfunc': 'poly', 'order': 1} PASSED test_task_sdbaseline.py::sdbaseline_selectionTest::testReindexSpw 2023-09-07 13:13:32 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:32 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:32 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:32 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:32 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:32 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:32 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:32 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:32 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:32 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:35 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:35 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:35 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:35 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:35 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:35 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:35 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:35 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:35 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:35 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:35 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:35 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:35 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:35 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:35 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:35 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:35 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:35 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:35 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:35 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:37 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:37 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:37 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:37 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:37 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:37 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:37 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:37 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:37 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:37 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:38 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:38 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:38 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:38 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:38 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:38 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:38 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:38 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:38 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:38 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:43 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:43 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:43 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:43 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:43 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:43 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:43 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:43 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:43 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:43 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:43 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:43 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:43 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:43 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:43 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:43 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:43 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:43 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:43 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:43 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:46 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:46 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:46 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:46 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:46 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:46 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:46 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:46 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:46 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:46 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range. Test reindex =T/F in spw selection Test: FLOAT_DATA - reindex=True task param: {'spw': '>6:0~39;41~127', 'infile': 'analytic_type1.bl.ms', 'outfile': 'baselined.ms', 'maskmode': 'list', 'blmode': 'fit', 'dosubtract': True, 'blfunc': 'poly', 'order': 1} - reindex=False task param: {'spw': '>6:0~39;41~127', 'infile': 'analytic_type1.bl.ms', 'outfile': 'baselined.ms', 'maskmode': 'list', 'blmode': 'fit', 'dosubtract': True, 'blfunc': 'poly', 'order': 1} Test: CORRECTED - reindex=True task param: {'spw': '>6:0~79;81~127', 'infile': 'analytic_type1.bl.ms', 'outfile': 'baselined.ms', 'maskmode': 'list', 'blmode': 'fit', 'dosubtract': True, 'blfunc': 'poly', 'order': 1} - reindex=False task param: {'spw': '>6:0~79;81~127', 'infile': 'analytic_type1.bl.ms', 'outfile': 'baselined.ms', 'maskmode': 'list', 'blmode': 'fit', 'dosubtract': True, 'blfunc': 'poly', 'order': 1} PASSED test_task_sdbaseline.py::sdbaseline_selectionTest::testScanC 2023-09-07 13:13:47 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 59 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range. 2023-09-07 13:13:47 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 59 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range. 2023-09-07 13:13:47 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 59 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 59 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:47 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 59 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 59 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:47 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 59 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 59 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:47 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 59 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 59 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:47 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 59 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 59 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:47 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 59 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 59 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:47 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 59 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 59 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:47 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 59 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 59 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:47 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 59 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 59 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:47 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 59 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 59 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:47 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 59 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 59 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:47 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 59 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 59 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:47 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 59 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 59 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:47 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 59 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 59 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:50 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 59 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range. 2023-09-07 13:13:50 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 59 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range. 2023-09-07 13:13:50 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 59 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 59 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:50 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 59 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 59 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:50 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 59 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 59 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:50 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 59 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 59 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:50 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 59 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 59 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:50 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 59 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 59 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:50 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 59 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 59 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:50 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 59 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 59 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:50 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 59 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 59 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:50 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 59 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 59 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:50 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 59 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 59 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:50 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 59 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 59 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:50 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 59 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 59 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:50 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 59 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 59 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 59 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range. Test selection by scan (corrected) task param: {'scan': '0~8', 'spw': '*:0~59;61~127', 'infile': 'analytic_type1.bl.ms', 'outfile': 'baselined.ms', 'maskmode': 'list', 'blmode': 'fit', 'dosubtract': True, 'blfunc': 'poly', 'order': 1} PASSED test_task_sdbaseline.py::sdbaseline_selectionTest::testScanF 2023-09-07 13:13:51 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 19 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range. 2023-09-07 13:13:51 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 19 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range. 2023-09-07 13:13:51 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 19 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 19 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:51 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 19 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 19 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:51 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 19 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 19 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:51 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 19 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 19 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:51 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 19 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 19 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:51 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 19 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 19 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:51 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 19 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 19 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:51 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 19 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 19 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:51 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 19 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 19 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:51 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 19 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 19 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:51 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 19 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 19 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:51 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 19 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 19 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:51 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 19 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 19 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:51 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 19 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 19 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:54 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 19 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range. 2023-09-07 13:13:54 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 19 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range. 2023-09-07 13:13:54 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 19 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 19 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:54 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 19 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 19 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:54 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 19 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 19 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:54 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 19 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 19 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:54 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 19 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 19 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:54 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 19 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 19 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:54 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 19 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 19 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:54 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 19 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 19 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:54 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 19 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 19 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:54 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 19 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 19 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:54 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 19 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 19 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:54 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 19 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 19 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:54 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 19 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 19 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:54 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 19 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 19 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 19 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range. Test selection by scan (float_data) task param: {'scan': '0~8', 'spw': '*:0~19;21~127', 'infile': 'analytic_type1.bl.ms', 'outfile': 'baselined.ms', 'maskmode': 'list', 'blmode': 'fit', 'dosubtract': True, 'blfunc': 'poly', 'order': 1} PASSED test_task_sdbaseline.py::sdbaseline_selectionTest::testSpwC 2023-09-07 13:13:54 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:54 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:54 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:54 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:54 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:54 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:54 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:54 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:54 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:54 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:57 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:57 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:57 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:57 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:57 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:57 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:57 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:57 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:57 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:57 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range. Test selection by spw (corrected) task param: {'spw': '>6:0~79;81~127', 'infile': 'analytic_type1.bl.ms', 'outfile': 'baselined.ms', 'maskmode': 'list', 'blmode': 'fit', 'dosubtract': True, 'blfunc': 'poly', 'order': 1} PASSED test_task_sdbaseline.py::sdbaseline_selectionTest::testSpwF 2023-09-07 13:13:58 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:58 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:58 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:58 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:58 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:58 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:58 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:58 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:58 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:13:58 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:14:01 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:14:01 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:14:01 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:14:01 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:14:01 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:14:01 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:14:01 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:14:01 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:14:01 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:14:01 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range. Test selection by spw (float_data) task param: {'spw': '>6:0~39;41~127', 'infile': 'analytic_type1.bl.ms', 'outfile': 'baselined.ms', 'maskmode': 'list', 'blmode': 'fit', 'dosubtract': True, 'blfunc': 'poly', 'order': 1} PASSED test_task_sdbaseline.py::sdbaseline_selectionTest::testTimerangeC 2023-09-07 13:14:01 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range. 2023-09-07 13:14:01 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range. 2023-09-07 13:14:01 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:14:01 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:14:01 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:14:01 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:14:01 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:14:01 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:14:01 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:14:01 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:14:01 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:14:01 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:14:01 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:14:01 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:14:01 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:14:01 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:14:05 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range. 2023-09-07 13:14:05 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range. 2023-09-07 13:14:05 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:14:05 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:14:05 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:14:05 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:14:05 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:14:05 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:14:05 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:14:05 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:14:05 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:14:05 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:14:05 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:14:05 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:14:05 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:14:05 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 79 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 79 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 79 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range. Test selection by timerange (corrected) task param: {'timerange': '2013/4/28/4:13:21', 'spw': '*:0~79;81~127', 'infile': 'analytic_type1.bl.ms', 'outfile': 'baselined.ms', 'maskmode': 'list', 'blmode': 'fit', 'dosubtract': True, 'blfunc': 'poly', 'order': 1} PASSED test_task_sdbaseline.py::sdbaseline_selectionTest::testTimerangeF 2023-09-07 13:14:06 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range. 2023-09-07 13:14:06 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range. 2023-09-07 13:14:06 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:14:06 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:14:06 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:14:06 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:14:06 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:14:06 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:14:06 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:14:06 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:14:06 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:14:06 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:14:06 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:14:06 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:14:06 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:14:06 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:14:09 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range. 2023-09-07 13:14:09 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range. 2023-09-07 13:14:09 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:14:09 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:14:09 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:14:09 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:14:09 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:14:09 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:14:09 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:14:09 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:14:09 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:14:09 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:14:09 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:14:09 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:14:09 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 13:14:09 WARN sdbaseline::MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 39 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 39 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 39 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range. Test selection by timerange (float_data) task param: {'timerange': '2013/4/28/4:13:21', 'spw': '*:0~39;41~127', 'infile': 'analytic_type1.bl.ms', 'outfile': 'baselined.ms', 'maskmode': 'list', 'blmode': 'fit', 'dosubtract': True, 'blfunc': 'poly', 'order': 1} PASSED test_task_sdbaseline.py::sdbaseline_updateweightTest::test000 PASSED test_task_sdbaseline.py::sdbaseline_updateweightTest2::test000 updateweight=False - WEIGHT column must not be updated PASSED test_task_sdbaseline.py::sdbaseline_updateweightTest2::test010 updateweight=True, sigmavalue=default('stddev') PASSED test_task_sdbaseline.py::sdbaseline_updateweightTest2::test011 updateweight=True, sigmavalue=default('stddev'), channels 4500~6500 flagged PASSED test_task_sdbaseline.py::sdbaseline_updateweightTest2::test012 updateweight=True, sigmavalue=default('stddev'), spw to flag channels 4500-6499 PASSED test_task_sdbaseline.py::sdbaseline_updateweightTest2::test020 updateweight=True, sigmavalue='stddev' PASSED test_task_sdbaseline.py::sdbaseline_updateweightTest2::test021 updateweight=True, sigmavalue='stddev', channels 4500~6500 flagged in input data PASSED test_task_sdbaseline.py::sdbaseline_updateweightTest2::test022 updateweight=True, sigmavalue='stddev', spw to flag channels 4500-6499 PASSED test_task_sdbaseline.py::sdbaseline_updateweightTest2::test030 updateweight=True, sigmavalue='rms' PASSED test_task_sdbaseline.py::sdbaseline_updateweightTest2::test031 updateweight=True, sigmavalue='rms', channels 4500~6500 flagged in input data PASSED test_task_sdbaseline.py::sdbaseline_updateweightTest2::test032 updateweight=True, sigmavalue='rms', spw to flag channels 4500-6499 PASSED test_task_sdbaseline.py::sdbaseline_updateweightTest2::test040 blfunc='variable' PASSED test_task_sdbaseline.py::sdbaseline_updateweightTest2::test041 blfunc='variable', channels 4500~6500 flagged in input data PASSED test_task_sdbaseline.py::sdbaseline_updateweightTest2::test042 blfunc='variable', spw to flag channels 4500-6499 PASSED test_task_sdbaseline.py::sdbaseline_updateweightTest2::test050 blmode='apply' PASSED test_task_sdbaseline.py::sdbaseline_updateweightTest2::test051 blmode='apply', channels 4500~6500 flagged in input data PASSED test_task_sdbaseline.py::sdbaseline_updateweightTest2::test052 blmode='apply', spw to flag channels 4500-6499 PASSED test_task_sdbaseline.py::sdbaseline_updateweightTest2::test060 confirm if clipping result is used to compute weights in fit mode PASSED test_task_sdbaseline.py::sdbaseline_updateweightTest2::test061 confirm if clipping result is used to compute weights in apply mode PASSED test_task_sdbaseline.py::sdbaseline_clippingTest::test000 confirm if clipping works regardless of blformat when blfunc='poly' PASSED test_task_sdbaseline.py::sdbaseline_clippingTest::test001 confirm if clipping works regardless of blformat blfunc='cspline' PASSED test_task_sdbaseline.py::sdbaseline_clippingTest::test002 confirm if clipping works regardless of blformat blfunc='sinusoid' PASSED test_task_sdbaseline.py::sdbaseline_clippingTest::test003 confirm if clipping works regardless of blformat blfunc='variable' PASSED test_task_sdbaseline.py::sdbaseline_clippingTest::test010 clipping runs multiple times (positive spikes only, threshold=3sigma) PASSED test_task_sdbaseline.py::sdbaseline_clippingTest::test011 clipping runs multiple times (positive spikes only, threshold=10sigma) PASSED test_task_sdbaseline.py::sdbaseline_clippingTest::test012 clipping runs multiple times (negative spikes only) PASSED test_task_sdbaseline.py::sdbaseline_clippingTest::test013 clipping runs multiple times (both positive/negative spikes) PASSED test_task_sdbaseline.py::sdbaseline_clippingTest::test020 clipping does run but actually no data clipped (huge threshold) PASSED test_task_sdbaseline.py::sdbaseline_clippingTest::test021 clipping does run but actually no data clipped (no spike) PASSED test_task_sdbaseline.py::sdbaseline_helperTest::test000 tests for is_empty() Testing a helper function is_empty() with blformat='None'... blformat=''... blformat='[]'... blformat='['', '', '']'... blformat='text'... blformat='csv'... blformat='table'... blformat='['text']'... blformat='['csv']'... blformat='['table']'... blformat='['text', '']'... blformat='['', 'table']'... blformat='['text', 'csv']'... blformat='['text', 'table']'... blformat='['csv', 'table']'... blformat='['text', 'csv', '']'... blformat='['text', '', 'table']'... blformat='['', 'csv', 'table']'... blformat='['text', 'csv', 'table']'... blformat='['text', 'csv', 'table', '']'... blformat='['', 'text', 'csv', 'table']'... PASSED test_task_sdbaseline.py::sdbaseline_helperTest::test010 tests for parse_wavenumber_param() Testing a helper function parse_wavenumber_param() with wn='[1, 2, 3]'... wn='[1, 3, 2]'... wn='[3, 2, 1]'... wn='[3, 1, 3]'... wn='[-5, 1, 2]'... wn='(3, 2, 1)'... wn='(4, 1, 4)'... wn='(-5, 1, 2)'... wn='5'... wn='0'... wn='-6'... wn='7.0'... wn='True'... wn='5'... wn='0'... wn='-6'... wn='7.0'... wn='1, 2, 3'... wn='3, 2, 1'... wn='3, 1, 3'... wn='-5, 1, 2'... wn='2-5'... wn='3~6'... wn='<=3'... wn='=<4'... wn='5>='... wn='6=>'... wn='<3'... wn='4>'... wn='>=3'... wn='=>4'... wn='5<='... wn='6=<'... wn='>3'... wn='4<'... PASSED test_task_sdbaseline.py::sdbaseline_helperTest::test020 tests for check_fftthresh() Testing a helper function check_fftthresh() with fftthresh='3'... fftthresh='3.0'... fftthresh='top4'... fftthresh='5sigma'... fftthresh='5.0sigma'... fftthresh='0'... fftthresh='0.0'... fftthresh='-3'... fftthresh='-3.0'... fftthresh='top-4'... fftthresh='-5sigma'... fftthresh='-5.0sigma'... fftthresh='fivesigma'... fftthresh='None'... fftthresh='True'... fftthresh='['3.0']'... fftthresh='('top4',)'... PASSED - generated xml file: /home/casatest/casa6/casatestutils/nosedir/xml/test_task_sdbaseline/nose.xml - =========================== short test summary info ============================ SKIPPED [1] test_task_sdbaseline.py:2107: Not currently part of the test suite SKIPPED [1] test_task_sdbaseline.py:3148: Not currently part of the test suite SKIPPED [1] test_task_sdbaseline.py:3158: Not currently part of the test suite SKIPPED [1] test_task_sdbaseline.py:3163: Not currently part of the test suite =========== 163 passed, 4 skipped, 2 warnings in 1099.12s (0:18:19) ============ ============================= test session starts ============================== platform linux -- Python 3.8.7, pytest-7.4.1, pluggy-1.3.0 -- /usr/local/bin/python3.8 cachedir: .pytest_cache rootdir: /home/casatest/casa6/casatestutils/nosedir/test_task_slsearch configfile: pytest.ini collecting ... collected 14 items test_task_slsearch.py::slsearch_test::test_chemnames test various settings of the chemnames parameter PASSED test_task_slsearch.py::slsearch_test::test_el test various settings of the el parameter PASSED test_task_slsearch.py::slsearch_test::test_eu test various settings of the eu parameter PASSED test_task_slsearch.py::slsearch_test::test_exceptions 2023-09-07 13:18:59 SEVERE Exception Reports: Table /home/casatest/casa6/casatestutils/nosedir/test_task_slsearch/fred.tbl does not exist 2023-09-07 13:18:59 SEVERE slsearch:::: Exception Reports: Table /home/casatest/casa6/casatestutils/nosedir/test_task_slsearch/fred.tbl does not exist 2023-09-07 13:18:59 SEVERE slsearch::::casa Task slsearch raised an exception of class RuntimeError with the following message: Error when running sl.search() 2023-09-07 13:18:59 SEVERE SearchEngine::search Cannot create table foo/bar/bad 2023-09-07 13:18:59 SEVERE spectralline::search Exception Reports: 2023-09-07 13:18:59 SEVERE SearchEngine::search Cannot create table foo/bar/bad 2023-09-07 13:18:59 SEVERE slsearch::SearchEngine::search Cannot create table foo/bar/bad 2023-09-07 13:18:59 SEVERE slsearch::spectralline::search Exception Reports: 2023-09-07 13:18:59 SEVERE slsearch::SearchEngine::search Cannot create table foo/bar/bad 2023-09-07 13:18:59 SEVERE slsearch::::casa Task slsearch raised an exception of class RuntimeError with the following message: 2023-09-07 13:18:59 SEVERE slsearch::SearchEngine::search Cannot create table foo/bar/bad slsearch: Test various exception cases PASSED test_task_slsearch.py::slsearch_test::test_freqrange test various settings of the freqrange parameter PASSED test_task_slsearch.py::slsearch_test::test_intensity test various settings of the intensity parameter PASSED test_task_slsearch.py::slsearch_test::test_loga test various settings of the loga parameter PASSED test_task_slsearch.py::slsearch_test::test_logfile test various settings of the logfile and append parameters PASSED test_task_slsearch.py::slsearch_test::test_outfile test various settings of the outfile parameter PASSED test_task_slsearch.py::slsearch_test::test_qns test various settings of the qns parameter PASSED test_task_slsearch.py::slsearch_test::test_rrlonly test various settings of the rrlonly parameter PASSED test_task_slsearch.py::slsearch_test::test_smu2 test various settings of the smu2 parameter PASSED test_task_slsearch.py::slsearch_test::test_species test various settings of the species parameter PASSED test_task_slsearch.py::slsearch_test::test_table test various settings of the table parameter PASSED - generated xml file: /home/casatest/casa6/casatestutils/nosedir/xml/test_task_slsearch/nose.xml - ======================= 14 passed, 2 warnings in 12.54s ======================== ============================= test session starts ============================== platform linux -- Python 3.8.7, pytest-7.4.1, pluggy-1.3.0 -- /usr/local/bin/python3.8 cachedir: .pytest_cache rootdir: /home/casatest/casa6/casatestutils/nosedir/test_task_imdev configfile: pytest.ini collecting ... collected 18 items test_task_imdev.py::imdev_test::test_allGridPoints 2023-09-07 13:19:10 WARN image::open (file src/tools/image/image_cmpt.cc, line 4208) Another image is already open, closing first Every pixel is a grid point PASSED test_task_imdev.py::imdev_test::test_anchor Check that this selects the anchor pixel position False PASSED test_task_imdev.py::imdev_test::test_box Check that the box parameter properly selects a rectangular region False PASSED test_task_imdev.py::imdev_test::test_chans ....10....20....30....40....50....60....70....80....90....100% Check that the chans parameter selects a different channel (256, 256, 1, 46, 1) (256, 256, 1, 1, 1) False /opt/casa/data/casatestdata/unittest/imdev/ngc5921.clean.image OrigRes mean: 0.0 finRes mean: 0.0 PASSED test_task_imdev.py::imdev_test::test_circle test circles work correctly CAS-10296 PASSED test_task_imdev.py::imdev_test::test_grid Check that the grid parameter changes the grid spacing False PASSED test_task_imdev.py::imdev_test::test_interp Check that the use of different interpolation algorithms creates different image files (100, 100, 2, 1) (100, 100, 2, 1) is equal: False /opt/casa/data/casatestdata/unittest/imdev/orion_tfeather.im PASSED test_task_imdev.py::imdev_test::test_mask ....10....20....30....40....50....60....70....80....90....100% Check that mask selection masks a portion of the original image PASSED test_task_imdev.py::imdev_test::test_maxiter Check that using the maxiter parameter generates a different image PASSED test_task_imdev.py::imdev_test::test_outfile Check that the outfile parameter passes the name out the output image to be produced PASSED test_task_imdev.py::imdev_test::test_overwrite Check that the overwrite parameter = True overwrites a file of the existing and raises no error PASSED test_task_imdev.py::imdev_test::test_region Check that the region parameter selects a different section than the default False PASSED test_task_imdev.py::imdev_test::test_statalg Check that changing the stat alg from classic to chauenet produces a different image PASSED test_task_imdev.py::imdev_test::test_stattype test_stattype ---------------- PASSED test_task_imdev.py::imdev_test::test_stokes test_stokes ------------- NOTE: Need to find another data set with stokes options Come back to this one False PASSED test_task_imdev.py::imdev_test::test_xlength Check that this parameter sets the x coordinate length of the bos, or the diameter of the circle. Cirle is used if ylength is an empty string False False PASSED test_task_imdev.py::imdev_test::test_ylength Check that this gives the y coordinate length of a box. This returns a different image than the default PASSED test_task_imdev.py::imdev_test::test_zscore Check that using the zscore parameter generates a different image PASSED - generated xml file: /home/casatest/casa6/casatestutils/nosedir/xml/test_task_imdev/nose.xml - ================== 18 passed, 2 warnings in 106.71s (0:01:46) ================== ============================= test session starts ============================== platform linux -- Python 3.8.7, pytest-7.4.1, pluggy-1.3.0 -- /usr/local/bin/python3.8 cachedir: .pytest_cache rootdir: /home/casatest/casa6/casatestutils/nosedir/test_task_deconvolve configfile: pytest.ini collecting ... 2023-09-07 13:20:56 WARN ::casa casampi not available - not testing MPIEnvironment stuff collected 142 items test_task_deconvolve.py::test_onefield::test_onefield_asp [onefield] test_onefield_asp SKIPPED (ASP deconvolver currently does not follow the same logic fo...) test_task_deconvolve.py::test_onefield::test_onefield_clark [onefield] test_onefield_clark /opt/casa/data/casatestdata/unittest/deconvolve/ refim_twochan PASSED test_task_deconvolve.py::test_onefield::test_onefield_hogbom [onefield] test_onefield_hogbom /opt/casa/data/casatestdata/unittest/deconvolve/ refim_twochan PASSED test_task_deconvolve.py::test_onefield::test_onefield_mtmfs [onefield] test_onefield_mtmfs SKIPPED (MTMFS is skipped until test_multirun_mtmfs3x passes. To be ...) test_task_deconvolve.py::test_onefield::test_onefield_multiscale [onefield] test_onefield_multiscale /opt/casa/data/casatestdata/unittest/deconvolve/ refim_eptwochan PASSED test_task_deconvolve.py::test_onefield::test_onefield_rectangular_pixels [onefield] test_onefield_rectangular_pixels /opt/casa/data/casatestdata/unittest/deconvolve/ refim_point PASSED test_task_deconvolve.py::test_iterbot::test_iterbot_cube_fullsummary_false 2023-09-07 13:21:39 WARN SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2462) No rest frequency info, using the center of the selected spw(s):1.475e+09 Hz. Velocity labelling may not be correct. [iterbot] test_iterbot_cube_fullsummary_false /opt/casa/data/casatestdata/unittest/deconvolve/ refim_point [check_stopcode] Stopcode is 2 (Pass : should be 2) PASSED test_task_deconvolve.py::test_iterbot::test_iterbot_cube_fullsummary_true 2023-09-07 13:21:52 WARN SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2462) No rest frequency info, using the center of the selected spw(s):1.475e+09 Hz. Velocity labelling may not be correct. [iterbot] test_iterbot_cube_fullsummary_true /opt/casa/data/casatestdata/unittest/deconvolve/ refim_point [check_stopcode] Stopcode is 2 (Pass : should be 2) PASSED test_task_deconvolve.py::test_iterbot::test_iterbot_mfs_4 [iterbot] test_iterbot_mfs_4 [check_stopcode] Stopcode is 1 (Pass : should be 1) PASSED test_task_deconvolve.py::test_iterbot::test_iterbot_mfs_5 [iterbot] test_iterbot_mfs_5 [check_stopcode] Stopcode is 2 (Pass : should be 2) PASSED test_task_deconvolve.py::test_iterbot::test_iterbot_mfs_fullsummary_false [iterbot] test_iterbot_mfs_fullsummary_false /opt/casa/data/casatestdata/unittest/deconvolve/ refim_twochan [check_stopcode] Stopcode is 2 (Pass : should be 2) PASSED test_task_deconvolve.py::test_iterbot::test_iterbot_mfs_fullsummary_true [iterbot] test_iterbot_mfs_fullsummary_true /opt/casa/data/casatestdata/unittest/deconvolve/ refim_twochan [check_stopcode] Stopcode is 2 (Pass : should be 2) PASSED test_task_deconvolve.py::test_iterbot::test_iterbot_threshold_num [iterbot] test_iterbot_threshold_num [check_stopcode] Stopcode is 2 (Pass : should be 2) PASSED test_task_deconvolve.py::test_iterbot::test_iterbot_threshold_str [iterbot] test_iterbot_threshold_str [check_stopcode] Stopcode is 2 (Pass : should be 2) PASSED test_task_deconvolve.py::test_stokes::test_stokes_mfs_I [stokes] test_stokes_mfs_I /opt/casa/data/casatestdata/unittest/deconvolve/ refim_point_linRL PASSED test_task_deconvolve.py::test_stokes::test_stokes_mtmfs_IQUV [stokes] test_stokes_mtmfs_IQUV SKIPPED (MTMFS is skipped until test_multirun_mtmfs3x passes. To be ...) test_task_deconvolve.py::test_cube::test_cube_0 [cube] test_cube_0 : channel, default start and width, LSRK /opt/casa/data/casatestdata/unittest/deconvolve/ refim_point [check_spec_frame] tst.image: Spec frame is LSRK with crval 999988750.3872563 (Pass : should be LSRK with expected crval 999988750 ) PASSED test_task_deconvolve.py::test_cube::test_cube_1 [cube] test_cube_1 : channel, default start and width, TOPO /opt/casa/data/casatestdata/unittest/deconvolve/ refim_point PASSED test_task_deconvolve.py::test_cube::test_cube_10 [cube] test_cube_10 : velocity, default start, width='-23983.4m/s', TOPO /opt/casa/data/casatestdata/unittest/deconvolve/ refim_point PASSED test_task_deconvolve.py::test_cube::test_cube_11 2023-09-07 13:23:14 WARN SIImageStore::getPSFGaussian (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2075) PSF is blank for[C5:P0] [C6:P0] [C7:P0] [C8:P0] [C9:P0] [cube] test_cube_11 : velocity, start='11991.7km/s', default width, TOPO /opt/casa/data/casatestdata/unittest/deconvolve/ refim_point PASSED test_task_deconvolve.py::test_cube::test_cube_12 2023-09-07 13:23:24 WARN SIImageStore::getPSFGaussian (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2075) PSF is blank for[C5:P0] [C6:P0] [C7:P0] [C8:P0] [C9:P0] [cube] test_cube_12 : velocity, start='11977.6km/s', default width, BARY /opt/casa/data/casatestdata/unittest/deconvolve/ refim_point PASSED test_task_deconvolve.py::test_cube::test_cube_13 2023-09-07 13:23:33 WARN SIImageStore::getPSFGaussian (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2075) PSF is blank for[C1:P0] [C4:P0] [C5:P0] [C6:P0] [C7:P0] [cube] test_cube_13 : velocity, start='-41347.5km/s', default width , veltype=optical LSRK /opt/casa/data/casatestdata/unittest/deconvolve/ refim_point PASSED test_task_deconvolve.py::test_cube::test_cube_14 [cube] test_cube_14 : frequency, start(quanity)={'unit': 'GHz', 'value': 1.2}, default width, veltype=radio LSRK /opt/casa/data/casatestdata/unittest/deconvolve/ refim_point PASSED test_task_deconvolve.py::test_cube::test_cube_15 [cube] test_cube_15 : frequency, start={'m0': {'unit': 'Hz', 'value': 1199989000.0}, 'refer': 'LSRK', 'type': 'frequency'}, default width, veltype=radio LSRK /opt/casa/data/casatestdata/unittest/deconvolve/ refim_point PASSED test_task_deconvolve.py::test_cube::test_cube_16 2023-09-07 13:24:01 WARN SIImageStore::getPSFGaussian (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2075) PSF is blank for[C5:P0] [C6:P0] [C7:P0] [C8:P0] [C9:P0] [cube] test_cube_16 : velocity(quantity), start={'unit': 'km/s', 'value': 11991.7}, default width, TOPO /opt/casa/data/casatestdata/unittest/deconvolve/ refim_point PASSED test_task_deconvolve.py::test_cube::test_cube_17 The frame in start:BARY Override frame=TOPO The frame in start:BARY Override frame=TOPO 2023-09-07 13:24:10 WARN SIImageStore::getPSFGaussian (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2075) PSF is blank for[C5:P0] [C6:P0] [C7:P0] [C8:P0] [C9:P0] The frame in start:BARY Override frame=TOPO [cube] test_cube_17 : velocity(measure), start={'m0': {'unit': 'm/s', 'value': 11977600.0}, 'refer': 'BARY', 'type': 'radialvelocity'}, default width(outframe=TOPO will be overridden) /opt/casa/data/casatestdata/unittest/deconvolve/ refim_point PASSED test_task_deconvolve.py::test_cube::test_cube_18 [cube] test_cube_18 : velocity, default start, width(quantity)={'unit': 'km/s', 'value': 11991.7} /opt/casa/data/casatestdata/unittest/deconvolve/ refim_point PASSED test_task_deconvolve.py::test_cube::test_cube_19 [cube] test_cube_19 : velocity, default start, width(measure)={'m0': {'unit': 'm/s', 'value': 11991700.0}, 'refer': 'TOPO', 'type': 'radialvelocity'}, TOPO /opt/casa/data/casatestdata/unittest/deconvolve/ refim_point PASSED test_task_deconvolve.py::test_cube::test_cube_2 [cube] test_cube_2 : channel, default start, width=2, LSRK /opt/casa/data/casatestdata/unittest/deconvolve/ refim_point PASSED test_task_deconvolve.py::test_cube::test_cube_20 2023-09-07 13:24:48 WARN SIImageStore::getPSFGaussian (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2075) PSF is blank for[C5:P0] [C6:P0] [C7:P0] [C8:P0] [C9:P0] [cube] test_cube_20 : doppler, start={'m0': {'unit': 'm/s', 'value': 11994336.49363042}, 'refer': 'RADIO', 'type': 'doppler'}, default width, LSRK /opt/casa/data/casatestdata/unittest/deconvolve/ refim_point PASSED test_task_deconvolve.py::test_cube::test_cube_21 2023-09-07 13:24:57 WARN SIImageStore::getPSFGaussian (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2075) PSF is blank for[C6:P0] [C7:P0] [cube] test_cube_21 : channel, start=4, default width, channel gap (10-11) LSRK /opt/casa/data/casatestdata/unittest/deconvolve/ refim_point PASSED test_task_deconvolve.py::test_cube::test_cube_22 [cube] test_cube_22 : channel, start=0, default width, step=2 LSRK nearest /opt/casa/data/casatestdata/unittest/deconvolve/ refim_point PASSED test_task_deconvolve.py::test_cube::test_cube_23 [cube] test_cube_23 : spw with channel selection( 0:4~13 ), default start, LSRK nearest /opt/casa/data/casatestdata/unittest/deconvolve/ refim_point PASSED test_task_deconvolve.py::test_cube::test_cube_3 [cube] test_cube_3 : channel, start=5, default width, LSRK /opt/casa/data/casatestdata/unittest/deconvolve/ refim_point PASSED test_task_deconvolve.py::test_cube::test_cube_4 2023-09-07 13:25:36 WARN SIImageStore::getPSFGaussian (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2075) PSF is blank for[C0:P0] [C1:P0] [C2:P0] [C3:P0] [C4:P0] [C5:P0] [cube] test_cube_4 : channel, spw=0:5~19, LSRK /opt/casa/data/casatestdata/unittest/deconvolve/ refim_point PASSED test_task_deconvolve.py::test_cube::test_cube_5 [cube] test_cube_5 : frequency, default start, width='100MHz'(2 x chanwidth), TOPO /opt/casa/data/casatestdata/unittest/deconvolve/ refim_point PASSED test_task_deconvolve.py::test_cube::test_cube_6 [cube] test_cube_6 : frequency, start='1.1GHz', default width, TOPO /opt/casa/data/casatestdata/unittest/deconvolve/ refim_point PASSED test_task_deconvolve.py::test_cube::test_cube_7 2023-09-07 13:26:04 WARN SIImageStore::getPSFGaussian (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2075) PSF is blank for[C0:P0] [C1:P0] [cube] test_cube_7 : frequency, start='1.1GHz', default width, spw=0:4~19, TOPO /opt/casa/data/casatestdata/unittest/deconvolve/ refim_point PASSED test_task_deconvolve.py::test_cube::test_cube_8 [cube] test_cube_8 : frequency, start='1.5GHz', width='-50MHz', TOPO /opt/casa/data/casatestdata/unittest/deconvolve/ refim_point PASSED test_task_deconvolve.py::test_cube::test_cube_9 [cube] test_cube_9 : frequency, default start, width='23983.4km/s', TOPO /opt/casa/data/casatestdata/unittest/deconvolve/ refim_point PASSED test_task_deconvolve.py::test_cube::test_cube_chanchunks_auto 2023-09-07 13:26:31 WARN SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2462) No rest frequency info, using the center of the selected spw(s):1.475e+09 Hz. Velocity labelling may not be correct. [cube] test_cube_chanchunks_auto /opt/casa/data/casatestdata/unittest/deconvolve/ refim_point PASSED test_task_deconvolve.py::test_mask::test_mask_1 [mask] test_mask_1 /opt/casa/data/casatestdata/unittest/deconvolve/ refim_twochan /opt/casa/data/casatestdata/unittest/deconvolve/ refim_twochan PASSED test_task_deconvolve.py::test_mask::test_mask_2 2023-09-07 13:26:57 WARN SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2462) No rest frequency info, using the center of the selected spw(s):1.475e+09 Hz. Velocity labelling may not be correct. 2023-09-07 13:27:11 WARN SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2462) No rest frequency info, using the center of the selected spw(s):1.475e+09 Hz. Velocity labelling may not be correct. [mask] test_mask_2 /opt/casa/data/casatestdata/unittest/deconvolve/ refim_point /opt/casa/data/casatestdata/unittest/deconvolve/ refim_point PASSED test_task_deconvolve.py::test_mask::test_mask_autobox_multithresh [mask] test_mask_autobox_multithresh /opt/casa/data/casatestdata/unittest/deconvolve/ refim_twochan PASSED test_task_deconvolve.py::test_mask::test_mask_autobox_multithresh_newnoise [mask] test_mask_autobox_multithresh_newnoise /opt/casa/data/casatestdata/unittest/deconvolve/ refim_twochan PASSED test_task_deconvolve.py::test_mask::test_mask_autobox_multithresh_with_nsigma [mask] test_mask_autobox_multithresh_with_nsigma /opt/casa/data/casatestdata/unittest/deconvolve/ refim_twochan PASSED test_task_deconvolve.py::test_mask::test_mask_autobox_multithresh_with_nsigma_newnoise [mask] test_mask_autobox_multithresh_with_nsigma_newnoise /opt/casa/data/casatestdata/unittest/deconvolve/ refim_twochan PASSED test_task_deconvolve.py::test_mask::test_mask_autobox_multithresh_with_prune [mask] test_mask_autobox_multithresh_with_prune /opt/casa/data/casatestdata/unittest/deconvolve/ refim_twochan PASSED test_task_deconvolve.py::test_mask::test_mask_missingfile 2023-09-07 13:28:08 SEVERE deconvolve::deconvolve::casa Exception from deconvolve : Internal Error: 'mask' parameter specified as a filename 'tst.mask.txt', but no such file exists 2023-09-07 13:28:08 SEVERE deconvolve::::casa Task deconvolve raised an exception of class RuntimeError with the following message: Exception from deconvolve : Internal Error: 'mask' parameter specified as a filename 'tst.mask.txt', but no such file exists [mask] test_mask_missingfile /opt/casa/data/casatestdata/unittest/deconvolve/ refim_twochan PASSED test_task_deconvolve.py::test_mask::test_mask_pbmask0 [mask] test_mask_pbmask0 /opt/casa/data/casatestdata/unittest/deconvolve/ refim_point PASSED test_task_deconvolve.py::test_mask::test_mask_pbmask995 [mask] test_mask_pbmask995 /opt/casa/data/casatestdata/unittest/deconvolve/ refim_point PASSED test_task_deconvolve.py::test_multirun::test_multirun_aspasp [multirun] test_multirun_aspasp SKIPPED (ASP deconvolver currently does not follow the same logic fo...) test_task_deconvolve.py::test_multirun::test_multirun_clarkclark [multirun] test_multirun_clarkclark /opt/casa/data/casatestdata/unittest/deconvolve/ refim_twochan PASSED test_task_deconvolve.py::test_multirun::test_multirun_clarkstokesclarkstokes [multirun] test_multirun_clarkstokesclarkstokes /opt/casa/data/casatestdata/unittest/deconvolve/ refim_point_linRL PASSED test_task_deconvolve.py::test_multirun::test_multirun_hogbomhogbom [multirun] test_multirun_hogbomhogbom /opt/casa/data/casatestdata/unittest/deconvolve/ refim_twochan PASSED test_task_deconvolve.py::test_multirun::test_multirun_mtmfs3x " [multirun] test_multirun_mtmfs3 SKIPPED (MTMFS is skipped until test_multirun_mtmfs3x passes. To be ...) test_task_deconvolve.py::test_multirun::test_multirun_mtmfsmtmfs " [multirun] test_multirun_mtmfsmtmfs SKIPPED (MTMFS is skipped until test_multirun_mtmfs3x passes. To be ...) test_task_deconvolve.py::test_multirun::test_multirun_multiscalehog [multirun] test_multirun_multiscalehog /opt/casa/data/casatestdata/unittest/deconvolve/ refim_eptwochan PASSED test_task_deconvolve.py::test_multirun::test_multirun_multiscalemultiscale " [multirun] test_multirun_multiscalemultiscale /opt/casa/data/casatestdata/unittest/deconvolve/ refim_twochan PASSED test_task_deconvolve.py::test_multirun::test_multirun_norestore_restore [multirun] test_multirun_norestore_restore /opt/casa/data/casatestdata/unittest/deconvolve/ refim_point PASSED test_task_deconvolve.py::test_imgval::test_imgval_axesmismatch_model 2023-09-07 13:29:31 SEVERE deconvolve::deconvolve::casa Exception from deconvolve : Error in running Minor Cycle : Cannot open existing image : tst.model : There is a shape mismatch between existing images ([1, 100, 100, 1]) and current parameters ([100, 100, 1, 1]). If you are attempting to restart a run with a new image shape, please change imagename and supply the old model or mask as inputs (via the startmodel or mask parameters) so that they can be regridded to the new shape before continuing. 2023-09-07 13:29:31 SEVERE deconvolve::::casa Task deconvolve raised an exception of class RuntimeError with the following message: Exception from deconvolve : Error in running Minor Cycle : Cannot open existing image : tst.model : There is a shape mismatch between existing images ([1, 100, 100, 1]) and current parameters ([100, 100, 1, 1]). If you are attempting to restart a run with a new image shape, please change imagename and supply the old model or mask as inputs (via the startmodel or mask parameters) so that they can be regridded to the new shape before continuing. [imgval] test_imgval_axesmismatch_model PASSED test_task_deconvolve.py::test_imgval::test_imgval_axesmismatch_pb 2023-09-07 13:29:33 SEVERE deconvolve::deconvolve::casa Exception from deconvolve : Cannot open existing image : tst.pb : There is a shape mismatch between existing images ([1, 100, 100, 1]) and current parameters ([100, 100, 1, 1]). If you are attempting to restart a run with a new image shape, please change imagename and supply the old model or mask as inputs (via the startmodel or mask parameters) so that they can be regridded to the new shape before continuing. 2023-09-07 13:29:33 SEVERE deconvolve::::casa Task deconvolve raised an exception of class RuntimeError with the following message: Exception from deconvolve : Cannot open existing image : tst.pb : There is a shape mismatch between existing images ([1, 100, 100, 1]) and current parameters ([100, 100, 1, 1]). If you are attempting to restart a run with a new image shape, please change imagename and supply the old model or mask as inputs (via the startmodel or mask parameters) so that they can be regridded to the new shape before continuing. [imgval] test_imgval_axesmismatch_pb PASSED test_task_deconvolve.py::test_imgval::test_imgval_axesmismatch_psf 2023-09-07 13:29:34 SEVERE deconvolve::deconvolve::casa Exception from deconvolve : Error initializing the Minor Cycle for tst : Cannot open existing image : tst.mask : There is a shape mismatch between existing images ([100, 100, 1, 1]) and current parameters ([1, 100, 100, 1]). If you are attempting to restart a run with a new image shape, please change imagename and supply the old model or mask as inputs (via the startmodel or mask parameters) so that they can be regridded to the new shape before continuing. 2023-09-07 13:29:34 SEVERE deconvolve::::casa Task deconvolve raised an exception of class RuntimeError with the following message: Exception from deconvolve : Error initializing the Minor Cycle for tst : Cannot open existing image : tst.mask : There is a shape mismatch between existing images ([100, 100, 1, 1]) and current parameters ([1, 100, 100, 1]). If you are attempting to restart a run with a new image shape, please change imagename and supply the old model or mask as inputs (via the startmodel or mask parameters) so that they can be regridded to the new shape before continuing. [imgval] test_imgval_axesmismatch_psf PASSED test_task_deconvolve.py::test_imgval::test_imgval_axesmismatch_residual 2023-09-07 13:29:36 SEVERE deconvolve::deconvolve::casa Exception from deconvolve : Error initializing the Minor Cycle for tst : Cannot open existing image : tst.mask : There is a coordinate system mismatch between existing images on disk and current parameters (The pixel axes differ for coordinate number 0). If you are attempting to restart a run, please change imagename and supply the old model or mask as inputs (via the startmodel or mask parameters) so that they can be regridded to the new coordinate system before continuing. 2023-09-07 13:29:36 SEVERE deconvolve::::casa Task deconvolve raised an exception of class RuntimeError with the following message: Exception from deconvolve : Error initializing the Minor Cycle for tst : Cannot open existing image : tst.mask : There is a coordinate system mismatch between existing images on disk and current parameters (The pixel axes differ for coordinate number 0). If you are attempting to restart a run, please change imagename and supply the old model or mask as inputs (via the startmodel or mask parameters) so that they can be regridded to the new coordinate system before continuing. [imgval] test_imgval_axesmismatch_residual PASSED test_task_deconvolve.py::test_imgval::test_imgval_missingimgs_model [imgval] test_imgval_missingimgs_model PASSED test_task_deconvolve.py::test_imgval::test_imgval_missingimgs_psf 2023-09-07 13:29:39 SEVERE deconvolve::deconvolve::casa Exception from deconvolve : Internal Error: missing one or more of the required images: ['tst.psf'] 2023-09-07 13:29:39 SEVERE deconvolve::::casa Task deconvolve raised an exception of class RuntimeError with the following message: Exception from deconvolve : Internal Error: missing one or more of the required images: ['tst.psf'] [imgval] test_imgval_missingimgs_psf PASSED test_task_deconvolve.py::test_imgval::test_imgval_missingimgs_residual 2023-09-07 13:29:39 SEVERE deconvolve::deconvolve::casa Exception from deconvolve : Internal Error: missing one or more of the required images: ['tst.residual'] 2023-09-07 13:29:39 SEVERE deconvolve::::casa Task deconvolve raised an exception of class RuntimeError with the following message: Exception from deconvolve : Internal Error: missing one or more of the required images: ['tst.residual'] [imgval] test_imgval_missingimgs_residual PASSED test_task_deconvolve.py::test_imgval::test_imgval_missingimgs_sumwt [imgval] test_imgval_missingimgs_sumwt PASSED test_task_deconvolve.py::test_imgval::test_imgval_shapemismatch_model 2023-09-07 13:29:44 SEVERE deconvolve::deconvolve::casa Exception from deconvolve : Error in running Minor Cycle : Cannot open existing image : tst.model : There is a shape mismatch between existing images ([2, 2, 1, 1]) and current parameters ([100, 100, 1, 1]). If you are attempting to restart a run with a new image shape, please change imagename and supply the old model or mask as inputs (via the startmodel or mask parameters) so that they can be regridded to the new shape before continuing. 2023-09-07 13:29:44 SEVERE deconvolve::::casa Task deconvolve raised an exception of class RuntimeError with the following message: Exception from deconvolve : Error in running Minor Cycle : Cannot open existing image : tst.model : There is a shape mismatch between existing images ([2, 2, 1, 1]) and current parameters ([100, 100, 1, 1]). If you are attempting to restart a run with a new image shape, please change imagename and supply the old model or mask as inputs (via the startmodel or mask parameters) so that they can be regridded to the new shape before continuing. [imgval] test_imgval_shapemismatch_model PASSED test_task_deconvolve.py::test_imgval::test_imgval_shapemismatch_pb 2023-09-07 13:29:46 SEVERE deconvolve::deconvolve::casa Exception from deconvolve : Cannot open existing image : tst.pb : There is a shape mismatch between existing images ([2, 2, 1, 1]) and current parameters ([100, 100, 1, 1]). If you are attempting to restart a run with a new image shape, please change imagename and supply the old model or mask as inputs (via the startmodel or mask parameters) so that they can be regridded to the new shape before continuing. 2023-09-07 13:29:46 SEVERE deconvolve::::casa Task deconvolve raised an exception of class RuntimeError with the following message: Exception from deconvolve : Cannot open existing image : tst.pb : There is a shape mismatch between existing images ([2, 2, 1, 1]) and current parameters ([100, 100, 1, 1]). If you are attempting to restart a run with a new image shape, please change imagename and supply the old model or mask as inputs (via the startmodel or mask parameters) so that they can be regridded to the new shape before continuing. [imgval] test_imgval_shapemismatch_pb PASSED test_task_deconvolve.py::test_imgval::test_imgval_shapemismatch_psf 2023-09-07 13:29:47 SEVERE deconvolve::deconvolve::casa Exception from deconvolve : Error initializing the Minor Cycle for tst : Cannot open existing image : tst.mask : There is a shape mismatch between existing images ([100, 100, 1, 1]) and current parameters ([2, 2, 1, 1]). If you are attempting to restart a run with a new image shape, please change imagename and supply the old model or mask as inputs (via the startmodel or mask parameters) so that they can be regridded to the new shape before continuing. 2023-09-07 13:29:47 SEVERE deconvolve::::casa Task deconvolve raised an exception of class RuntimeError with the following message: Exception from deconvolve : Error initializing the Minor Cycle for tst : Cannot open existing image : tst.mask : There is a shape mismatch between existing images ([100, 100, 1, 1]) and current parameters ([2, 2, 1, 1]). If you are attempting to restart a run with a new image shape, please change imagename and supply the old model or mask as inputs (via the startmodel or mask parameters) so that they can be regridded to the new shape before continuing. [imgval] test_imgval_shapemismatch_psf PASSED test_task_deconvolve.py::test_imgval::test_imgval_shapemismatch_residual 2023-09-07 13:29:49 SEVERE deconvolve::deconvolve::casa Exception from deconvolve : Error initializing the Minor Cycle for tst : Cannot open existing image : tst.mask : There is a coordinate system mismatch between existing images on disk and current parameters (The DirectionCoordinates have differing LinearXform components). If you are attempting to restart a run, please change imagename and supply the old model or mask as inputs (via the startmodel or mask parameters) so that they can be regridded to the new coordinate system before continuing. 2023-09-07 13:29:49 SEVERE deconvolve::::casa Task deconvolve raised an exception of class RuntimeError with the following message: Exception from deconvolve : Error initializing the Minor Cycle for tst : Cannot open existing image : tst.mask : There is a coordinate system mismatch between existing images on disk and current parameters (The DirectionCoordinates have differing LinearXform components). If you are attempting to restart a run, please change imagename and supply the old model or mask as inputs (via the startmodel or mask parameters) so that they can be regridded to the new coordinate system before continuing. [imgval] test_imgval_shapemismatch_residual PASSED test_task_deconvolve.py::test_imgval::test_imgval_startmodel_axesmismatch 2023-09-07 13:29:51 SEVERE deconvolve::deconvolve::casa Exception from deconvolve : Error initializing the Minor Cycle for tst : Error in setting starting model for deconvolution: Error in regridding input model image to target coordsys : ImageRegrid error : LatticeIterInterface::ok - Navigator Lattice and Data Lattice have different shapes 2023-09-07 13:29:51 SEVERE deconvolve::::casa Task deconvolve raised an exception of class RuntimeError with the following message: Exception from deconvolve : Error initializing the Minor Cycle for tst : Error in setting starting model for deconvolution: Error in regridding input model image to target coordsys : ImageRegrid error : LatticeIterInterface::ok - Navigator Lattice and Data Lattice have different shapes [imgval] test_imgval_startmodel_axesmismatch PASSED test_task_deconvolve.py::test_imgval::test_imgval_startmodel_basic_copy [imgval] test_imgval_startmodel_basic_copy SKIPPED (if test_imgval_startmodel_axesmismatch executes immediately...) test_task_deconvolve.py::test_imgval::test_imgval_startmodel_csysmismatch [imgval] test_imgval_startmodel_csysmismatch PASSED test_task_deconvolve.py::test_imgval::test_imgval_startmodel_dne 2023-09-07 13:29:55 SEVERE deconvolve::deconvolve::casa Exception from deconvolve : Internal Error: parameter startmodel set to "doesnotexists.model" but that file does not exist 2023-09-07 13:29:55 SEVERE deconvolve::::casa Task deconvolve raised an exception of class RuntimeError with the following message: Exception from deconvolve : Internal Error: parameter startmodel set to "doesnotexists.model" but that file does not exist [imgval] test_imgval_startmodel_dne PASSED test_task_deconvolve.py::test_imgval::test_imgval_startmodel_empty [imgval] test_imgval_startmodel_empty SKIPPED (if test_imgval_startmodel_axesmismatch executes immediately...) test_task_deconvolve.py::test_imgval::test_imgval_startmodel_model_exists 2023-09-07 13:30:02 SEVERE deconvolve::deconvolve::casa Exception from deconvolve : Internal Error: imagename.model already exists! Either parameter startmodel must not be set ('') or imagename.model (tst.model) must not exist. 2023-09-07 13:30:02 SEVERE deconvolve::deconvolve::casa+ Either unset startmodel or remove tst.model to continue 2023-09-07 13:30:02 SEVERE deconvolve::::casa Task deconvolve raised an exception of class RuntimeError with the following message: Exception from deconvolve : Internal Error: imagename.model already exists! Either parameter startmodel must not be set ('') or imagename.model (tst.model) must not exist. 2023-09-07 13:30:02 SEVERE deconvolve::::casa+ Either unset startmodel or remove tst.model to continue [imgval] test_imgval_startmodel_model_exists PASSED test_task_deconvolve.py::test_imgval::test_imgval_startmodel_shapemismatch [imgval] test_imgval_startmodel_shapemismatch PASSED test_task_deconvolve.py::test_mtmfsimgval::test_mtmfsimgval_axesmismatch_model [mtmfsimgval] test_mtmfsimgval_axesmismatch_model SKIPPED (MTMFS is skipped until test_multirun_mtmfs3x passes. To be ...) test_task_deconvolve.py::test_mtmfsimgval::test_mtmfsimgval_axesmismatch_pb [mtmfsimgval] test_mtmfsimgval_axesmismatch_pb SKIPPED (MTMFS is skipped until test_multirun_mtmfs3x passes. To be ...) test_task_deconvolve.py::test_mtmfsimgval::test_mtmfsimgval_axesmismatch_psf [mtmfsimgval] test_mtmfsimgval_axesmismatch_psf SKIPPED (MTMFS is skipped until test_multirun_mtmfs3x passes. To be ...) test_task_deconvolve.py::test_mtmfsimgval::test_mtmfsimgval_axesmismatch_residual [mtmfsimgval] test_mtmfsimgval_axesmismatch_residual SKIPPED (MTMFS is skipped until test_multirun_mtmfs3x passes. To be ...) test_task_deconvolve.py::test_mtmfsimgval::test_mtmfsimgval_missingimgs_model [mtmfsimgval] test_mtmfsimgval_missingimgs_model SKIPPED (MTMFS is skipped until test_multirun_mtmfs3x passes. To be ...) test_task_deconvolve.py::test_mtmfsimgval::test_mtmfsimgval_missingimgs_psf [mtmfsimgval] test_mtmfsimgval_missingimgs_psf SKIPPED (MTMFS is skipped until test_multirun_mtmfs3x passes. To be ...) test_task_deconvolve.py::test_mtmfsimgval::test_mtmfsimgval_missingimgs_residual [mtmfsimgval] test_mtmfsimgval_missingimgs_residual SKIPPED (MTMFS is skipped until test_multirun_mtmfs3x passes. To be ...) test_task_deconvolve.py::test_mtmfsimgval::test_mtmfsimgval_missingimgs_sumwt [mtmfsimgval] test_mtmfsimgval_missingimgs_sumwt SKIPPED (MTMFS is skipped until test_multirun_mtmfs3x passes. To be ...) test_task_deconvolve.py::test_mtmfsimgval::test_mtmfsimgval_shapemismatch_model [mtmfsimgval] test_mtmfsimgval_shapemismatch_model SKIPPED (MTMFS is skipped until test_multirun_mtmfs3x passes. To be ...) test_task_deconvolve.py::test_mtmfsimgval::test_mtmfsimgval_shapemismatch_pb [mtmfsimgval] test_mtmfsimgval_shapemismatch_pb SKIPPED (MTMFS is skipped until test_multirun_mtmfs3x passes. To be ...) test_task_deconvolve.py::test_mtmfsimgval::test_mtmfsimgval_shapemismatch_psf [mtmfsimgval] test_mtmfsimgval_shapemismatch_psf SKIPPED (MTMFS is skipped until test_multirun_mtmfs3x passes. To be ...) test_task_deconvolve.py::test_mtmfsimgval::test_mtmfsimgval_shapemismatch_residual [mtmfsimgval] test_mtmfsimgval_shapemismatch_residual SKIPPED (MTMFS is skipped until test_multirun_mtmfs3x passes. To be ...) test_task_deconvolve.py::test_mtmfsimgval::test_mtmfsimgval_startmodel_axesmismatch [mtmfsimgval] test_mtmfsimgval_startmodel_axesmismatch SKIPPED (MTMFS is skipped until test_multirun_mtmfs3x passes. To be ...) test_task_deconvolve.py::test_mtmfsimgval::test_mtmfsimgval_startmodel_basic_copy [mtmfsimgval] test_mtmfsimgval_startmodel_basic_copy SKIPPED (MTMFS is skipped until test_multirun_mtmfs3x passes. To be ...) test_task_deconvolve.py::test_mtmfsimgval::test_mtmfsimgval_startmodel_csysmismatch [mtmfsimgval] test_mtmfsimgval_startmodel_csysmismatch SKIPPED (MTMFS is skipped until test_multirun_mtmfs3x passes. To be ...) test_task_deconvolve.py::test_mtmfsimgval::test_mtmfsimgval_startmodel_dne [mtmfsimgval] test_mtmfsimgval_startmodel_dne SKIPPED (MTMFS is skipped until test_multirun_mtmfs3x passes. To be ...) test_task_deconvolve.py::test_mtmfsimgval::test_mtmfsimgval_startmodel_empty [mtmfsimgval] test_mtmfsimgval_startmodel_empty SKIPPED (MTMFS is skipped until test_multirun_mtmfs3x passes. To be ...) test_task_deconvolve.py::test_mtmfsimgval::test_mtmfsimgval_startmodel_model_exists [mtmfsimgval] test_mtmfsimgval_startmodel_model_exists SKIPPED (MTMFS is skipped until test_multirun_mtmfs3x passes. To be ...) test_task_deconvolve.py::test_mtmfsimgval::test_mtmfsimgval_startmodel_shapemismatch [mtmfsimgval] test_mtmfsimgval_startmodel_shapemismatch SKIPPED (MTMFS is skipped until test_multirun_mtmfs3x passes. To be ...) test_task_deconvolve.py::test_residual_update::test_residual_update_clark [residual_update] test_residual_update_clark /opt/casa/data/casatestdata/unittest/deconvolve/ refim_eptwochan PASSED test_task_deconvolve.py::test_residual_update::test_residual_update_clarkstokes [residual_update] test_residual_update_clarkstokes /opt/casa/data/casatestdata/unittest/deconvolve/ refim_point_linRL PASSED test_task_deconvolve.py::test_residual_update::test_residual_update_hogbom [residual_update] test_residual_update_hogbom /opt/casa/data/casatestdata/unittest/deconvolve/ refim_eptwochan PASSED test_task_deconvolve.py::test_residual_update::test_residual_update_mtmfs [residual_update] test_residual_update_mtmfs SKIPPED (MTMFS is skipped until test_multirun_mtmfs3x passes. To be ...) test_task_deconvolve.py::test_residual_update::test_residual_update_multiscale [residual_update] test_residual_update_multiscale /opt/casa/data/casatestdata/unittest/deconvolve/ refim_eptwochan PASSED test_task_deconvolve.py::test_restoration::test_restoration_basic [restoration] test_restoration_basic PASSED test_task_deconvolve.py::test_restoration::test_restoration_bigbeam [restoration] test_restoration_bigbeam PASSED test_task_deconvolve.py::test_restoration::test_restoration_none [restoration] test_restoration_none PASSED test_task_deconvolve.py::test_restoration::test_restoration_onlyrestore [restoration] test_restoration_onlyrestore PASSED test_task_deconvolve.py::test_niterparms::test_niterparms_gain_1 [niterparms] test_niterparms_gain_1 PASSED test_task_deconvolve.py::test_niterparms::test_niterparms_gain_2 [niterparms] test_niterparms_gain_2 PASSED test_task_deconvolve.py::test_niterparms::test_niterparms_nsigma_1 [niterparms] test_niterparms_nsigma_1 PASSED test_task_deconvolve.py::test_niterparms::test_niterparms_nsigma_2 [niterparms] test_niterparms_nsigma_2 PASSED test_task_deconvolve.py::test_niterparms::test_niterparms_threshold_1 [niterparms] test_niterparms_threshold_1 PASSED test_task_deconvolve.py::test_niterparms::test_niterparms_threshold_2 [niterparms] test_niterparms_threshold_2 PASSED test_task_deconvolve.py::test_niterparms::test_niterparms_threshold_3 [niterparms] test_niterparms_threshold_3 PASSED test_task_deconvolve.py::test_niterparms::test_niterparms_unset [niterparms] test_niterparms_unset PASSED test_task_deconvolve.py::test_minimages::test_minimages_cutthreshold 2023-09-07 13:31:39 WARN SDMaskHandler::autoMaskByMultiThreshold (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SDMaskHandler.cc, line 2228) Faint regions may not be included in the final mask. Consider decreasing cutthreshold. [minimages] test_minimages_cutthreshold PASSED test_task_deconvolve.py::test_minimages::test_minimages_deconvolver_clark [minimages] test_minimages_deconvolver_clark PASSED test_task_deconvolve.py::test_minimages::test_minimages_deconvolver_mtmfs [minimages] test_minimages_deconvolver_mtmfs SKIPPED (MTMFS is skipped until test_multirun_mtmfs3x passes. To be ...) test_task_deconvolve.py::test_minimages::test_minimages_deconvolver_multiscale [minimages] test_minimages_deconvolver_multiscale PASSED test_task_deconvolve.py::test_minimages::test_minimages_dogrowprune [minimages] test_minimages_dogrowprune PASSED test_task_deconvolve.py::test_minimages::test_minimages_fastnoise [minimages] test_minimages_fastnoise PASSED test_task_deconvolve.py::test_minimages::test_minimages_fullsummary [minimages] test_minimages_fullsummary PASSED test_task_deconvolve.py::test_minimages::test_minimages_gain [minimages] test_minimages_gain PASSED test_task_deconvolve.py::test_minimages::test_minimages_growiterations [minimages] test_minimages_growiterations PASSED test_task_deconvolve.py::test_minimages::test_minimages_lownoisethreshold [minimages] test_minimages_lownoisethreshold PASSED test_task_deconvolve.py::test_minimages::test_minimages_mask [minimages] test_minimages_mask PASSED test_task_deconvolve.py::test_minimages::test_minimages_minbeamfrac [minimages] test_minimages_minbeamfrac PASSED test_task_deconvolve.py::test_minimages::test_minimages_negativethreshold [minimages] test_minimages_negativethreshold PASSED test_task_deconvolve.py::test_minimages::test_minimages_niter [minimages] test_minimages_niter PASSED test_task_deconvolve.py::test_minimages::test_minimages_noisethreshold [minimages] test_minimages_noisethreshold PASSED test_task_deconvolve.py::test_minimages::test_minimages_nsigma [minimages] test_minimages_nsigma PASSED test_task_deconvolve.py::test_minimages::test_minimages_nsigma_mtmfs [minimages] test_minimages_nsigma SKIPPED (MTMFS is skipped until test_multirun_mtmfs3x passes. To be ...) test_task_deconvolve.py::test_minimages::test_minimages_nsigma_nopb 2023-09-07 13:32:15 SEVERE deconvolve::deconvolve::casa Exception from deconvolve : The parameter nsigma>0 (1.5) requires a .pb image to be available. 2023-09-07 13:32:15 SEVERE deconvolve::::casa Task deconvolve raised an exception of class RuntimeError with the following message: Exception from deconvolve : The parameter nsigma>0 (1.5) requires a .pb image to be available. [minimages] test_minimages_nsigma PASSED test_task_deconvolve.py::test_minimages::test_minimages_nsigma_nopb_mtmfs [minimages] test_minimages_nsigma SKIPPED (MTMFS is skipped until test_multirun_mtmfs3x passes. To be ...) test_task_deconvolve.py::test_minimages::test_minimages_restoration [minimages] test_minimages_restoration PASSED test_task_deconvolve.py::test_minimages::test_minimages_restoringbeam 2023-09-07 13:32:17 WARN SIImageStore::rescaleResolution (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 1607) Cannot convolve to new beam for Channel : 0 : Source may be only (slightly) resolved in one direction [minimages] test_minimages_restoringbeam PASSED test_task_deconvolve.py::test_minimages::test_minimages_sidelobethreshold 2023-09-07 13:32:18 WARN SDMaskHandler::autoMaskByMultiThreshold (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SDMaskHandler.cc, line 3069) No regions found by automasking 2023-09-07 13:32:18 WARN SDMaskHandler::autoMaskByMultiThreshold (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SDMaskHandler.cc, line 3069) Used sidelobe threshold to mask, but no emission was found.Try decreasing your sidelobethreshold parameter if you want to capture emission in these channels. 2023-09-07 13:32:19 WARN SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. [minimages] test_minimages_sidelobethreshold PASSED test_task_deconvolve.py::test_minimages::test_minimages_smallscalebias [minimages] test_minimages_smallscalebias PASSED test_task_deconvolve.py::test_minimages::test_minimages_smoothfactor [minimages] test_minimages_smoothfactor PASSED test_task_deconvolve.py::test_minimages::test_minimages_threshold [minimages] test_minimages_threshold PASSED test_task_deconvolve.py::test_minimages::test_minimages_usemask 2023-09-07 13:32:26 SEVERE deconvolve::deconvolve::casa Exception from deconvolve : Need PB/Sensitivity/Weight image before a PB-based mask can be made for tst 2023-09-07 13:32:26 SEVERE deconvolve::::casa Task deconvolve raised an exception of class RuntimeError with the following message: Exception from deconvolve : Need PB/Sensitivity/Weight image before a PB-based mask can be made for tst [minimages] test_minimages_usemask PASSED test_task_deconvolve.py::test_minimages::test_minimages_verbose [minimages] test_minimages_verbose PASSED - generated xml file: /home/casatest/casa6/casatestutils/nosedir/xml/test_task_deconvolve/nose.xml - =========================== short test summary info ============================ SKIPPED [1] test_task_deconvolve.py:947: ASP deconvolver currently does not follow the same logic for deconvolve as it does for tclean by the most basic measure, iterdone. To be fixed in CAS-13570 SKIPPED [1] test_task_deconvolve.py:934: MTMFS is skipped until test_multirun_mtmfs3x passes. To be fixed in CAS-13570. SKIPPED [1] test_task_deconvolve.py:1146: MTMFS is skipped until test_multirun_mtmfs3x passes. To be fixed in CAS-13570. SKIPPED [1] test_task_deconvolve.py:2118: ASP deconvolver currently does not follow the same logic for deconvolve as it does for tclean by the most basic measure, iterdone. To be fixed in CAS-13570 SKIPPED [1] test_task_deconvolve.py:2089: MTMFS is skipped until test_multirun_mtmfs3x passes. To be fixed in CAS-13570. SKIPPED [1] test_task_deconvolve.py:2061: MTMFS is skipped until test_multirun_mtmfs3x passes. To be fixed in CAS-13570. SKIPPED [1] test_task_deconvolve.py:2446: if test_imgval_startmodel_axesmismatch executes immediately before this test then this test fails SKIPPED [1] test_task_deconvolve.py:2398: if test_imgval_startmodel_axesmismatch executes immediately before this test then this test fails SKIPPED [1] test_task_deconvolve.py:2692: MTMFS is skipped until test_multirun_mtmfs3x passes. To be fixed in CAS-13570. SKIPPED [1] test_task_deconvolve.py:2701: MTMFS is skipped until test_multirun_mtmfs3x passes. To be fixed in CAS-13570. SKIPPED [1] test_task_deconvolve.py:2683: MTMFS is skipped until test_multirun_mtmfs3x passes. To be fixed in CAS-13570. SKIPPED [1] test_task_deconvolve.py:2674: MTMFS is skipped until test_multirun_mtmfs3x passes. To be fixed in CAS-13570. SKIPPED [1] test_task_deconvolve.py:2646: MTMFS is skipped until test_multirun_mtmfs3x passes. To be fixed in CAS-13570. SKIPPED [1] test_task_deconvolve.py:2636: MTMFS is skipped until test_multirun_mtmfs3x passes. To be fixed in CAS-13570. SKIPPED [1] test_task_deconvolve.py:2627: MTMFS is skipped until test_multirun_mtmfs3x passes. To be fixed in CAS-13570. SKIPPED [1] test_task_deconvolve.py:2660: MTMFS is skipped until test_multirun_mtmfs3x passes. To be fixed in CAS-13570. SKIPPED [1] test_task_deconvolve.py:2728: MTMFS is skipped until test_multirun_mtmfs3x passes. To be fixed in CAS-13570. SKIPPED [1] test_task_deconvolve.py:2737: MTMFS is skipped until test_multirun_mtmfs3x passes. To be fixed in CAS-13570. SKIPPED [1] test_task_deconvolve.py:2719: MTMFS is skipped until test_multirun_mtmfs3x passes. To be fixed in CAS-13570. SKIPPED [1] test_task_deconvolve.py:2710: MTMFS is skipped until test_multirun_mtmfs3x passes. To be fixed in CAS-13570. SKIPPED [1] test_task_deconvolve.py:2815: MTMFS is skipped until test_multirun_mtmfs3x passes. To be fixed in CAS-13570. SKIPPED [1] test_task_deconvolve.py:2798: MTMFS is skipped until test_multirun_mtmfs3x passes. To be fixed in CAS-13570. SKIPPED [1] test_task_deconvolve.py:2832: MTMFS is skipped until test_multirun_mtmfs3x passes. To be fixed in CAS-13570. SKIPPED [1] test_task_deconvolve.py:2770: MTMFS is skipped until test_multirun_mtmfs3x passes. To be fixed in CAS-13570. SKIPPED [1] test_task_deconvolve.py:2747: MTMFS is skipped until test_multirun_mtmfs3x passes. To be fixed in CAS-13570. SKIPPED [1] test_task_deconvolve.py:2782: MTMFS is skipped until test_multirun_mtmfs3x passes. To be fixed in CAS-13570. SKIPPED [1] test_task_deconvolve.py:2859: MTMFS is skipped until test_multirun_mtmfs3x passes. To be fixed in CAS-13570. SKIPPED [1] test_task_deconvolve.py:2999: MTMFS is skipped until test_multirun_mtmfs3x passes. To be fixed in CAS-13570. SKIPPED [1] test_task_deconvolve.py:3262: MTMFS is skipped until test_multirun_mtmfs3x passes. To be fixed in CAS-13570. SKIPPED [1] test_task_deconvolve.py:3356: MTMFS is skipped until test_multirun_mtmfs3x passes. To be fixed in CAS-13570. SKIPPED [1] test_task_deconvolve.py:3369: MTMFS is skipped until test_multirun_mtmfs3x passes. To be fixed in CAS-13570. =========== 111 passed, 31 skipped, 3 warnings in 693.16s (0:11:33) ============ ============================= test session starts ============================== platform linux -- Python 3.8.7, pytest-7.4.1, pluggy-1.3.0 -- /usr/local/bin/python3.8 cachedir: .pytest_cache rootdir: /home/casatest/casa6/casatestutils/nosedir/test_task_rmfit configfile: pytest.ini collecting ... collected 11 items test_task_rmfit.py::rmfit_test::test_algorithm 2023-09-07 13:32:31 WARN prom::::casa *** Error ''function' object has no attribute 'func_code'' updating HISTORY Test rotation measure computation algorithm PASSED test_task_rmfit.py::rmfit_test::test_axisDiff 2023-09-07 13:32:32 WARN prom::ImageConcat::setImage (file /source/casainstall/include/casacore/images/Images/ImageConcat.tcc, line 288) Images are not contiguous along the concatenation axis For this axis, a non-regular Spectral coordinate will be made 2023-09-07 13:32:32 WARN prom::ImageConcat::setCoordinates (file /source/casainstall/include/casacore/images/Images/ImageConcat.tcc, line 680) Could not create Coordinate because TabularCoordinate - pixel and world values must increase or decrease monotonically CoordinateSystem set to that of first image instead 2023-09-07 13:32:32 WARN prom::::casa *** Error ''function' object has no attribute 'func_code'' updating HISTORY test_axisDiff --------------- This tests checks that the task will still run with multiple images with differing spectal axis dimensions PASSED test_task_rmfit.py::rmfit_test::test_freqAmount 2023-09-07 13:32:33 WARN prom::::casa *** Error ''function' object has no attribute 'func_code'' updating HISTORY 2023-09-07 13:32:34 SEVERE prom::imagepol::rotationmeasure Exception Reported: Exception: This image only has 1 frequencies, this is not enough. 2023-09-07 13:32:34 SEVERE prom::imagepol::rotationmeasure+ ... thrown by void casa::ImagePolarimetry::rotationMeasure(casacore::ImageInterface*&, casacore::ImageInterface*&, casacore::ImageInterface*&, casacore::ImageInterface*&, casacore::ImageInterface*&, casacore::ImageInterface*&, casacore::Int, casacore::Float, casacore::Float, casacore::Float, casacore::Float, casacore::Bool) at File: /source/casa6/casatools/src/code/imageanalysis/ImageAnalysis/ImagePolarimetry.cc, line: 583 2023-09-07 13:32:34 SEVERE prom::::casa Task rmfit raised an exception of class RuntimeError with the following message: Exception: This image only has 1 frequencies, this is not enough. 2023-09-07 13:32:34 SEVERE prom::::casa+ ... thrown by void casa::ImagePolarimetry::rotationMeasure(casacore::ImageInterface*&, casacore::ImageInterface*&, casacore::ImageInterface*&, casacore::ImageInterface*&, casacore::ImageInterface*&, casacore::ImageInterface*&, casacore::Int, casacore::Float, casacore::Float, casacore::Float, casacore::Float, casacore::Bool) at File: /source/casa6/casatools/src/code/imageanalysis/ImageAnalysis/ImagePolarimetry.cc, line: 583 test_freqAmount ----------------- This test checks that rmfit will only work if the provided image has more than two frequency channels PASSED test_task_rmfit.py::rmfit_test::test_makesImage 2023-09-07 13:32:34 WARN prom::::casa *** Error ''function' object has no attribute 'func_code'' updating HISTORY test_makesImage ------------------ This test checks that a rotation measure image is generated when the task is run. PASSED test_task_rmfit.py::rmfit_test::test_maxpaerr 2023-09-07 13:32:35 WARN prom::::casa *** Error ''function' object has no attribute 'func_code'' updating HISTORY 2023-09-07 13:32:35 WARN prom::::casa *** Error ''function' object has no attribute 'func_code'' updating HISTORY test_maxpaerr --------------- Test that the maxpaerr parameter changes the max allowed position angle PASSED test_task_rmfit.py::rmfit_test::test_multiImage 2023-09-07 13:32:36 WARN prom::ImageConcat::setImage (file /source/casainstall/include/casacore/images/Images/ImageConcat.tcc, line 288) Images are not contiguous along the concatenation axis For this axis, a non-regular Spectral coordinate will be made 2023-09-07 13:32:36 WARN prom::ImageConcat::setCoordinates (file /source/casainstall/include/casacore/images/Images/ImageConcat.tcc, line 680) Could not create Coordinate because TabularCoordinate - pixel and world values must increase or decrease monotonically CoordinateSystem set to that of first image instead 2023-09-07 13:32:37 WARN prom::::casa *** Error ''function' object has no attribute 'func_code'' updating HISTORY test_multiImage ------------------ This test checks that rmfit can take multiple image names PASSED test_task_rmfit.py::rmfit_test::test_needsQUV 2023-09-07 13:32:37 SEVERE prom::imagepol::open Exception Reported: This image has no Stokes Q, U, nor V. This is not useful at File: /source/casa6/casatools/src/code/imageanalysis/ImageAnalysis/ImagePolarimetry.cc, line: 1145 2023-09-07 13:32:37 SEVERE prom::::casa Task rmfit raised an exception of class RuntimeError with the following message: This image has no Stokes Q, U, nor V. This is not useful at File: /source/casa6/casatools/src/code/imageanalysis/ImageAnalysis/ImagePolarimetry.cc, line: 1145 test_needsQUV ---------------- This test checks that if the image provided doesn't have Stokes Q, U, or V the task will fail to execute PASSED test_task_rmfit.py::rmfit_test::test_rmfgparam 2023-09-07 13:32:38 WARN prom::::casa *** Error ''function' object has no attribute 'func_code'' updating HISTORY 2023-09-07 13:32:38 WARN prom::::casa *** Error ''function' object has no attribute 'func_code'' updating HISTORY test_rmfgparam ----------------- Test that rmfg is used to specify a foreground rmvalue which is subtracted PASSED test_task_rmfit.py::rmfit_test::test_rmfit_basics 2023-09-07 13:32:39 WARN prom::::casa *** Error ''function' object has no attribute 'func_code'' updating HISTORY 2023-09-07 13:32:40 WARN prom::ImageConcat::setImage (file /source/casainstall/include/casacore/images/Images/ImageConcat.tcc, line 288) Images are not contiguous along the concatenation axis For this axis, a non-regular Spectral coordinate will be made 2023-09-07 13:32:40 WARN prom::::casa *** Error ''function' object has no attribute 'func_code'' updating HISTORY Sanity tests for task rmfit PASSED test_task_rmfit.py::rmfit_test::test_rmmax 2023-09-07 13:32:41 WARN prom::::casa *** Error ''function' object has no attribute 'func_code'' updating HISTORY 2023-09-07 13:32:42 WARN prom::::casa *** Error ''function' object has no attribute 'func_code'' updating HISTORY test_rmmax ------------ This test checks that the rmmax param gives the max absolute RM value that should be solved for PASSED test_task_rmfit.py::rmfit_test::test_sigmaParam 2023-09-07 13:32:42 WARN prom::::casa *** Error ''function' object has no attribute 'func_code'' updating HISTORY 2023-09-07 13:32:43 WARN prom::::casa *** Error ''function' object has no attribute 'func_code'' updating HISTORY test_sigmaParam ----------------- Test that the sigma parameter gives the thermal noise in Stokes U and Q PASSED - generated xml file: /home/casatest/casa6/casatestutils/nosedir/xml/test_task_rmfit/nose.xml - ======================= 11 passed, 2 warnings in 14.32s ======================== ============================= test session starts ============================== platform linux -- Python 3.8.7, pytest-7.4.1, pluggy-1.3.0 -- /usr/local/bin/python3.8 cachedir: .pytest_cache rootdir: /home/casatest/casa6/casatestutils/nosedir/test_task_mstransform_mms configfile: pytest.ini collecting ... 2023-09-07 13:32:45 WARN ::casa casampi is not available. Running in serial collected 47 items test_task_mstransform_mms.py::test_mms_transformations::test_CAS6206 2023-09-07 13:32:45 WARN ParallelDataHelper::getPartitionMap::casa Number of subMSs (8) is greater than available scan,ddi pairs (4), setting nsubms to 4 mstransform: verify that all columns are re-indexed in SPW sub-table PASSED test_task_mstransform_mms.py::test_mms_transformations::test_channels_mms1 mstransform: create MMS with spw separation and channel selections PASSED test_task_mstransform_mms.py::test_mms_transformations::test_channels_mms2 2023-09-07 13:33:46 WARN ParallelDataHelper::getPartitionMap::casa Number of subMSs (8) is greater than available scan,ddi pairs (4), setting nsubms to 4 mstransform: create MMS with spw/scan separation and channel selections PASSED test_task_mstransform_mms.py::test_mms_transformations::test_channels_mms3 mstransform: create MMS with scan separation and channel selections PASSED test_task_mstransform_mms.py::test_mms_transformations::test_channels_mms4 mstransform: verify spw sub-table consolidation in sequential PASSED test_task_mstransform_mms.py::test_mms_transformations::test_combspw1_3 mstransform: Do not combine spws and create MMS with axis scan. PASSED test_task_mstransform_mms.py::test_mms_transformations::test_combspw1_4 2023-09-07 13:34:32 WARN ParallelDataHelper::getPartitionMap::casa Number of subMSs (8) is greater than available scan,ddi pairs (4), setting nsubms to 4 2023-09-07 13:34:44 WARN mstransform::::casa Cannot combine or separate spws in parallel because the subMSs do not contain all the selected spws 2023-09-07 13:34:44 WARN mstransform::::casa Will process the input MMS as a monolithic MS 2023-09-07 13:34:44 WARN mstransform::::casa Will create an output MMS with separation axis 'scan' combineSpws progress: 20% processed ... combineSpws progress: 40% processed ... combineSpws progress: 60% processed ... combineSpws progress: 80% processed ... combineSpws progress: 100% processed. regridSpw progress: 20% processed ... regridSpw progress: 40% processed ... regridSpw progress: 60% processed ... regridSpw progress: 80% processed ... regridSpw progress: 100% processed. mstransform: Combine some channels of two spws using MMS input PASSED test_task_mstransform_mms.py::test_mms_transformations::test_regrid1_3 mstransform: Default regridms with spw selection using input MMS PASSED test_task_mstransform_mms.py::test_mms_transformations::test_shape3 mstransform: DATA and FLAG tileshapes should be the same SKIPPED (As reported in CAS-7377 now there is a custom tile shape fo...) test_task_mstransform_mms.py::test_mms_freqavg::test_freqavg10 mstransform: Average using different bins, channel selection, both axes, output MMS PASSED test_task_mstransform_mms.py::test_mms_freqavg::test_freqavg6 2023-09-07 13:35:29 WARN ParallelDataHelper::getPartitionMap::casa Number of subMSs (8) is greater than available scan,ddi pairs (2), setting nsubms to 2 mstransform: Average all channels of one spw, save as an MMS PASSED test_task_mstransform_mms.py::test_mms_freqavg::test_freqavg7 2023-09-07 13:35:40 WARN MSTransformManager::dropNonUniformWidthChannels Not enough input channels to populate output channel n# 12 from SPW 20. 2023-09-07 13:35:40 WARN MSTransformManager::dropNonUniformWidthChannels+ The channel will be dropped in order to have an uniform grid. 2023-09-07 13:35:44 WARN MSTransformManager::dropNonUniformWidthChannels Not enough input channels to populate output channel n# 12 from SPW 20. 2023-09-07 13:35:44 WARN MSTransformManager::dropNonUniformWidthChannels+ The channel will be dropped in order to have an uniform grid. mstransform: Average using different bins for several spws, output MMS PASSED test_task_mstransform_mms.py::test_mms_freqavg::test_freqavg8 2023-09-07 13:35:50 WARN MSTransformManager::dropNonUniformWidthChannels Not enough input channels to populate output channel n# 12 from SPW 20. 2023-09-07 13:35:50 WARN MSTransformManager::dropNonUniformWidthChannels+ The channel will be dropped in order to have an uniform grid. mstransform: Average using different bins for several spws, output MMS PASSED test_task_mstransform_mms.py::test_mms_freqavg::test_freqavg9 mstransform: Average using different bins and a channel selection, output MMS PASSED test_task_mstransform_mms.py::test_mms_parallel::test_parallel1 mstransform: create MMS with spw separation and channel selections in parallel PASSED test_task_mstransform_mms.py::test_mms_parallel::test_parallel2 2023-09-07 13:36:19 WARN ParallelDataHelper::getPartitionMap::casa Number of subMSs (8) is greater than available scan,ddi pairs (4), setting nsubms to 4 mstransform: create MMS with spw/scan separation and channel selections in parallel PASSED test_task_mstransform_mms.py::test_mms_parallel::test_parallel3 mstransform: create MMS with scan separation and channel selections in parallel PASSED test_task_mstransform_mms.py::test_mms_parallel::test_parallel4 mstransform: verify spw sub-table consolidation in sequential PASSED test_task_mstransform_mms.py::test_mms_parallel::test_parallel5 mstransform: Do not combine spws and create MMS with axis scan in parallel. PASSED test_task_mstransform_mms.py::test_mms_spw_poln::test_mms_XXYY_selection 2023-09-07 13:37:10 WARN ParallelDataHelper::getPartitionMap::casa Number of subMSs (8) is greater than available scan,ddi pairs (2), setting nsubms to 2 mstransform: correlation='RR,LL' should select and re-index properly PASSED test_task_mstransform_mms.py::test_mms_spw_poln::test_mms_scan_spw_partition 2023-09-07 13:37:16 WARN ParallelDataHelper::getPartitionMap::casa Number of subMSs (8) is greater than available scan,ddi pairs (3), setting nsubms to 3 mstransform: Create MMS and part by scan/spw PASSED test_task_mstransform_mms.py::test_mms_spw_poln::test_mms_spw_selection mstransform: Create MMS and select two spws with different polarization shapes PASSED test_task_mstransform_mms.py::test_mms_spw_poln::test_mms_spw_selection2 mstransform: Create MMS and select two spws with different polarization shapes PASSED test_task_mstransform_mms.py::test_mms_spw_poln::test_mms_spw_selection3 mstransform: Create MMS and select three spws with numsubms=2 Testing column POSITION Column POSITION PASSED Testing column BEAM_OFFSET Column BEAM_OFFSET PASSED Testing column POLARIZATION_TYPE Column POLARIZATION_TYPE PASSED Testing column POL_RESPONSE Column POL_RESPONSE PASSED Testing column RECEPTOR_ANGLE Column RECEPTOR_ANGLE PASSED Testing column ANTENNA_ID Column ANTENNA_ID PASSED Testing column BEAM_ID Column BEAM_ID PASSED Testing column FEED_ID Column FEED_ID PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column NUM_RECEPTORS Column NUM_RECEPTORS PASSED Testing column SPECTRAL_WINDOW_ID Column SPECTRAL_WINDOW_ID PASSED Testing column TIME Column TIME PASSED PASSED test_task_mstransform_mms.py::test_mms_input::test_MMS1 mstransform: input MMS should be the same as output MMS ................. Creating test MMS .................. Testing column UVW Column UVW PASSED Testing column WEIGHT Column WEIGHT PASSED Testing column SIGMA Column SIGMA PASSED Testing column ANTENNA1 Column ANTENNA1 PASSED Testing column ANTENNA2 Column ANTENNA2 PASSED Testing column ARRAY_ID Column ARRAY_ID PASSED Testing column DATA_DESC_ID Column DATA_DESC_ID PASSED Testing column EXPOSURE Column EXPOSURE PASSED Testing column FEED1 Column FEED1 PASSED Testing column FEED2 Column FEED2 PASSED Testing column FIELD_ID Column FIELD_ID PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column OBSERVATION_ID Column OBSERVATION_ID PASSED Testing column PROCESSOR_ID Column PROCESSOR_ID PASSED Testing column SCAN_NUMBER Column SCAN_NUMBER PASSED Testing column STATE_ID Column STATE_ID PASSED Testing column TIME Column TIME PASSED Testing column TIME_CENTROID Column TIME_CENTROID PASSED Column DATA of input_sorted.ms and output_sorted.ms agree PASSED test_task_mstransform_mms.py::test_mms_input::test_MMS_as_monolithicMS 2023-09-07 13:38:21 WARN mstransform::::casa Cannot combine or separate spws in parallel because the subMSs do not contain all the selected spws 2023-09-07 13:38:21 WARN mstransform::::casa Will process the input MMS as a monolithic MS 2023-09-07 13:38:21 WARN mstransform::::casa Will create an output MMS with separation axis 'scan' mstransform: MMS should be processed as a monolithic MS ................. Creating test MMS .................. PASSED test_task_mstransform_mms.py::test_mms_input::test_combspws_timespan 2023-09-07 13:38:28 WARN ParallelDataHelper::getPartitionMap::casa Number of subMSs (8) is greater than available scan,ddi pairs (2), setting nsubms to 2 2023-09-07 13:38:33 WARN mstransform::::casa The subMSs of input MMS do not contain the necessary scans 2023-09-07 13:38:33 WARN mstransform::::casa Cannot process MMS with the requested transformations 2023-09-07 13:38:33 WARN mstransform::::casa Will create an output MS 2023-09-07 13:38:34 WARN MSTransformManager::setup There is only one selected SPW, no need to combine mstransform: combinespws=True, timespan=scan axis=auto ................. Creating test MMS .................. PASSED test_task_mstransform_mms.py::test_mms_input::test_combspws_timespan_error 2023-09-07 13:38:49 WARN mstransform::::casa The subMSs of input MMS do not contain the necessary spws 2023-09-07 13:38:49 WARN mstransform::::casa Cannot process MMS with the requested transformations 2023-09-07 13:38:49 WARN mstransform::::casa Will create an output MS mstransform: combinespws=True, timespan=scan axis=auto timebin=40s ................. Creating test MMS .................. PASSED test_task_mstransform_mms.py::test_mms_input::test_combspws_timespan_fail 2023-09-07 13:38:52 WARN ParallelDataHelper::getPartitionMap::casa Number of subMSs (8) is greater than available scan,ddi pairs (2), setting nsubms to 2 2023-09-07 13:38:57 WARN mstransform::::casa The subMSs of input MMS do not contain the necessary scans 2023-09-07 13:38:57 WARN mstransform::::casa Cannot process MMS with the requested transformations 2023-09-07 13:38:57 WARN mstransform::::casa Will create an output MS 2023-09-07 13:38:59 WARN MSTransformManager::setup There is only one selected SPW, no need to combine mstransform: combinespws=True, timespan=scan axis=auto timebin=200s ................. Creating test MMS .................. PASSED test_task_mstransform_mms.py::test_mms_input::test_combspws_timespan_scan_axis 2023-09-07 13:39:05 WARN mstransform::::casa The subMSs of input MMS do not contain the necessary scans 2023-09-07 13:39:05 WARN mstransform::::casa Cannot process MMS with the requested transformations 2023-09-07 13:39:05 WARN mstransform::::casa Will create an output MS 2023-09-07 13:39:07 WARN MSTransformManager::setup There is only one selected SPW, no need to combine mstransform: combinespws=True, timespan=scan axis=scan ................. Creating test MMS .................. PASSED test_task_mstransform_mms.py::test_mms_input::test_combspws_timespan_spw_axis 2023-09-07 13:39:16 WARN MSTransformManager::setup There is only one selected SPW, no need to combine mstransform: combinespws=True, timespan=scan axis=spw ................. Creating test MMS .................. PASSED test_task_mstransform_mms.py::test_mms_input::test_combspws_timespan_spw_axis_error 2023-09-07 13:39:23 WARN mstransform::::casa The subMSs of input MMS do not contain the necessary spws 2023-09-07 13:39:23 WARN mstransform::::casa Cannot process MMS with the requested transformations 2023-09-07 13:39:23 WARN mstransform::::casa Will create an output MS mstransform: combinespws=True, timespan=scan axis=spw ................. Creating test MMS .................. PASSED test_task_mstransform_mms.py::test_mms_input::test_monolithic_combspw1_1 2023-09-07 13:39:37 WARN mstransform::::casa Cannot combine or separate spws in parallel because the subMSs do not contain all the selected spws 2023-09-07 13:39:37 WARN mstransform::::casa Will process the input MMS as a monolithic MS 2023-09-07 13:39:37 WARN mstransform::::casa Will create an output MMS with separation axis 'scan' mstransform: Combine four spws into one using a monolithic-MMS ................. Creating test MMS .................. PASSED test_task_mstransform_mms.py::test_mms_input::test_split_MMS 2023-09-07 13:39:52 SEVERE mstransform::::casa Task mstransform raised an exception of class RuntimeError with the following message: MSSelectionNullSelection : The selected table has zero rows. mstransform: Split MMS in parallel ................. Creating test MMS .................. PASSED test_task_mstransform_mms.py::test_mms_input::test_split_MMS_weight_corr_sel mstransform: Split MMS in parallel. Check WEIGHT shape when selecting correlation ................. Creating test MMS .................. PASSED test_task_mstransform_mms.py::test_mms_input::test_timespan_scan_axis 2023-09-07 13:40:09 WARN mstransform::::casa Cannot process MMS in parallel when timespan='scan' because the subMSs do not contain all the selected scans 2023-09-07 13:40:09 WARN mstransform::::casa Will process the input MMS as a monolithic MS 2023-09-07 13:40:09 WARN mstransform::::casa Will create an output MMS with separation axis 'spw' mstransform: timeaverage=True, timespan=scan, separationaxis=scan ................. Creating test MMS .................. PASSED test_task_mstransform_mms.py::test_mms_input::test_timespan_scan_sel mstransform: using scan selection, timeaverage=True, timespan=scan. CAS-13646 ................. Creating test MMS .................. PASSED test_task_mstransform_mms.py::test_mms_input::test_timespan_spw_axis mstransform: timeaverage=True, timespan=scan, separationaxis=spw ................. Creating test MMS .................. PASSED test_task_mstransform_mms.py::test_mms_output::test_output_mms1 2023-09-07 13:40:52 WARN mstransform::::casa Cannot partition MS per spw or auto when combinespws = True or nspw > 1 2023-09-07 13:40:52 SEVERE mstransform::::casa Task mstransform raised an exception of class Exception with the following message: Cannot create MMS using separationaxis=auto with some of the requested transformations. mstransform: combinespws=True, output axis=auto. Expect error. Expected error: Cannot create MMS using separationaxis=auto with some of the requested transformations. PASSED test_task_mstransform_mms.py::test_mms_output::test_output_mms2 mstransform: combinespws=True, output axis=spw. Expect error. PASSED test_task_mstransform_mms.py::test_mms_output::test_output_mms3 2023-09-07 13:41:02 WARN mstransform::::casa Time averaging across scans may lead to wrong results when separation axis is not spw 2023-09-07 13:41:02 WARN ParallelDataHelper::getPartitionMap::casa Number of subMSs (8) is greater than available scan,ddi pairs (4), setting nsubms to 4 mstransform: timeaverage=True, timespan=scan, output axis=auto. PASSED test_task_mstransform_mms.py::test_mms_output::test_output_mms4 2023-09-07 13:41:15 WARN mstransform::::casa Time averaging across scans may lead to wrong results when separation axis is not spw mstransform: timeaverage=True, output axis=scan, timespan=scan PASSED test_task_mstransform_mms.py::test_vla_mixed_polarizations_mms::test_vla_mixed_polarizations_mms1 2023-09-07 13:41:38 WARN ParallelTaskHelper::consolidateResults::casa ***** consolidateResults, subMS: {'antenna': {'ea01': {'flagged': 0.0, 'total': 512.0}, 'ea02': {'flagged': 0.0, 'total': 512.0}}, 'array': {'0': {'flagged': 0.0, 'total': 512.0}}, 'correlation': {'XX': {'flagged': 0.0, 'total': 128.0}, 'XY': {'flagged': 0.0, 'total': 128.0}, 'YX': {'flagged': 0.0, 'total': 128.0}, 'YY': {'flagged': 0.0, 'total': 128.0}}, 'field': {'J1911+1611': {'flagged': 0.0, 'total': 512.0}}, 'flagged': 0.0, 'name': 'Summary', 'observation': {'0': {'flagged': 0.0, 'total': 512.0}}, 'scan': {'16': {'flagged': 0.0, 'total': 512.0}}, 'spw': {'0': {'flagged': 0.0, 'total': 512.0}}, 'total': 512.0, 'type': 'summary'} 2023-09-07 13:41:38 WARN ParallelTaskHelper::consolidateResults::casa ***** consolidateResults, subMS: {'antenna': {'ea01': {'flagged': 0.0, 'total': 512.0}, 'ea02': {'flagged': 0.0, 'total': 512.0}}, 'array': {'0': {'flagged': 0.0, 'total': 512.0}}, 'correlation': {'XX': {'flagged': 0.0, 'total': 128.0}, 'XY': {'flagged': 0.0, 'total': 128.0}, 'YX': {'flagged': 0.0, 'total': 128.0}, 'YY': {'flagged': 0.0, 'total': 128.0}}, 'field': {'J1911+1611': {'flagged': 0.0, 'total': 512.0}}, 'flagged': 0.0, 'name': 'Summary', 'observation': {'0': {'flagged': 0.0, 'total': 512.0}}, 'scan': {'16': {'flagged': 0.0, 'total': 512.0}}, 'spw': {'1': {'flagged': 0.0, 'total': 512.0}}, 'total': 512.0, 'type': 'summary'} 2023-09-07 13:41:38 WARN ParallelTaskHelper::consolidateResults::casa ***** consolidateResults, subMS: {'antenna': {'ea01': {'flagged': 0.0, 'total': 512.0}, 'ea02': {'flagged': 0.0, 'total': 512.0}}, 'array': {'0': {'flagged': 0.0, 'total': 512.0}}, 'correlation': {'XX': {'flagged': 0.0, 'total': 128.0}, 'XY': {'flagged': 0.0, 'total': 128.0}, 'YX': {'flagged': 0.0, 'total': 128.0}, 'YY': {'flagged': 0.0, 'total': 128.0}}, 'field': {'J1911+1611': {'flagged': 0.0, 'total': 512.0}}, 'flagged': 0.0, 'name': 'Summary', 'observation': {'0': {'flagged': 0.0, 'total': 512.0}}, 'scan': {'16': {'flagged': 0.0, 'total': 512.0}}, 'spw': {'2': {'flagged': 0.0, 'total': 512.0}}, 'total': 512.0, 'type': 'summary'} PASSED test_task_mstransform_mms.py::test_vla_mixed_polarizations_mms::test_vla_mixed_polarizations_mms2 2023-09-07 13:41:54 WARN ParallelTaskHelper::consolidateResults::casa ***** consolidateResults, subMS: {'antenna': {'ea01': {'flagged': 0.0, 'total': 128.0}, 'ea02': {'flagged': 0.0, 'total': 128.0}}, 'array': {'0': {'flagged': 0.0, 'total': 128.0}}, 'correlation': {'XX': {'flagged': 0.0, 'total': 128.0}}, 'field': {'J1911+1611': {'flagged': 0.0, 'total': 128.0}}, 'flagged': 0.0, 'name': 'Summary', 'observation': {'0': {'flagged': 0.0, 'total': 128.0}}, 'scan': {'16': {'flagged': 0.0, 'total': 128.0}}, 'spw': {'0': {'flagged': 0.0, 'total': 128.0}}, 'total': 128.0, 'type': 'summary'} 2023-09-07 13:41:54 WARN ParallelTaskHelper::consolidateResults::casa ***** consolidateResults, subMS: {'antenna': {'ea01': {'flagged': 0.0, 'total': 128.0}, 'ea02': {'flagged': 0.0, 'total': 128.0}}, 'array': {'0': {'flagged': 0.0, 'total': 128.0}}, 'correlation': {'XX': {'flagged': 0.0, 'total': 128.0}}, 'field': {'J1911+1611': {'flagged': 0.0, 'total': 128.0}}, 'flagged': 0.0, 'name': 'Summary', 'observation': {'0': {'flagged': 0.0, 'total': 128.0}}, 'scan': {'16': {'flagged': 0.0, 'total': 128.0}}, 'spw': {'1': {'flagged': 0.0, 'total': 128.0}}, 'total': 128.0, 'type': 'summary'} 2023-09-07 13:41:54 WARN ParallelTaskHelper::consolidateResults::casa ***** consolidateResults, subMS: {'antenna': {'ea01': {'flagged': 0.0, 'total': 128.0}, 'ea02': {'flagged': 0.0, 'total': 128.0}}, 'array': {'0': {'flagged': 0.0, 'total': 128.0}}, 'correlation': {'XX': {'flagged': 0.0, 'total': 128.0}}, 'field': {'J1911+1611': {'flagged': 0.0, 'total': 128.0}}, 'flagged': 0.0, 'name': 'Summary', 'observation': {'0': {'flagged': 0.0, 'total': 128.0}}, 'scan': {'16': {'flagged': 0.0, 'total': 128.0}}, 'spw': {'2': {'flagged': 0.0, 'total': 128.0}}, 'total': 128.0, 'type': 'summary'} PASSED test_task_mstransform_mms.py::test_alma_wvr_correlation_products_mms::test_alma_wvr_correlation_products_mms1 2023-09-07 13:41:54 WARN ParallelDataHelper::getPartitionMap::casa Number of subMSs (8) is greater than available scan,ddi pairs (1), setting nsubms to 1 2023-09-07 13:41:58 WARN ParallelTaskHelper::consolidateResults::casa ***** consolidateResults, subMS: {'antenna': {'DA41': {'flagged': 4.0, 'total': 4.0}, 'DA42': {'flagged': 4.0, 'total': 4.0}}, 'array': {'0': {'flagged': 6.0, 'total': 6.0}}, 'correlation': {'XX': {'flagged': 3.0, 'total': 3.0}, 'YY': {'flagged': 3.0, 'total': 3.0}}, 'field': {'J0241-0815': {'flagged': 6.0, 'total': 6.0}}, 'flagged': 6.0, 'name': 'Summary', 'observation': {'0': {'flagged': 6.0, 'total': 6.0}}, 'scan': {'1': {'flagged': 6.0, 'total': 6.0}}, 'spw': {'2': {'flagged': 6.0, 'total': 6.0}}, 'total': 6.0, 'type': 'summary'} PASSED test_task_mstransform_mms.py::test_otf_calibration::test_otf_calibration_mst_vs_applycal_split2 2023-09-07 13:41:59 WARN ParallelDataHelper::getPartitionMap::casa Number of subMSs (8) is greater than available scan,ddi pairs (7), setting nsubms to 7 2023-09-07 13:42:21 SEVERE Calibrater:: Caltable mstransform_reference/ngc5921.bcal is missing the following fields: scan scanmap 2023-09-07 13:42:21 SEVERE Calibrater:: Caltable mstransform_reference/ngc5921.fluxscale is missing the following fields: scan scanmap 2023-09-07 13:42:21 SEVERE Calibrater:: Caltable mstransform_reference/ngc5921.gcal is missing the following fields: scan scanmap 2023-09-07 13:42:21 SEVERE Calibrater:: Caltable mstransform_reference/ngc5921.gcal is missing the following fields: scan scanmap 2023-09-07 13:42:21 WARN . The following callib entry matches no data 2023-09-07 13:42:21 WARN + . in the selected MS (ngc5921.mms.0000.ms) and will be ignored: 2023-09-07 13:42:21 WARN + . 0: 2023-09-07 13:42:21 WARN + MS: obs= scan= fld=0 intent= spw= 2023-09-07 13:42:21 WARN + CT: tinterp=nearest finterp= 2023-09-07 13:42:21 WARN + obsmap=[] scanmap=[] fldmap=[0] 2023-09-07 13:42:21 WARN + spwmap=[] antmap=[] 2023-09-07 13:42:24 SEVERE Calibrater:: Caltable mstransform_reference/ngc5921.bcal is missing the following fields: scan scanmap 2023-09-07 13:42:24 SEVERE Calibrater:: Caltable mstransform_reference/ngc5921.fluxscale is missing the following fields: scan scanmap 2023-09-07 13:42:24 SEVERE Calibrater:: Caltable mstransform_reference/ngc5921.gcal is missing the following fields: scan scanmap 2023-09-07 13:42:24 SEVERE Calibrater:: Caltable mstransform_reference/ngc5921.gcal is missing the following fields: scan scanmap 2023-09-07 13:42:24 WARN . The following callib entry matches no data 2023-09-07 13:42:24 WARN + . in the selected MS (ngc5921.mms.0001.ms) and will be ignored: 2023-09-07 13:42:24 WARN + . 0: 2023-09-07 13:42:24 WARN + MS: obs= scan= fld=0 intent= spw= 2023-09-07 13:42:24 WARN + CT: tinterp=nearest finterp= 2023-09-07 13:42:24 WARN + obsmap=[] scanmap=[] fldmap=[0] 2023-09-07 13:42:24 WARN + spwmap=[] antmap=[] 2023-09-07 13:42:27 SEVERE Calibrater:: Caltable mstransform_reference/ngc5921.bcal is missing the following fields: scan scanmap 2023-09-07 13:42:27 SEVERE Calibrater:: Caltable mstransform_reference/ngc5921.fluxscale is missing the following fields: scan scanmap 2023-09-07 13:42:27 SEVERE Calibrater:: Caltable mstransform_reference/ngc5921.gcal is missing the following fields: scan scanmap 2023-09-07 13:42:27 SEVERE Calibrater:: Caltable mstransform_reference/ngc5921.gcal is missing the following fields: scan scanmap 2023-09-07 13:42:27 WARN . The following callib entry matches no data 2023-09-07 13:42:27 WARN + . in the selected MS (ngc5921.mms.0002.ms) and will be ignored: 2023-09-07 13:42:27 WARN + . 1: 2023-09-07 13:42:27 WARN + MS: obs= scan= fld=1,2 intent= spw= 2023-09-07 13:42:27 WARN + CT: tinterp=linear finterp= 2023-09-07 13:42:27 WARN + obsmap=[] scanmap=[] fldmap=[1, 1, 1] 2023-09-07 13:42:27 WARN + spwmap=[] antmap=[] 2023-09-07 13:42:30 SEVERE Calibrater:: Caltable mstransform_reference/ngc5921.bcal is missing the following fields: scan scanmap 2023-09-07 13:42:30 SEVERE Calibrater:: Caltable mstransform_reference/ngc5921.fluxscale is missing the following fields: scan scanmap 2023-09-07 13:42:30 SEVERE Calibrater:: Caltable mstransform_reference/ngc5921.gcal is missing the following fields: scan scanmap 2023-09-07 13:42:30 SEVERE Calibrater:: Caltable mstransform_reference/ngc5921.gcal is missing the following fields: scan scanmap 2023-09-07 13:42:30 WARN . The following callib entry matches no data 2023-09-07 13:42:30 WARN + . in the selected MS (ngc5921.mms.0003.ms) and will be ignored: 2023-09-07 13:42:30 WARN + . 0: 2023-09-07 13:42:30 WARN + MS: obs= scan= fld=0 intent= spw= 2023-09-07 13:42:30 WARN + CT: tinterp=nearest finterp= 2023-09-07 13:42:30 WARN + obsmap=[] scanmap=[] fldmap=[0] 2023-09-07 13:42:30 WARN + spwmap=[] antmap=[] 2023-09-07 13:42:34 SEVERE Calibrater:: Caltable mstransform_reference/ngc5921.bcal is missing the following fields: scan scanmap 2023-09-07 13:42:34 SEVERE Calibrater:: Caltable mstransform_reference/ngc5921.fluxscale is missing the following fields: scan scanmap 2023-09-07 13:42:34 SEVERE Calibrater:: Caltable mstransform_reference/ngc5921.gcal is missing the following fields: scan scanmap 2023-09-07 13:42:34 SEVERE Calibrater:: Caltable mstransform_reference/ngc5921.gcal is missing the following fields: scan scanmap 2023-09-07 13:42:35 WARN . The following callib entry matches no data 2023-09-07 13:42:35 WARN + . in the selected MS (ngc5921.mms.0004.ms) and will be ignored: 2023-09-07 13:42:35 WARN + . 0: 2023-09-07 13:42:35 WARN + MS: obs= scan= fld=0 intent= spw= 2023-09-07 13:42:35 WARN + CT: tinterp=nearest finterp= 2023-09-07 13:42:35 WARN + obsmap=[] scanmap=[] fldmap=[0] 2023-09-07 13:42:35 WARN + spwmap=[] antmap=[] 2023-09-07 13:42:40 SEVERE Calibrater:: Caltable mstransform_reference/ngc5921.bcal is missing the following fields: scan scanmap 2023-09-07 13:42:40 SEVERE Calibrater:: Caltable mstransform_reference/ngc5921.fluxscale is missing the following fields: scan scanmap 2023-09-07 13:42:40 SEVERE Calibrater:: Caltable mstransform_reference/ngc5921.gcal is missing the following fields: scan scanmap 2023-09-07 13:42:40 SEVERE Calibrater:: Caltable mstransform_reference/ngc5921.gcal is missing the following fields: scan scanmap 2023-09-07 13:42:40 WARN . The following callib entry matches no data 2023-09-07 13:42:40 WARN + . in the selected MS (ngc5921.mms.0005.ms) and will be ignored: 2023-09-07 13:42:40 WARN + . 0: 2023-09-07 13:42:40 WARN + MS: obs= scan= fld=0 intent= spw= 2023-09-07 13:42:40 WARN + CT: tinterp=nearest finterp= 2023-09-07 13:42:40 WARN + obsmap=[] scanmap=[] fldmap=[0] 2023-09-07 13:42:40 WARN + spwmap=[] antmap=[] 2023-09-07 13:42:43 SEVERE Calibrater:: Caltable mstransform_reference/ngc5921.bcal is missing the following fields: scan scanmap 2023-09-07 13:42:43 SEVERE Calibrater:: Caltable mstransform_reference/ngc5921.fluxscale is missing the following fields: scan scanmap 2023-09-07 13:42:43 SEVERE Calibrater:: Caltable mstransform_reference/ngc5921.gcal is missing the following fields: scan scanmap 2023-09-07 13:42:43 SEVERE Calibrater:: Caltable mstransform_reference/ngc5921.gcal is missing the following fields: scan scanmap 2023-09-07 13:42:43 WARN . The following callib entry matches no data 2023-09-07 13:42:43 WARN + . in the selected MS (ngc5921.mms.0006.ms) and will be ignored: 2023-09-07 13:42:43 WARN + . 0: 2023-09-07 13:42:43 WARN + MS: obs= scan= fld=0 intent= spw= 2023-09-07 13:42:43 WARN + CT: tinterp=nearest finterp= 2023-09-07 13:42:43 WARN + obsmap=[] scanmap=[] fldmap=[0] 2023-09-07 13:42:43 WARN + spwmap=[] antmap=[] 2023-09-07 13:42:49 SEVERE Calibrater:: Caltable mstransform_reference/ngc5921.bcal is missing the following fields: scan scanmap 2023-09-07 13:42:49 SEVERE Calibrater:: Caltable mstransform_reference/ngc5921.fluxscale is missing the following fields: scan scanmap 2023-09-07 13:42:49 SEVERE Calibrater:: Caltable mstransform_reference/ngc5921.gcal is missing the following fields: scan scanmap 2023-09-07 13:42:49 SEVERE Calibrater:: Caltable mstransform_reference/ngc5921.gcal is missing the following fields: scan scanmap Testing column OFFSET Column OFFSET PASSED Testing column POSITION Column POSITION PASSED Testing column TYPE Column TYPE PASSED Testing column DISH_DIAMETER Column DISH_DIAMETER PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column MOUNT Column MOUNT PASSED Testing column NAME Column NAME PASSED Testing column STATION Column STATION PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column POLARIZATION_ID Column POLARIZATION_ID PASSED Testing column SPECTRAL_WINDOW_ID Column SPECTRAL_WINDOW_ID PASSED Testing column POSITION Column POSITION PASSED Testing column BEAM_OFFSET Column BEAM_OFFSET PASSED Testing column POLARIZATION_TYPE Column POLARIZATION_TYPE PASSED Testing column POL_RESPONSE Column POL_RESPONSE PASSED Testing column RECEPTOR_ANGLE Column RECEPTOR_ANGLE PASSED Testing column ANTENNA_ID Column ANTENNA_ID PASSED Testing column BEAM_ID Column BEAM_ID PASSED Testing column FEED_ID Column FEED_ID PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column NUM_RECEPTORS Column NUM_RECEPTORS PASSED Testing column SPECTRAL_WINDOW_ID Column SPECTRAL_WINDOW_ID PASSED Testing column TIME Column TIME PASSED Testing column DELAY_DIR Column DELAY_DIR PASSED Testing column PHASE_DIR Column PHASE_DIR PASSED Testing column REFERENCE_DIR Column REFERENCE_DIR PASSED Testing column CODE Column CODE PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column NAME Column NAME PASSED Testing column NUM_POLY Column NUM_POLY PASSED Testing column SOURCE_ID Column SOURCE_ID PASSED Testing column TIME Column TIME PASSED Testing column APPLIED Column APPLIED PASSED Testing column COMMAND Column COMMAND PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column LEVEL Column LEVEL PASSED Testing column REASON Column REASON PASSED Testing column SEVERITY Column SEVERITY PASSED Testing column TIME Column TIME PASSED Testing column TYPE Column TYPE PASSED Testing column DIRECTION Column DIRECTION PASSED Testing column ANTENNA_ID Column ANTENNA_ID PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column NAME Column NAME PASSED Testing column NUM_POLY Column NUM_POLY PASSED Testing column TARGET Column TARGET PASSED Testing column TIME Column TIME PASSED Testing column TIME_ORIGIN Column TIME_ORIGIN PASSED Testing column TRACKING Column TRACKING PASSED Testing column CORR_TYPE Column CORR_TYPE PASSED Testing column CORR_PRODUCT Column CORR_PRODUCT PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column NUM_CORR Column NUM_CORR PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column MODE_ID Column MODE_ID PASSED Testing column TYPE Column TYPE PASSED Testing column TYPE_ID Column TYPE_ID PASSED Testing column SUB_TYPE Column SUB_TYPE PASSED Testing column CAL Column CAL PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column LOAD Column LOAD PASSED Testing column OBS_MODE Column OBS_MODE PASSED Testing column REF Column REF PASSED Testing column SIG Column SIG PASSED Testing column SUB_SCAN Column SUB_SCAN PASSED Testing column TIME_RANGE Column TIME_RANGE PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column OBSERVER Column OBSERVER PASSED Testing column PROJECT Column PROJECT PASSED Testing column RELEASE_DATE Column RELEASE_DATE PASSED Testing column SCHEDULE_TYPE Column SCHEDULE_TYPE PASSED Testing column TELESCOPE_NAME Column TELESCOPE_NAME PASSED Testing column UVW Column UVW PASSED Testing column FLAG Column FLAG PASSED Testing column WEIGHT Column WEIGHT PASSED Testing column ANTENNA1 Column ANTENNA1 PASSED Testing column ANTENNA2 Column ANTENNA2 PASSED Testing column ARRAY_ID Column ARRAY_ID PASSED Testing column DATA_DESC_ID Column DATA_DESC_ID PASSED Testing column EXPOSURE Column EXPOSURE PASSED Testing column FEED1 Column FEED1 PASSED Testing column FEED2 Column FEED2 PASSED Testing column FIELD_ID Column FIELD_ID PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column OBSERVATION_ID Column OBSERVATION_ID PASSED Testing column PROCESSOR_ID Column PROCESSOR_ID PASSED Testing column SCAN_NUMBER Column SCAN_NUMBER PASSED Testing column STATE_ID Column STATE_ID PASSED Testing column TIME Column TIME PASSED Testing column TIME_CENTROID Column TIME_CENTROID PASSED Testing column DATA Column DATA PASSED Testing column CORRECTED_DATA Column CORRECTED_DATA PASSED PASSED test_task_mstransform_mms.py::test_no_reindexing::test_regrid_SPWs_separately_with_no_reindexing 2023-09-07 13:43:12 WARN ParallelDataHelper::getPartitionMap::casa Number of subMSs (8) is greater than available scan,ddi pairs (4), setting nsubms to 4 2023-09-07 13:43:31 SEVERE ParallelDataHelper::::casa Task mstransform raised an exception of class RuntimeError with the following message: MSSelectionNullSelection : The selected table has zero rows. 2023-09-07 13:43:38 SEVERE ParallelDataHelper::::casa Task mstransform raised an exception of class RuntimeError with the following message: MSSelectionNullSelection : The selected table has zero rows. PASSED - generated xml file: /home/casatest/casa6/casatestutils/nosedir/xml/test_task_mstransform_mms/nose.xml - =========================== short test summary info ============================ SKIPPED [1] test_task_mstransform_mms.py:310: As reported in CAS-7377 now there is a custom tile shape for hypercube and data type ============ 46 passed, 1 skipped, 2 warnings in 658.31s (0:10:58) ============= ============================= test session starts ============================== platform linux -- Python 3.8.7, pytest-7.4.1, pluggy-1.3.0 -- /usr/local/bin/python3.8 cachedir: .pytest_cache rootdir: /home/casatest/casa6/casatestutils/nosedir/test_task_calstat configfile: pytest.ini collecting ... collected 7 items test_task_calstat.py::calstat_test::test_axis axis test: Check that the axis param makes different selections PASSED test_task_calstat.py::calstat_test::test_axisvals axis val test: Test that the inputs listed in the documentatin function properly PASSED test_task_calstat.py::calstat_test::test_cs Testing with data /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.amp.gcal ... ['TIME', 'TIME_EXTRA_PREC', 'INTERVAL', 'ANTENNA1', 'FEED1', 'FIELD_ID', 'ARRAY_ID', 'OBSERVATION_ID', 'SCAN_NUMBER', 'PROCESSOR_ID', 'STATE_ID', 'PHASE_ID', 'PULSAR_BIN', 'PULSAR_GATE_ID', 'FREQ_GROUP', 'FREQ_GROUP_NAME', 'FIELD_NAME', 'FIELD_CODE', 'SOURCE_NAME', 'SOURCE_CODE', 'CALIBRATION_GROUP', 'GAIN', 'POLY_TYPE', 'POLY_MODE', 'N_KNOTS_AMP', 'N_KNOTS_PHASE', 'SPLINE_KNOTS_AMP', 'SPLINE_KNOTS_PHASE', 'SCALE_FACTOR', 'VALID_DOMAIN', 'N_POLY_AMP', 'N_POLY_PHASE', 'POLY_COEFF_AMP', 'POLY_COEFF_PHASE', 'PHASE_UNITS', 'REF_ANT', 'REF_FEED', 'REF_RECEPTOR', 'REF_FREQUENCY', 'MEAS_FREQ_REF', 'REF_DIRECTION', 'MEAS_DIR_REF', 'CAL_DESC_ID', 'CAL_HISTORY_ID', 'TOTAL_SOLUTION_OK', 'TOTAL_FIT', 'TOTAL_FIT_WEIGHT', 'SOLUTION_OK', 'FIT', 'FIT_WEIGHT', 'FLAG', 'SNR', 'amp', 'amplitude', 'phase', 'imag', 'imaginary', 'real'] Trying these column names ['time', 'time_extra_prec', 'interval', 'antenna1', 'feed1', 'field_id', 'array_id', 'observation_id', 'scan_number', 'processor_id', 'state_id', 'phase_id', 'pulsar_bin', 'pulsar_gate_id', 'freq_group', 'calibration_group', 'n_knots_amp', 'n_knots_phase', 'spline_knots_amp', 'spline_knots_phase', 'n_poly_amp', 'n_poly_phase', 'poly_coeff_amp', 'poly_coeff_phase', 'ref_ant', 'ref_feed', 'ref_receptor', 'ref_frequency', 'meas_freq_ref', 'ref_direction', 'meas_dir_ref', 'cal_desc_id', 'cal_history_id', 'total_solution_ok', 'total_fit', 'total_fit_weight', 'solution_ok', 'fit', 'fit_weight', 'flag', 'snr', 'amp', 'amplitude', 'phase', 'imag', 'imaginary', 'real'] Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.amp.gcal ; axis = time ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.amp.gcal ; axis = time_extra_prec ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.amp.gcal ; axis = interval ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.amp.gcal ; axis = antenna1 ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.amp.gcal ; axis = feed1 ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.amp.gcal ; axis = field_id ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.amp.gcal ; axis = array_id ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.amp.gcal ; axis = observation_id ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.amp.gcal ; axis = scan_number ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.amp.gcal ; axis = processor_id ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.amp.gcal ; axis = state_id ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.amp.gcal ; axis = phase_id ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.amp.gcal ; axis = pulsar_bin ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.amp.gcal ; axis = pulsar_gate_id ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.amp.gcal ; axis = freq_group ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.amp.gcal ; axis = calibration_group ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.amp.gcal ; axis = n_knots_amp ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.amp.gcal ; axis = n_knots_phase ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.amp.gcal ; axis = spline_knots_amp ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.amp.gcal ; axis = spline_knots_phase ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.amp.gcal ; axis = n_poly_amp ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.amp.gcal ; axis = n_poly_phase ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.amp.gcal ; axis = poly_coeff_amp ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.amp.gcal ; axis = poly_coeff_phase ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.amp.gcal ; axis = ref_ant ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.amp.gcal ; axis = ref_feed ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.amp.gcal ; axis = ref_receptor ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.amp.gcal ; axis = ref_frequency ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.amp.gcal ; axis = meas_freq_ref ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.amp.gcal ; axis = ref_direction ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.amp.gcal ; axis = meas_dir_ref ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.amp.gcal ; axis = cal_desc_id ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.amp.gcal ; axis = cal_history_id ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.amp.gcal ; axis = total_solution_ok ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.amp.gcal ; axis = total_fit ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.amp.gcal ; axis = total_fit_weight ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.amp.gcal ; axis = solution_ok ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.amp.gcal ; axis = fit ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.amp.gcal ; axis = fit_weight ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.amp.gcal ; axis = flag ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.amp.gcal ; axis = snr ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.amp.gcal ; axis = amp ; datacolumn = gain Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.amp.gcal ; axis = amp ; datacolumn = scale_factor Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.amp.gcal ; axis = amplitude ; datacolumn = gain Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.amp.gcal ; axis = amplitude ; datacolumn = scale_factor Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.amp.gcal ; axis = phase ; datacolumn = gain Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.amp.gcal ; axis = phase ; datacolumn = scale_factor Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.amp.gcal ; axis = imag ; datacolumn = gain Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.amp.gcal ; axis = imag ; datacolumn = scale_factor Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.amp.gcal ; axis = imaginary ; datacolumn = gain Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.amp.gcal ; axis = imaginary ; datacolumn = scale_factor Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.amp.gcal ; axis = real ; datacolumn = gain Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.amp.gcal ; axis = real ; datacolumn = scale_factor Testing with data /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.bpoly ... ['TIME', 'TIME_EXTRA_PREC', 'INTERVAL', 'ANTENNA1', 'FEED1', 'FIELD_ID', 'ARRAY_ID', 'OBSERVATION_ID', 'SCAN_NUMBER', 'PROCESSOR_ID', 'STATE_ID', 'PHASE_ID', 'PULSAR_BIN', 'PULSAR_GATE_ID', 'FREQ_GROUP', 'FREQ_GROUP_NAME', 'FIELD_NAME', 'FIELD_CODE', 'SOURCE_NAME', 'SOURCE_CODE', 'CALIBRATION_GROUP', 'GAIN', 'POLY_TYPE', 'POLY_MODE', 'SCALE_FACTOR', 'VALID_DOMAIN', 'N_POLY_AMP', 'N_POLY_PHASE', 'POLY_COEFF_AMP', 'POLY_COEFF_PHASE', 'PHASE_UNITS', 'SIDEBAND_REF', 'REF_ANT', 'REF_FEED', 'REF_RECEPTOR', 'REF_FREQUENCY', 'MEAS_FREQ_REF', 'REF_DIRECTION', 'MEAS_DIR_REF', 'CAL_DESC_ID', 'CAL_HISTORY_ID', 'TOTAL_SOLUTION_OK', 'TOTAL_FIT', 'TOTAL_FIT_WEIGHT', 'SOLUTION_OK', 'FIT', 'FIT_WEIGHT', 'FLAG', 'SNR', 'amp', 'amplitude', 'phase', 'imag', 'imaginary', 'real'] Trying these column names ['time', 'time_extra_prec', 'interval', 'antenna1', 'feed1', 'field_id', 'array_id', 'observation_id', 'scan_number', 'processor_id', 'state_id', 'phase_id', 'pulsar_bin', 'pulsar_gate_id', 'freq_group', 'calibration_group', 'n_poly_amp', 'n_poly_phase', 'poly_coeff_amp', 'poly_coeff_phase', 'ref_ant', 'ref_feed', 'ref_receptor', 'ref_frequency', 'meas_freq_ref', 'ref_direction', 'meas_dir_ref', 'cal_desc_id', 'cal_history_id', 'total_solution_ok', 'total_fit', 'total_fit_weight', 'solution_ok', 'fit', 'fit_weight', 'flag', 'snr', 'amp', 'amplitude', 'phase', 'imag', 'imaginary', 'real'] Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.bpoly ; axis = time ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.bpoly ; axis = time_extra_prec ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.bpoly ; axis = interval ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.bpoly ; axis = antenna1 ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.bpoly ; axis = feed1 ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.bpoly ; axis = field_id ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.bpoly ; axis = array_id ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.bpoly ; axis = observation_id ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.bpoly ; axis = scan_number ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.bpoly ; axis = processor_id ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.bpoly ; axis = state_id ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.bpoly ; axis = phase_id ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.bpoly ; axis = pulsar_bin ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.bpoly ; axis = pulsar_gate_id ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.bpoly ; axis = freq_group ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.bpoly ; axis = calibration_group ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.bpoly ; axis = n_poly_amp ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.bpoly ; axis = n_poly_phase ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.bpoly ; axis = poly_coeff_amp ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.bpoly ; axis = poly_coeff_phase ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.bpoly ; axis = ref_ant ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.bpoly ; axis = ref_feed ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.bpoly ; axis = ref_receptor ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.bpoly ; axis = ref_frequency ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.bpoly ; axis = meas_freq_ref ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.bpoly ; axis = ref_direction ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.bpoly ; axis = meas_dir_ref ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.bpoly ; axis = cal_desc_id ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.bpoly ; axis = cal_history_id ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.bpoly ; axis = total_solution_ok ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.bpoly ; axis = total_fit ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.bpoly ; axis = total_fit_weight ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.bpoly ; axis = solution_ok ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.bpoly ; axis = fit ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.bpoly ; axis = fit_weight ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.bpoly ; axis = flag ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.bpoly ; axis = snr ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.bpoly ; axis = amp ; datacolumn = gain Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.bpoly ; axis = amp ; datacolumn = scale_factor Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.bpoly ; axis = amplitude ; datacolumn = gain Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.bpoly ; axis = amplitude ; datacolumn = scale_factor Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.bpoly ; axis = phase ; datacolumn = gain Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.bpoly ; axis = phase ; datacolumn = scale_factor Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.bpoly ; axis = imag ; datacolumn = gain Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.bpoly ; axis = imag ; datacolumn = scale_factor Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.bpoly ; axis = imaginary ; datacolumn = gain Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.bpoly ; axis = imaginary ; datacolumn = scale_factor Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.bpoly ; axis = real ; datacolumn = gain Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.bpoly ; axis = real ; datacolumn = scale_factor Testing with data /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.ph.gcal ... ['TIME', 'TIME_EXTRA_PREC', 'INTERVAL', 'ANTENNA1', 'FEED1', 'FIELD_ID', 'ARRAY_ID', 'OBSERVATION_ID', 'SCAN_NUMBER', 'PROCESSOR_ID', 'STATE_ID', 'PHASE_ID', 'PULSAR_BIN', 'PULSAR_GATE_ID', 'FREQ_GROUP', 'FREQ_GROUP_NAME', 'FIELD_NAME', 'FIELD_CODE', 'SOURCE_NAME', 'SOURCE_CODE', 'CALIBRATION_GROUP', 'GAIN', 'POLY_TYPE', 'POLY_MODE', 'N_KNOTS_AMP', 'N_KNOTS_PHASE', 'SPLINE_KNOTS_AMP', 'SPLINE_KNOTS_PHASE', 'SCALE_FACTOR', 'VALID_DOMAIN', 'N_POLY_AMP', 'N_POLY_PHASE', 'POLY_COEFF_AMP', 'POLY_COEFF_PHASE', 'PHASE_UNITS', 'REF_ANT', 'REF_FEED', 'REF_RECEPTOR', 'REF_FREQUENCY', 'MEAS_FREQ_REF', 'REF_DIRECTION', 'MEAS_DIR_REF', 'CAL_DESC_ID', 'CAL_HISTORY_ID', 'TOTAL_SOLUTION_OK', 'TOTAL_FIT', 'TOTAL_FIT_WEIGHT', 'SOLUTION_OK', 'FIT', 'FIT_WEIGHT', 'FLAG', 'SNR', 'amp', 'amplitude', 'phase', 'imag', 'imaginary', 'real'] Trying these column names ['time', 'time_extra_prec', 'interval', 'antenna1', 'feed1', 'field_id', 'array_id', 'observation_id', 'scan_number', 'processor_id', 'state_id', 'phase_id', 'pulsar_bin', 'pulsar_gate_id', 'freq_group', 'calibration_group', 'n_knots_amp', 'n_knots_phase', 'spline_knots_amp', 'spline_knots_phase', 'n_poly_amp', 'n_poly_phase', 'poly_coeff_amp', 'poly_coeff_phase', 'ref_ant', 'ref_feed', 'ref_receptor', 'ref_frequency', 'meas_freq_ref', 'ref_direction', 'meas_dir_ref', 'cal_desc_id', 'cal_history_id', 'total_solution_ok', 'total_fit', 'total_fit_weight', 'solution_ok', 'fit', 'fit_weight', 'flag', 'snr', 'amp', 'amplitude', 'phase', 'imag', 'imaginary', 'real'] Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.ph.gcal ; axis = time ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.ph.gcal ; axis = time_extra_prec ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.ph.gcal ; axis = interval ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.ph.gcal ; axis = antenna1 ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.ph.gcal ; axis = feed1 ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.ph.gcal ; axis = field_id ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.ph.gcal ; axis = array_id ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.ph.gcal ; axis = observation_id ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.ph.gcal ; axis = scan_number ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.ph.gcal ; axis = processor_id ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.ph.gcal ; axis = state_id ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.ph.gcal ; axis = phase_id ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.ph.gcal ; axis = pulsar_bin ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.ph.gcal ; axis = pulsar_gate_id ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.ph.gcal ; axis = freq_group ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.ph.gcal ; axis = calibration_group ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.ph.gcal ; axis = n_knots_amp ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.ph.gcal ; axis = n_knots_phase ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.ph.gcal ; axis = spline_knots_amp ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.ph.gcal ; axis = spline_knots_phase ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.ph.gcal ; axis = n_poly_amp ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.ph.gcal ; axis = n_poly_phase ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.ph.gcal ; axis = poly_coeff_amp ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.ph.gcal ; axis = poly_coeff_phase ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.ph.gcal ; axis = ref_ant ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.ph.gcal ; axis = ref_feed ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.ph.gcal ; axis = ref_receptor ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.ph.gcal ; axis = ref_frequency ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.ph.gcal ; axis = meas_freq_ref ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.ph.gcal ; axis = ref_direction ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.ph.gcal ; axis = meas_dir_ref ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.ph.gcal ; axis = cal_desc_id ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.ph.gcal ; axis = cal_history_id ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.ph.gcal ; axis = total_solution_ok ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.ph.gcal ; axis = total_fit ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.ph.gcal ; axis = total_fit_weight ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.ph.gcal ; axis = solution_ok ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.ph.gcal ; axis = fit ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.ph.gcal ; axis = fit_weight ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.ph.gcal ; axis = flag ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.ph.gcal ; axis = snr ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.ph.gcal ; axis = amp ; datacolumn = gain Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.ph.gcal ; axis = amp ; datacolumn = scale_factor Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.ph.gcal ; axis = amplitude ; datacolumn = gain Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.ph.gcal ; axis = amplitude ; datacolumn = scale_factor Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.ph.gcal ; axis = phase ; datacolumn = gain Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.ph.gcal ; axis = phase ; datacolumn = scale_factor Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.ph.gcal ; axis = imag ; datacolumn = gain Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.ph.gcal ; axis = imag ; datacolumn = scale_factor Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.ph.gcal ; axis = imaginary ; datacolumn = gain Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.ph.gcal ; axis = imaginary ; datacolumn = scale_factor Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.ph.gcal ; axis = real ; datacolumn = gain Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.ph.gcal ; axis = real ; datacolumn = scale_factor Testing with data /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.ph.gcal0 ... Expected = {'SPLINE_KNOTS_PHASE': {'rms': 4362063360.0, 'medabsdevmed': 13056.0, 'min': 4362050048.0, 'max': 4362076160.0, 'sum': 872412620800.0, 'quartile': 26112.0, 'median': 4362063104.0, 'sumsq': 3.80551890468e+21, 'stddev': 11866.4301499, 'var': 140812164.503, 'npts': 200, 'mean': 4362063104.0}} Got = {'SPLINE_KNOTS_PHASE': {'max': 4362076160.0, 'mean': 4362063104.0, 'medabsdevmed': 13056.0, 'median': 4362063104.0, 'min': 4362050048.0, 'npts': 200.0, 'quartile': 26112.0, 'rms': 4362063052.780308, 'stddev': 11868.428183052352, 'sum': 872412620800.0, 'sumsq': 3.8055188152862114e+21, 'var': 140859587.53627136}} Checking rms: 4362063360.0 vs 4362063052.780308 Checking medabsdevmed: 13056.0 vs 13056.0 Checking min: 4362050048.0 vs 4362050048.0 Checking max: 4362076160.0 vs 4362076160.0 Checking sum: 872412620800.0 vs 872412620800.0 Checking quartile: 26112.0 vs 26112.0 Checking median: 4362063104.0 vs 4362063104.0 Checking sumsq: 3.80551890468e+21 vs 3.8055188152862114e+21 Checking stddev: 11866.4301499 vs 11868.428183052352 Ignoring this known problem on 64bit! Checking var: 140812164.503 vs 140859587.53627136 Ignoring this known problem on 64bit! Checking npts: 200 vs 200.0 Checking mean: 4362063104.0 vs 4362063104.0 ['TIME', 'TIME_EXTRA_PREC', 'INTERVAL', 'ANTENNA1', 'FEED1', 'FIELD_ID', 'ARRAY_ID', 'OBSERVATION_ID', 'SCAN_NUMBER', 'PROCESSOR_ID', 'STATE_ID', 'PHASE_ID', 'PULSAR_BIN', 'PULSAR_GATE_ID', 'FREQ_GROUP', 'FREQ_GROUP_NAME', 'FIELD_NAME', 'FIELD_CODE', 'SOURCE_NAME', 'SOURCE_CODE', 'CALIBRATION_GROUP', 'GAIN', 'POLY_TYPE', 'POLY_MODE', 'N_KNOTS_AMP', 'N_KNOTS_PHASE', 'SPLINE_KNOTS_AMP', 'SPLINE_KNOTS_PHASE', 'SCALE_FACTOR', 'VALID_DOMAIN', 'N_POLY_AMP', 'N_POLY_PHASE', 'POLY_COEFF_AMP', 'POLY_COEFF_PHASE', 'PHASE_UNITS', 'REF_ANT', 'REF_FEED', 'REF_RECEPTOR', 'REF_FREQUENCY', 'MEAS_FREQ_REF', 'REF_DIRECTION', 'MEAS_DIR_REF', 'CAL_DESC_ID', 'CAL_HISTORY_ID', 'TOTAL_SOLUTION_OK', 'TOTAL_FIT', 'TOTAL_FIT_WEIGHT', 'SOLUTION_OK', 'FIT', 'FIT_WEIGHT', 'FLAG', 'SNR', 'amp', 'amplitude', 'phase', 'imag', 'imaginary', 'real'] Trying these column names ['time', 'time_extra_prec', 'interval', 'antenna1', 'feed1', 'field_id', 'array_id', 'observation_id', 'scan_number', 'processor_id', 'state_id', 'phase_id', 'pulsar_bin', 'pulsar_gate_id', 'freq_group', 'calibration_group', 'n_knots_amp', 'n_knots_phase', 'spline_knots_amp', 'spline_knots_phase', 'n_poly_amp', 'n_poly_phase', 'poly_coeff_amp', 'poly_coeff_phase', 'ref_ant', 'ref_feed', 'ref_receptor', 'ref_frequency', 'meas_freq_ref', 'ref_direction', 'meas_dir_ref', 'cal_desc_id', 'cal_history_id', 'total_solution_ok', 'total_fit', 'total_fit_weight', 'solution_ok', 'fit', 'fit_weight', 'flag', 'snr', 'amp', 'amplitude', 'phase', 'imag', 'imaginary', 'real'] Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.ph.gcal0 ; axis = time ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.ph.gcal0 ; axis = time_extra_prec ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.ph.gcal0 ; axis = interval ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.ph.gcal0 ; axis = antenna1 ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.ph.gcal0 ; axis = feed1 ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.ph.gcal0 ; axis = field_id ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.ph.gcal0 ; axis = array_id ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.ph.gcal0 ; axis = observation_id ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.ph.gcal0 ; axis = scan_number ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.ph.gcal0 ; axis = processor_id ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.ph.gcal0 ; axis = state_id ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.ph.gcal0 ; axis = phase_id ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.ph.gcal0 ; axis = pulsar_bin ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.ph.gcal0 ; axis = pulsar_gate_id ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.ph.gcal0 ; axis = freq_group ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.ph.gcal0 ; axis = calibration_group ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.ph.gcal0 ; axis = n_knots_amp ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.ph.gcal0 ; axis = n_knots_phase ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.ph.gcal0 ; axis = spline_knots_amp ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.ph.gcal0 ; axis = spline_knots_phase ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.ph.gcal0 ; axis = n_poly_amp ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.ph.gcal0 ; axis = n_poly_phase ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.ph.gcal0 ; axis = poly_coeff_amp ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.ph.gcal0 ; axis = poly_coeff_phase ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.ph.gcal0 ; axis = ref_ant ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.ph.gcal0 ; axis = ref_feed ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.ph.gcal0 ; axis = ref_receptor ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.ph.gcal0 ; axis = ref_frequency ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.ph.gcal0 ; axis = meas_freq_ref ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.ph.gcal0 ; axis = ref_direction ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.ph.gcal0 ; axis = meas_dir_ref ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.ph.gcal0 ; axis = cal_desc_id ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.ph.gcal0 ; axis = cal_history_id ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.ph.gcal0 ; axis = total_solution_ok ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.ph.gcal0 ; axis = total_fit ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.ph.gcal0 ; axis = total_fit_weight ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.ph.gcal0 ; axis = solution_ok ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.ph.gcal0 ; axis = fit ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.ph.gcal0 ; axis = fit_weight ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.ph.gcal0 ; axis = flag ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.ph.gcal0 ; axis = snr ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.ph.gcal0 ; axis = amp ; datacolumn = gain Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.ph.gcal0 ; axis = amp ; datacolumn = scale_factor Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.ph.gcal0 ; axis = amplitude ; datacolumn = gain Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.ph.gcal0 ; axis = amplitude ; datacolumn = scale_factor Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.ph.gcal0 ; axis = phase ; datacolumn = gain Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.ph.gcal0 ; axis = phase ; datacolumn = scale_factor Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.ph.gcal0 ; axis = imag ; datacolumn = gain Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.ph.gcal0 ; axis = imag ; datacolumn = scale_factor Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.ph.gcal0 ; axis = imaginary ; datacolumn = gain Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.ph.gcal0 ; axis = imaginary ; datacolumn = scale_factor Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.ph.gcal0 ; axis = real ; datacolumn = gain Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.1mm.ph.gcal0 ; axis = real ; datacolumn = scale_factor Testing with data /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.amp.gcal ... ['TIME', 'TIME_EXTRA_PREC', 'INTERVAL', 'ANTENNA1', 'FEED1', 'FIELD_ID', 'ARRAY_ID', 'OBSERVATION_ID', 'SCAN_NUMBER', 'PROCESSOR_ID', 'STATE_ID', 'PHASE_ID', 'PULSAR_BIN', 'PULSAR_GATE_ID', 'FREQ_GROUP', 'FREQ_GROUP_NAME', 'FIELD_NAME', 'FIELD_CODE', 'SOURCE_NAME', 'SOURCE_CODE', 'CALIBRATION_GROUP', 'GAIN', 'POLY_TYPE', 'POLY_MODE', 'N_KNOTS_AMP', 'N_KNOTS_PHASE', 'SPLINE_KNOTS_AMP', 'SPLINE_KNOTS_PHASE', 'SCALE_FACTOR', 'VALID_DOMAIN', 'N_POLY_AMP', 'N_POLY_PHASE', 'POLY_COEFF_AMP', 'POLY_COEFF_PHASE', 'PHASE_UNITS', 'REF_ANT', 'REF_FEED', 'REF_RECEPTOR', 'REF_FREQUENCY', 'MEAS_FREQ_REF', 'REF_DIRECTION', 'MEAS_DIR_REF', 'CAL_DESC_ID', 'CAL_HISTORY_ID', 'TOTAL_SOLUTION_OK', 'TOTAL_FIT', 'TOTAL_FIT_WEIGHT', 'SOLUTION_OK', 'FIT', 'FIT_WEIGHT', 'FLAG', 'SNR', 'amp', 'amplitude', 'phase', 'imag', 'imaginary', 'real'] Trying these column names ['time', 'time_extra_prec', 'interval', 'antenna1', 'feed1', 'field_id', 'array_id', 'observation_id', 'scan_number', 'processor_id', 'state_id', 'phase_id', 'pulsar_bin', 'pulsar_gate_id', 'freq_group', 'calibration_group', 'n_knots_amp', 'n_knots_phase', 'spline_knots_amp', 'spline_knots_phase', 'n_poly_amp', 'n_poly_phase', 'poly_coeff_amp', 'poly_coeff_phase', 'ref_ant', 'ref_feed', 'ref_receptor', 'ref_frequency', 'meas_freq_ref', 'ref_direction', 'meas_dir_ref', 'cal_desc_id', 'cal_history_id', 'total_solution_ok', 'total_fit', 'total_fit_weight', 'solution_ok', 'fit', 'fit_weight', 'flag', 'snr', 'amp', 'amplitude', 'phase', 'imag', 'imaginary', 'real'] Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.amp.gcal ; axis = time ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.amp.gcal ; axis = time_extra_prec ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.amp.gcal ; axis = interval ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.amp.gcal ; axis = antenna1 ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.amp.gcal ; axis = feed1 ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.amp.gcal ; axis = field_id ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.amp.gcal ; axis = array_id ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.amp.gcal ; axis = observation_id ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.amp.gcal ; axis = scan_number ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.amp.gcal ; axis = processor_id ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.amp.gcal ; axis = state_id ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.amp.gcal ; axis = phase_id ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.amp.gcal ; axis = pulsar_bin ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.amp.gcal ; axis = pulsar_gate_id ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.amp.gcal ; axis = freq_group ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.amp.gcal ; axis = calibration_group ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.amp.gcal ; axis = n_knots_amp ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.amp.gcal ; axis = n_knots_phase ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.amp.gcal ; axis = spline_knots_amp ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.amp.gcal ; axis = spline_knots_phase ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.amp.gcal ; axis = n_poly_amp ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.amp.gcal ; axis = n_poly_phase ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.amp.gcal ; axis = poly_coeff_amp ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.amp.gcal ; axis = poly_coeff_phase ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.amp.gcal ; axis = ref_ant ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.amp.gcal ; axis = ref_feed ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.amp.gcal ; axis = ref_receptor ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.amp.gcal ; axis = ref_frequency ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.amp.gcal ; axis = meas_freq_ref ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.amp.gcal ; axis = ref_direction ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.amp.gcal ; axis = meas_dir_ref ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.amp.gcal ; axis = cal_desc_id ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.amp.gcal ; axis = cal_history_id ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.amp.gcal ; axis = total_solution_ok ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.amp.gcal ; axis = total_fit ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.amp.gcal ; axis = total_fit_weight ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.amp.gcal ; axis = solution_ok ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.amp.gcal ; axis = fit ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.amp.gcal ; axis = fit_weight ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.amp.gcal ; axis = flag ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.amp.gcal ; axis = snr ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.amp.gcal ; axis = amp ; datacolumn = gain Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.amp.gcal ; axis = amp ; datacolumn = scale_factor Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.amp.gcal ; axis = amplitude ; datacolumn = gain Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.amp.gcal ; axis = amplitude ; datacolumn = scale_factor Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.amp.gcal ; axis = phase ; datacolumn = gain Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.amp.gcal ; axis = phase ; datacolumn = scale_factor Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.amp.gcal ; axis = imag ; datacolumn = gain Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.amp.gcal ; axis = imag ; datacolumn = scale_factor Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.amp.gcal ; axis = imaginary ; datacolumn = gain Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.amp.gcal ; axis = imaginary ; datacolumn = scale_factor Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.amp.gcal ; axis = real ; datacolumn = gain Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.amp.gcal ; axis = real ; datacolumn = scale_factor Testing with data /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.bpoly ... ['TIME', 'TIME_EXTRA_PREC', 'INTERVAL', 'ANTENNA1', 'FEED1', 'FIELD_ID', 'ARRAY_ID', 'OBSERVATION_ID', 'SCAN_NUMBER', 'PROCESSOR_ID', 'STATE_ID', 'PHASE_ID', 'PULSAR_BIN', 'PULSAR_GATE_ID', 'FREQ_GROUP', 'FREQ_GROUP_NAME', 'FIELD_NAME', 'FIELD_CODE', 'SOURCE_NAME', 'SOURCE_CODE', 'CALIBRATION_GROUP', 'GAIN', 'POLY_TYPE', 'POLY_MODE', 'SCALE_FACTOR', 'VALID_DOMAIN', 'N_POLY_AMP', 'N_POLY_PHASE', 'POLY_COEFF_AMP', 'POLY_COEFF_PHASE', 'PHASE_UNITS', 'SIDEBAND_REF', 'REF_ANT', 'REF_FEED', 'REF_RECEPTOR', 'REF_FREQUENCY', 'MEAS_FREQ_REF', 'REF_DIRECTION', 'MEAS_DIR_REF', 'CAL_DESC_ID', 'CAL_HISTORY_ID', 'TOTAL_SOLUTION_OK', 'TOTAL_FIT', 'TOTAL_FIT_WEIGHT', 'SOLUTION_OK', 'FIT', 'FIT_WEIGHT', 'FLAG', 'SNR', 'amp', 'amplitude', 'phase', 'imag', 'imaginary', 'real'] Trying these column names ['time', 'time_extra_prec', 'interval', 'antenna1', 'feed1', 'field_id', 'array_id', 'observation_id', 'scan_number', 'processor_id', 'state_id', 'phase_id', 'pulsar_bin', 'pulsar_gate_id', 'freq_group', 'calibration_group', 'n_poly_amp', 'n_poly_phase', 'poly_coeff_amp', 'poly_coeff_phase', 'ref_ant', 'ref_feed', 'ref_receptor', 'ref_frequency', 'meas_freq_ref', 'ref_direction', 'meas_dir_ref', 'cal_desc_id', 'cal_history_id', 'total_solution_ok', 'total_fit', 'total_fit_weight', 'solution_ok', 'fit', 'fit_weight', 'flag', 'snr', 'amp', 'amplitude', 'phase', 'imag', 'imaginary', 'real'] Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.bpoly ; axis = time ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.bpoly ; axis = time_extra_prec ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.bpoly ; axis = interval ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.bpoly ; axis = antenna1 ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.bpoly ; axis = feed1 ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.bpoly ; axis = field_id ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.bpoly ; axis = array_id ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.bpoly ; axis = observation_id ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.bpoly ; axis = scan_number ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.bpoly ; axis = processor_id ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.bpoly ; axis = state_id ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.bpoly ; axis = phase_id ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.bpoly ; axis = pulsar_bin ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.bpoly ; axis = pulsar_gate_id ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.bpoly ; axis = freq_group ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.bpoly ; axis = calibration_group ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.bpoly ; axis = n_poly_amp ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.bpoly ; axis = n_poly_phase ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.bpoly ; axis = poly_coeff_amp ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.bpoly ; axis = poly_coeff_phase ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.bpoly ; axis = ref_ant ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.bpoly ; axis = ref_feed ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.bpoly ; axis = ref_receptor ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.bpoly ; axis = ref_frequency ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.bpoly ; axis = meas_freq_ref ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.bpoly ; axis = ref_direction ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.bpoly ; axis = meas_dir_ref ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.bpoly ; axis = cal_desc_id ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.bpoly ; axis = cal_history_id ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.bpoly ; axis = total_solution_ok ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.bpoly ; axis = total_fit ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.bpoly ; axis = total_fit_weight ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.bpoly ; axis = solution_ok ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.bpoly ; axis = fit ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.bpoly ; axis = fit_weight ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.bpoly ; axis = flag ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.bpoly ; axis = snr ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.bpoly ; axis = amp ; datacolumn = gain Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.bpoly ; axis = amp ; datacolumn = scale_factor Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.bpoly ; axis = amplitude ; datacolumn = gain Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.bpoly ; axis = amplitude ; datacolumn = scale_factor Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.bpoly ; axis = phase ; datacolumn = gain Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.bpoly ; axis = phase ; datacolumn = scale_factor Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.bpoly ; axis = imag ; datacolumn = gain Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.bpoly ; axis = imag ; datacolumn = scale_factor Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.bpoly ; axis = imaginary ; datacolumn = gain Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.bpoly ; axis = imaginary ; datacolumn = scale_factor Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.bpoly ; axis = real ; datacolumn = gain Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.bpoly ; axis = real ; datacolumn = scale_factor Testing with data /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.ph.gcal ... ['TIME', 'TIME_EXTRA_PREC', 'INTERVAL', 'ANTENNA1', 'FEED1', 'FIELD_ID', 'ARRAY_ID', 'OBSERVATION_ID', 'SCAN_NUMBER', 'PROCESSOR_ID', 'STATE_ID', 'PHASE_ID', 'PULSAR_BIN', 'PULSAR_GATE_ID', 'FREQ_GROUP', 'FREQ_GROUP_NAME', 'FIELD_NAME', 'FIELD_CODE', 'SOURCE_NAME', 'SOURCE_CODE', 'CALIBRATION_GROUP', 'GAIN', 'POLY_TYPE', 'POLY_MODE', 'N_KNOTS_AMP', 'N_KNOTS_PHASE', 'SPLINE_KNOTS_AMP', 'SPLINE_KNOTS_PHASE', 'SCALE_FACTOR', 'VALID_DOMAIN', 'N_POLY_AMP', 'N_POLY_PHASE', 'POLY_COEFF_AMP', 'POLY_COEFF_PHASE', 'PHASE_UNITS', 'REF_ANT', 'REF_FEED', 'REF_RECEPTOR', 'REF_FREQUENCY', 'MEAS_FREQ_REF', 'REF_DIRECTION', 'MEAS_DIR_REF', 'CAL_DESC_ID', 'CAL_HISTORY_ID', 'TOTAL_SOLUTION_OK', 'TOTAL_FIT', 'TOTAL_FIT_WEIGHT', 'SOLUTION_OK', 'FIT', 'FIT_WEIGHT', 'FLAG', 'SNR', 'amp', 'amplitude', 'phase', 'imag', 'imaginary', 'real'] Trying these column names ['time', 'time_extra_prec', 'interval', 'antenna1', 'feed1', 'field_id', 'array_id', 'observation_id', 'scan_number', 'processor_id', 'state_id', 'phase_id', 'pulsar_bin', 'pulsar_gate_id', 'freq_group', 'calibration_group', 'n_knots_amp', 'n_knots_phase', 'spline_knots_amp', 'spline_knots_phase', 'n_poly_amp', 'n_poly_phase', 'poly_coeff_amp', 'poly_coeff_phase', 'ref_ant', 'ref_feed', 'ref_receptor', 'ref_frequency', 'meas_freq_ref', 'ref_direction', 'meas_dir_ref', 'cal_desc_id', 'cal_history_id', 'total_solution_ok', 'total_fit', 'total_fit_weight', 'solution_ok', 'fit', 'fit_weight', 'flag', 'snr', 'amp', 'amplitude', 'phase', 'imag', 'imaginary', 'real'] Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.ph.gcal ; axis = time ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.ph.gcal ; axis = time_extra_prec ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.ph.gcal ; axis = interval ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.ph.gcal ; axis = antenna1 ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.ph.gcal ; axis = feed1 ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.ph.gcal ; axis = field_id ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.ph.gcal ; axis = array_id ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.ph.gcal ; axis = observation_id ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.ph.gcal ; axis = scan_number ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.ph.gcal ; axis = processor_id ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.ph.gcal ; axis = state_id ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.ph.gcal ; axis = phase_id ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.ph.gcal ; axis = pulsar_bin ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.ph.gcal ; axis = pulsar_gate_id ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.ph.gcal ; axis = freq_group ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.ph.gcal ; axis = calibration_group ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.ph.gcal ; axis = n_knots_amp ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.ph.gcal ; axis = n_knots_phase ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.ph.gcal ; axis = spline_knots_amp ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.ph.gcal ; axis = spline_knots_phase ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.ph.gcal ; axis = n_poly_amp ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.ph.gcal ; axis = n_poly_phase ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.ph.gcal ; axis = poly_coeff_amp ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.ph.gcal ; axis = poly_coeff_phase ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.ph.gcal ; axis = ref_ant ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.ph.gcal ; axis = ref_feed ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.ph.gcal ; axis = ref_receptor ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.ph.gcal ; axis = ref_frequency ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.ph.gcal ; axis = meas_freq_ref ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.ph.gcal ; axis = ref_direction ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.ph.gcal ; axis = meas_dir_ref ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.ph.gcal ; axis = cal_desc_id ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.ph.gcal ; axis = cal_history_id ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.ph.gcal ; axis = total_solution_ok ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.ph.gcal ; axis = total_fit ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.ph.gcal ; axis = total_fit_weight ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.ph.gcal ; axis = solution_ok ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.ph.gcal ; axis = fit ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.ph.gcal ; axis = fit_weight ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.ph.gcal ; axis = flag ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.ph.gcal ; axis = snr ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.ph.gcal ; axis = amp ; datacolumn = gain Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.ph.gcal ; axis = amp ; datacolumn = scale_factor Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.ph.gcal ; axis = amplitude ; datacolumn = gain Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.ph.gcal ; axis = amplitude ; datacolumn = scale_factor Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.ph.gcal ; axis = phase ; datacolumn = gain Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.ph.gcal ; axis = phase ; datacolumn = scale_factor Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.ph.gcal ; axis = imag ; datacolumn = gain Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.ph.gcal ; axis = imag ; datacolumn = scale_factor Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.ph.gcal ; axis = imaginary ; datacolumn = gain Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.ph.gcal ; axis = imaginary ; datacolumn = scale_factor Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.ph.gcal ; axis = real ; datacolumn = gain Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.ph.gcal ; axis = real ; datacolumn = scale_factor Testing with data /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.ph.gcal0 ... Expected = {'SPLINE_KNOTS_PHASE': {'rms': 4362063360.0, 'medabsdevmed': 13056.0, 'min': 4362050048.0, 'max': 4362076160.0, 'sum': 872412620800.0, 'quartile': 26112.0, 'median': 4362063104.0, 'sumsq': 3.80551890468e+21, 'stddev': 11866.4301499, 'var': 140812164.503, 'npts': 200, 'mean': 4362063104.0}} Got = {'SPLINE_KNOTS_PHASE': {'max': 4362076160.0, 'mean': 4362063104.0, 'medabsdevmed': 13056.0, 'median': 4362063104.0, 'min': 4362050048.0, 'npts': 200.0, 'quartile': 26112.0, 'rms': 4362063052.780308, 'stddev': 11868.428183052352, 'sum': 872412620800.0, 'sumsq': 3.8055188152862114e+21, 'var': 140859587.53627136}} Checking rms: 4362063360.0 vs 4362063052.780308 Checking medabsdevmed: 13056.0 vs 13056.0 Checking min: 4362050048.0 vs 4362050048.0 Checking max: 4362076160.0 vs 4362076160.0 Checking sum: 872412620800.0 vs 872412620800.0 Checking quartile: 26112.0 vs 26112.0 Checking median: 4362063104.0 vs 4362063104.0 Checking sumsq: 3.80551890468e+21 vs 3.8055188152862114e+21 Checking stddev: 11866.4301499 vs 11868.428183052352 Ignoring this known problem on 64bit! Checking var: 140812164.503 vs 140859587.53627136 Ignoring this known problem on 64bit! Checking npts: 200 vs 200.0 Checking mean: 4362063104.0 vs 4362063104.0 ['TIME', 'TIME_EXTRA_PREC', 'INTERVAL', 'ANTENNA1', 'FEED1', 'FIELD_ID', 'ARRAY_ID', 'OBSERVATION_ID', 'SCAN_NUMBER', 'PROCESSOR_ID', 'STATE_ID', 'PHASE_ID', 'PULSAR_BIN', 'PULSAR_GATE_ID', 'FREQ_GROUP', 'FREQ_GROUP_NAME', 'FIELD_NAME', 'FIELD_CODE', 'SOURCE_NAME', 'SOURCE_CODE', 'CALIBRATION_GROUP', 'GAIN', 'POLY_TYPE', 'POLY_MODE', 'N_KNOTS_AMP', 'N_KNOTS_PHASE', 'SPLINE_KNOTS_AMP', 'SPLINE_KNOTS_PHASE', 'SCALE_FACTOR', 'VALID_DOMAIN', 'N_POLY_AMP', 'N_POLY_PHASE', 'POLY_COEFF_AMP', 'POLY_COEFF_PHASE', 'PHASE_UNITS', 'REF_ANT', 'REF_FEED', 'REF_RECEPTOR', 'REF_FREQUENCY', 'MEAS_FREQ_REF', 'REF_DIRECTION', 'MEAS_DIR_REF', 'CAL_DESC_ID', 'CAL_HISTORY_ID', 'TOTAL_SOLUTION_OK', 'TOTAL_FIT', 'TOTAL_FIT_WEIGHT', 'SOLUTION_OK', 'FIT', 'FIT_WEIGHT', 'FLAG', 'SNR', 'amp', 'amplitude', 'phase', 'imag', 'imaginary', 'real'] Trying these column names ['time', 'time_extra_prec', 'interval', 'antenna1', 'feed1', 'field_id', 'array_id', 'observation_id', 'scan_number', 'processor_id', 'state_id', 'phase_id', 'pulsar_bin', 'pulsar_gate_id', 'freq_group', 'calibration_group', 'n_knots_amp', 'n_knots_phase', 'spline_knots_amp', 'spline_knots_phase', 'n_poly_amp', 'n_poly_phase', 'poly_coeff_amp', 'poly_coeff_phase', 'ref_ant', 'ref_feed', 'ref_receptor', 'ref_frequency', 'meas_freq_ref', 'ref_direction', 'meas_dir_ref', 'cal_desc_id', 'cal_history_id', 'total_solution_ok', 'total_fit', 'total_fit_weight', 'solution_ok', 'fit', 'fit_weight', 'flag', 'snr', 'amp', 'amplitude', 'phase', 'imag', 'imaginary', 'real'] Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.ph.gcal0 ; axis = time ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.ph.gcal0 ; axis = time_extra_prec ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.ph.gcal0 ; axis = interval ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.ph.gcal0 ; axis = antenna1 ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.ph.gcal0 ; axis = feed1 ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.ph.gcal0 ; axis = field_id ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.ph.gcal0 ; axis = array_id ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.ph.gcal0 ; axis = observation_id ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.ph.gcal0 ; axis = scan_number ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.ph.gcal0 ; axis = processor_id ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.ph.gcal0 ; axis = state_id ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.ph.gcal0 ; axis = phase_id ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.ph.gcal0 ; axis = pulsar_bin ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.ph.gcal0 ; axis = pulsar_gate_id ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.ph.gcal0 ; axis = freq_group ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.ph.gcal0 ; axis = calibration_group ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.ph.gcal0 ; axis = n_knots_amp ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.ph.gcal0 ; axis = n_knots_phase ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.ph.gcal0 ; axis = spline_knots_amp ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.ph.gcal0 ; axis = spline_knots_phase ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.ph.gcal0 ; axis = n_poly_amp ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.ph.gcal0 ; axis = n_poly_phase ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.ph.gcal0 ; axis = poly_coeff_amp ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.ph.gcal0 ; axis = poly_coeff_phase ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.ph.gcal0 ; axis = ref_ant ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.ph.gcal0 ; axis = ref_feed ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.ph.gcal0 ; axis = ref_receptor ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.ph.gcal0 ; axis = ref_frequency ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.ph.gcal0 ; axis = meas_freq_ref ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.ph.gcal0 ; axis = ref_direction ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.ph.gcal0 ; axis = meas_dir_ref ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.ph.gcal0 ; axis = cal_desc_id ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.ph.gcal0 ; axis = cal_history_id ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.ph.gcal0 ; axis = total_solution_ok ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.ph.gcal0 ; axis = total_fit ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.ph.gcal0 ; axis = total_fit_weight ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.ph.gcal0 ; axis = solution_ok ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.ph.gcal0 ; axis = fit ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.ph.gcal0 ; axis = fit_weight ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.ph.gcal0 ; axis = flag ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.ph.gcal0 ; axis = snr ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.ph.gcal0 ; axis = amp ; datacolumn = gain Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.ph.gcal0 ; axis = amp ; datacolumn = scale_factor Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.ph.gcal0 ; axis = amplitude ; datacolumn = gain Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.ph.gcal0 ; axis = amplitude ; datacolumn = scale_factor Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.ph.gcal0 ; axis = phase ; datacolumn = gain Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.ph.gcal0 ; axis = phase ; datacolumn = scale_factor Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.ph.gcal0 ; axis = imag ; datacolumn = gain Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.ph.gcal0 ; axis = imag ; datacolumn = scale_factor Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.ph.gcal0 ; axis = imaginary ; datacolumn = gain Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.ph.gcal0 ; axis = imaginary ; datacolumn = scale_factor Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.ph.gcal0 ; axis = real ; datacolumn = gain Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.3mm.ph.gcal0 ; axis = real ; datacolumn = scale_factor Testing with data /opt/casa/data/casatestdata/unittest/calstat/ggtau.co.bpoly ... ['TIME', 'TIME_EXTRA_PREC', 'INTERVAL', 'ANTENNA1', 'FEED1', 'FIELD_ID', 'ARRAY_ID', 'OBSERVATION_ID', 'SCAN_NUMBER', 'PROCESSOR_ID', 'STATE_ID', 'PHASE_ID', 'PULSAR_BIN', 'PULSAR_GATE_ID', 'FREQ_GROUP', 'FREQ_GROUP_NAME', 'FIELD_NAME', 'FIELD_CODE', 'SOURCE_NAME', 'SOURCE_CODE', 'CALIBRATION_GROUP', 'GAIN', 'POLY_TYPE', 'POLY_MODE', 'SCALE_FACTOR', 'VALID_DOMAIN', 'N_POLY_AMP', 'N_POLY_PHASE', 'POLY_COEFF_AMP', 'POLY_COEFF_PHASE', 'PHASE_UNITS', 'SIDEBAND_REF', 'REF_ANT', 'REF_FEED', 'REF_RECEPTOR', 'REF_FREQUENCY', 'MEAS_FREQ_REF', 'REF_DIRECTION', 'MEAS_DIR_REF', 'CAL_DESC_ID', 'CAL_HISTORY_ID', 'TOTAL_SOLUTION_OK', 'TOTAL_FIT', 'TOTAL_FIT_WEIGHT', 'SOLUTION_OK', 'FIT', 'FIT_WEIGHT', 'FLAG', 'SNR', 'amp', 'amplitude', 'phase', 'imag', 'imaginary', 'real'] Trying these column names ['time', 'time_extra_prec', 'interval', 'antenna1', 'feed1', 'field_id', 'array_id', 'observation_id', 'scan_number', 'processor_id', 'state_id', 'phase_id', 'pulsar_bin', 'pulsar_gate_id', 'freq_group', 'calibration_group', 'n_poly_amp', 'n_poly_phase', 'poly_coeff_amp', 'poly_coeff_phase', 'ref_ant', 'ref_feed', 'ref_receptor', 'ref_frequency', 'meas_freq_ref', 'ref_direction', 'meas_dir_ref', 'cal_desc_id', 'cal_history_id', 'total_solution_ok', 'total_fit', 'total_fit_weight', 'solution_ok', 'fit', 'fit_weight', 'flag', 'snr', 'amp', 'amplitude', 'phase', 'imag', 'imaginary', 'real'] Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.co.bpoly ; axis = time ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.co.bpoly ; axis = time_extra_prec ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.co.bpoly ; axis = interval ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.co.bpoly ; axis = antenna1 ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.co.bpoly ; axis = feed1 ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.co.bpoly ; axis = field_id ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.co.bpoly ; axis = array_id ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.co.bpoly ; axis = observation_id ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.co.bpoly ; axis = scan_number ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.co.bpoly ; axis = processor_id ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.co.bpoly ; axis = state_id ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.co.bpoly ; axis = phase_id ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.co.bpoly ; axis = pulsar_bin ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.co.bpoly ; axis = pulsar_gate_id ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.co.bpoly ; axis = freq_group ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.co.bpoly ; axis = calibration_group ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.co.bpoly ; axis = n_poly_amp ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.co.bpoly ; axis = n_poly_phase ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.co.bpoly ; axis = poly_coeff_amp ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.co.bpoly ; axis = poly_coeff_phase ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.co.bpoly ; axis = ref_ant ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.co.bpoly ; axis = ref_feed ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.co.bpoly ; axis = ref_receptor ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.co.bpoly ; axis = ref_frequency ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.co.bpoly ; axis = meas_freq_ref ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.co.bpoly ; axis = ref_direction ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.co.bpoly ; axis = meas_dir_ref ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.co.bpoly ; axis = cal_desc_id ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.co.bpoly ; axis = cal_history_id ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.co.bpoly ; axis = total_solution_ok ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.co.bpoly ; axis = total_fit ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.co.bpoly ; axis = total_fit_weight ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.co.bpoly ; axis = solution_ok ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.co.bpoly ; axis = fit ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.co.bpoly ; axis = fit_weight ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.co.bpoly ; axis = flag ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.co.bpoly ; axis = snr ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.co.bpoly ; axis = amp ; datacolumn = gain Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.co.bpoly ; axis = amp ; datacolumn = scale_factor Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.co.bpoly ; axis = amplitude ; datacolumn = gain Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.co.bpoly ; axis = amplitude ; datacolumn = scale_factor Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.co.bpoly ; axis = phase ; datacolumn = gain Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.co.bpoly ; axis = phase ; datacolumn = scale_factor Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.co.bpoly ; axis = imag ; datacolumn = gain Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.co.bpoly ; axis = imag ; datacolumn = scale_factor Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.co.bpoly ; axis = imaginary ; datacolumn = gain Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.co.bpoly ; axis = imaginary ; datacolumn = scale_factor Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.co.bpoly ; axis = real ; datacolumn = gain Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.co.bpoly ; axis = real ; datacolumn = scale_factor Testing with data /opt/casa/data/casatestdata/unittest/calstat/ggtau.hco.bpoly ... ['TIME', 'TIME_EXTRA_PREC', 'INTERVAL', 'ANTENNA1', 'FEED1', 'FIELD_ID', 'ARRAY_ID', 'OBSERVATION_ID', 'SCAN_NUMBER', 'PROCESSOR_ID', 'STATE_ID', 'PHASE_ID', 'PULSAR_BIN', 'PULSAR_GATE_ID', 'FREQ_GROUP', 'FREQ_GROUP_NAME', 'FIELD_NAME', 'FIELD_CODE', 'SOURCE_NAME', 'SOURCE_CODE', 'CALIBRATION_GROUP', 'GAIN', 'POLY_TYPE', 'POLY_MODE', 'SCALE_FACTOR', 'VALID_DOMAIN', 'N_POLY_AMP', 'N_POLY_PHASE', 'POLY_COEFF_AMP', 'POLY_COEFF_PHASE', 'PHASE_UNITS', 'SIDEBAND_REF', 'REF_ANT', 'REF_FEED', 'REF_RECEPTOR', 'REF_FREQUENCY', 'MEAS_FREQ_REF', 'REF_DIRECTION', 'MEAS_DIR_REF', 'CAL_DESC_ID', 'CAL_HISTORY_ID', 'TOTAL_SOLUTION_OK', 'TOTAL_FIT', 'TOTAL_FIT_WEIGHT', 'SOLUTION_OK', 'FIT', 'FIT_WEIGHT', 'FLAG', 'SNR', 'amp', 'amplitude', 'phase', 'imag', 'imaginary', 'real'] Trying these column names ['time', 'time_extra_prec', 'interval', 'antenna1', 'feed1', 'field_id', 'array_id', 'observation_id', 'scan_number', 'processor_id', 'state_id', 'phase_id', 'pulsar_bin', 'pulsar_gate_id', 'freq_group', 'calibration_group', 'n_poly_amp', 'n_poly_phase', 'poly_coeff_amp', 'poly_coeff_phase', 'ref_ant', 'ref_feed', 'ref_receptor', 'ref_frequency', 'meas_freq_ref', 'ref_direction', 'meas_dir_ref', 'cal_desc_id', 'cal_history_id', 'total_solution_ok', 'total_fit', 'total_fit_weight', 'solution_ok', 'fit', 'fit_weight', 'flag', 'snr', 'amp', 'amplitude', 'phase', 'imag', 'imaginary', 'real'] Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.hco.bpoly ; axis = time ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.hco.bpoly ; axis = time_extra_prec ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.hco.bpoly ; axis = interval ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.hco.bpoly ; axis = antenna1 ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.hco.bpoly ; axis = feed1 ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.hco.bpoly ; axis = field_id ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.hco.bpoly ; axis = array_id ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.hco.bpoly ; axis = observation_id ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.hco.bpoly ; axis = scan_number ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.hco.bpoly ; axis = processor_id ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.hco.bpoly ; axis = state_id ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.hco.bpoly ; axis = phase_id ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.hco.bpoly ; axis = pulsar_bin ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.hco.bpoly ; axis = pulsar_gate_id ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.hco.bpoly ; axis = freq_group ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.hco.bpoly ; axis = calibration_group ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.hco.bpoly ; axis = n_poly_amp ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.hco.bpoly ; axis = n_poly_phase ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.hco.bpoly ; axis = poly_coeff_amp ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.hco.bpoly ; axis = poly_coeff_phase ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.hco.bpoly ; axis = ref_ant ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.hco.bpoly ; axis = ref_feed ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.hco.bpoly ; axis = ref_receptor ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.hco.bpoly ; axis = ref_frequency ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.hco.bpoly ; axis = meas_freq_ref ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.hco.bpoly ; axis = ref_direction ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.hco.bpoly ; axis = meas_dir_ref ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.hco.bpoly ; axis = cal_desc_id ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.hco.bpoly ; axis = cal_history_id ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.hco.bpoly ; axis = total_solution_ok ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.hco.bpoly ; axis = total_fit ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.hco.bpoly ; axis = total_fit_weight ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.hco.bpoly ; axis = solution_ok ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.hco.bpoly ; axis = fit ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.hco.bpoly ; axis = fit_weight ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.hco.bpoly ; axis = flag ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.hco.bpoly ; axis = snr ; datacolumn = Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.hco.bpoly ; axis = amp ; datacolumn = gain Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.hco.bpoly ; axis = amp ; datacolumn = scale_factor Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.hco.bpoly ; axis = amplitude ; datacolumn = gain Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.hco.bpoly ; axis = amplitude ; datacolumn = scale_factor Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.hco.bpoly ; axis = phase ; datacolumn = gain Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.hco.bpoly ; axis = phase ; datacolumn = scale_factor Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.hco.bpoly ; axis = imag ; datacolumn = gain Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.hco.bpoly ; axis = imag ; datacolumn = scale_factor Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.hco.bpoly ; axis = imaginary ; datacolumn = gain Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.hco.bpoly ; axis = imaginary ; datacolumn = scale_factor Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.hco.bpoly ; axis = real ; datacolumn = gain Call with caltable = /opt/casa/data/casatestdata/unittest/calstat/ggtau.hco.bpoly ; axis = real ; datacolumn = scale_factor PASSED test_task_calstat.py::calstat_test::test_dataColumn datacolumn test: Check that the datacolumn param makes unique selections PASSED test_task_calstat.py::calstat_test::test_dictreturn dictionary test: Test that calstat makes a python dict with the expected keys PASSED test_task_calstat.py::calstat_test::test_logreturn logreturn test: Test that a logfile is written and populated with the expected information PASSED test_task_calstat.py::calstat_test::test_takescal 2023-09-07 13:43:45 SEVERE calstat::open::/opt/casa/data/casatestdata/unittest/calstat/ Exception Reported: Table /opt/casa/data/casatestdata/unittest/calstat/ does not exist 2023-09-07 13:43:45 SEVERE calstat::::casa Task calstat raised an exception of class RuntimeError with the following message: Table /opt/casa/data/casatestdata/unittest/calstat/ does not exist takes cal test: Test that calstat only takes cal tables PASSED - generated xml file: /home/casatest/casa6/casatestutils/nosedir/xml/test_task_calstat/nose.xml - ======================== 7 passed, 2 warnings in 3.25s ========================= ============================= test session starts ============================== platform linux -- Python 3.8.7, pytest-7.4.1, pluggy-1.3.0 -- /usr/local/bin/python3.8 cachedir: .pytest_cache rootdir: /home/casatest/casa6/casatestutils/nosedir/test_task_clearcal configfile: pytest.ini collecting ... collected 8 items test_task_clearcal.py::clearcal_test::test_addcorr 2023-09-07 13:43:50 WARN calibrater::setvi(bool,bool) Forcing use of OLD VisibilityIterator. test add corr: Check that a CORRECTED_DATA column is added if none existed before PASSED test_task_clearcal.py::clearcal_test::test_addmodel 2023-09-07 13:43:50 WARN calibrater::setvi(bool,bool) Forcing use of OLD VisibilityIterator. test add model: Check that the addmodel parameter must be set to True for the MODEL_DATA column to be added PASSED test_task_clearcal.py::clearcal_test::test_corrdata 2023-09-07 13:43:51 WARN calibrater::setvi(bool,bool) Forcing use of OLD VisibilityIterator. test Corr data: Check that the CORRECTED_DATA column is the same as the standard DATA column PASSED test_task_clearcal.py::clearcal_test::test_fieldselect 2023-09-07 13:43:52 WARN calibrater::setvi(bool,bool) Forcing use of OLD VisibilityIterator. 2023-09-07 13:43:52 WARN clearcal::calibrater::setvi(bool,bool) Forcing use of OLD VisibilityIterator. test field select: Check that field select only changes a portion of the data PASSED test_task_clearcal.py::clearcal_test::test_modeldata 2023-09-07 13:43:53 WARN calibrater::setvi(bool,bool) Forcing use of OLD VisibilityIterator. test modeldata: Checks that the DATA_MODEL column is set to unity in total intensity and zero in polarization PASSED test_task_clearcal.py::clearcal_test::test_selectintent 2023-09-07 13:43:54 WARN calibrater::setvi(bool,bool) Forcing use of OLD VisibilityIterator. 2023-09-07 13:43:54 WARN clearcal::calibrater::setvi(bool,bool) Forcing use of OLD VisibilityIterator. test select intent: Check that the intent param correcty preforms for only the provided intent PASSED test_task_clearcal.py::clearcal_test::test_spwselect 2023-09-07 13:43:55 WARN calibrater::setvi(bool,bool) Forcing use of OLD VisibilityIterator. 2023-09-07 13:43:55 WARN clearcal::calibrater::setvi(bool,bool) Forcing use of OLD VisibilityIterator. 2023-09-07 13:43:55 SEVERE clearcal::Calibrater::selectvis (file /source/casa6/casatools/src/code/synthesis/MeasurementComponents/Calibrater.cc, line 4214) Caught exception: Spw Expression: No match found for 100, 2023-09-07 13:43:55 SEVERE clearcal:::: Exception Reported: Error in data selection specification: Spw Expression: No match found for 100, 2023-09-07 13:43:55 SEVERE clearcal::::casa Task clearcal raised an exception of class RuntimeError with the following message: Error in data selection specification: Spw Expression: No match found for 100, 2023-09-07 13:43:55 WARN clearcal::calibrater::setvi(bool,bool) Forcing use of OLD VisibilityIterator. test spw select: Check that spw select only changes correct spw PASSED test_task_clearcal.py::clearcal_test::test_takesMS 2023-09-07 13:43:56 WARN calibrater::setvi(bool,bool) Forcing use of OLD VisibilityIterator. 2023-09-07 13:43:56 SEVERE clearcal::ms::open Exception Reported: Table file /home/casatest/casa6/casatestutils/nosedir/test_task_clearcal/fake.ms/table.dat does not exist 2023-09-07 13:43:56 SEVERE clearcal::::casa Task clearcal raised an exception of class RuntimeError with the following message: Table file /home/casatest/casa6/casatestutils/nosedir/test_task_clearcal/fake.ms/table.dat does not exist test takeMS: Checks that a MS is accepeted and invalid inputs are refused by clearcal False PASSED - generated xml file: /home/casatest/casa6/casatestutils/nosedir/xml/test_task_clearcal/nose.xml - ======================== 8 passed, 2 warnings in 10.27s ======================== ============================= test session starts ============================== platform linux -- Python 3.8.7, pytest-7.4.1, pluggy-1.3.0 -- /usr/local/bin/python3.8 cachedir: .pytest_cache rootdir: /home/casatest/casa6/casatestutils/nosedir/test_task_imcontsub configfile: pytest.ini collecting ... collected 10 items test_task_imcontsub.py::imcontsub_test::test_bad_box 2023-09-07 13:44:00 WARN imcontsub::::casa The linefile parameter is empty, consequently the spectral line image will NOT be 2023-09-07 13:44:00 WARN imcontsub::::casa+ saved on disk. 2023-09-07 13:44:00 WARN imcontsub::::casa The contfile parameter is empty, consequently the continuum image will NOT be 2023-09-07 13:44:00 WARN imcontsub::::casa+ saved on disk. 2023-09-07 13:44:00 SEVERE CasacRegionManager::_fromBCS blc in box spec is less than 0 2023-09-07 13:44:00 SEVERE regionmanager::frombcs Exception Reported: 2023-09-07 13:44:00 SEVERE CasacRegionManager::_fromBCS blc in box spec is less than 0 2023-09-07 13:44:00 SEVERE imcontsub::::casa Task imcontsub raised an exception of class RuntimeError with the following message: 2023-09-07 13:44:00 SEVERE CasacRegionManager::_fromBCS blc in box spec is less than 0 2023-09-07 13:44:00 WARN imcontsub::::casa The linefile parameter is empty, consequently the spectral line image will NOT be 2023-09-07 13:44:00 WARN imcontsub::::casa+ saved on disk. 2023-09-07 13:44:00 WARN imcontsub::::casa The contfile parameter is empty, consequently the continuum image will NOT be 2023-09-07 13:44:00 WARN imcontsub::::casa+ saved on disk. 2023-09-07 13:44:00 SEVERE CasacRegionManager::_fromBCS blc in box spec is less than 0 2023-09-07 13:44:00 SEVERE regionmanager::frombcs Exception Reported: 2023-09-07 13:44:00 SEVERE CasacRegionManager::_fromBCS blc in box spec is less than 0 2023-09-07 13:44:00 SEVERE imcontsub::::casa Task imcontsub raised an exception of class RuntimeError with the following message: 2023-09-07 13:44:00 SEVERE CasacRegionManager::_fromBCS blc in box spec is less than 0 2023-09-07 13:44:00 WARN imcontsub::::casa The linefile parameter is empty, consequently the spectral line image will NOT be 2023-09-07 13:44:00 WARN imcontsub::::casa+ saved on disk. 2023-09-07 13:44:00 WARN imcontsub::::casa The contfile parameter is empty, consequently the continuum image will NOT be 2023-09-07 13:44:00 WARN imcontsub::::casa+ saved on disk. 2023-09-07 13:44:00 SEVERE CasacRegionManager::_fromBCS blc in box spec is less than 0 2023-09-07 13:44:00 SEVERE regionmanager::frombcs Exception Reported: 2023-09-07 13:44:00 SEVERE CasacRegionManager::_fromBCS blc in box spec is less than 0 2023-09-07 13:44:00 SEVERE imcontsub::::casa Task imcontsub raised an exception of class RuntimeError with the following message: 2023-09-07 13:44:00 SEVERE CasacRegionManager::_fromBCS blc in box spec is less than 0 2023-09-07 13:44:00 WARN imcontsub::::casa The linefile parameter is empty, consequently the spectral line image will NOT be 2023-09-07 13:44:00 WARN imcontsub::::casa+ saved on disk. 2023-09-07 13:44:00 WARN imcontsub::::casa The contfile parameter is empty, consequently the continuum image will NOT be 2023-09-07 13:44:00 WARN imcontsub::::casa+ saved on disk. 2023-09-07 13:44:00 SEVERE CasacRegionManager::_fromBCS blc in box spec is less than 0 2023-09-07 13:44:00 SEVERE regionmanager::frombcs Exception Reported: 2023-09-07 13:44:00 SEVERE CasacRegionManager::_fromBCS blc in box spec is less than 0 2023-09-07 13:44:00 SEVERE imcontsub::::casa Task imcontsub raised an exception of class RuntimeError with the following message: 2023-09-07 13:44:00 SEVERE CasacRegionManager::_fromBCS blc in box spec is less than 0 2023-09-07 13:44:00 WARN imcontsub::::casa The linefile parameter is empty, consequently the spectral line image will NOT be 2023-09-07 13:44:00 WARN imcontsub::::casa+ saved on disk. 2023-09-07 13:44:00 WARN imcontsub::::casa The contfile parameter is empty, consequently the continuum image will NOT be 2023-09-07 13:44:00 WARN imcontsub::::casa+ saved on disk. 2023-09-07 13:44:00 SEVERE CasacRegionManager::_fromBCS trc in box spec is greater than or equal to number of direction coordinate pixels in the image 2023-09-07 13:44:00 SEVERE regionmanager::frombcs Exception Reported: 2023-09-07 13:44:00 SEVERE CasacRegionManager::_fromBCS trc in box spec is greater than or equal to number of direction coordinate pixels in the image 2023-09-07 13:44:00 SEVERE imcontsub::::casa Task imcontsub raised an exception of class RuntimeError with the following message: 2023-09-07 13:44:00 SEVERE CasacRegionManager::_fromBCS trc in box spec is greater than or equal to number of direction coordinate pixels in the image 2023-09-07 13:44:00 WARN imcontsub::::casa The linefile parameter is empty, consequently the spectral line image will NOT be 2023-09-07 13:44:00 WARN imcontsub::::casa+ saved on disk. 2023-09-07 13:44:00 WARN imcontsub::::casa The contfile parameter is empty, consequently the continuum image will NOT be 2023-09-07 13:44:00 WARN imcontsub::::casa+ saved on disk. 2023-09-07 13:44:00 SEVERE CasacRegionManager::_fromBCS trc in box spec is greater than or equal to number of direction coordinate pixels in the image 2023-09-07 13:44:00 SEVERE regionmanager::frombcs Exception Reported: 2023-09-07 13:44:00 SEVERE CasacRegionManager::_fromBCS trc in box spec is greater than or equal to number of direction coordinate pixels in the image 2023-09-07 13:44:00 SEVERE imcontsub::::casa Task imcontsub raised an exception of class RuntimeError with the following message: 2023-09-07 13:44:00 SEVERE CasacRegionManager::_fromBCS trc in box spec is greater than or equal to number of direction coordinate pixels in the image 2023-09-07 13:44:00 WARN imcontsub::::casa The linefile parameter is empty, consequently the spectral line image will NOT be 2023-09-07 13:44:00 WARN imcontsub::::casa+ saved on disk. 2023-09-07 13:44:00 WARN imcontsub::::casa The contfile parameter is empty, consequently the continuum image will NOT be 2023-09-07 13:44:00 WARN imcontsub::::casa+ saved on disk. 2023-09-07 13:44:00 SEVERE CasacRegionManager::_fromBCS trc in box spec is greater than or equal to number of direction coordinate pixels in the image 2023-09-07 13:44:00 SEVERE regionmanager::frombcs Exception Reported: 2023-09-07 13:44:00 SEVERE CasacRegionManager::_fromBCS trc in box spec is greater than or equal to number of direction coordinate pixels in the image 2023-09-07 13:44:00 SEVERE imcontsub::::casa Task imcontsub raised an exception of class RuntimeError with the following message: 2023-09-07 13:44:00 SEVERE CasacRegionManager::_fromBCS trc in box spec is greater than or equal to number of direction coordinate pixels in the image 2023-09-07 13:44:00 WARN imcontsub::::casa The linefile parameter is empty, consequently the spectral line image will NOT be 2023-09-07 13:44:00 WARN imcontsub::::casa+ saved on disk. 2023-09-07 13:44:00 WARN imcontsub::::casa The contfile parameter is empty, consequently the continuum image will NOT be 2023-09-07 13:44:00 WARN imcontsub::::casa+ saved on disk. 2023-09-07 13:44:00 SEVERE CasacRegionManager::_fromBCS trc in box spec is greater than or equal to number of direction coordinate pixels in the image 2023-09-07 13:44:00 SEVERE regionmanager::frombcs Exception Reported: 2023-09-07 13:44:00 SEVERE CasacRegionManager::_fromBCS trc in box spec is greater than or equal to number of direction coordinate pixels in the image 2023-09-07 13:44:00 SEVERE imcontsub::::casa Task imcontsub raised an exception of class RuntimeError with the following message: 2023-09-07 13:44:00 SEVERE CasacRegionManager::_fromBCS trc in box spec is greater than or equal to number of direction coordinate pixels in the image Test bad box parameter causes failure PASSED test_task_imcontsub.py::imcontsub_test::test_bad_chans 2023-09-07 13:44:02 WARN imcontsub::::casa The linefile parameter is empty, consequently the spectral line image will NOT be 2023-09-07 13:44:02 WARN imcontsub::::casa+ saved on disk. 2023-09-07 13:44:02 WARN imcontsub::::casa The contfile parameter is empty, consequently the continuum image will NOT be 2023-09-07 13:44:02 WARN imcontsub::::casa+ saved on disk. 2023-09-07 13:44:02 SEVERE regionmanager::selectedchannels Exception Reported: Invalid channel specification in -5 of spec -5 at File: /source/casa6/casatools/src/code/imageanalysis/IO/ParameterParser.cc, line: 173 2023-09-07 13:44:02 SEVERE imcontsub::::casa Task imcontsub raised an exception of class RuntimeError with the following message: Invalid channel specification in -5 of spec -5 at File: /source/casa6/casatools/src/code/imageanalysis/IO/ParameterParser.cc, line: 173 2023-09-07 13:44:02 WARN imcontsub::::casa The linefile parameter is empty, consequently the spectral line image will NOT be 2023-09-07 13:44:02 WARN imcontsub::::casa+ saved on disk. 2023-09-07 13:44:02 WARN imcontsub::::casa The contfile parameter is empty, consequently the continuum image will NOT be 2023-09-07 13:44:02 WARN imcontsub::::casa+ saved on disk. 2023-09-07 13:44:02 SEVERE regionmanager::selectedchannels Exception Reported: Invalid channel specification in -2 of spec -2 at File: /source/casa6/casatools/src/code/imageanalysis/IO/ParameterParser.cc, line: 173 2023-09-07 13:44:02 SEVERE imcontsub::::casa Task imcontsub raised an exception of class RuntimeError with the following message: Invalid channel specification in -2 of spec -2 at File: /source/casa6/casatools/src/code/imageanalysis/IO/ParameterParser.cc, line: 173 2023-09-07 13:44:02 WARN imcontsub::::casa The linefile parameter is empty, consequently the spectral line image will NOT be 2023-09-07 13:44:02 WARN imcontsub::::casa+ saved on disk. 2023-09-07 13:44:02 WARN imcontsub::::casa The contfile parameter is empty, consequently the continuum image will NOT be 2023-09-07 13:44:02 WARN imcontsub::::casa+ saved on disk. 2023-09-07 13:44:02 SEVERE regionmanager::selectedchannels Exception Reported: Invalid channel specification in -18 of spec -18 at File: /source/casa6/casatools/src/code/imageanalysis/IO/ParameterParser.cc, line: 173 2023-09-07 13:44:02 SEVERE imcontsub::::casa Task imcontsub raised an exception of class RuntimeError with the following message: Invalid channel specification in -18 of spec -18 at File: /source/casa6/casatools/src/code/imageanalysis/IO/ParameterParser.cc, line: 173 2023-09-07 13:44:02 WARN imcontsub::::casa The linefile parameter is empty, consequently the spectral line image will NOT be 2023-09-07 13:44:02 WARN imcontsub::::casa+ saved on disk. 2023-09-07 13:44:02 WARN imcontsub::::casa The contfile parameter is empty, consequently the continuum image will NOT be 2023-09-07 13:44:02 WARN imcontsub::::casa+ saved on disk. 2023-09-07 13:44:02 SEVERE regionmanager::selectedchannels Exception Reported: Exception: Zero-based max channel 45 must be less than the total number of channels (40) in the channel specification 45. 2023-09-07 13:44:02 SEVERE regionmanager::selectedchannels+ ... thrown by static std::vector casa::ParameterParser::spectralRangesFromChans(casacore::uInt&, const casacore::String&, casacore::uInt) at File: /source/casa6/casatools/src/code/imageanalysis/IO/ParameterParser.cc, line: 183 2023-09-07 13:44:02 SEVERE imcontsub::::casa Task imcontsub raised an exception of class RuntimeError with the following message: Exception: Zero-based max channel 45 must be less than the total number of channels (40) in the channel specification 45. 2023-09-07 13:44:02 SEVERE imcontsub::::casa+ ... thrown by static std::vector casa::ParameterParser::spectralRangesFromChans(casacore::uInt&, const casacore::String&, casacore::uInt) at File: /source/casa6/casatools/src/code/imageanalysis/IO/ParameterParser.cc, line: 183 2023-09-07 13:44:02 WARN imcontsub::::casa The linefile parameter is empty, consequently the spectral line image will NOT be 2023-09-07 13:44:02 WARN imcontsub::::casa+ saved on disk. 2023-09-07 13:44:02 WARN imcontsub::::casa The contfile parameter is empty, consequently the continuum image will NOT be 2023-09-07 13:44:02 WARN imcontsub::::casa+ saved on disk. 2023-09-07 13:44:02 SEVERE regionmanager::selectedchannels Exception Reported: Exception: Zero-based max channel 40 must be less than the total number of channels (40) in the channel specification 40. 2023-09-07 13:44:02 SEVERE regionmanager::selectedchannels+ ... thrown by static std::vector casa::ParameterParser::spectralRangesFromChans(casacore::uInt&, const casacore::String&, casacore::uInt) at File: /source/casa6/casatools/src/code/imageanalysis/IO/ParameterParser.cc, line: 183 2023-09-07 13:44:02 SEVERE imcontsub::::casa Task imcontsub raised an exception of class RuntimeError with the following message: Exception: Zero-based max channel 40 must be less than the total number of channels (40) in the channel specification 40. 2023-09-07 13:44:02 SEVERE imcontsub::::casa+ ... thrown by static std::vector casa::ParameterParser::spectralRangesFromChans(casacore::uInt&, const casacore::String&, casacore::uInt) at File: /source/casa6/casatools/src/code/imageanalysis/IO/ParameterParser.cc, line: 183 Test bad chans parameter causes failure PASSED test_task_imcontsub.py::imcontsub_test::test_bad_contfile 2023-09-07 13:44:04 WARN imcontsub::::casa The linefile parameter is empty, consequently the spectral line image will NOT be 2023-09-07 13:44:04 WARN imcontsub::::casa+ saved on disk. 2023-09-07 13:44:04 SEVERE imcontsub::::casa Task imcontsub raised an exception of class ValueError with the following message: Error: Unable to continue file input_test_cont already exists, please delete before continuing. Test bad continuum file name fails PASSED test_task_imcontsub.py::imcontsub_test::test_bad_fitorder Test bad fitorder fails PASSED test_task_imcontsub.py::imcontsub_test::test_bad_imagename Test bad image name throws exception PASSED test_task_imcontsub.py::imcontsub_test::test_bad_linefile 2023-09-07 13:44:10 SEVERE imcontsub::::casa Task imcontsub raised an exception of class ValueError with the following message: ('Error: file input_test_line1 already exists, please delete before continuing.', 'SEVERE') Test bad line file name fails PASSED test_task_imcontsub.py::imcontsub_test::test_bad_region 2023-09-07 13:44:12 WARN imcontsub::::casa The linefile parameter is empty, consequently the spectral line image will NOT be 2023-09-07 13:44:12 WARN imcontsub::::casa+ saved on disk. 2023-09-07 13:44:12 WARN imcontsub::::casa The contfile parameter is empty, consequently the continuum image will NOT be 2023-09-07 13:44:12 WARN imcontsub::::casa+ saved on disk. 2023-09-07 13:44:12 SEVERE regionmanager::frombcs Exception Reported: Unable to open region file or region table description /home/casatest/casa6/casatestutils/nosedir/test_task_imcontsub/garbage.rgn. 2023-09-07 13:44:12 SEVERE regionmanager::frombcs+ If it is supposed to be a text string its format is incorrect at File: /source/casa6/casatools/src/code/imageanalysis/Regions/CasacRegionManager.cc, line: 497 2023-09-07 13:44:12 SEVERE imcontsub::::casa Task imcontsub raised an exception of class RuntimeError with the following message: Unable to open region file or region table description /home/casatest/casa6/casatestutils/nosedir/test_task_imcontsub/garbage.rgn. 2023-09-07 13:44:12 SEVERE imcontsub::::casa+ If it is supposed to be a text string its format is incorrect at File: /source/casa6/casatools/src/code/imageanalysis/Regions/CasacRegionManager.cc, line: 497 2023-09-07 13:44:12 WARN imcontsub::::casa The linefile parameter is empty, consequently the spectral line image will NOT be 2023-09-07 13:44:12 WARN imcontsub::::casa+ saved on disk. 2023-09-07 13:44:12 WARN imcontsub::::casa The contfile parameter is empty, consequently the continuum image will NOT be 2023-09-07 13:44:12 WARN imcontsub::::casa+ saved on disk. 2023-09-07 13:44:12 SEVERE regionmanager::frombcs Exception Reported: /home/casatest/casa6/casatestutils/nosedir/test_task_imcontsub/garbage.rgn is neither a valid binary region file, nor a valid region text file. at File: /source/casa6/casatools/src/code/imageanalysis/Regions/CasacRegionManager.cc, line: 428 2023-09-07 13:44:12 SEVERE imcontsub::::casa Task imcontsub raised an exception of class RuntimeError with the following message: /home/casatest/casa6/casatestutils/nosedir/test_task_imcontsub/garbage.rgn is neither a valid binary region file, nor a valid region text file. at File: /source/casa6/casatools/src/code/imageanalysis/Regions/CasacRegionManager.cc, line: 428 Test bad region parameter fails PASSED test_task_imcontsub.py::imcontsub_test::test_bad_stokes 2023-09-07 13:44:13 WARN imcontsub::::casa The linefile parameter is empty, consequently the spectral line image will NOT be 2023-09-07 13:44:13 WARN imcontsub::::casa+ saved on disk. 2023-09-07 13:44:13 WARN imcontsub::::casa The contfile parameter is empty, consequently the continuum image will NOT be 2023-09-07 13:44:13 WARN imcontsub::::casa+ saved on disk. 2023-09-07 13:44:13 SEVERE regionmanager::frombcs Exception Reported: LCBox::LCBox - blc [0, 0, 0, 0] must be <= trc [511, 511, -2147483648, 39] 2023-09-07 13:44:13 SEVERE imcontsub::::casa Task imcontsub raised an exception of class RuntimeError with the following message: LCBox::LCBox - blc [0, 0, 0, 0] must be <= trc [511, 511, -2147483648, 39] 2023-09-07 13:44:13 WARN imcontsub::::casa The linefile parameter is empty, consequently the spectral line image will NOT be 2023-09-07 13:44:13 WARN imcontsub::::casa+ saved on disk. 2023-09-07 13:44:13 WARN imcontsub::::casa The contfile parameter is empty, consequently the continuum image will NOT be 2023-09-07 13:44:13 WARN imcontsub::::casa+ saved on disk. 2023-09-07 13:44:13 SEVERE CasacRegionManager::_setPolarizationRanges (Sub)String YELLOW in stokes specification part YELLOW does not match a known polarization. 2023-09-07 13:44:13 SEVERE regionmanager::frombcs Exception Reported: 2023-09-07 13:44:13 SEVERE CasacRegionManager::_setPolarizationRanges (Sub)String YELLOW in stokes specification part YELLOW does not match a known polarization. 2023-09-07 13:44:13 SEVERE imcontsub::::casa Task imcontsub raised an exception of class RuntimeError with the following message: 2023-09-07 13:44:13 SEVERE CasacRegionManager::_setPolarizationRanges (Sub)String YELLOW in stokes specification part YELLOW does not match a known polarization. Test bad stokes parameter causes failure PASSED test_task_imcontsub.py::imcontsub_test::test_box_and_chans Imcontsub: Testing box and chans PASSED test_task_imcontsub.py::imcontsub_test::test_fitorder ....10....20....30....40....50....60....70....80....90....100% ....10....20....30....40....50....60....70....80....90....100% Imcontsub: testing fitorder correctness PASSED - generated xml file: /home/casatest/casa6/casatestutils/nosedir/xml/test_task_imcontsub/nose.xml - ================== 10 passed, 2 warnings in 98.82s (0:01:38) =================== ============================= test session starts ============================== platform linux -- Python 3.8.7, pytest-7.4.1, pluggy-1.3.0 -- /usr/local/bin/python3.8 cachedir: .pytest_cache rootdir: /home/casatest/casa6/casatestutils/nosedir/test_task_imsmooth configfile: pytest.ini collecting ... collected 13 items test_task_imsmooth.py::imsmooth_test::test_beam 2023-09-07 13:45:39 WARN image::open (file src/tools/image/image_cmpt.cc, line 4208) Another image is already open, closing first Test the beam parameter PASSED test_task_imsmooth.py::imsmooth_test::test_commonbeam 2023-09-07 13:45:40 WARN imsmooth::image::commonbeam (file src/tools/image/image_cmpt.cc, line 824) This image only has one beam, so just returning that Test kernel='commonbeam' in imsmooth PASSED test_task_imsmooth.py::imsmooth_test::test_conserve_flux 2023-09-07 13:45:43 WARN componentlist::fromrecord componentlist is not empty; overwriting it 2023-09-07 13:45:44 WARN ImageFitter::_finishConstruction Unrecognized intensity unit cm-2. Will assume Jy/pixel 2023-09-07 13:45:44 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 13:45:44 WARN SkyCompRep::peakToIntegralFlux() The image units 'cm-2' are not consistent 2023-09-07 13:45:44 WARN SkyCompRep::peakToIntegralFlux()+ with Jy when integrated over the sky. Assuming Jy/pixel 2023-09-07 13:45:44 WARN SkyCompRep::integralToPeakFlux() The image units 'cm-2' are not consistent 2023-09-07 13:45:44 WARN SkyCompRep::integralToPeakFlux()+ with Jy when integrated over the sky. Assuming Jy/pixel 2023-09-07 13:45:44 WARN ImageFitter::_finishConstruction Unrecognized intensity unit cm-2. Will assume Jy/pixel 2023-09-07 13:45:45 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 13:45:45 WARN SkyCompRep::peakToIntegralFlux() The image units 'cm-2' are not consistent 2023-09-07 13:45:45 WARN SkyCompRep::peakToIntegralFlux()+ with Jy when integrated over the sky. Assuming Jy/pixel 2023-09-07 13:45:45 WARN SkyCompRep::integralToPeakFlux() The image units 'cm-2' are not consistent 2023-09-07 13:45:45 WARN SkyCompRep::integralToPeakFlux()+ with Jy when integrated over the sky. Assuming Jy/pixel 2023-09-07 13:45:45 WARN componentlist::fromrecord componentlist is not empty; overwriting it Test flux density is conserved for images with units of K or anything without 'beam' PASSED test_task_imsmooth.py::imsmooth_test::test_copying_of_input_mask CAS-12904: copy input mask to output image PASSED test_task_imsmooth.py::imsmooth_test::test_history Test that history is written PASSED test_task_imsmooth.py::imsmooth_test::test_image_kernel 2023-09-07 13:45:47 WARN image::open (file src/tools/image/image_cmpt.cc, line 4208) Another image is already open, closing first Test image as kernel, CAS-5844 max 5.418622304137477e-05 PASSED test_task_imsmooth.py::imsmooth_test::test_input 2023-09-07 13:45:48 WARN imsmooth::::casa The IMAGENAME parameter tests will cause errors to occur, do not be alarmed 2023-09-07 13:45:49 WARN imsmooth::::casa The OUTFILE parameter tests will cause errors to occur, do not be alarmed 2023-09-07 13:45:49 SEVERE imsmooth::ImageInputProcessor::_process Replaceable flag is false and there is already a file or directory named input_test1 so the output image will not be written 2023-09-07 13:45:49 SEVERE imsmooth::image::_convolve2d (file src/tools/image/image_cmpt.cc, line 1212) Exception Reported: 2023-09-07 13:45:49 SEVERE imsmooth::ImageInputProcessor::_process Replaceable flag is false and there is already a file or directory named input_test1 so the output image will not be written 2023-09-07 13:45:49 SEVERE imsmooth::::casa Task imsmooth raised an exception of class RuntimeError with the following message: 2023-09-07 13:45:49 SEVERE imsmooth::ImageInputProcessor::_process Replaceable flag is false and there is already a file or directory named input_test1 so the output image will not be written 2023-09-07 13:45:49 WARN imsmooth::::casa The KERNEL parameter tests will cause errors to occur, do not be alarmed 2023-09-07 13:45:50 WARN imsmooth::::casa The MAJOR parameter tests will cause errors to occur, do not be alarmed 2023-09-07 13:45:51 WARN imsmooth::Image2DConvolver::_dealWithRestoringBeam Convolving kernel has minor axis 2.42407e-06 rad which is less than the pixel diagonal length of 3.42815e-06 rad. Thus, the kernel is poorly sampled, and so the output of this application may not be what you expect. You should consider increasing the kernel size or regridding the image to a smaller pixel size 2023-09-07 13:45:52 SEVERE imsmooth::image::_convolve2d (file src/tools/image/image_cmpt.cc, line 1212) Exception Reported: Exception: Major axis is less than minor axis. 2023-09-07 13:45:52 SEVERE imsmooth::image::_convolve2d (file src/tools/image/image_cmpt.cc, line 1212)+ ... thrown by void casa::Image2DConvolver::setKernel(const casacore::String&, const Quantity&, const Quantity&, const Quantity&) [with T = float; casacore::Quantity = casacore::Quantum] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/Image2DConvolver.tcc, line: 134 2023-09-07 13:45:52 SEVERE imsmooth::::casa Task imsmooth raised an exception of class RuntimeError with the following message: Exception: Major axis is less than minor axis. 2023-09-07 13:45:52 SEVERE imsmooth::::casa+ ... thrown by void casa::Image2DConvolver::setKernel(const casacore::String&, const Quantity&, const Quantity&, const Quantity&) [with T = float; casacore::Quantity = casacore::Quantum] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/Image2DConvolver.tcc, line: 134 2023-09-07 13:45:52 WARN imsmooth::::casa The REGION parameter tests will cause errors to occur, do not be alarmed 2023-09-07 13:45:52 WARN imsmooth::::casa The outfile paramter is empty, consequently the smoothed image will be 2023-09-07 13:45:52 WARN imsmooth::::casa+ saved on disk in file, imsmooth_results.im 2023-09-07 13:45:52 SEVERE regionmanager::frombcs Exception Reported: Unrecognized type int for region, must be either string or region dictionary at File: src/tools/regionmanager/regionmanager_cmpt.cc, line: 887 2023-09-07 13:45:52 SEVERE imsmooth::::casa Task imsmooth raised an exception of class RuntimeError with the following message: Unrecognized type int for region, must be either string or region dictionary at File: src/tools/regionmanager/regionmanager_cmpt.cc, line: 887 2023-09-07 13:45:52 WARN imsmooth::::casa The outfile paramter is empty, consequently the smoothed image will be 2023-09-07 13:45:52 WARN imsmooth::::casa+ saved on disk in file, imsmooth_results.im 2023-09-07 13:45:52 SEVERE regionmanager::frombcs Exception Reported: Unable to open region file or region table description garbage.rgn. 2023-09-07 13:45:52 SEVERE regionmanager::frombcs+ If it is supposed to be a text string its format is incorrect at File: /source/casa6/casatools/src/code/imageanalysis/Regions/CasacRegionManager.cc, line: 497 2023-09-07 13:45:52 SEVERE imsmooth::::casa Task imsmooth raised an exception of class RuntimeError with the following message: Unable to open region file or region table description garbage.rgn. 2023-09-07 13:45:52 SEVERE imsmooth::::casa+ If it is supposed to be a text string its format is incorrect at File: /source/casa6/casatools/src/code/imageanalysis/Regions/CasacRegionManager.cc, line: 497 2023-09-07 13:45:52 WARN imsmooth::::casa The outfile paramter is empty, consequently the smoothed image will be 2023-09-07 13:45:52 WARN imsmooth::::casa+ saved on disk in file, imsmooth_results.im 2023-09-07 13:45:52 SEVERE regionmanager::frombcs Exception Reported: /home/casatest/casa6/casatestutils/nosedir/test_task_imsmooth/garbage.rgn is neither a valid binary region file, nor a valid region text file. at File: /source/casa6/casatools/src/code/imageanalysis/Regions/CasacRegionManager.cc, line: 428 2023-09-07 13:45:52 SEVERE imsmooth::::casa Task imsmooth raised an exception of class RuntimeError with the following message: /home/casatest/casa6/casatestutils/nosedir/test_task_imsmooth/garbage.rgn is neither a valid binary region file, nor a valid region text file. at File: /source/casa6/casatools/src/code/imageanalysis/Regions/CasacRegionManager.cc, line: 428 2023-09-07 13:45:52 WARN imsmooth::::casa The BOX parameter tests will cause errors to occur, do not be alarmed 2023-09-07 13:45:52 WARN imsmooth::::casa The outfile paramter is empty, consequently the smoothed image will be 2023-09-07 13:45:52 WARN imsmooth::::casa+ saved on disk in file, imsmooth_results.im 2023-09-07 13:45:52 SEVERE CasacRegionManager::_fromBCS blc in box spec is less than 0 2023-09-07 13:45:52 SEVERE regionmanager::frombcs Exception Reported: 2023-09-07 13:45:52 SEVERE CasacRegionManager::_fromBCS blc in box spec is less than 0 2023-09-07 13:45:52 SEVERE imsmooth::::casa Task imsmooth raised an exception of class RuntimeError with the following message: 2023-09-07 13:45:52 SEVERE CasacRegionManager::_fromBCS blc in box spec is less than 0 2023-09-07 13:45:53 WARN imsmooth::::casa The CHANS parameter tests will cause errors to occur, do not be alarmed 2023-09-07 13:45:53 WARN imsmooth::::casa The outfile paramter is empty, consequently the smoothed image will be 2023-09-07 13:45:53 WARN imsmooth::::casa+ saved on disk in file, imsmooth_results.im 2023-09-07 13:45:53 SEVERE regionmanager::frombcs Exception Reported: Invalid channel specification in -5 of spec -5 at File: /source/casa6/casatools/src/code/imageanalysis/IO/ParameterParser.cc, line: 173 2023-09-07 13:45:53 SEVERE imsmooth::::casa Task imsmooth raised an exception of class RuntimeError with the following message: Invalid channel specification in -5 of spec -5 at File: /source/casa6/casatools/src/code/imageanalysis/IO/ParameterParser.cc, line: 173 2023-09-07 13:45:53 WARN imsmooth::::casa The outfile paramter is empty, consequently the smoothed image will be 2023-09-07 13:45:53 WARN imsmooth::::casa+ saved on disk in file, imsmooth_results.im 2023-09-07 13:45:53 SEVERE regionmanager::frombcs Exception Reported: Invalid channel specification in -2 of spec -2 at File: /source/casa6/casatools/src/code/imageanalysis/IO/ParameterParser.cc, line: 173 2023-09-07 13:45:53 SEVERE imsmooth::::casa Task imsmooth raised an exception of class RuntimeError with the following message: Invalid channel specification in -2 of spec -2 at File: /source/casa6/casatools/src/code/imageanalysis/IO/ParameterParser.cc, line: 173 2023-09-07 13:45:53 WARN imsmooth::::casa The outfile paramter is empty, consequently the smoothed image will be 2023-09-07 13:45:53 WARN imsmooth::::casa+ saved on disk in file, imsmooth_results.im 2023-09-07 13:45:53 SEVERE regionmanager::frombcs Exception Reported: Invalid channel specification in -18 of spec -18 at File: /source/casa6/casatools/src/code/imageanalysis/IO/ParameterParser.cc, line: 173 2023-09-07 13:45:53 SEVERE imsmooth::::casa Task imsmooth raised an exception of class RuntimeError with the following message: Invalid channel specification in -18 of spec -18 at File: /source/casa6/casatools/src/code/imageanalysis/IO/ParameterParser.cc, line: 173 2023-09-07 13:45:53 WARN imsmooth::::casa The outfile paramter is empty, consequently the smoothed image will be 2023-09-07 13:45:53 WARN imsmooth::::casa+ saved on disk in file, imsmooth_results.im 2023-09-07 13:45:53 SEVERE regionmanager::frombcs Exception Reported: Exception: Zero-based max channel 45 must be less than the total number of channels (40) in the channel specification 45. 2023-09-07 13:45:53 SEVERE regionmanager::frombcs+ ... thrown by static std::vector casa::ParameterParser::spectralRangesFromChans(casacore::uInt&, const casacore::String&, casacore::uInt) at File: /source/casa6/casatools/src/code/imageanalysis/IO/ParameterParser.cc, line: 183 2023-09-07 13:45:53 SEVERE imsmooth::::casa Task imsmooth raised an exception of class RuntimeError with the following message: Exception: Zero-based max channel 45 must be less than the total number of channels (40) in the channel specification 45. 2023-09-07 13:45:53 SEVERE imsmooth::::casa+ ... thrown by static std::vector casa::ParameterParser::spectralRangesFromChans(casacore::uInt&, const casacore::String&, casacore::uInt) at File: /source/casa6/casatools/src/code/imageanalysis/IO/ParameterParser.cc, line: 183 2023-09-07 13:45:53 WARN imsmooth::::casa The outfile paramter is empty, consequently the smoothed image will be 2023-09-07 13:45:53 WARN imsmooth::::casa+ saved on disk in file, imsmooth_results.im 2023-09-07 13:45:53 SEVERE regionmanager::frombcs Exception Reported: Exception: Zero-based max channel 40 must be less than the total number of channels (40) in the channel specification 40. 2023-09-07 13:45:53 SEVERE regionmanager::frombcs+ ... thrown by static std::vector casa::ParameterParser::spectralRangesFromChans(casacore::uInt&, const casacore::String&, casacore::uInt) at File: /source/casa6/casatools/src/code/imageanalysis/IO/ParameterParser.cc, line: 183 2023-09-07 13:45:53 SEVERE imsmooth::::casa Task imsmooth raised an exception of class RuntimeError with the following message: Exception: Zero-based max channel 40 must be less than the total number of channels (40) in the channel specification 40. 2023-09-07 13:45:53 SEVERE imsmooth::::casa+ ... thrown by static std::vector casa::ParameterParser::spectralRangesFromChans(casacore::uInt&, const casacore::String&, casacore::uInt) at File: /source/casa6/casatools/src/code/imageanalysis/IO/ParameterParser.cc, line: 183 2023-09-07 13:45:55 WARN imsmooth::::casa The STOKES parameter tests will cause errors to occur, do not be alarmed 2023-09-07 13:45:55 WARN imsmooth::::casa The outfile paramter is empty, consequently the smoothed image will be 2023-09-07 13:45:55 WARN imsmooth::::casa+ saved on disk in file, imsmooth_results.im 2023-09-07 13:45:55 SEVERE regionmanager::frombcs Exception Reported: LCBox::LCBox - blc [0, 0, 0, 0] must be <= trc [511, 511, -2147483648, 39] 2023-09-07 13:45:55 SEVERE imsmooth::::casa Task imsmooth raised an exception of class RuntimeError with the following message: LCBox::LCBox - blc [0, 0, 0, 0] must be <= trc [511, 511, -2147483648, 39] 2023-09-07 13:45:55 WARN imsmooth::::casa The outfile paramter is empty, consequently the smoothed image will be 2023-09-07 13:45:55 WARN imsmooth::::casa+ saved on disk in file, imsmooth_results.im 2023-09-07 13:45:55 SEVERE CasacRegionManager::_setPolarizationRanges (Sub)String YELLOW in stokes specification part YELLOW does not match a known polarization. 2023-09-07 13:45:55 SEVERE regionmanager::frombcs Exception Reported: 2023-09-07 13:45:55 SEVERE CasacRegionManager::_setPolarizationRanges (Sub)String YELLOW in stokes specification part YELLOW does not match a known polarization. 2023-09-07 13:45:55 SEVERE imsmooth::::casa Task imsmooth raised an exception of class RuntimeError with the following message: 2023-09-07 13:45:55 SEVERE CasacRegionManager::_setPolarizationRanges (Sub)String YELLOW in stokes specification part YELLOW does not match a known polarization. Imsmooth: Testing INPUT/OUTPUT tests PASSED test_task_imsmooth.py::imsmooth_test::test_multibeam Test per plane beams PASSED test_task_imsmooth.py::imsmooth_test::test_overwrite 2023-09-07 13:46:00 SEVERE imsmooth::ImageInputProcessor::_process Replaceable flag is false and there is already a file or directory named imsmooth_test_overwrite.im so the output image will not be written 2023-09-07 13:46:00 SEVERE imsmooth::image::_convolve2d (file src/tools/image/image_cmpt.cc, line 1212) Exception Reported: 2023-09-07 13:46:00 SEVERE imsmooth::ImageInputProcessor::_process Replaceable flag is false and there is already a file or directory named imsmooth_test_overwrite.im so the output image will not be written 2023-09-07 13:46:00 SEVERE imsmooth::::casa Task imsmooth raised an exception of class RuntimeError with the following message: 2023-09-07 13:46:00 SEVERE imsmooth::ImageInputProcessor::_process Replaceable flag is false and there is already a file or directory named imsmooth_test_overwrite.im so the output image will not be written test overwrite parameter PASSED test_task_imsmooth.py::imsmooth_test::test_region Imsmooth: Region selection correction test PASSED test_task_imsmooth.py::imsmooth_test::test_smooth Imsmooth: Testing correctness PASSED test_task_imsmooth.py::imsmooth_test::test_stretch 2023-09-07 13:46:10 WARN imsmooth::::casa The outfile paramter is empty, consequently the smoothed image will be 2023-09-07 13:46:10 WARN imsmooth::::casa+ saved on disk in file, imsmooth_results.im 2023-09-07 13:46:10 SEVERE image::_convolve2d (file src/tools/image/image_cmpt.cc, line 1212) Exception Reported: The input image shape ([200, 200, 1, 20]) and mask shape ([200, 200, 1, 1]) are different, and it was specified that the mask should not be extended, so the mask cannot be applied to the (sub)image. Specifying that the mask should be extended may resolve the issue at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/SubImageFactory.tcc, line: 306 2023-09-07 13:46:10 SEVERE imsmooth::::casa Task imsmooth raised an exception of class RuntimeError with the following message: The input image shape ([200, 200, 1, 20]) and mask shape ([200, 200, 1, 1]) are different, and it was specified that the mask should not be extended, so the mask cannot be applied to the (sub)image. Specifying that the mask should be extended may resolve the issue at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/SubImageFactory.tcc, line: 306 2023-09-07 13:46:10 WARN imsmooth::::casa The outfile paramter is empty, consequently the smoothed image will be 2023-09-07 13:46:10 WARN imsmooth::::casa+ saved on disk in file, imsmooth_results.im 2023-09-07 13:46:10 WARN Image2DConvolver::_dealWithRestoringBeam Convolving kernel has minor axis 2 arcsec which is less than the pixel diagonal length of 84.8528 arcsec. Thus, the kernel is poorly sampled, and so the output of this application may not be what you expect. You should consider increasing the kernel size or regridding the image to a smaller pixel size imsmooth(): Test stretch parameter PASSED test_task_imsmooth.py::imsmooth_test::test_targetres 2023-09-07 13:46:15 WARN image::open (file src/tools/image/image_cmpt.cc, line 4208) Another image is already open, closing first 2023-09-07 13:46:16 WARN image::open (file src/tools/image/image_cmpt.cc, line 4208) Another image is already open, closing first 2023-09-07 13:46:16 WARN BeamManipulator::set This image has per plane beamsbut no plane (channel/polarization) was specified. All beams will be set equal to the specified beam. 2023-09-07 13:46:16 SEVERE imsmooth::image::_convolve2d (file src/tools/image/image_cmpt.cc, line 1212) Exception Reported: Unable to reach target resolution of major: 5.99 arcsec, minor: 2.99 arcsec, pa: 0 deg Input image beam major: 6 arcsec, minor: 3 arcsec, pa: 0 deg is (nearly) identical to or larger than the output beam size at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/Image2DConvolver.tcc, line: 104 2023-09-07 13:46:16 SEVERE imsmooth::::casa Task imsmooth raised an exception of class RuntimeError with the following message: Unable to reach target resolution of major: 5.99 arcsec, minor: 2.99 arcsec, pa: 0 deg Input image beam major: 6 arcsec, minor: 3 arcsec, pa: 0 deg is (nearly) identical to or larger than the output beam size at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/Image2DConvolver.tcc, line: 104 2023-09-07 13:46:17 WARN imsmooth::Image2DConvolver::_dealWithRestoringBeam Fitted restoring beam is major: 3.09313 arcsec, minor: 3.03335 arcsec, pa: 80.8725 deg, but putting requested target resolution beam major: 3.2 arcsec, minor: 3.1 arcsec, pa: 60 deg in the image metadata. Both beams may be considered consistent with the convolution result. Test targetres parameter PASSED - generated xml file: /home/casatest/casa6/casatestutils/nosedir/xml/test_task_imsmooth/nose.xml - ======================= 13 passed, 2 warnings in 40.85s ======================== ============================= test session starts ============================== platform linux -- Python 3.8.7, pytest-7.4.1, pluggy-1.3.0 -- /usr/local/bin/python3.8 cachedir: .pytest_cache rootdir: /home/casatest/casa6/casatestutils/nosedir/test_task_imrebin configfile: pytest.ini collecting ... collected 21 items test_task_imrebin.py::imrebin_test::test_axisRemain test_axisRemain ----------------- Check that if the number of elements in the factors array is fewer than the number of axes then the remaining axes are not rebinned PASSED test_task_imrebin.py::imrebin_test::test_box Test use of box PASSED test_task_imrebin.py::imrebin_test::test_chans test_chans ------------ Check that the channel selection paramter properly selects a subset of the data PASSED test_task_imrebin.py::imrebin_test::test_compValue test_compValue ---------------- Check that the task support images with complex values TODO come back to this one to make sure the complex component isn't being discarded PASSED test_task_imrebin.py::imrebin_test::test_crop Test crop parameter PASSED test_task_imrebin.py::imrebin_test::test_dropDeg test_dropDeg -------------- Check that degenerate axis are dropped PASSED test_task_imrebin.py::imrebin_test::test_dropdeg Test dropdeg parameter PASSED test_task_imrebin.py::imrebin_test::test_dropdeg2 axes that become degenerate when regridded are dropped if dropdeg=True: CAS-5836 PASSED test_task_imrebin.py::imrebin_test::test_factor 2023-09-07 13:46:26 SEVERE imrebin::image::rebin Exception Reported: Exception: Rebinning factor vector cannot be empty. 2023-09-07 13:46:26 SEVERE imrebin::image::rebin+ ... thrown by void casa::ImageRebinner::setFactors(const casacore::Vector&) [with T = float] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageRebinner.tcc, line: 19 2023-09-07 13:46:26 SEVERE imrebin::::casa Task imrebin raised an exception of class RuntimeError with the following message: Exception: Rebinning factor vector cannot be empty. 2023-09-07 13:46:26 SEVERE imrebin::::casa+ ... thrown by void casa::ImageRebinner::setFactors(const casacore::Vector&) [with T = float] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageRebinner.tcc, line: 19 2023-09-07 13:46:26 SEVERE imrebin::image::rebin Exception Reported: Exception: Factor vector length must be less than or equal to the number of input image axes. 2023-09-07 13:46:26 SEVERE imrebin::image::rebin+ ... thrown by void casa::ImageRebinner::setFactors(const casacore::Vector&) [with T = float] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageRebinner.tcc, line: 33 2023-09-07 13:46:26 SEVERE imrebin::::casa Task imrebin raised an exception of class RuntimeError with the following message: Exception: Factor vector length must be less than or equal to the number of input image axes. 2023-09-07 13:46:26 SEVERE imrebin::::casa+ ... thrown by void casa::ImageRebinner::setFactors(const casacore::Vector&) [with T = float] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageRebinner.tcc, line: 33 2023-09-07 13:46:26 SEVERE imrebin::::casa Task imrebin raised an exception of class RuntimeError with the following message: Exception: All binning factors must be positive.. 2023-09-07 13:46:26 SEVERE imrebin::::casa+ ... thrown by casac::image* casac::image::rebin(const string&, const std::vector&, const casac::variant&, const casac::variant&, bool, bool, bool, bool) at File: src/tools/image/image_cmpt.cc, line: 4940 2023-09-07 13:46:26 SEVERE imrebin::image::rebin Exception Reported: Exception: All rebinning factors are 1, which means rebinning cannot occur. 2023-09-07 13:46:26 SEVERE imrebin::image::rebin+ ... thrown by void casa::ImageRebinner::setFactors(const casacore::Vector&) [with T = float] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageRebinner.tcc, line: 27 2023-09-07 13:46:26 SEVERE imrebin::::casa Task imrebin raised an exception of class RuntimeError with the following message: Exception: All rebinning factors are 1, which means rebinning cannot occur. 2023-09-07 13:46:26 SEVERE imrebin::::casa+ ... thrown by void casa::ImageRebinner::setFactors(const casacore::Vector&) [with T = float] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageRebinner.tcc, line: 27 test_factor ------------- Check that the factors array must contain at least one element, and fewer than (or equal to) the number of input image axes. All these values must be positive. PASSED test_task_imrebin.py::imrebin_test::test_floatValue test_floatValue ----------------- Check that the task supports images with float values PASSED test_task_imrebin.py::imrebin_test::test_general 2023-09-07 13:46:26 SEVERE imrebin::::casa Task imrebin raised an exception of class RuntimeError with the following message: Exception: All binning factors must be positive.. 2023-09-07 13:46:26 SEVERE imrebin::::casa+ ... thrown by casac::image* casac::image::rebin(const string&, const std::vector&, const casac::variant&, const casac::variant&, bool, bool, bool, bool) at File: src/tools/image/image_cmpt.cc, line: 4940 ia.rebin(): General tests PASSED test_task_imrebin.py::imrebin_test::test_history Test history writing PASSED test_task_imrebin.py::imrebin_test::test_mask test_mask ----------- Check that the mask parameter masks the correct areas based on the selection made 0.0 PASSED test_task_imrebin.py::imrebin_test::test_multibeam 2023-09-07 13:46:28 SEVERE imrebin::ImageInputProcessor::_process Replaceable flag is false and there is already a file or directory named dx.im so the output image will not be written 2023-09-07 13:46:28 SEVERE imrebin::image::rebin Exception Reported: 2023-09-07 13:46:28 SEVERE imrebin::ImageInputProcessor::_process Replaceable flag is false and there is already a file or directory named dx.im so the output image will not be written 2023-09-07 13:46:28 SEVERE imrebin::::casa Task imrebin raised an exception of class RuntimeError with the following message: 2023-09-07 13:46:28 SEVERE imrebin::ImageInputProcessor::_process Replaceable flag is false and there is already a file or directory named dx.im so the output image will not be written Test multiple beams PASSED test_task_imrebin.py::imrebin_test::test_newsize test_newsize -------------- Check that the new image is downscaled in size by the appropriate factor 10 5 PASSED test_task_imrebin.py::imrebin_test::test_outAverage test_outAverage ----------------- Check that the Output pixel values are the average of the input pixel values PASSED test_task_imrebin.py::imrebin_test::test_overwrite 2023-09-07 13:46:29 SEVERE imrebin::ImageInputProcessor::_process Replaceable flag is false and there is already a file or directory named rebinned.im so the output image will not be written 2023-09-07 13:46:29 SEVERE imrebin::image::rebin Exception Reported: 2023-09-07 13:46:29 SEVERE imrebin::ImageInputProcessor::_process Replaceable flag is false and there is already a file or directory named rebinned.im so the output image will not be written 2023-09-07 13:46:29 SEVERE imrebin::::casa Task imrebin raised an exception of class RuntimeError with the following message: 2023-09-07 13:46:29 SEVERE imrebin::ImageInputProcessor::_process Replaceable flag is false and there is already a file or directory named rebinned.im so the output image will not be written test_overwrite ---------------- Check that overwrite = True is required to overwrite the output file PASSED test_task_imrebin.py::imrebin_test::test_polNoRebin 2023-09-07 13:46:30 SEVERE imrebin::image::rebin Exception Reported: Exception: A polarization axis cannot be rebinned. 2023-09-07 13:46:30 SEVERE imrebin::image::rebin+ ... thrown by void casa::ImageRebinner::setFactors(const casacore::Vector&) [with T = float] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageRebinner.tcc, line: 52 2023-09-07 13:46:30 SEVERE imrebin::::casa Task imrebin raised an exception of class RuntimeError with the following message: Exception: A polarization axis cannot be rebinned. 2023-09-07 13:46:30 SEVERE imrebin::::casa+ ... thrown by void casa::ImageRebinner::setFactors(const casacore::Vector&) [with T = float] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageRebinner.tcc, line: 52 test_polNoRebin ----------------- Check that the polarization axis cannot be rebinned PASSED test_task_imrebin.py::imrebin_test::test_region test_region ------------- Check that the region parameter selects the region to be rebinned PASSED test_task_imrebin.py::imrebin_test::test_stokes test_stokes ------------- Check that the stokes selection parameter properly selects a subset of the data PASSED test_task_imrebin.py::imrebin_test::test_stretch 2023-09-07 13:46:31 SEVERE imrebin::image::rebin Exception Reported: The input image shape ([200, 200, 1, 10]) and mask shape ([200, 200, 1, 1]) are different, and it was specified that the mask should not be extended, so the mask cannot be applied to the (sub)image. Specifying that the mask should be extended may resolve the issue at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/SubImageFactory.tcc, line: 306 2023-09-07 13:46:31 SEVERE imrebin::::casa Task imrebin raised an exception of class RuntimeError with the following message: The input image shape ([200, 200, 1, 10]) and mask shape ([200, 200, 1, 1]) are different, and it was specified that the mask should not be extended, so the mask cannot be applied to the (sub)image. Specifying that the mask should be extended may resolve the issue at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/SubImageFactory.tcc, line: 306 ia.rebin(): Test stretch parameter PASSED - generated xml file: /home/casatest/casa6/casatestutils/nosedir/xml/test_task_imrebin/nose.xml - ======================= 21 passed, 2 warnings in 13.92s ======================== ============================= test session starts ============================== platform linux -- Python 3.8.7, pytest-7.4.1, pluggy-1.3.0 -- /usr/local/bin/python3.8 cachedir: .pytest_cache rootdir: /home/casatest/casa6/casatestutils/nosedir/test_task_partition configfile: pytest.ini collecting ... collected 30 items test_task_partition.py::partition_test1::test_default_scan 2023-09-07 13:46:36 WARN MSTransformDataHandler::copySource Invalid SOURCE ID in SOURCE table row 3 2023-09-07 13:46:36 WARN MSTransformDataHandler::copySource Invalid SOURCE ID in SOURCE table row 4 2023-09-07 13:46:38 WARN MSTransformDataHandler::copySource Invalid SOURCE ID in SOURCE table row 3 2023-09-07 13:46:38 WARN MSTransformDataHandler::copySource Invalid SOURCE ID in SOURCE table row 4 2023-09-07 13:46:41 WARN MSTransformDataHandler::copySource Invalid SOURCE ID in SOURCE table row 3 2023-09-07 13:46:41 WARN MSTransformDataHandler::copySource Invalid SOURCE ID in SOURCE table row 4 2023-09-07 13:46:44 WARN MSTransformDataHandler::copySource Invalid SOURCE ID in SOURCE table row 3 2023-09-07 13:46:44 WARN MSTransformDataHandler::copySource Invalid SOURCE ID in SOURCE table row 4 2023-09-07 13:46:46 WARN MSTransformDataHandler::copySource Invalid SOURCE ID in SOURCE table row 3 2023-09-07 13:46:46 WARN MSTransformDataHandler::copySource Invalid SOURCE ID in SOURCE table row 4 2023-09-07 13:46:49 WARN MSTransformDataHandler::copySource Invalid SOURCE ID in SOURCE table row 3 2023-09-07 13:46:49 WARN MSTransformDataHandler::copySource Invalid SOURCE ID in SOURCE table row 4 2023-09-07 13:46:52 WARN MSTransformDataHandler::copySource Invalid SOURCE ID in SOURCE table row 3 2023-09-07 13:46:52 WARN MSTransformDataHandler::copySource Invalid SOURCE ID in SOURCE table row 4 2023-09-07 13:46:55 WARN MSTransformDataHandler::copySource Invalid SOURCE ID in SOURCE table row 3 2023-09-07 13:46:55 WARN MSTransformDataHandler::copySource Invalid SOURCE ID in SOURCE table row 4 Partition: create an MMS with default values and axis=scan Testing column UVW Column UVW PASSED Testing column SIGMA Column SIGMA PASSED Testing column ANTENNA1 Column ANTENNA1 PASSED Testing column ANTENNA2 Column ANTENNA2 PASSED Testing column ARRAY_ID Column ARRAY_ID PASSED Testing column DATA_DESC_ID Column DATA_DESC_ID PASSED Testing column EXPOSURE Column EXPOSURE PASSED Testing column FEED1 Column FEED1 PASSED Testing column FEED2 Column FEED2 PASSED Testing column FIELD_ID Column FIELD_ID PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column OBSERVATION_ID Column OBSERVATION_ID PASSED Testing column PROCESSOR_ID Column PROCESSOR_ID PASSED Testing column SCAN_NUMBER Column SCAN_NUMBER PASSED Testing column STATE_ID Column STATE_ID PASSED Testing column TIME Column TIME PASSED Column DATA of ms_sorted.ms and mms_sorted.ms agree PASSED test_task_partition.py::partition_test1::test_model_keys 2023-09-07 13:47:38 SEVERE open::ngc4826.ms/MODEL_DATA Exception Reported: Table ngc4826.ms/MODEL_DATA does not exist 2023-09-07 13:47:40 WARN ParallelDataHelper::getPartitionMap::casa Number of subMSs (8) is greater than available scan,ddi pairs (3), setting nsubms to 3 2023-09-07 13:47:41 WARN MSTransformDataHandler::copySource Invalid SOURCE ID in SOURCE table row 3 2023-09-07 13:47:41 WARN MSTransformDataHandler::copySource Invalid SOURCE ID in SOURCE table row 4 2023-09-07 13:47:43 WARN MSTransformDataHandler::copySource Invalid SOURCE ID in SOURCE table row 3 2023-09-07 13:47:43 WARN MSTransformDataHandler::copySource Invalid SOURCE ID in SOURCE table row 4 2023-09-07 13:47:45 WARN MSTransformDataHandler::copySource Invalid SOURCE ID in SOURCE table row 3 2023-09-07 13:47:45 WARN MSTransformDataHandler::copySource Invalid SOURCE ID in SOURCE table row 4 2023-09-07 13:47:48 SEVERE open::ngc4826.mms/MODEL_DATA Exception Reported: Table ngc4826.mms/MODEL_DATA does not exist partition: CAS-4398, handle the MODEL keywords correctly MS is already around, no need to copy it. *** Check that MODEL_DATA is not present in MS first *** Expected exception. "Table ngc4826.ms/MODEL_DATA does not exist" Check the SOURCE_MODEL columns.... *** Expected exception. "Table ngc4826.mms/MODEL_DATA does not exist" PASSED test_task_partition.py::partition_test1::test_nomms 2023-09-07 13:47:49 WARN MSTransformDataHandler::copySource Invalid SOURCE ID in SOURCE table row 3 2023-09-07 13:47:49 WARN MSTransformDataHandler::copySource Invalid SOURCE ID in SOURCE table row 4 Partition: Create a normal MS with createmms=False MS is already around, no need to copy it. Testing column UVW Column UVW PASSED Testing column SIGMA Column SIGMA PASSED Testing column ANTENNA1 Column ANTENNA1 PASSED Testing column ANTENNA2 Column ANTENNA2 PASSED Testing column ARRAY_ID Column ARRAY_ID PASSED Testing column DATA_DESC_ID Column DATA_DESC_ID PASSED Testing column EXPOSURE Column EXPOSURE PASSED Testing column FEED1 Column FEED1 PASSED Testing column FEED2 Column FEED2 PASSED Testing column FIELD_ID Column FIELD_ID PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column OBSERVATION_ID Column OBSERVATION_ID PASSED Testing column PROCESSOR_ID Column PROCESSOR_ID PASSED Testing column SCAN_NUMBER Column SCAN_NUMBER PASSED Testing column STATE_ID Column STATE_ID PASSED Testing column TIME Column TIME PASSED Testing column TIME_CENTROID Column TIME_CENTROID PASSED Column DATA of ms_sorted.ms and mms_sorted.ms agree PASSED test_task_partition.py::partition_test1::test_scan_selection 2023-09-07 13:48:27 WARN MSTransformDataHandler::copySource Invalid SOURCE ID in SOURCE table row 3 2023-09-07 13:48:27 WARN MSTransformDataHandler::copySource Invalid SOURCE ID in SOURCE table row 4 2023-09-07 13:48:30 WARN MSTransformDataHandler::copySource Invalid SOURCE ID in SOURCE table row 3 2023-09-07 13:48:30 WARN MSTransformDataHandler::copySource Invalid SOURCE ID in SOURCE table row 4 2023-09-07 13:48:33 WARN MSTransformDataHandler::copySource Invalid SOURCE ID in SOURCE table row 3 2023-09-07 13:48:33 WARN MSTransformDataHandler::copySource Invalid SOURCE ID in SOURCE table row 4 2023-09-07 13:48:35 WARN MSTransformDataHandler::copySource Invalid SOURCE ID in SOURCE table row 3 2023-09-07 13:48:35 WARN MSTransformDataHandler::copySource Invalid SOURCE ID in SOURCE table row 4 Partition: create an MMS using scan selection MS is already around, no need to copy it. PASSED test_task_partition.py::partition_test1::test_spw_selection 2023-09-07 13:48:41 WARN MSTransformDataHandler::copySource Invalid SOURCE ID in SOURCE table row 3 2023-09-07 13:48:41 WARN MSTransformDataHandler::copySource Invalid SOURCE ID in SOURCE table row 4 2023-09-07 13:48:44 WARN MSTransformDataHandler::copySource Invalid SOURCE ID in SOURCE table row 3 2023-09-07 13:48:44 WARN MSTransformDataHandler::copySource Invalid SOURCE ID in SOURCE table row 4 Partition: create an MMS separated by spws with spw=2,4 selection MS is already around, no need to copy it. PASSED test_task_partition.py::partition_test1::test_spw_separation 2023-09-07 13:48:51 WARN MSTransformDataHandler::copySource Invalid SOURCE ID in SOURCE table row 3 2023-09-07 13:48:51 WARN MSTransformDataHandler::copySource Invalid SOURCE ID in SOURCE table row 4 2023-09-07 13:48:54 WARN MSTransformDataHandler::copySource Invalid SOURCE ID in SOURCE table row 3 2023-09-07 13:48:54 WARN MSTransformDataHandler::copySource Invalid SOURCE ID in SOURCE table row 4 2023-09-07 13:48:57 WARN MSTransformDataHandler::copySource Invalid SOURCE ID in SOURCE table row 3 2023-09-07 13:48:57 WARN MSTransformDataHandler::copySource Invalid SOURCE ID in SOURCE table row 4 2023-09-07 13:48:59 WARN MSTransformDataHandler::copySource Invalid SOURCE ID in SOURCE table row 3 2023-09-07 13:48:59 WARN MSTransformDataHandler::copySource Invalid SOURCE ID in SOURCE table row 4 Partition: create an MMS separated by spws with observation selection MS is already around, no need to copy it. PASSED test_task_partition.py::partition_test2::test_all_columns Partition: datacolumn=all PASSED test_task_partition.py::partition_test2::test_baseline_partition partition: create an MMS per baseline for an interferometry MS MS is already around, no need to copy it. PASSED test_task_partition.py::partition_test2::test_channels1 partition: create MMS with spw separation and channel selections MS is already around, no need to copy it. PASSED test_task_partition.py::partition_test2::test_channels2 2023-09-07 13:50:24 WARN ParallelDataHelper::getPartitionMap::casa Number of subMSs (8) is greater than available scan,ddi pairs (4), setting nsubms to 4 partition: create MMS with spw/scan separation and channel selections MS is already around, no need to copy it. PASSED test_task_partition.py::partition_test2::test_channels3 partition: verify spw sub-table consolidation MS is already around, no need to copy it. PASSED test_task_partition.py::partition_test2::test_default Partition: create an MMS with default values in parallel MS is already around, no need to copy it. Testing column UVW Column UVW PASSED Testing column WEIGHT Column WEIGHT PASSED Testing column SIGMA Column SIGMA PASSED Testing column ANTENNA1 Column ANTENNA1 PASSED Testing column ANTENNA2 Column ANTENNA2 PASSED Testing column ARRAY_ID Column ARRAY_ID PASSED Testing column DATA_DESC_ID Column DATA_DESC_ID PASSED Testing column EXPOSURE Column EXPOSURE PASSED Testing column FEED1 Column FEED1 PASSED Testing column FEED2 Column FEED2 PASSED Testing column FIELD_ID Column FIELD_ID PASSED Testing column FLAG_ROW Column FLAG_ROW PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column OBSERVATION_ID Column OBSERVATION_ID PASSED Testing column PROCESSOR_ID Column PROCESSOR_ID PASSED Testing column SCAN_NUMBER Column SCAN_NUMBER PASSED Testing column STATE_ID Column STATE_ID PASSED Testing column TIME Column TIME PASSED Column DATA of ms_sorted.ms and mms_sorted.ms agree PASSED test_task_partition.py::partition_test2::test_default_sequential Partition: create an MMS with default values in sequential MS is already around, no need to copy it. PASSED test_task_partition.py::partition_test2::test_flagsrestore 2023-09-07 13:53:14 SEVERE agentflagger:: (file src/tools/agentflagger/agentflagger_cmpt.cc, line 35) Exception Reported: MSSelectionNullSelection : The selected table has zero rows. 2023-09-07 13:53:14 SEVERE flagdata::::casa Task flagdata raised an exception of class RuntimeError with the following message: MSSelectionNullSelection : The selected table has zero rows. 2023-09-07 13:53:14 SEVERE agentflagger:: (file src/tools/agentflagger/agentflagger_cmpt.cc, line 35) Exception Reported: MSSelectionNullSelection : The selected table has zero rows. 2023-09-07 13:53:14 SEVERE flagdata::::casa Task flagdata raised an exception of class RuntimeError with the following message: MSSelectionNullSelection : The selected table has zero rows. 2023-09-07 13:53:14 SEVERE agentflagger:: (file src/tools/agentflagger/agentflagger_cmpt.cc, line 35) Exception Reported: MSSelectionNullSelection : The selected table has zero rows. 2023-09-07 13:53:14 SEVERE flagdata::::casa Task flagdata raised an exception of class RuntimeError with the following message: MSSelectionNullSelection : The selected table has zero rows. 2023-09-07 13:53:14 SEVERE agentflagger:: (file src/tools/agentflagger/agentflagger_cmpt.cc, line 35) Exception Reported: MSSelectionNullSelection : The selected table has zero rows. 2023-09-07 13:53:14 SEVERE flagdata::::casa Task flagdata raised an exception of class RuntimeError with the following message: MSSelectionNullSelection : The selected table has zero rows. 2023-09-07 13:53:14 SEVERE agentflagger:: (file src/tools/agentflagger/agentflagger_cmpt.cc, line 35) Exception Reported: MSSelectionNullSelection : The selected table has zero rows. 2023-09-07 13:53:14 SEVERE flagdata::::casa Task flagdata raised an exception of class RuntimeError with the following message: MSSelectionNullSelection : The selected table has zero rows. 2023-09-07 13:53:15 SEVERE agentflagger:: (file src/tools/agentflagger/agentflagger_cmpt.cc, line 35) Exception Reported: MSSelectionNullSelection : The selected table has zero rows. 2023-09-07 13:53:15 SEVERE flagdata::::casa Task flagdata raised an exception of class RuntimeError with the following message: MSSelectionNullSelection : The selected table has zero rows. 2023-09-07 13:53:15 SEVERE agentflagger:: (file src/tools/agentflagger/agentflagger_cmpt.cc, line 35) Exception Reported: MSSelectionNullSelection : The selected table has zero rows. 2023-09-07 13:53:15 SEVERE flagdata::::casa Task flagdata raised an exception of class RuntimeError with the following message: MSSelectionNullSelection : The selected table has zero rows. 2023-09-07 13:53:15 SEVERE agentflagger:: (file src/tools/agentflagger/agentflagger_cmpt.cc, line 35) Exception Reported: MSSelectionNullSelection : The selected table has zero rows. 2023-09-07 13:53:15 SEVERE flagdata::::casa Task flagdata raised an exception of class RuntimeError with the following message: MSSelectionNullSelection : The selected table has zero rows. 2023-09-07 13:53:15 SEVERE agentflagger:: (file src/tools/agentflagger/agentflagger_cmpt.cc, line 35) Exception Reported: MSSelectionNullSelection : The selected table has zero rows. 2023-09-07 13:53:15 SEVERE flagdata::::casa Task flagdata raised an exception of class RuntimeError with the following message: MSSelectionNullSelection : The selected table has zero rows. 2023-09-07 13:53:15 SEVERE agentflagger:: (file src/tools/agentflagger/agentflagger_cmpt.cc, line 35) Exception Reported: MSSelectionNullSelection : The selected table has zero rows. 2023-09-07 13:53:15 SEVERE flagdata::::casa Task flagdata raised an exception of class RuntimeError with the following message: MSSelectionNullSelection : The selected table has zero rows. 2023-09-07 13:53:15 SEVERE agentflagger:: (file src/tools/agentflagger/agentflagger_cmpt.cc, line 35) Exception Reported: MSSelectionNullSelection : The selected table has zero rows. 2023-09-07 13:53:15 SEVERE flagdata::::casa Task flagdata raised an exception of class RuntimeError with the following message: MSSelectionNullSelection : The selected table has zero rows. 2023-09-07 13:53:15 SEVERE agentflagger:: (file src/tools/agentflagger/agentflagger_cmpt.cc, line 35) Exception Reported: MSSelectionNullSelection : The selected table has zero rows. 2023-09-07 13:53:15 SEVERE flagdata::::casa Task flagdata raised an exception of class RuntimeError with the following message: MSSelectionNullSelection : The selected table has zero rows. 2023-09-07 13:53:16 WARN ParallelTaskHelper::consolidateResults::casa ***** consolidateResults, subMS: {'antenna': {'ea01': {'flagged': 69120.0, 'total': 274944.0}, 'ea11': {'flagged': 69120.0, 'total': 274944.0}, 'ea19': {'flagged': 69120.0, 'total': 274944.0}, 'ea24': {'flagged': 69120.0, 'total': 274944.0}}, 'array': {'0': {'flagged': 138240.0, 'total': 549888.0}}, 'correlation': {'LL': {'flagged': 34560.0, 'total': 137472.0}, 'LR': {'flagged': 34560.0, 'total': 137472.0}, 'RL': {'flagged': 34560.0, 'total': 137472.0}, 'RR': {'flagged': 34560.0, 'total': 137472.0}}, 'field': {'3C286_A': {'flagged': 138240.0, 'total': 549888.0}}, 'flagged': 138240.0, 'name': 'Summary', 'observation': {'0': {'flagged': 138240.0, 'total': 549888.0}}, 'scan': {'30': {'flagged': 0.0, 'total': 273408.0}, '31': {'flagged': 138240.0, 'total': 276480.0}}, 'spw': {'14': {'flagged': 0.0, 'total': 136704.0}, '15': {'flagged': 0.0, 'total': 138240.0}, '8': {'flagged': 0.0, 'total': 136704.0}, '9': {'flagged': 138240.0, 'total': 138240.0}}, 'total': 549888.0, 'type': 'summary'} 2023-09-07 13:53:16 WARN ParallelTaskHelper::consolidateResults::casa ***** consolidateResults, subMS: {'antenna': {'ea01': {'flagged': 68352.0, 'total': 274944.0}, 'ea11': {'flagged': 68352.0, 'total': 274944.0}, 'ea19': {'flagged': 68352.0, 'total': 274944.0}, 'ea24': {'flagged': 68352.0, 'total': 274944.0}}, 'array': {'0': {'flagged': 136704.0, 'total': 549888.0}}, 'correlation': {'LL': {'flagged': 34176.0, 'total': 137472.0}, 'LR': {'flagged': 34176.0, 'total': 137472.0}, 'RL': {'flagged': 34176.0, 'total': 137472.0}, 'RR': {'flagged': 34176.0, 'total': 137472.0}}, 'field': {'3C286_A': {'flagged': 136704.0, 'total': 549888.0}}, 'flagged': 136704.0, 'name': 'Summary', 'observation': {'0': {'flagged': 136704.0, 'total': 549888.0}}, 'scan': {'30': {'flagged': 136704.0, 'total': 273408.0}, '31': {'flagged': 0.0, 'total': 276480.0}}, 'spw': {'14': {'flagged': 0.0, 'total': 138240.0}, '15': {'flagged': 0.0, 'total': 136704.0}, '8': {'flagged': 0.0, 'total': 138240.0}, '9': {'flagged': 136704.0, 'total': 136704.0}}, 'total': 549888.0, 'type': 'summary'} 2023-09-07 13:53:16 WARN ParallelTaskHelper::consolidateResults::casa ***** consolidateResults, subMS: {'antenna': {'ea01': {'flagged': 69120.0, 'total': 274944.0}, 'ea11': {'flagged': 69120.0, 'total': 274944.0}, 'ea19': {'flagged': 69120.0, 'total': 274944.0}, 'ea24': {'flagged': 69120.0, 'total': 274944.0}}, 'array': {'0': {'flagged': 138240.0, 'total': 549888.0}}, 'correlation': {'LL': {'flagged': 34560.0, 'total': 137472.0}, 'LR': {'flagged': 34560.0, 'total': 137472.0}, 'RL': {'flagged': 34560.0, 'total': 137472.0}, 'RR': {'flagged': 34560.0, 'total': 137472.0}}, 'field': {'3C286_A': {'flagged': 138240.0, 'total': 549888.0}}, 'flagged': 138240.0, 'name': 'Summary', 'observation': {'0': {'flagged': 138240.0, 'total': 549888.0}}, 'scan': {'30': {'flagged': 0.0, 'total': 273408.0}, '31': {'flagged': 138240.0, 'total': 276480.0}}, 'spw': {'12': {'flagged': 0.0, 'total': 136704.0}, '13': {'flagged': 0.0, 'total': 138240.0}, '6': {'flagged': 0.0, 'total': 136704.0}, '7': {'flagged': 138240.0, 'total': 138240.0}}, 'total': 549888.0, 'type': 'summary'} 2023-09-07 13:53:16 WARN ParallelTaskHelper::consolidateResults::casa ***** consolidateResults, subMS: {'antenna': {'ea01': {'flagged': 68352.0, 'total': 274944.0}, 'ea11': {'flagged': 68352.0, 'total': 274944.0}, 'ea19': {'flagged': 68352.0, 'total': 274944.0}, 'ea24': {'flagged': 68352.0, 'total': 274944.0}}, 'array': {'0': {'flagged': 136704.0, 'total': 549888.0}}, 'correlation': {'LL': {'flagged': 34176.0, 'total': 137472.0}, 'LR': {'flagged': 34176.0, 'total': 137472.0}, 'RL': {'flagged': 34176.0, 'total': 137472.0}, 'RR': {'flagged': 34176.0, 'total': 137472.0}}, 'field': {'3C286_A': {'flagged': 136704.0, 'total': 549888.0}}, 'flagged': 136704.0, 'name': 'Summary', 'observation': {'0': {'flagged': 136704.0, 'total': 549888.0}}, 'scan': {'30': {'flagged': 136704.0, 'total': 273408.0}, '31': {'flagged': 0.0, 'total': 276480.0}}, 'spw': {'12': {'flagged': 0.0, 'total': 138240.0}, '13': {'flagged': 0.0, 'total': 136704.0}, '6': {'flagged': 0.0, 'total': 138240.0}, '7': {'flagged': 136704.0, 'total': 136704.0}}, 'total': 549888.0, 'type': 'summary'} 2023-09-07 13:53:16 WARN ParallelTaskHelper::consolidateResults::casa ***** consolidateResults, subMS: {'antenna': {'ea01': {'flagged': 0.0, 'total': 274944.0}, 'ea11': {'flagged': 0.0, 'total': 274944.0}, 'ea19': {'flagged': 0.0, 'total': 274944.0}, 'ea24': {'flagged': 0.0, 'total': 274944.0}}, 'array': {'0': {'flagged': 0.0, 'total': 549888.0}}, 'correlation': {'LL': {'flagged': 0.0, 'total': 137472.0}, 'LR': {'flagged': 0.0, 'total': 137472.0}, 'RL': {'flagged': 0.0, 'total': 137472.0}, 'RR': {'flagged': 0.0, 'total': 137472.0}}, 'field': {'3C286_A': {'flagged': 0.0, 'total': 549888.0}}, 'flagged': 0.0, 'name': 'Summary', 'observation': {'0': {'flagged': 0.0, 'total': 549888.0}}, 'scan': {'30': {'flagged': 0.0, 'total': 273408.0}, '31': {'flagged': 0.0, 'total': 276480.0}}, 'spw': {'10': {'flagged': 0.0, 'total': 136704.0}, '11': {'flagged': 0.0, 'total': 138240.0}, '4': {'flagged': 0.0, 'total': 136704.0}, '5': {'flagged': 0.0, 'total': 138240.0}}, 'total': 549888.0, 'type': 'summary'} 2023-09-07 13:53:16 WARN ParallelTaskHelper::consolidateResults::casa ***** consolidateResults, subMS: {'antenna': {'ea01': {'flagged': 0.0, 'total': 274944.0}, 'ea11': {'flagged': 0.0, 'total': 274944.0}, 'ea19': {'flagged': 0.0, 'total': 274944.0}, 'ea24': {'flagged': 0.0, 'total': 274944.0}}, 'array': {'0': {'flagged': 0.0, 'total': 549888.0}}, 'correlation': {'LL': {'flagged': 0.0, 'total': 137472.0}, 'LR': {'flagged': 0.0, 'total': 137472.0}, 'RL': {'flagged': 0.0, 'total': 137472.0}, 'RR': {'flagged': 0.0, 'total': 137472.0}}, 'field': {'3C286_A': {'flagged': 0.0, 'total': 549888.0}}, 'flagged': 0.0, 'name': 'Summary', 'observation': {'0': {'flagged': 0.0, 'total': 549888.0}}, 'scan': {'30': {'flagged': 0.0, 'total': 273408.0}, '31': {'flagged': 0.0, 'total': 276480.0}}, 'spw': {'10': {'flagged': 0.0, 'total': 138240.0}, '11': {'flagged': 0.0, 'total': 136704.0}, '4': {'flagged': 0.0, 'total': 138240.0}, '5': {'flagged': 0.0, 'total': 136704.0}}, 'total': 549888.0, 'type': 'summary'} 2023-09-07 13:53:16 WARN ParallelTaskHelper::consolidateResults::casa ***** consolidateResults, subMS: {'antenna': {'ea01': {'flagged': 0.0, 'total': 274944.0}, 'ea11': {'flagged': 0.0, 'total': 274944.0}, 'ea19': {'flagged': 0.0, 'total': 274944.0}, 'ea24': {'flagged': 0.0, 'total': 274944.0}}, 'array': {'0': {'flagged': 0.0, 'total': 549888.0}}, 'correlation': {'LL': {'flagged': 0.0, 'total': 137472.0}, 'LR': {'flagged': 0.0, 'total': 137472.0}, 'RL': {'flagged': 0.0, 'total': 137472.0}, 'RR': {'flagged': 0.0, 'total': 137472.0}}, 'field': {'3C286_A': {'flagged': 0.0, 'total': 549888.0}}, 'flagged': 0.0, 'name': 'Summary', 'observation': {'0': {'flagged': 0.0, 'total': 549888.0}}, 'scan': {'30': {'flagged': 0.0, 'total': 273408.0}, '31': {'flagged': 0.0, 'total': 276480.0}}, 'spw': {'0': {'flagged': 0.0, 'total': 136704.0}, '1': {'flagged': 0.0, 'total': 138240.0}, '2': {'flagged': 0.0, 'total': 136704.0}, '3': {'flagged': 0.0, 'total': 138240.0}}, 'total': 549888.0, 'type': 'summary'} 2023-09-07 13:53:16 WARN ParallelTaskHelper::consolidateResults::casa ***** consolidateResults, subMS: {'antenna': {'ea01': {'flagged': 0.0, 'total': 274944.0}, 'ea11': {'flagged': 0.0, 'total': 274944.0}, 'ea19': {'flagged': 0.0, 'total': 274944.0}, 'ea24': {'flagged': 0.0, 'total': 274944.0}}, 'array': {'0': {'flagged': 0.0, 'total': 549888.0}}, 'correlation': {'LL': {'flagged': 0.0, 'total': 137472.0}, 'LR': {'flagged': 0.0, 'total': 137472.0}, 'RL': {'flagged': 0.0, 'total': 137472.0}, 'RR': {'flagged': 0.0, 'total': 137472.0}}, 'field': {'3C286_A': {'flagged': 0.0, 'total': 549888.0}}, 'flagged': 0.0, 'name': 'Summary', 'observation': {'0': {'flagged': 0.0, 'total': 549888.0}}, 'scan': {'30': {'flagged': 0.0, 'total': 273408.0}, '31': {'flagged': 0.0, 'total': 276480.0}}, 'spw': {'0': {'flagged': 0.0, 'total': 138240.0}, '1': {'flagged': 0.0, 'total': 136704.0}, '2': {'flagged': 0.0, 'total': 138240.0}, '3': {'flagged': 0.0, 'total': 136704.0}}, 'total': 549888.0, 'type': 'summary'} 2023-09-07 13:53:17 WARN ParallelTaskHelper::consolidateResults::casa ***** consolidateResults, subMS: {'antenna': {'ea01': {'flagged': 0.0, 'total': 274944.0}, 'ea11': {'flagged': 0.0, 'total': 274944.0}, 'ea19': {'flagged': 0.0, 'total': 274944.0}, 'ea24': {'flagged': 0.0, 'total': 274944.0}}, 'array': {'0': {'flagged': 0.0, 'total': 549888.0}}, 'correlation': {'LL': {'flagged': 0.0, 'total': 137472.0}, 'LR': {'flagged': 0.0, 'total': 137472.0}, 'RL': {'flagged': 0.0, 'total': 137472.0}, 'RR': {'flagged': 0.0, 'total': 137472.0}}, 'field': {'3C286_A': {'flagged': 0.0, 'total': 549888.0}}, 'flagged': 0.0, 'name': 'Summary', 'observation': {'0': {'flagged': 0.0, 'total': 549888.0}}, 'scan': {'30': {'flagged': 0.0, 'total': 273408.0}, '31': {'flagged': 0.0, 'total': 276480.0}}, 'spw': {'14': {'flagged': 0.0, 'total': 136704.0}, '15': {'flagged': 0.0, 'total': 138240.0}, '8': {'flagged': 0.0, 'total': 136704.0}, '9': {'flagged': 0.0, 'total': 138240.0}}, 'total': 549888.0, 'type': 'summary'} 2023-09-07 13:53:17 WARN ParallelTaskHelper::consolidateResults::casa ***** consolidateResults, subMS: {'antenna': {'ea01': {'flagged': 0.0, 'total': 274944.0}, 'ea11': {'flagged': 0.0, 'total': 274944.0}, 'ea19': {'flagged': 0.0, 'total': 274944.0}, 'ea24': {'flagged': 0.0, 'total': 274944.0}}, 'array': {'0': {'flagged': 0.0, 'total': 549888.0}}, 'correlation': {'LL': {'flagged': 0.0, 'total': 137472.0}, 'LR': {'flagged': 0.0, 'total': 137472.0}, 'RL': {'flagged': 0.0, 'total': 137472.0}, 'RR': {'flagged': 0.0, 'total': 137472.0}}, 'field': {'3C286_A': {'flagged': 0.0, 'total': 549888.0}}, 'flagged': 0.0, 'name': 'Summary', 'observation': {'0': {'flagged': 0.0, 'total': 549888.0}}, 'scan': {'30': {'flagged': 0.0, 'total': 273408.0}, '31': {'flagged': 0.0, 'total': 276480.0}}, 'spw': {'14': {'flagged': 0.0, 'total': 138240.0}, '15': {'flagged': 0.0, 'total': 136704.0}, '8': {'flagged': 0.0, 'total': 138240.0}, '9': {'flagged': 0.0, 'total': 136704.0}}, 'total': 549888.0, 'type': 'summary'} 2023-09-07 13:53:17 WARN ParallelTaskHelper::consolidateResults::casa ***** consolidateResults, subMS: {'antenna': {'ea01': {'flagged': 0.0, 'total': 274944.0}, 'ea11': {'flagged': 0.0, 'total': 274944.0}, 'ea19': {'flagged': 0.0, 'total': 274944.0}, 'ea24': {'flagged': 0.0, 'total': 274944.0}}, 'array': {'0': {'flagged': 0.0, 'total': 549888.0}}, 'correlation': {'LL': {'flagged': 0.0, 'total': 137472.0}, 'LR': {'flagged': 0.0, 'total': 137472.0}, 'RL': {'flagged': 0.0, 'total': 137472.0}, 'RR': {'flagged': 0.0, 'total': 137472.0}}, 'field': {'3C286_A': {'flagged': 0.0, 'total': 549888.0}}, 'flagged': 0.0, 'name': 'Summary', 'observation': {'0': {'flagged': 0.0, 'total': 549888.0}}, 'scan': {'30': {'flagged': 0.0, 'total': 273408.0}, '31': {'flagged': 0.0, 'total': 276480.0}}, 'spw': {'12': {'flagged': 0.0, 'total': 136704.0}, '13': {'flagged': 0.0, 'total': 138240.0}, '6': {'flagged': 0.0, 'total': 136704.0}, '7': {'flagged': 0.0, 'total': 138240.0}}, 'total': 549888.0, 'type': 'summary'} 2023-09-07 13:53:17 WARN ParallelTaskHelper::consolidateResults::casa ***** consolidateResults, subMS: {'antenna': {'ea01': {'flagged': 0.0, 'total': 274944.0}, 'ea11': {'flagged': 0.0, 'total': 274944.0}, 'ea19': {'flagged': 0.0, 'total': 274944.0}, 'ea24': {'flagged': 0.0, 'total': 274944.0}}, 'array': {'0': {'flagged': 0.0, 'total': 549888.0}}, 'correlation': {'LL': {'flagged': 0.0, 'total': 137472.0}, 'LR': {'flagged': 0.0, 'total': 137472.0}, 'RL': {'flagged': 0.0, 'total': 137472.0}, 'RR': {'flagged': 0.0, 'total': 137472.0}}, 'field': {'3C286_A': {'flagged': 0.0, 'total': 549888.0}}, 'flagged': 0.0, 'name': 'Summary', 'observation': {'0': {'flagged': 0.0, 'total': 549888.0}}, 'scan': {'30': {'flagged': 0.0, 'total': 273408.0}, '31': {'flagged': 0.0, 'total': 276480.0}}, 'spw': {'12': {'flagged': 0.0, 'total': 138240.0}, '13': {'flagged': 0.0, 'total': 136704.0}, '6': {'flagged': 0.0, 'total': 138240.0}, '7': {'flagged': 0.0, 'total': 136704.0}}, 'total': 549888.0, 'type': 'summary'} 2023-09-07 13:53:17 WARN ParallelTaskHelper::consolidateResults::casa ***** consolidateResults, subMS: {'antenna': {'ea01': {'flagged': 0.0, 'total': 274944.0}, 'ea11': {'flagged': 0.0, 'total': 274944.0}, 'ea19': {'flagged': 0.0, 'total': 274944.0}, 'ea24': {'flagged': 0.0, 'total': 274944.0}}, 'array': {'0': {'flagged': 0.0, 'total': 549888.0}}, 'correlation': {'LL': {'flagged': 0.0, 'total': 137472.0}, 'LR': {'flagged': 0.0, 'total': 137472.0}, 'RL': {'flagged': 0.0, 'total': 137472.0}, 'RR': {'flagged': 0.0, 'total': 137472.0}}, 'field': {'3C286_A': {'flagged': 0.0, 'total': 549888.0}}, 'flagged': 0.0, 'name': 'Summary', 'observation': {'0': {'flagged': 0.0, 'total': 549888.0}}, 'scan': {'30': {'flagged': 0.0, 'total': 273408.0}, '31': {'flagged': 0.0, 'total': 276480.0}}, 'spw': {'10': {'flagged': 0.0, 'total': 136704.0}, '11': {'flagged': 0.0, 'total': 138240.0}, '4': {'flagged': 0.0, 'total': 136704.0}, '5': {'flagged': 0.0, 'total': 138240.0}}, 'total': 549888.0, 'type': 'summary'} 2023-09-07 13:53:17 WARN ParallelTaskHelper::consolidateResults::casa ***** consolidateResults, subMS: {'antenna': {'ea01': {'flagged': 0.0, 'total': 274944.0}, 'ea11': {'flagged': 0.0, 'total': 274944.0}, 'ea19': {'flagged': 0.0, 'total': 274944.0}, 'ea24': {'flagged': 0.0, 'total': 274944.0}}, 'array': {'0': {'flagged': 0.0, 'total': 549888.0}}, 'correlation': {'LL': {'flagged': 0.0, 'total': 137472.0}, 'LR': {'flagged': 0.0, 'total': 137472.0}, 'RL': {'flagged': 0.0, 'total': 137472.0}, 'RR': {'flagged': 0.0, 'total': 137472.0}}, 'field': {'3C286_A': {'flagged': 0.0, 'total': 549888.0}}, 'flagged': 0.0, 'name': 'Summary', 'observation': {'0': {'flagged': 0.0, 'total': 549888.0}}, 'scan': {'30': {'flagged': 0.0, 'total': 273408.0}, '31': {'flagged': 0.0, 'total': 276480.0}}, 'spw': {'10': {'flagged': 0.0, 'total': 138240.0}, '11': {'flagged': 0.0, 'total': 136704.0}, '4': {'flagged': 0.0, 'total': 138240.0}, '5': {'flagged': 0.0, 'total': 136704.0}}, 'total': 549888.0, 'type': 'summary'} 2023-09-07 13:53:17 WARN ParallelTaskHelper::consolidateResults::casa ***** consolidateResults, subMS: {'antenna': {'ea01': {'flagged': 0.0, 'total': 274944.0}, 'ea11': {'flagged': 0.0, 'total': 274944.0}, 'ea19': {'flagged': 0.0, 'total': 274944.0}, 'ea24': {'flagged': 0.0, 'total': 274944.0}}, 'array': {'0': {'flagged': 0.0, 'total': 549888.0}}, 'correlation': {'LL': {'flagged': 0.0, 'total': 137472.0}, 'LR': {'flagged': 0.0, 'total': 137472.0}, 'RL': {'flagged': 0.0, 'total': 137472.0}, 'RR': {'flagged': 0.0, 'total': 137472.0}}, 'field': {'3C286_A': {'flagged': 0.0, 'total': 549888.0}}, 'flagged': 0.0, 'name': 'Summary', 'observation': {'0': {'flagged': 0.0, 'total': 549888.0}}, 'scan': {'30': {'flagged': 0.0, 'total': 273408.0}, '31': {'flagged': 0.0, 'total': 276480.0}}, 'spw': {'0': {'flagged': 0.0, 'total': 136704.0}, '1': {'flagged': 0.0, 'total': 138240.0}, '2': {'flagged': 0.0, 'total': 136704.0}, '3': {'flagged': 0.0, 'total': 138240.0}}, 'total': 549888.0, 'type': 'summary'} 2023-09-07 13:53:17 WARN ParallelTaskHelper::consolidateResults::casa ***** consolidateResults, subMS: {'antenna': {'ea01': {'flagged': 0.0, 'total': 274944.0}, 'ea11': {'flagged': 0.0, 'total': 274944.0}, 'ea19': {'flagged': 0.0, 'total': 274944.0}, 'ea24': {'flagged': 0.0, 'total': 274944.0}}, 'array': {'0': {'flagged': 0.0, 'total': 549888.0}}, 'correlation': {'LL': {'flagged': 0.0, 'total': 137472.0}, 'LR': {'flagged': 0.0, 'total': 137472.0}, 'RL': {'flagged': 0.0, 'total': 137472.0}, 'RR': {'flagged': 0.0, 'total': 137472.0}}, 'field': {'3C286_A': {'flagged': 0.0, 'total': 549888.0}}, 'flagged': 0.0, 'name': 'Summary', 'observation': {'0': {'flagged': 0.0, 'total': 549888.0}}, 'scan': {'30': {'flagged': 0.0, 'total': 273408.0}, '31': {'flagged': 0.0, 'total': 276480.0}}, 'spw': {'0': {'flagged': 0.0, 'total': 138240.0}, '1': {'flagged': 0.0, 'total': 136704.0}, '2': {'flagged': 0.0, 'total': 138240.0}, '3': {'flagged': 0.0, 'total': 136704.0}}, 'total': 549888.0, 'type': 'summary'} Partition: check that we can restore the flags MS is already around, no need to copy it. PASSED test_task_partition.py::partition_test2::test_flagversions Partition: check that the .flagversions is created MS is already around, no need to copy it. PASSED test_task_partition.py::partition_test2::test_numsubms Partition: small numsubms value MS is already around, no need to copy it. PASSED test_task_partition.py::partition_test2::test_scan_spw Partition: separationaxis=scan with spw selection MS is already around, no need to copy it. PASSED test_task_partition.py::partition_test2::test_sepaxis Partition: separationaxis=auto MS is already around, no need to copy it. PASSED test_task_partition.py::partition_float::test_mms_float 2023-09-07 13:54:57 WARN ParallelDataHelper::getPartitionMap::casa Number of subMSs (8) is greater than available scan,ddi pairs (4), setting nsubms to 4 partition: PASSED test_task_partition.py::partition_float::test_split_float partition: split an MS with FLOAT_DATA MS is already around, no need to copy it. PASSED test_task_partition.py::test_partiton_subtables_evla::test_merge_subtables_after_partiton_evla mstransform: Check that sub-tables are properly merged after partiton PASSED test_task_partition.py::test_partiton_subtables_alma::test_merge_subtables_after_partiton_alma mstransform: Check that sub-tables are properly merged after partiton PASSED test_task_partition.py::test_partition_balanced::test_partition_balanced_repeated_nsubms_greater_than_available_pairs 2023-09-07 13:56:25 WARN ParallelDataHelper::getPartitionMap::casa Number of subMSs (64) is greater than available scan,ddi pairs (4), setting nsubms to 4 mstransform: Check that balanced mode properly handles the case when the number of requests subMSs is greater than the number of available ddi,scan pairs PASSED test_task_partition.py::test_partition_balanced::test_partition_balanced_repeated_spws mstransform: Check that balanced mode properly distributes the chunks when one SPW is pointed by more than one DDI (with different correlation setups) PASSED test_task_partition.py::test_partition_balanced_multiple_scan::test_linked_cols partition: Verify that SYSPOWER, POINTING and SYSCAL are links PASSED test_task_partition.py::test_partition_balanced_multiple_scan::test_partition_balanced_multiple_scan PASSED test_task_partition.py::test_partition_baseline_axis::test_baseline1 partition: create an MMS per baseline axis. Use the number of MPI servers PASSED test_task_partition.py::test_partition_baseline_axis::test_baseline_2subms partition: create an MMS per baseline axis. Create 3 SubMS PASSED test_task_partition.py::test_partition_baseline_axis::test_baseline_autocorr partition: create an MMS per baseline axis only for auto-correlations PASSED test_task_partition.py::test_partition_baseline_axis::test_baseline_max partition: create an MMS per baseline axis. Use the maximum number of baselines PASSED - generated xml file: /home/casatest/casa6/casatestutils/nosedir/xml/test_task_partition/nose.xml - ================== 30 passed, 2 warnings in 717.22s (0:11:57) ================== Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_task_conjugatevis/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_task_conjugatevis/ Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_listvis/ Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_listvis Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_task_listvis/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_task_listvis/ Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_phaseshift/ Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_phaseshift Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_task_phaseshift/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_task_phaseshift/ Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_imreframe/ Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_imreframe Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_task_imreframe/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_task_imreframe/ Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_importasdm/ Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_importasdm Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_task_importasdm/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_task_importasdm/ Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_asdmsummary/ Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_asdmsummary Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_task_asdmsummary/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_task_asdmsummary/ Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_imtrans/ Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_imtrans Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_task_imtrans/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_task_imtrans/ Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_polcal/ Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_polcal Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_task_polcal/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_task_polcal/ Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_sdbaseline/ Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_sdbaseline Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_task_sdbaseline/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_task_sdbaseline/ Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_slsearch/ Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_slsearch Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_task_slsearch/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_task_slsearch/ Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_imdev/ Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_imdev Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_task_imdev/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_task_imdev/ Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_deconvolve/ Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_deconvolve Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_task_deconvolve/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_task_deconvolve/ Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_rmfit/ Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_rmfit Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_task_rmfit/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_task_rmfit/ Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_mstransform_mms/ Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_mstransform_mms Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_task_mstransform_mms/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_task_mstransform_mms/ Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_calstat/ Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_calstat Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_task_calstat/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_task_calstat/ Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_clearcal/ Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_clearcal Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_task_clearcal/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_task_clearcal/ Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_imcontsub/ Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_imcontsub Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_task_imcontsub/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_task_imcontsub/ Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_imsmooth/ Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_imsmooth Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_task_imsmooth/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_task_imsmooth/ Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_imrebin/ Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_imrebin Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_task_imrebin/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_task_imrebin/ Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_partition/ Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_partition Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_task_partition/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_task_partition/ Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_importnro/ Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_importnro Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_task_importnro/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_task_importnro/============================= test session starts ============================== platform linux -- Python 3.8.7, pytest-7.4.1, pluggy-1.3.0 -- /usr/local/bin/python3.8 cachedir: .pytest_cache rootdir: /home/casatest/casa6/casatestutils/nosedir/test_task_importnro configfile: pytest.ini collecting ... collected 4 items test_task_importnro.py::importnro_test::test_invaliddata 2023-09-07 13:58:32 SEVERE importnro::::casa Traceback (most recent call last): 2023-09-07 13:58:32 SEVERE importnro::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_importnro.py", line 33, in importnro 2023-09-07 13:58:32 SEVERE importnro::::casa+ raise RuntimeError('%s is not a valid NOSTAR data.' % (infile)) 2023-09-07 13:58:32 SEVERE importnro::::casa+ RuntimeError: orixa.OrionKL.20151209212931.16.Y is not a valid NOSTAR data. 2023-09-07 13:58:32 SEVERE importnro::::casa orixa.OrionKL.20151209212931.16.Y is not a valid NOSTAR data. 2023-09-07 13:58:32 SEVERE importnro::::casa Task importnro raised an exception of class RuntimeError with the following message: orixa.OrionKL.20151209212931.16.Y is not a valid NOSTAR data. test_invaliddata: Invalid data check. PASSED test_task_importnro.py::importnro_test::test_normal test_normal: Normal data import. PRESSURE unit is hPa TEMPERATURE unit is K PASSED test_task_importnro.py::importnro_test::test_overwrite 2023-09-07 13:58:39 SEVERE importnro::::casa Traceback (most recent call last): 2023-09-07 13:58:39 SEVERE importnro::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_importnro.py", line 30, in importnro 2023-09-07 13:58:39 SEVERE importnro::::casa+ raise RuntimeError('%s exists.' % (outputvis)) 2023-09-07 13:58:39 SEVERE importnro::::casa+ RuntimeError: importnro_test.ms exists. 2023-09-07 13:58:39 SEVERE importnro::::casa importnro_test.ms exists. 2023-09-07 13:58:39 SEVERE importnro::::casa Task importnro raised an exception of class RuntimeError with the following message: importnro_test.ms exists. test_overwrite: File existence check. PASSED test_task_importnro.py::importnro_test::test_timestamp test_timestamp: Check if timestamp is properly converted to UTC. PASSED - generated xml file: /home/casatest/casa6/casatestutils/nosedir/xml/test_task_importnro/nose.xml - ======================== 4 passed, 4 warnings in 15.19s ======================== casatools.platform.str_encode is deprecated and will be removed in a future release ============================= test session starts ============================== platform linux -- Python 3.8.7, pytest-7.4.1, pluggy-1.3.0 -- /usr/local/bin/python3.8 cachedir: .pytest_cache rootdir: /home/casatest/casa6/casatestutils/nosedir/test_task_spxfit configfile: pytest.ini collecting ... collected 5 items test_task_spxfit.py::spxfit_test::test_ltpfit Test fitting a logarithmic transformed polynomial PASSED test_task_spxfit.py::spxfit_test::test_mask_and_pixels Test that the mask and pixels of the output are correct checking image product cubeApF.spx_0 checking image product cubeApF.spx_1 checking image product cubeApF.spxerr_0 checking image product cubeApF.spxerr_1 checking image product cubeApF.spxmodel checking image product cubeApF.spxresidual checking solution 0 array checking solution 1 array checking error 0 array checking error 1 array PASSED test_task_spxfit.py::spxfit_test::test_multi_image 2023-09-07 13:59:00 WARN image::open (file src/tools/image/image_cmpt.cc, line 4208) Another image is already open, closing first 2023-09-07 13:59:09 WARN image::open (file src/tools/image/image_cmpt.cc, line 4208) Another image is already open, closing first 2023-09-07 13:59:17 WARN spxfit::ImageConcat::setImage (file /source/casainstall/include/casacore/images/Images/ImageConcat.tcc, line 288) Images are not contiguous along the concatenation axis For this axis, a non-regular Spectral coordinate will be made 2023-09-07 13:59:18 WARN spxfit::ImageConcat::setImage (file /source/casainstall/include/casacore/images/Images/ImageConcat.tcc, line 288) Images are not contiguous along the concatenation axis For this axis, a non-regular Spectral coordinate will be made 2023-09-07 13:59:18 WARN image::open (file src/tools/image/image_cmpt.cc, line 4208) Another image is already open, closing first 2023-09-07 13:59:18 WARN image::open (file src/tools/image/image_cmpt.cc, line 4208) Another image is already open, closing first 2023-09-07 13:59:18 WARN spxfit::ImageConcat::setImage (file /source/casainstall/include/casacore/images/Images/ImageConcat.tcc, line 288) Images are not contiguous along the concatenation axis For this axis, a non-regular Spectral coordinate will be made 2023-09-07 13:59:18 WARN spxfit::ImageConcat::setImage (file /source/casainstall/include/casacore/images/Images/ImageConcat.tcc, line 288) Images are not contiguous along the concatenation axis For this axis, a non-regular Spectral coordinate will be made 2023-09-07 13:59:19 WARN image::open (file src/tools/image/image_cmpt.cc, line 4208) Another image is already open, closing first Test multi image support PASSED test_task_spxfit.py::spxfit_test::test_output_mask 2023-09-07 13:59:19 WARN spxfit::ImageConcat::setImage (file /source/casainstall/include/casacore/images/Images/ImageConcat.tcc, line 288) Images are not contiguous along the concatenation axis For this axis, a non-regular Spectral coordinate will be made Test the the output solution image mask is correct PASSED test_task_spxfit.py::spxfit_test::test_plpfit Test fitting a power logarithmic polynomial PASSED - generated xml file: /home/casatest/casa6/casatestutils/nosedir/xml/test_task_spxfit/nose.xml - ======================== 5 passed, 2 warnings in 35.74s ======================== ============================= test session starts ============================== platform linux -- Python 3.8.7, pytest-7.4.1, pluggy-1.3.0 -- /usr/local/bin/python3.8 cachedir: .pytest_cache rootdir: /home/casatest/casa6/casatestutils/nosedir/test_task_tsdimaging configfile: pytest.ini collecting ... collected 155 items test_task_tsdimaging.py::sdimaging_test0::test000 2023-09-07 13:59:24 SEVERE tsdimaging::::casa Traceback (most recent call last): 2023-09-07 13:59:24 SEVERE tsdimaging::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_tsdimaging.py", line 798, in tsdimaging 2023-09-07 13:59:24 SEVERE tsdimaging::::casa+ _restfreq = _get_restfreq_if_empty(infiles, _spw, field, restfreq) 2023-09-07 13:59:24 SEVERE tsdimaging::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_tsdimaging.py", line 507, in _get_restfreq_if_empty 2023-09-07 13:59:24 SEVERE tsdimaging::::casa+ vis = vislist[0] 2023-09-07 13:59:24 SEVERE tsdimaging::::casa+ IndexError: list index out of range 2023-09-07 13:59:24 SEVERE tsdimaging::::casa list index out of range 2023-09-07 13:59:24 SEVERE tsdimaging::::casa Task tsdimaging raised an exception of class IndexError with the following message: list index out of range Test 000: Default parameters. PASSED test_task_tsdimaging.py::sdimaging_test0::test001 Test001: Bad mode. PASSED test_task_tsdimaging.py::sdimaging_test0::test002 2023-09-07 13:59:24 WARN tsdimaging:::: Field Expression: Found out-of-range index(s) in the list (99 ) [TIP: Double-quoted strings forces name matching] 2023-09-07 13:59:24 WARN tsdimaging::ms::msselect Field Expression: Partial or no match for Field ID list [99] 2023-09-07 13:59:24 WARN tsdimaging::ms::msselect+ (near char. 2 in string "99") 2023-09-07 13:59:24 WARN tsdimaging:::: Field Expression: Found out-of-range index(s) in the list (99 ) [TIP: Double-quoted strings forces name matching] 2023-09-07 13:59:24 SEVERE tsdimaging::::casa Traceback (most recent call last): 2023-09-07 13:59:24 SEVERE tsdimaging::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_tsdimaging.py", line 798, in tsdimaging 2023-09-07 13:59:24 SEVERE tsdimaging::::casa+ _restfreq = _get_restfreq_if_empty(infiles, _spw, field, restfreq) 2023-09-07 13:59:24 SEVERE tsdimaging::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_tsdimaging.py", line 527, in _get_restfreq_if_empty 2023-09-07 13:59:24 SEVERE tsdimaging::::casa+ ndx = ms.msselectedindices() 2023-09-07 13:59:24 SEVERE tsdimaging::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/ms.py", line 765, in msselectedindices 2023-09-07 13:59:24 SEVERE tsdimaging::::casa+ return self._swigobj.msselectedindices() 2023-09-07 13:59:24 SEVERE tsdimaging::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/__casac__/ms.py", line 2012, in msselectedindices 2023-09-07 13:59:24 SEVERE tsdimaging::::casa+ return _ms.ms_msselectedindices(self) 2023-09-07 13:59:24 SEVERE tsdimaging::::casa+ RuntimeError: Field Expression: Partial or no match for Field ID list [99] 2023-09-07 13:59:24 SEVERE tsdimaging::::casa+ (near char. 2 in string "99") 2023-09-07 13:59:24 SEVERE tsdimaging::::casa Field Expression: Partial or no match for Field ID list [99] 2023-09-07 13:59:24 SEVERE tsdimaging::::casa+ (near char. 2 in string "99") 2023-09-07 13:59:24 SEVERE tsdimaging::::casa Task tsdimaging raised an exception of class RuntimeError with the following message: Field Expression: Partial or no match for Field ID list [99] 2023-09-07 13:59:24 SEVERE tsdimaging::::casa+ (near char. 2 in string "99") Test002: Bad field id. PASSED test_task_tsdimaging.py::sdimaging_test0::test003 2023-09-07 13:59:24 WARN tsdimaging::ms::msselect Spw Expression: No match found for 99, 2023-09-07 13:59:24 SEVERE tsdimaging::::casa Traceback (most recent call last): 2023-09-07 13:59:24 SEVERE tsdimaging::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_tsdimaging.py", line 798, in tsdimaging 2023-09-07 13:59:24 SEVERE tsdimaging::::casa+ _restfreq = _get_restfreq_if_empty(infiles, _spw, field, restfreq) 2023-09-07 13:59:24 SEVERE tsdimaging::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_tsdimaging.py", line 527, in _get_restfreq_if_empty 2023-09-07 13:59:24 SEVERE tsdimaging::::casa+ ndx = ms.msselectedindices() 2023-09-07 13:59:24 SEVERE tsdimaging::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/ms.py", line 765, in msselectedindices 2023-09-07 13:59:24 SEVERE tsdimaging::::casa+ return self._swigobj.msselectedindices() 2023-09-07 13:59:24 SEVERE tsdimaging::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/__casac__/ms.py", line 2012, in msselectedindices 2023-09-07 13:59:24 SEVERE tsdimaging::::casa+ return _ms.ms_msselectedindices(self) 2023-09-07 13:59:24 SEVERE tsdimaging::::casa+ RuntimeError: Spw Expression: No match found for 99, 2023-09-07 13:59:24 SEVERE tsdimaging::::casa Spw Expression: No match found for 99, 2023-09-07 13:59:24 SEVERE tsdimaging::::casa Task tsdimaging raised an exception of class RuntimeError with the following message: Spw Expression: No match found for 99, Test003: Bad spectral window id. PASSED test_task_tsdimaging.py::sdimaging_test0::test004 2023-09-07 13:59:25 SEVERE tsdimaging::::casa Traceback (most recent call last): 2023-09-07 13:59:25 SEVERE tsdimaging::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_tsdimaging.py", line 906, in tsdimaging 2023-09-07 13:59:25 SEVERE tsdimaging::::casa+ imager.initializeImagers() 2023-09-07 13:59:25 SEVERE tsdimaging::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/imagerhelpers/imager_base.py", line 114, in initializeImagers 2023-09-07 13:59:25 SEVERE tsdimaging::::casa+ self.SItool.selectdata(self.allselpars[mss]) 2023-09-07 13:59:25 SEVERE tsdimaging::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/synthesisimager.py", line 26, in selectdata 2023-09-07 13:59:25 SEVERE tsdimaging::::casa+ return self._swigobj.selectdata(selpars) 2023-09-07 13:59:25 SEVERE tsdimaging::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/__casac__/synthesisimager.py", line 130, in selectdata 2023-09-07 13:59:25 SEVERE tsdimaging::::casa+ return _synthesisimager.synthesisimager_selectdata(self, *args, **kwargs) 2023-09-07 13:59:25 SEVERE tsdimaging::::casa+ RuntimeError: Error in selectData() : No match found for the antenna specificion [ID(s): [99]] 2023-09-07 13:59:25 SEVERE tsdimaging::::casa Error in selectData() : No match found for the antenna specificion [ID(s): [99]] 2023-09-07 13:59:25 SEVERE tsdimaging::::casa Task tsdimaging raised an exception of class RuntimeError with the following message: Error in selectData() : No match found for the antenna specificion [ID(s): [99]] Test004: Bad antenna id. PASSED test_task_tsdimaging.py::sdimaging_test0::test005 Test005: Bad stokes parameter. PASSED test_task_tsdimaging.py::sdimaging_test0::test006 Test006: Bad gridfunction. PASSED test_task_tsdimaging.py::sdimaging_test0::test007 2023-09-07 13:59:25 SEVERE tsdimaging::::casa Traceback (most recent call last): 2023-09-07 13:59:25 SEVERE tsdimaging::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_tsdimaging.py", line 906, in tsdimaging 2023-09-07 13:59:25 SEVERE tsdimaging::::casa+ imager.initializeImagers() 2023-09-07 13:59:25 SEVERE tsdimaging::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/imagerhelpers/imager_base.py", line 114, in initializeImagers 2023-09-07 13:59:25 SEVERE tsdimaging::::casa+ self.SItool.selectdata(self.allselpars[mss]) 2023-09-07 13:59:25 SEVERE tsdimaging::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/synthesisimager.py", line 26, in selectdata 2023-09-07 13:59:25 SEVERE tsdimaging::::casa+ return self._swigobj.selectdata(selpars) 2023-09-07 13:59:25 SEVERE tsdimaging::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/__casac__/synthesisimager.py", line 130, in selectdata 2023-09-07 13:59:25 SEVERE tsdimaging::::casa+ return _synthesisimager.synthesisimager_selectdata(self, *args, **kwargs) 2023-09-07 13:59:25 SEVERE tsdimaging::::casa+ RuntimeError: Error in selectData() : Data selection ended with 0 rows 2023-09-07 13:59:25 SEVERE tsdimaging::::casa Error in selectData() : Data selection ended with 0 rows 2023-09-07 13:59:25 SEVERE tsdimaging::::casa Task tsdimaging raised an exception of class RuntimeError with the following message: Error in selectData() : Data selection ended with 0 rows Test007: Bad scanlist. PASSED test_task_tsdimaging.py::sdimaging_test0::test008 2023-09-07 13:59:25 SEVERE tsdimaging::::casa Traceback (most recent call last): 2023-09-07 13:59:25 SEVERE tsdimaging::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_tsdimaging.py", line 783, in tsdimaging 2023-09-07 13:59:25 SEVERE tsdimaging::::casa+ raise RuntimeError('Output file \'{0}\' exists.'.format(presumed_imagename)) 2023-09-07 13:59:25 SEVERE tsdimaging::::casa+ RuntimeError: Output file 'sdimagingTest0.im.image' exists. 2023-09-07 13:59:25 SEVERE tsdimaging::::casa Output file 'sdimagingTest0.im.image' exists. 2023-09-07 13:59:25 SEVERE tsdimaging::::casa Task tsdimaging raised an exception of class RuntimeError with the following message: Output file 'sdimagingTest0.im.image' exists. Test008: Existing outfile with overwrite=False. PASSED test_task_tsdimaging.py::sdimaging_test0::test009 2023-09-07 13:59:25 WARN tsdimaging::SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2089) imsize with 75 pixels is not an efficient imagesize. Try 80 instead. 2023-09-07 13:59:25 SEVERE tsdimaging::::casa Traceback (most recent call last): 2023-09-07 13:59:25 SEVERE tsdimaging::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_tsdimaging.py", line 906, in tsdimaging 2023-09-07 13:59:25 SEVERE tsdimaging::::casa+ imager.initializeImagers() 2023-09-07 13:59:25 SEVERE tsdimaging::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/imagerhelpers/imager_base.py", line 139, in initializeImagers 2023-09-07 13:59:25 SEVERE tsdimaging::::casa+ self.SItool.defineimage( 2023-09-07 13:59:25 SEVERE tsdimaging::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/synthesisimager.py", line 36, in defineimage 2023-09-07 13:59:25 SEVERE tsdimaging::::casa+ return self._swigobj.defineimage(impars, gridpars) 2023-09-07 13:59:25 SEVERE tsdimaging::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/__casac__/synthesisimager.py", line 164, in defineimage 2023-09-07 13:59:25 SEVERE tsdimaging::::casa+ return _synthesisimager.synthesisimager_defineimage(self, *args, **kwargs) 2023-09-07 13:59:25 SEVERE tsdimaging::::casa+ RuntimeError: Invalid Image Parameter set : Error in converting 'This is bad' to MDirection. Need format : 'J2000 19:59:28.500 +40.44.01.50' 2023-09-07 13:59:25 SEVERE tsdimaging::::casa Invalid Image Parameter set : Error in converting 'This is bad' to MDirection. Need format : 'J2000 19:59:28.500 +40.44.01.50' 2023-09-07 13:59:25 SEVERE tsdimaging::::casa Task tsdimaging raised an exception of class RuntimeError with the following message: Invalid Image Parameter set : Error in converting 'This is bad' to MDirection. Need format : 'J2000 19:59:28.500 +40.44.01.50' Test009: Bad phasecenter string. PASSED test_task_tsdimaging.py::sdimaging_test0::test010 2023-09-07 13:59:25 WARN tsdimaging::SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2089) imsize with 75 pixels is not an efficient imagesize. Try 80 instead. 2023-09-07 13:59:25 SEVERE tsdimaging::::casa Traceback (most recent call last): 2023-09-07 13:59:25 SEVERE tsdimaging::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_tsdimaging.py", line 906, in tsdimaging 2023-09-07 13:59:25 SEVERE tsdimaging::::casa+ imager.initializeImagers() 2023-09-07 13:59:25 SEVERE tsdimaging::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/imagerhelpers/imager_base.py", line 139, in initializeImagers 2023-09-07 13:59:25 SEVERE tsdimaging::::casa+ self.SItool.defineimage( 2023-09-07 13:59:25 SEVERE tsdimaging::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/synthesisimager.py", line 36, in defineimage 2023-09-07 13:59:25 SEVERE tsdimaging::::casa+ return self._swigobj.defineimage(impars, gridpars) 2023-09-07 13:59:25 SEVERE tsdimaging::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/__casac__/synthesisimager.py", line 164, in defineimage 2023-09-07 13:59:25 SEVERE tsdimaging::::casa+ return _synthesisimager.synthesisimager_defineimage(self, *args, **kwargs) 2023-09-07 13:59:25 SEVERE tsdimaging::::casa+ RuntimeError: Invalid Image Parameter set : Error in converting 'J3000 17:18:29 +59.31.23' to MDirection. Need format : 'J2000 19:59:28.500 +40.44.01.50' 2023-09-07 13:59:25 SEVERE tsdimaging::::casa Invalid Image Parameter set : Error in converting 'J3000 17:18:29 +59.31.23' to MDirection. Need format : 'J2000 19:59:28.500 +40.44.01.50' 2023-09-07 13:59:25 SEVERE tsdimaging::::casa Task tsdimaging raised an exception of class RuntimeError with the following message: Invalid Image Parameter set : Error in converting 'J3000 17:18:29 +59.31.23' to MDirection. Need format : 'J2000 19:59:28.500 +40.44.01.50' Test010: Bad phasecenter reference (CHANGED: raise an error). PASSED test_task_tsdimaging.py::sdimaging_test0::test011 Test011: Bad pointingcolumn name. PASSED test_task_tsdimaging.py::sdimaging_test0::test012 2023-09-07 13:59:25 WARN tsdimaging::SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2089) imsize with 1 pixels is not an efficient imagesize. Try 2 instead. 2023-09-07 13:59:25 SEVERE tsdimaging::SynthesisImagerVi2::defineImage (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisImagerVi2.cc, line 587) Error in building Coordinate System and Image Shape : Internal Error : Image shape is invalid : [1,0,1,40] 2023-09-07 13:59:25 SEVERE tsdimaging::::casa Traceback (most recent call last): 2023-09-07 13:59:25 SEVERE tsdimaging::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_tsdimaging.py", line 906, in tsdimaging 2023-09-07 13:59:25 SEVERE tsdimaging::::casa+ imager.initializeImagers() 2023-09-07 13:59:25 SEVERE tsdimaging::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/imagerhelpers/imager_base.py", line 139, in initializeImagers 2023-09-07 13:59:25 SEVERE tsdimaging::::casa+ self.SItool.defineimage( 2023-09-07 13:59:25 SEVERE tsdimaging::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/synthesisimager.py", line 36, in defineimage 2023-09-07 13:59:25 SEVERE tsdimaging::::casa+ return self._swigobj.defineimage(impars, gridpars) 2023-09-07 13:59:25 SEVERE tsdimaging::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/__casac__/synthesisimager.py", line 164, in defineimage 2023-09-07 13:59:25 SEVERE tsdimaging::::casa+ return _synthesisimager.synthesisimager_defineimage(self, *args, **kwargs) 2023-09-07 13:59:25 SEVERE tsdimaging::::casa+ RuntimeError: 2023-09-07 13:59:25 SEVERE tsdimaging::SynthesisImagerVi2::defineImage (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisImagerVi2.cc, line 587) Error in building Coordinate System and Image Shape : Internal Error : Image shape is invalid : [1,0,1,40] 2023-09-07 13:59:25 SEVERE tsdimaging::::casa 2023-09-07 13:59:25 SEVERE tsdimaging::SynthesisImagerVi2::defineImage (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisImagerVi2.cc, line 587) Error in building Coordinate System and Image Shape : Internal Error : Image shape is invalid : [1,0,1,40] 2023-09-07 13:59:25 SEVERE tsdimaging::::casa Task tsdimaging raised an exception of class RuntimeError with the following message: 2023-09-07 13:59:25 SEVERE tsdimaging::SynthesisImagerVi2::defineImage (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisImagerVi2.cc, line 587) Error in building Coordinate System and Image Shape : Internal Error : Image shape is invalid : [1,0,1,40] Test012: Bad imsize. PASSED test_task_tsdimaging.py::sdimaging_test0::test013 2023-09-07 13:59:26 WARN tsdimaging::SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2089) imsize with 75 pixels is not an efficient imagesize. Try 80 instead. 2023-09-07 13:59:26 SEVERE tsdimaging::::casa Traceback (most recent call last): 2023-09-07 13:59:26 SEVERE tsdimaging::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_tsdimaging.py", line 906, in tsdimaging 2023-09-07 13:59:26 SEVERE tsdimaging::::casa+ imager.initializeImagers() 2023-09-07 13:59:26 SEVERE tsdimaging::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/imagerhelpers/imager_base.py", line 139, in initializeImagers 2023-09-07 13:59:26 SEVERE tsdimaging::::casa+ self.SItool.defineimage( 2023-09-07 13:59:26 SEVERE tsdimaging::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/synthesisimager.py", line 36, in defineimage 2023-09-07 13:59:26 SEVERE tsdimaging::::casa+ return self._swigobj.defineimage(impars, gridpars) 2023-09-07 13:59:26 SEVERE tsdimaging::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/__casac__/synthesisimager.py", line 164, in defineimage 2023-09-07 13:59:26 SEVERE tsdimaging::::casa+ return _synthesisimager.synthesisimager_defineimage(self, *args, **kwargs) 2023-09-07 13:59:26 SEVERE tsdimaging::::casa+ RuntimeError: Invalid Image Parameter set : cellsize must be nonzero 2023-09-07 13:59:26 SEVERE tsdimaging::::casa Invalid Image Parameter set : cellsize must be nonzero 2023-09-07 13:59:26 SEVERE tsdimaging::::casa Task tsdimaging raised an exception of class RuntimeError with the following message: Invalid Image Parameter set : cellsize must be nonzero Test013: Bad cell size. PASSED test_task_tsdimaging.py::sdimaging_test0::test014 2023-09-07 13:59:26 WARN tsdimaging::SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2089) imsize with 75 pixels is not an efficient imagesize. Try 80 instead. 2023-09-07 13:59:26 WARN tsdimaging::MSTransformRegridder::calcChanFreqs phaseCenter='Direction: [-0.0913764, -0.498892, 0.861833]' *** Requested new channel width (0.1 Hz) is smaller than smallest original channel width 2023-09-07 13:59:26 WARN tsdimaging::MSTransformRegridder::calcChanFreqs+ which is 2441.41 Hz 2023-09-07 13:59:26 SEVERE tsdimaging::MSTransformRegridder::calcChanFreqs calcChanFreqs failed, check input start and width parameters 2023-09-07 13:59:26 SEVERE tsdimaging::SynthesisImagerVi2::defineImage (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisImagerVi2.cc, line 587) Error in building Coordinate System and Image Shape : 2023-09-07 13:59:26 SEVERE tsdimaging::MSTransformRegridder::calcChanFreqs calcChanFreqs failed, check input start and width parameters 2023-09-07 13:59:26 SEVERE tsdimaging::::casa Traceback (most recent call last): 2023-09-07 13:59:26 SEVERE tsdimaging::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_tsdimaging.py", line 906, in tsdimaging 2023-09-07 13:59:26 SEVERE tsdimaging::::casa+ imager.initializeImagers() 2023-09-07 13:59:26 SEVERE tsdimaging::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/imagerhelpers/imager_base.py", line 139, in initializeImagers 2023-09-07 13:59:26 SEVERE tsdimaging::::casa+ self.SItool.defineimage( 2023-09-07 13:59:26 SEVERE tsdimaging::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/synthesisimager.py", line 36, in defineimage 2023-09-07 13:59:26 SEVERE tsdimaging::::casa+ return self._swigobj.defineimage(impars, gridpars) 2023-09-07 13:59:26 SEVERE tsdimaging::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/__casac__/synthesisimager.py", line 164, in defineimage 2023-09-07 13:59:26 SEVERE tsdimaging::::casa+ return _synthesisimager.synthesisimager_defineimage(self, *args, **kwargs) 2023-09-07 13:59:26 SEVERE tsdimaging::::casa+ RuntimeError: 2023-09-07 13:59:26 SEVERE tsdimaging::SynthesisImagerVi2::defineImage (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisImagerVi2.cc, line 587) Error in building Coordinate System and Image Shape : 2023-09-07 13:59:26 SEVERE tsdimaging::MSTransformRegridder::calcChanFreqs calcChanFreqs failed, check input start and width parameters 2023-09-07 13:59:26 SEVERE tsdimaging::::casa 2023-09-07 13:59:26 SEVERE tsdimaging::SynthesisImagerVi2::defineImage (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisImagerVi2.cc, line 587) Error in building Coordinate System and Image Shape : 2023-09-07 13:59:26 SEVERE tsdimaging::MSTransformRegridder::calcChanFreqs calcChanFreqs failed, check input start and width parameters 2023-09-07 13:59:26 SEVERE tsdimaging::::casa Task tsdimaging raised an exception of class RuntimeError with the following message: 2023-09-07 13:59:26 SEVERE tsdimaging::SynthesisImagerVi2::defineImage (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisImagerVi2.cc, line 587) Error in building Coordinate System and Image Shape : 2023-09-07 13:59:26 SEVERE tsdimaging::MSTransformRegridder::calcChanFreqs calcChanFreqs failed, check input start and width parameters Test014: Too fine resolution (smaller than original channel width. PASSED test_task_tsdimaging.py::sdimaging_test0::test015 Test015: negative minweight. PASSED test_task_tsdimaging.py::sdimaging_test1::test100 2023-09-07 13:59:26 WARN tsdimaging::SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2089) imsize with 75 pixels is not an efficient imagesize. Try 80 instead. Test 100: Integrated image. PASSED test_task_tsdimaging.py::sdimaging_test1::test101 2023-09-07 13:59:33 WARN tsdimaging::SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2089) imsize with 75 pixels is not an efficient imagesize. Try 80 instead. Test 101: Full channel image (nchan = -1). PASSED test_task_tsdimaging.py::sdimaging_test1::test102 2023-09-07 13:59:43 WARN tsdimaging::SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2089) imsize with 75 pixels is not an efficient imagesize. Try 80 instead. Test 102: Full channel image. PASSED test_task_tsdimaging.py::sdimaging_test1::test103 2023-09-07 13:59:53 WARN tsdimaging::SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2089) imsize with 75 pixels is not an efficient imagesize. Try 80 instead. Test 103: Selected channel image. PASSED test_task_tsdimaging.py::sdimaging_test1::test104 2023-09-07 13:59:59 WARN tsdimaging::SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2089) imsize with 75 pixels is not an efficient imagesize. Try 80 instead. Test 104: Box-car gridding. PASSED test_task_tsdimaging.py::sdimaging_test1::test105 2023-09-07 14:00:04 WARN tsdimaging::SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2089) imsize with 75 pixels is not an efficient imagesize. Try 80 instead. Test 105: Prolate Spheroidal gridding. PASSED test_task_tsdimaging.py::sdimaging_test1::test106 2023-09-07 14:00:09 WARN tsdimaging::SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2089) imsize with 75 pixels is not an efficient imagesize. Try 80 instead. Test 106: Imaging two polarization separately (XX and YY, not Stokes I). PASSED test_task_tsdimaging.py::sdimaging_test1::test107 2023-09-07 14:00:15 WARN tsdimaging::SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2089) imsize with 75 pixels is not an efficient imagesize. Try 80 instead. Test 107: Gaussian gridding. PASSED test_task_tsdimaging.py::sdimaging_test1::test108 2023-09-07 14:00:21 WARN tsdimaging::SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2089) imsize with 75 pixels is not an efficient imagesize. Try 80 instead. Test 108: Gaussian*Jinc gridding. PASSED test_task_tsdimaging.py::sdimaging_test1::test109 2023-09-07 14:00:26 WARN tsdimaging::SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2089) imsize with 75 pixels is not an efficient imagesize. Try 80 instead. Test 109: Empty phasecenter (auto-calculation). PASSED test_task_tsdimaging.py::sdimaging_test1::test110 2023-09-07 14:00:31 WARN tsdimaging::SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2089) imsize with 75 pixels is not an efficient imagesize. Try 80 instead. 2023-09-07 14:00:36 SEVERE image::collapse (file src/tools/image/image_cmpt.cc, line 712) Exception Reported: Exception: All selected pixels are masked. 2023-09-07 14:00:36 SEVERE image::collapse (file src/tools/image/image_cmpt.cc, line 712)+ ... thrown by std::shared_ptr > casa::ImageCollapser::collapse() const [with T = float] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageCollapser.tcc, line: 88 Test 110: setting minweight=70. PASSED test_task_tsdimaging.py::sdimaging_test1::test111 2023-09-07 14:00:36 WARN tsdimaging::::casa imsize is not integers. force converting to integer pixel numbers. 2023-09-07 14:00:36 WARN tsdimaging::SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2089) imsize with 75 pixels is not an efficient imagesize. Try 80 instead. imsize in float (ntegrated image). PASSED test_task_tsdimaging.py::sdimaging_test1::test112 2023-09-07 14:00:46 WARN tsdimaging::::casa imsize is not integers. force converting to integer pixel numbers. 2023-09-07 14:00:46 WARN tsdimaging::SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2089) imsize with 75 pixels is not an efficient imagesize. Try 80 instead. Round-up imsize in float (integrated image). PASSED test_task_tsdimaging.py::sdimaging_test2::test200 2023-09-07 14:00:53 WARN tsdimaging::SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2089) imsize with 75 pixels is not an efficient imagesize. Try 80 instead. Test 200: Integrated image. PASSED test_task_tsdimaging.py::sdimaging_test2::test201 2023-09-07 14:01:00 WARN tsdimaging::SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2089) imsize with 75 pixels is not an efficient imagesize. Try 80 instead. Test 201: Full channel image (mode='frequency', nchan = -1). PASSED test_task_tsdimaging.py::sdimaging_test2::test202 2023-09-07 14:01:11 WARN tsdimaging::SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2089) imsize with 75 pixels is not an efficient imagesize. Try 80 instead. Test 202: Selected frequency image. PASSED test_task_tsdimaging.py::sdimaging_test2::test203 2023-09-07 14:01:17 WARN tsdimaging::SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2089) imsize with 75 pixels is not an efficient imagesize. Try 80 instead. Test 203: Selected frequency image with other frequency unit. PASSED test_task_tsdimaging.py::sdimaging_test3::test300 2023-09-07 14:01:23 WARN tsdimaging::SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2089) imsize with 75 pixels is not an efficient imagesize. Try 80 instead. Test 300: Integrated image. PASSED test_task_tsdimaging.py::sdimaging_test3::test301 2023-09-07 14:01:31 WARN tsdimaging::SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2089) imsize with 75 pixels is not an efficient imagesize. Try 80 instead. Test 301: Selected velocity image. PASSED test_task_tsdimaging.py::sdimaging_test3::test302 2023-09-07 14:01:36 WARN tsdimaging::SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2089) imsize with 75 pixels is not an efficient imagesize. Try 80 instead. Test 302: Selected velocity image (different rest frequency). PASSED test_task_tsdimaging.py::sdimaging_test_autocoord::test401 2023-09-07 14:01:42 WARN tsdimaging::SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2089) imsize with 35 pixels is not an efficient imagesize. Try 36 instead. 2023-09-07 14:01:45 WARN tsdimaging::::casa All pixels weight zero. This indicates no data in MS is in image area. Mask will not be set. Please check your image parameters. Test 401: Set phasecenter, cell, and imsize manually. PASSED test_task_tsdimaging.py::sdimaging_test_autocoord::test402 2023-09-07 14:01:46 WARN tsdimaging::SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2089) imsize with 73 pixels is not an efficient imagesize. Try 80 instead. 2023-09-07 14:01:46 WARN tsdimaging::SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2089) imsize with 68 pixels is not an efficient imagesize. Try 72 instead. 2023-09-07 14:01:50 WARN tsdimaging::::casa All pixels weight zero. This indicates no data in MS is in image area. Mask will not be set. Please check your image parameters. Test 402: Automatic resolution of phasecenter, cell, and imsize. PASSED test_task_tsdimaging.py::sdimaging_test_autocoord::test403 2023-09-07 14:01:50 WARN tsdimaging::SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2089) imsize with 35 pixels is not an efficient imagesize. Try 36 instead. 2023-09-07 14:01:53 WARN tsdimaging::::casa All pixels weight zero. This indicates no data in MS is in image area. Mask will not be set. Please check your image parameters. Test 403: Resolve phasecenter. PASSED test_task_tsdimaging.py::sdimaging_test_autocoord::test404 2023-09-07 14:01:53 WARN tsdimaging::SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2089) imsize with 35 pixels is not an efficient imagesize. Try 36 instead. 2023-09-07 14:01:56 WARN tsdimaging::::casa All pixels weight zero. This indicates no data in MS is in image area. Mask will not be set. Please check your image parameters. Test 404: Resolve cell. PASSED test_task_tsdimaging.py::sdimaging_test_autocoord::test405 2023-09-07 14:01:56 WARN tsdimaging::::casa You defined phasecenter but not imsize. The image will cover as wide area as pointing in MS extends, but be centered at phasecenter. This could result in a strange image if your phasecenter is apart from the center of pointings 2023-09-07 14:01:56 WARN tsdimaging::SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2089) imsize with 38 pixels is not an efficient imagesize. Try 40 instead. 2023-09-07 14:02:00 WARN tsdimaging::::casa All pixels weight zero. This indicates no data in MS is in image area. Mask will not be set. Please check your image parameters. Test 405: Resolve imsize. PASSED test_task_tsdimaging.py::sdimaging_test_selection::test_beam_id_default test_beam_id_default: Test default value for beam SKIPPED (...) test_task_tsdimaging.py::sdimaging_test_selection::test_beam_id_exact test_beam_id_exact: Test beam selection by id ('N') SKIPPED (...) test_task_tsdimaging.py::sdimaging_test_selection::test_beam_id_exprlist test_beam_exprlist: Test beam selection by id ('EXP0,EXP1') SKIPPED (...) test_task_tsdimaging.py::sdimaging_test_selection::test_beam_id_gt test_beam_id_gt: Test beam selection by id ('>N') SKIPPED (...) test_task_tsdimaging.py::sdimaging_test_selection::test_beam_id_list test_beam_id_list: Test beam selection by id ('N,M') SKIPPED (...) test_task_tsdimaging.py::sdimaging_test_selection::test_beam_id_lt test_beam_id_lt: Test beam selection by id ('...) test_task_tsdimaging.py::sdimaging_test_selection::test_beam_id_range test_beam_id_range: Test beam selection by id ('N~M') SKIPPED (...) test_task_tsdimaging.py::sdimaging_test_selection::test_field_id_exact 2023-09-07 14:02:02 WARN tsdimaging::SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2089) imsize with 21 pixels is not an efficient imagesize. Try 24 instead. 2023-09-07 14:02:06 WARN tsdimaging::::casa Invalid sampling=0.0 arcsec. Using the value of orthogonal direction=4.852349951697177 arcsec Test field selection (field='6'). PASSED test_task_tsdimaging.py::sdimaging_test_selection::test_field_id_exprlist 2023-09-07 14:02:06 WARN tsdimaging::SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2089) imsize with 21 pixels is not an efficient imagesize. Try 24 instead. Test field selection (field='7,>7'). PASSED test_task_tsdimaging.py::sdimaging_test_selection::test_field_id_gt 2023-09-07 14:02:09 WARN tsdimaging::SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2089) imsize with 21 pixels is not an efficient imagesize. Try 24 instead. Test field selection (field='>6'). PASSED test_task_tsdimaging.py::sdimaging_test_selection::test_field_id_list 2023-09-07 14:02:14 WARN tsdimaging::SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2089) imsize with 21 pixels is not an efficient imagesize. Try 24 instead. Test field selection (field='5,7'). PASSED test_task_tsdimaging.py::sdimaging_test_selection::test_field_id_lt 2023-09-07 14:02:17 WARN tsdimaging::SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2089) imsize with 21 pixels is not an efficient imagesize. Try 24 instead. Test field selection (field='<7'). PASSED test_task_tsdimaging.py::sdimaging_test_selection::test_field_id_range 2023-09-07 14:02:20 WARN tsdimaging::SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2089) imsize with 21 pixels is not an efficient imagesize. Try 24 instead. Test field selection (field='7~8'). PASSED test_task_tsdimaging.py::sdimaging_test_selection::test_field_mix_exprlist 2023-09-07 14:02:22 WARN tsdimaging::SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2089) imsize with 21 pixels is not an efficient imagesize. Try 24 instead. Test field selection (field='topr*,>7'). PASSED test_task_tsdimaging.py::sdimaging_test_selection::test_field_value_default 2023-09-07 14:02:25 WARN tsdimaging::SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2089) imsize with 21 pixels is not an efficient imagesize. Try 24 instead. Test field selection (field=''). PASSED test_task_tsdimaging.py::sdimaging_test_selection::test_field_value_exact 2023-09-07 14:02:27 WARN tsdimaging::SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2089) imsize with 21 pixels is not an efficient imagesize. Try 24 instead. Test field selection (field='bottom'). PASSED test_task_tsdimaging.py::sdimaging_test_selection::test_field_value_list 2023-09-07 14:02:30 WARN tsdimaging::SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2089) imsize with 21 pixels is not an efficient imagesize. Try 24 instead. Test field selection (field='topright,topleft'). PASSED test_task_tsdimaging.py::sdimaging_test_selection::test_field_value_pattern 2023-09-07 14:02:33 WARN tsdimaging::SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2089) imsize with 21 pixels is not an efficient imagesize. Try 24 instead. Test field selection (field='top*'). PASSED test_task_tsdimaging.py::sdimaging_test_selection::test_intent_value_default 2023-09-07 14:02:35 WARN tsdimaging::SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2089) imsize with 21 pixels is not an efficient imagesize. Try 24 instead. Test intent selection (intent=''). PASSED test_task_tsdimaging.py::sdimaging_test_selection::test_intent_value_exact 2023-09-07 14:02:37 WARN tsdimaging::SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2089) imsize with 21 pixels is not an efficient imagesize. Try 24 instead. 2023-09-07 14:02:38 WARN tsdimaging::::casa Invalid sampling=0.0 arcsec. Using the value of orthogonal direction=4.852349951962306 arcsec Test intent selection (intent='OBSERVE_TARGET.ON_SOURCE'). PASSED test_task_tsdimaging.py::sdimaging_test_selection::test_intent_value_pattern 2023-09-07 14:02:39 WARN tsdimaging::SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2089) imsize with 21 pixels is not an efficient imagesize. Try 24 instead. 2023-09-07 14:02:41 WARN tsdimaging::::casa Invalid sampling=0.0 arcsec. Using the value of orthogonal direction=4.852349951697177 arcsec Test intent selection (intent='*CALIBRATE_PHASE*'). PASSED test_task_tsdimaging.py::sdimaging_test_selection::test_pol_id_default test_pol_id_default: Test default value for pol SKIPPED (...) test_task_tsdimaging.py::sdimaging_test_selection::test_pol_id_exact test_pol_id_exact: Test pol selection by id ('N') SKIPPED (...) test_task_tsdimaging.py::sdimaging_test_selection::test_pol_id_exprlist test_pol_id_exprlist: Test pol selection by id ('EXP0,EXP1') SKIPPED (...) test_task_tsdimaging.py::sdimaging_test_selection::test_pol_id_gt test_pol_id_gt: Test pol selection by id ('>N') SKIPPED (...) test_task_tsdimaging.py::sdimaging_test_selection::test_pol_id_list test_pol_id_list: Test pol selection by id ('N,M') SKIPPED (...) test_task_tsdimaging.py::sdimaging_test_selection::test_pol_id_lt test_pol_id_lt: Test pol selection by id ('...) test_task_tsdimaging.py::sdimaging_test_selection::test_pol_id_range test_pol_id_range: Test pol selection by id ('N~M') SKIPPED (...) test_task_tsdimaging.py::sdimaging_test_selection::test_scan_id_default 2023-09-07 14:02:42 WARN tsdimaging::SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2089) imsize with 21 pixels is not an efficient imagesize. Try 24 instead. Test scan selection (scan=''). PASSED test_task_tsdimaging.py::sdimaging_test_selection::test_scan_id_exact 2023-09-07 14:02:45 WARN tsdimaging::SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2089) imsize with 21 pixels is not an efficient imagesize. Try 24 instead. 2023-09-07 14:02:46 WARN tsdimaging::::casa Invalid sampling=0.0 arcsec. Using the value of orthogonal direction=4.852349951962306 arcsec Test scan selection (scan='16'). PASSED test_task_tsdimaging.py::sdimaging_test_selection::test_scan_id_exprlist 2023-09-07 14:02:47 WARN tsdimaging::SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2089) imsize with 21 pixels is not an efficient imagesize. Try 24 instead. Test scan selection (scan='16,>16'). PASSED test_task_tsdimaging.py::sdimaging_test_selection::test_scan_id_gt 2023-09-07 14:02:49 WARN tsdimaging::SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2089) imsize with 21 pixels is not an efficient imagesize. Try 24 instead. 2023-09-07 14:02:51 WARN tsdimaging::::casa Invalid sampling=0.0 arcsec. Using the value of orthogonal direction=4.852349951962306 arcsec Test scan selection (scan='>16'). PASSED test_task_tsdimaging.py::sdimaging_test_selection::test_scan_id_list 2023-09-07 14:02:52 WARN tsdimaging::SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2089) imsize with 21 pixels is not an efficient imagesize. Try 24 instead. Test scan selection (scan='16,17'). PASSED test_task_tsdimaging.py::sdimaging_test_selection::test_scan_id_lt 2023-09-07 14:02:54 WARN tsdimaging::SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2089) imsize with 21 pixels is not an efficient imagesize. Try 24 instead. Test scan selection (scan='<16'). PASSED test_task_tsdimaging.py::sdimaging_test_selection::test_scan_id_range 2023-09-07 14:02:57 WARN tsdimaging::SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2089) imsize with 21 pixels is not an efficient imagesize. Try 24 instead. Test scan selection (scan='16~17'). PASSED test_task_tsdimaging.py::sdimaging_test_selection::test_spw_id_default 2023-09-07 14:03:01 WARN tsdimaging::::casa Invalid sampling=0.0 arcsec. Using the value of orthogonal direction=4.85235000005328 arcsec Test spw selection (spw=''). PASSED test_task_tsdimaging.py::sdimaging_test_selection::test_spw_id_default_channel 2023-09-07 14:03:04 WARN tsdimaging::::casa Invalid sampling=0.0 arcsec. Using the value of orthogonal direction=4.85235000005328 arcsec Test spw selection w/ channel selection (spw=':2~7'). PASSED test_task_tsdimaging.py::sdimaging_test_selection::test_spw_id_default_frequency 2023-09-07 14:03:06 WARN tsdimaging::::casa Invalid sampling=0.0 arcsec. Using the value of orthogonal direction=4.85235000005328 arcsec Test spw selection w/ channel selection (spw=':300.4749~300.5251GHz'). PASSED test_task_tsdimaging.py::sdimaging_test_selection::test_spw_id_default_list 2023-09-07 14:03:08 WARN tsdimaging::::casa Invalid sampling=0.0 arcsec. Using the value of orthogonal direction=4.85235000005328 arcsec Test spw selection w/ channel selection (spw=':6~7;2~5'). PASSED test_task_tsdimaging.py::sdimaging_test_selection::test_spw_id_default_velocity Test spw selection w/ channel selection (spw='X~Ykm/s') NOT SUPPORTED YET. XFAIL test_task_tsdimaging.py::sdimaging_test_selection::test_spw_id_exact 2023-09-07 14:03:10 WARN tsdimaging::::casa Invalid sampling=0.0 arcsec. Using the value of orthogonal direction=4.852350000000006 arcsec Test spw selection (spw='1'). PASSED test_task_tsdimaging.py::sdimaging_test_selection::test_spw_id_exact_channel 2023-09-07 14:03:12 WARN tsdimaging::::casa Invalid sampling=0.0 arcsec. Using the value of orthogonal direction=4.860450000245591 arcsec Test spw selection w/ channel selection (spw='2:2~7'). PASSED test_task_tsdimaging.py::sdimaging_test_selection::test_spw_id_exact_frequency 2023-09-07 14:03:14 WARN tsdimaging::::casa Invalid sampling=0.0 arcsec. Using the value of orthogonal direction=4.844399999949321 arcsec Test spw selection w/ channel selection (spw='1:300.4749~300.5251GHz'). PASSED test_task_tsdimaging.py::sdimaging_test_selection::test_spw_id_exact_list 2023-09-07 14:03:16 WARN tsdimaging::::casa Invalid sampling=0.0 arcsec. Using the value of orthogonal direction=4.860450000245591 arcsec Test spw selection w/ channel selection (spw='2:6~7;2~5'). PASSED test_task_tsdimaging.py::sdimaging_test_selection::test_spw_id_exact_velocity Test spw selection w/ channel selection (spw='0:X~Ykm/s') NOT SUPPORTED YET. XFAIL test_task_tsdimaging.py::sdimaging_test_selection::test_spw_id_exprlist 2023-09-07 14:03:22 WARN tsdimaging::::casa Invalid sampling=0.0 arcsec. Using the value of orthogonal direction=4.85235000005328 arcsec Test spw selection (spw='0,>1'). PASSED test_task_tsdimaging.py::sdimaging_test_selection::test_spw_id_gt 2023-09-07 14:03:24 WARN tsdimaging::::casa Invalid sampling=0.0 arcsec. Using the value of orthogonal direction=4.852350000000006 arcsec Test spw selection (spw='>0'). PASSED test_task_tsdimaging.py::sdimaging_test_selection::test_spw_id_list 2023-09-07 14:03:26 WARN tsdimaging::::casa Invalid sampling=0.0 arcsec. Using the value of orthogonal direction=4.85235000005328 arcsec Test spw selection (spw='0,2'). PASSED test_task_tsdimaging.py::sdimaging_test_selection::test_spw_id_list_channel 2023-09-07 14:03:28 WARN tsdimaging::::casa Invalid sampling=0.0 arcsec. Using the value of orthogonal direction=4.85235000005328 arcsec Test spw selection w/ channel selection (spw='1:2~7,2:2~7'). PASSED test_task_tsdimaging.py::sdimaging_test_selection::test_spw_id_lt 2023-09-07 14:03:31 WARN tsdimaging::::casa Invalid sampling=0.0 arcsec. Using the value of orthogonal direction=4.85235000005328 arcsec Test spw selection (spw='<2'). PASSED test_task_tsdimaging.py::sdimaging_test_selection::test_spw_id_pattern 2023-09-07 14:03:33 WARN tsdimaging::::casa Invalid sampling=0.0 arcsec. Using the value of orthogonal direction=4.85235000005328 arcsec Test spw selection (spw='*'). PASSED test_task_tsdimaging.py::sdimaging_test_selection::test_spw_id_pattern_channel 2023-09-07 14:03:35 WARN tsdimaging::::casa Invalid sampling=0.0 arcsec. Using the value of orthogonal direction=4.85235000005328 arcsec Test spw selection w/ channel selection (spw='*:2~7'). PASSED test_task_tsdimaging.py::sdimaging_test_selection::test_spw_id_pattern_frequency 2023-09-07 14:03:38 WARN tsdimaging::::casa Invalid sampling=0.0 arcsec. Using the value of orthogonal direction=4.85235000005328 arcsec Test spw selection w/ channel selection (spw='*:300.4749~300.5251GHz'). PASSED test_task_tsdimaging.py::sdimaging_test_selection::test_spw_id_pattern_list 2023-09-07 14:03:40 WARN tsdimaging::::casa Invalid sampling=0.0 arcsec. Using the value of orthogonal direction=4.85235000005328 arcsec Test spw selection w/ channel selection (spw='*:6~7;2~5'). PASSED test_task_tsdimaging.py::sdimaging_test_selection::test_spw_id_pattern_velocity Test spw selection w/ channel selection (spw='*:X~Ykm/s') NOT SUPPORTED YET. XFAIL test_task_tsdimaging.py::sdimaging_test_selection::test_spw_id_range 2023-09-07 14:03:43 WARN tsdimaging::::casa Invalid sampling=0.0 arcsec. Using the value of orthogonal direction=4.852350000000006 arcsec Test spw selection (spw='1~2'). PASSED test_task_tsdimaging.py::sdimaging_test_selection::test_spw_mix_exprlist 2023-09-07 14:03:45 WARN tsdimaging::::casa Invalid sampling=0.0 arcsec. Using the value of orthogonal direction=4.85235000005328 arcsec Test spw selection (spw='299.99~300.01GHz,0'). XFAIL test_task_tsdimaging.py::sdimaging_test_selection::test_spw_value_frequency 2023-09-07 14:03:47 WARN tsdimaging::::casa Invalid sampling=0.0 arcsec. Using the value of orthogonal direction=4.860450000245591 arcsec Test spw selection (spw='299.4~299.6GHz'). XFAIL test_task_tsdimaging.py::sdimaging_test_selection::test_spw_value_frequency_channel 2023-09-07 14:03:50 WARN tsdimaging::::casa Invalid sampling=0.0 arcsec. Using the value of orthogonal direction=4.844399999949321 arcsec Test spw selection w/ channel selection (spw='300.4~300.5GHz:2~7'). PASSED test_task_tsdimaging.py::sdimaging_test_selection::test_spw_value_frequency_frequency 2023-09-07 14:03:55 WARN tsdimaging::::casa Invalid sampling=0.0 arcsec. Using the value of orthogonal direction=4.844399999949321 arcsec Test spw selection w/ channel selection (spw='300.4~300.5GHz:300.4749~300.5251GHz'). PASSED test_task_tsdimaging.py::sdimaging_test_selection::test_spw_value_frequency_list 2023-09-07 14:03:57 WARN tsdimaging::::casa Invalid sampling=0.0 arcsec. Using the value of orthogonal direction=4.85235000005328 arcsec Test spw selection w/ channel selection (spw='299.9~300.1GHz:6~7;2~5'). XFAIL test_task_tsdimaging.py::sdimaging_test_selection::test_spw_value_frequency_velocity Test spw selection w/ channel selection (spw='A~BHz:X~Ykm/s') NOT SUPPORTED YET. XFAIL test_task_tsdimaging.py::sdimaging_test_selection::test_spw_value_velocity Test spw selection (spw='-550~-450km/s') NOT SUPPORTED YET. XFAIL test_task_tsdimaging.py::sdimaging_test_selection::test_spw_value_velocity_channel Test spw selection w/ channel selection (spw='X~Ykm/s:A~B') NOT SUPPORTED YET. XFAIL test_task_tsdimaging.py::sdimaging_test_selection::test_spw_value_velocity_frequency Test spw selection w/ channel selection (spw='X~Ykm/s:A~BHz') NOT SUPPORTED YET. XFAIL test_task_tsdimaging.py::sdimaging_test_selection::test_spw_value_velocity_list Test spw selection w/ channel selection (spw='X~Ykm/s:A~B;C~D') NOT SUPPORTED YET. XFAIL test_task_tsdimaging.py::sdimaging_test_selection::test_spw_value_velocity_velocity Test spw selection w/ channel selection (spw='X~Ykm/s:Z~Wkm/s') NOT SUPPORTED YET. XFAIL test_task_tsdimaging.py::sdimaging_test_selection::test_timerange_value_default 2023-09-07 14:03:59 WARN tsdimaging::SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2462) No rest frequency info, using the center of the selected spw(s):2.3e+11 Hz. Velocity labelling may not be correct. 2023-09-07 14:04:03 WARN tsdimaging::::casa Invalid sampling=0.0 arcsec. Using the value of orthogonal direction=2.543692267558701 arcsec 2023-09-07 14:04:07 WARN tsdimaging::SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2462) No rest frequency info, using the center of the selected spw(s):2.3e+11 Hz. Velocity labelling may not be correct. 2023-09-07 14:04:11 WARN tsdimaging::::casa Invalid sampling=0.0 arcsec. Using the value of orthogonal direction=2.543692267558701 arcsec test_timerange_value_default: Test default value for timerange. PASSED test_task_tsdimaging.py::sdimaging_test_selection::test_timerange_value_exact 2023-09-07 14:04:12 WARN tsdimaging::SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2462) No rest frequency info, using the center of the selected spw(s):2.3e+11 Hz. Velocity labelling may not be correct. 2023-09-07 14:04:13 WARN tsdimaging::::casa Invalid sampling=0.0 arcsec. Using the value of orthogonal direction=0.0 arcsec 2023-09-07 14:04:13 WARN tsdimaging::::casa Could not detect valid raster sampling. Exitting without setting beam size to image 2023-09-07 14:04:16 WARN tsdimaging::SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2462) No rest frequency info, using the center of the selected spw(s):2.3e+11 Hz. Velocity labelling may not be correct. 2023-09-07 14:04:18 WARN tsdimaging::::casa Invalid sampling=0.0 arcsec. Using the value of orthogonal direction=0.0 arcsec 2023-09-07 14:04:18 WARN tsdimaging::::casa Could not detect valid raster sampling. Exitting without setting beam size to image test_timerange_value_exact: Test timerange selection by syntax 'T0'. PASSED test_task_tsdimaging.py::sdimaging_test_selection::test_timerange_value_gt 2023-09-07 14:04:19 WARN tsdimaging::SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2462) No rest frequency info, using the center of the selected spw(s):2.3e+11 Hz. Velocity labelling may not be correct. 2023-09-07 14:04:22 WARN tsdimaging::::casa Invalid sampling=0.0 arcsec. Using the value of orthogonal direction=2.5450460625295834 arcsec 2023-09-07 14:04:26 WARN tsdimaging::SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2462) No rest frequency info, using the center of the selected spw(s):2.3e+11 Hz. Velocity labelling may not be correct. 2023-09-07 14:04:29 WARN tsdimaging::::casa Invalid sampling=0.0 arcsec. Using the value of orthogonal direction=2.5450460625295834 arcsec test_timerange_value_gt: Test timerange selection by syntax '>T0'. PASSED test_task_tsdimaging.py::sdimaging_test_selection::test_timerange_value_interval 2023-09-07 14:04:30 WARN tsdimaging::SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2462) No rest frequency info, using the center of the selected spw(s):2.3e+11 Hz. Velocity labelling may not be correct. 2023-09-07 14:04:33 WARN tsdimaging::::casa Invalid sampling=0.0 arcsec. Using the value of orthogonal direction=2.5493859592487733 arcsec 2023-09-07 14:04:38 WARN tsdimaging::SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2462) No rest frequency info, using the center of the selected spw(s):2.3e+11 Hz. Velocity labelling may not be correct. 2023-09-07 14:04:41 WARN tsdimaging::::casa Invalid sampling=0.0 arcsec. Using the value of orthogonal direction=2.5493859592487733 arcsec test_timerange_value_interval: Test timerange selection by syntax 'T0+dT'. PASSED test_task_tsdimaging.py::sdimaging_test_selection::test_timerange_value_lt 2023-09-07 14:04:42 WARN tsdimaging::SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2462) No rest frequency info, using the center of the selected spw(s):2.3e+11 Hz. Velocity labelling may not be correct. 2023-09-07 14:04:44 WARN tsdimaging::::casa Invalid sampling=0.0 arcsec. Using the value of orthogonal direction=2.5493859592487733 arcsec 2023-09-07 14:04:48 WARN tsdimaging::SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2462) No rest frequency info, using the center of the selected spw(s):2.3e+11 Hz. Velocity labelling may not be correct. 2023-09-07 14:04:50 WARN tsdimaging::::casa Invalid sampling=0.0 arcsec. Using the value of orthogonal direction=2.5493859592487733 arcsec test_timerange_value_lt: Test timerange selection by syntax ' doesn't have parameter 'beam' SKIPPED [1] ../../../../../../usr/local/lib/python3.8/site-packages/casatestutils/selection_syntax.py:425: doesn't have parameter 'beam' SKIPPED [1] ../../../../../../usr/local/lib/python3.8/site-packages/casatestutils/selection_syntax.py:450: doesn't have parameter 'beam' SKIPPED [1] ../../../../../../usr/local/lib/python3.8/site-packages/casatestutils/selection_syntax.py:435: doesn't have parameter 'beam' SKIPPED [1] ../../../../../../usr/local/lib/python3.8/site-packages/casatestutils/selection_syntax.py:445: doesn't have parameter 'beam' SKIPPED [1] ../../../../../../usr/local/lib/python3.8/site-packages/casatestutils/selection_syntax.py:430: doesn't have parameter 'beam' SKIPPED [1] ../../../../../../usr/local/lib/python3.8/site-packages/casatestutils/selection_syntax.py:440: doesn't have parameter 'beam' SKIPPED [1] ../../../../../../usr/local/lib/python3.8/site-packages/casatestutils/selection_syntax.py:384: doesn't have parameter 'pol' SKIPPED [1] ../../../../../../usr/local/lib/python3.8/site-packages/casatestutils/selection_syntax.py:389: doesn't have parameter 'pol' SKIPPED [1] ../../../../../../usr/local/lib/python3.8/site-packages/casatestutils/selection_syntax.py:414: doesn't have parameter 'pol' SKIPPED [1] ../../../../../../usr/local/lib/python3.8/site-packages/casatestutils/selection_syntax.py:399: doesn't have parameter 'pol' SKIPPED [1] ../../../../../../usr/local/lib/python3.8/site-packages/casatestutils/selection_syntax.py:409: doesn't have parameter 'pol' SKIPPED [1] ../../../../../../usr/local/lib/python3.8/site-packages/casatestutils/selection_syntax.py:394: doesn't have parameter 'pol' SKIPPED [1] ../../../../../../usr/local/lib/python3.8/site-packages/casatestutils/selection_syntax.py:404: doesn't have parameter 'pol' XFAIL test_task_tsdimaging.py::sdimaging_test_selection::test_spw_id_default_velocity - reason: XFAIL test_task_tsdimaging.py::sdimaging_test_selection::test_spw_id_exact_velocity - reason: XFAIL test_task_tsdimaging.py::sdimaging_test_selection::test_spw_id_pattern_velocity - reason: XFAIL test_task_tsdimaging.py::sdimaging_test_selection::test_spw_mix_exprlist - reason: XFAIL test_task_tsdimaging.py::sdimaging_test_selection::test_spw_value_frequency - reason: XFAIL test_task_tsdimaging.py::sdimaging_test_selection::test_spw_value_frequency_list - reason: XFAIL test_task_tsdimaging.py::sdimaging_test_selection::test_spw_value_frequency_velocity - reason: XFAIL test_task_tsdimaging.py::sdimaging_test_selection::test_spw_value_velocity - reason: XFAIL test_task_tsdimaging.py::sdimaging_test_selection::test_spw_value_velocity_channel - reason: XFAIL test_task_tsdimaging.py::sdimaging_test_selection::test_spw_value_velocity_frequency - reason: XFAIL test_task_tsdimaging.py::sdimaging_test_selection::test_spw_value_velocity_list - reason: XFAIL test_task_tsdimaging.py::sdimaging_test_selection::test_spw_value_velocity_velocity - reason: ===== 129 passed, 14 skipped, 12 xfailed, 2 warnings in 524.93s (0:08:44) ====== ============================= test session starts ============================== platform linux -- Python 3.8.7, pytest-7.4.1, pluggy-1.3.0 -- /usr/local/bin/python3.8 cachedir: .pytest_cache rootdir: /home/casatest/casa6/casatestutils/nosedir/test_task_importfitsidi configfile: pytest.ini collecting ... collected 7 items test_task_importfitsidi.py::test_importfitsidi::test1 2023-09-07 14:08:11 WARN FitsIDItoMS::fillAntennaTable ARRAY_GEOMETRY input table does not contain dish DIAMETER column. 2023-09-07 14:08:11 WARN FitsIDItoMS::fillAntennaTable+ Will assume default diameter for TELESCOPE EVN which is 0 m. fitsidi-import: Test good input importfitsidi-unit-test : Success! Now checking output ... importfitsidi-unit-test : SPECTRAL_WINDOW/table.f0 present. importfitsidi-unit-test : DATA_DESCRIPTION/table.dat present. importfitsidi-unit-test : FLAG_CMD/table.dat present. importfitsidi-unit-test : PROCESSOR/table.f0 present. importfitsidi-unit-test : table.dat present. importfitsidi-unit-test : ANTENNA/table.dat present. importfitsidi-unit-test : POINTING/table.f0 present. importfitsidi-unit-test : DATA_DESCRIPTION/table.f0 present. importfitsidi-unit-test : table.f3 present. importfitsidi-unit-test : STATE/table.dat present. importfitsidi-unit-test : HISTORY/table.f0 present. importfitsidi-unit-test : ANTENNA/table.f0 present. importfitsidi-unit-test : table.f7 present. importfitsidi-unit-test : SPECTRAL_WINDOW/table.dat present. importfitsidi-unit-test : FIELD/table.dat present. importfitsidi-unit-test : table.f4 present. importfitsidi-unit-test : STATE/table.f0 present. importfitsidi-unit-test : OBSERVATION/table.f0 present. importfitsidi-unit-test : table.f6 present. importfitsidi-unit-test : table.f2 present. importfitsidi-unit-test : HISTORY/table.dat present. importfitsidi-unit-test : OBSERVATION/table.dat present. importfitsidi-unit-test : FLAG_CMD/table.f0 present. importfitsidi-unit-test : PROCESSOR/table.dat present. importfitsidi-unit-test : table.f8 present. importfitsidi-unit-test : FEED/table.dat present. importfitsidi-unit-test : POLARIZATION/table.f0 present. importfitsidi-unit-test : table.f5 present. importfitsidi-unit-test : table.f1 present. importfitsidi-unit-test : FEED/table.f0 present. importfitsidi-unit-test : FIELD/table.f0 present. importfitsidi-unit-test : POINTING/table.dat present. importfitsidi-unit-test : POLARIZATION/table.dat present. importfitsidi-unit-test : MS exists. All tables present. Try opening as MS ... importfitsidi-unit-test : OK. Checking tables in detail ... importfitsidi-unit-test : comparing ['UVW', 42, [0.0, 0.0, 0.0], 1e-08] importfitsidi-unit-test : comparing ['EXPOSURE', 42, 2.0, 1e-08] importfitsidi-unit-test : comparing ['DATA', 42, [[(1.06945515+7.91624188e-09j), (0.98315531+9.31322575e-10j), (1.0524447+5.77396486e-09j), (0.90496856+0j), (0.93005872-6.71682887e-09j), (0.80769897+0j), (0.93059886-6.97121116e-09j), (0.77081358+0j), (0.93020338-7.4505806e-09j), (0.83353537+0j), (0.91982168-5.54113422e-09j), (0.88411278-4.65661287e-10j), (1.02857709+5.7855063e-09j), (0.93398595+0j), (1.1388402+1.01289768e-08j), (2.49237108+0j)]], 1e-08] importfitsidi-unit-test : table MAIN as expected. importfitsidi-unit-test : comparing ['UVW', 638, [171529.37575288, -786712.70341456, 210321.20978818], 1e-08] importfitsidi-unit-test : comparing ['EXPOSURE', 638, 2.0, 1e-08] importfitsidi-unit-test : comparing ['DATA', 638, [[(-0.00224198+0.00067056j), (-0.00475123+0.0024323j), (-0.00416393+0.00212671j), (-0.0056535+0.00340364j), (-0.00527357+0.00011977j), (-0.00292699+0.00131954j), (-0.00429945+0.00035823j), (-0.00545671-0.00033945j), (-0.00646004+0.00037293j), (-0.00419376-0.00115011j), (-0.00508117+0.00045939j), (-0.0050166-0.00047975j), (-0.00444734-0.00101535j), (-0.00384988-0.00102731j), (-0.00551326+0.00101364j), (-0.00337701+0.00080481j)]], 1e-08] importfitsidi-unit-test : table MAIN as expected. importfitsidi-unit-test : comparing ['OFFSET', 1, [0.0, 0.0, 0.0], 0] importfitsidi-unit-test : comparing ['POSITION', 1, [3370605.8469, 711917.6732, 5349830.8438], 0.0001] importfitsidi-unit-test : comparing ['DISH_DIAMETER', 1, 0.0, 0.0] importfitsidi-unit-test : table ANTENNA as expected. importfitsidi-unit-test : comparing ['NUM_CHAN', 7, 16, 0] importfitsidi-unit-test : comparing ['TOTAL_BANDWIDTH', 7, 8000000.0, 0] importfitsidi-unit-test : comparing ['CHAN_WIDTH', 7, [500000.0, 500000.0, 500000.0, 500000.0, 500000.0, 500000.0, 500000.0, 500000.0, 500000.0, 500000.0, 500000.0, 500000.0, 500000.0, 500000.0, 500000.0, 500000.0], 1e-08] importfitsidi-unit-test : comparing ['CHAN_FREQ', 7, [43218490000.0, 43218990000.0, 43219490000.0, 43219990000.0, 43220490000.0, 43220990000.0, 43221490000.0, 43221990000.0, 43222490000.0, 43222990000.0, 43223490000.0, 43223990000.0, 43224490000.0, 43224990000.0, 43225490000.0, 43225990000.0], 1e-08] importfitsidi-unit-test : table SPECTRAL_WINDOW as expected. PASSED test_task_importfitsidi.py::test_importfitsidi::test2 2023-09-07 14:08:18 WARN FitsIDItoMS::fillAntennaTable ARRAY_GEOMETRY input table does not contain dish DIAMETER column. 2023-09-07 14:08:18 WARN FitsIDItoMS::fillAntennaTable+ Will assume default diameter for TELESCOPE EVN which is 0 m. 2023-09-07 14:08:25 WARN FitsIDItoMS::fillAntennaTable ARRAY_GEOMETRY input table does not contain dish DIAMETER column. 2023-09-07 14:08:25 WARN FitsIDItoMS::fillAntennaTable+ Will assume default diameter for TELESCOPE EVN which is 0 m. 2023-09-07 14:08:33 WARN MSConcat::concatenate (file /source/casa6/casatools/casacore/ms/MSOper/MSConcat.cc, line 997) Zero or negative scan numbers in MS. May lead to duplicate scan numbers in concatenated MS. fitsidi-import: Test good input, list of two input files importfitsidi-unit-test : Success! Now checking output ... importfitsidi-unit-test : SPECTRAL_WINDOW/table.f0 present. importfitsidi-unit-test : DATA_DESCRIPTION/table.dat present. importfitsidi-unit-test : FLAG_CMD/table.dat present. importfitsidi-unit-test : PROCESSOR/table.f0 present. importfitsidi-unit-test : table.dat present. importfitsidi-unit-test : ANTENNA/table.dat present. importfitsidi-unit-test : POINTING/table.f0 present. importfitsidi-unit-test : DATA_DESCRIPTION/table.f0 present. importfitsidi-unit-test : table.f3 present. importfitsidi-unit-test : STATE/table.dat present. importfitsidi-unit-test : HISTORY/table.f0 present. importfitsidi-unit-test : ANTENNA/table.f0 present. importfitsidi-unit-test : table.f7 present. importfitsidi-unit-test : SPECTRAL_WINDOW/table.dat present. importfitsidi-unit-test : FIELD/table.dat present. importfitsidi-unit-test : table.f4 present. importfitsidi-unit-test : STATE/table.f0 present. importfitsidi-unit-test : OBSERVATION/table.f0 present. importfitsidi-unit-test : table.f6 present. importfitsidi-unit-test : table.f2 present. importfitsidi-unit-test : HISTORY/table.dat present. importfitsidi-unit-test : OBSERVATION/table.dat present. importfitsidi-unit-test : FLAG_CMD/table.f0 present. importfitsidi-unit-test : PROCESSOR/table.dat present. importfitsidi-unit-test : table.f8 present. importfitsidi-unit-test : FEED/table.dat present. importfitsidi-unit-test : POLARIZATION/table.f0 present. importfitsidi-unit-test : table.f5 present. importfitsidi-unit-test : table.f1 present. importfitsidi-unit-test : FEED/table.f0 present. importfitsidi-unit-test : FIELD/table.f0 present. importfitsidi-unit-test : POINTING/table.dat present. importfitsidi-unit-test : POLARIZATION/table.dat present. importfitsidi-unit-test : MS exists. All tables present. Try opening as MS ... importfitsidi-unit-test : OK. Checking tables in detail ... importfitsidi-unit-test : comparing ['UVW', 42, [0.0, 0.0, 0.0], 1e-08] importfitsidi-unit-test : comparing ['EXPOSURE', 42, 2.0, 1e-08] importfitsidi-unit-test : comparing ['DATA', 42, [[(1.06945515+7.91624188e-09j), (0.98315531+9.31322575e-10j), (1.0524447+5.77396486e-09j), (0.90496856+0j), (0.93005872-6.71682887e-09j), (0.80769897+0j), (0.93059886-6.97121116e-09j), (0.77081358+0j), (0.93020338-7.4505806e-09j), (0.83353537+0j), (0.91982168-5.54113422e-09j), (0.88411278-4.65661287e-10j), (1.02857709+5.7855063e-09j), (0.93398595+0j), (1.1388402+1.01289768e-08j), (2.49237108+0j)]], 1e-08] importfitsidi-unit-test : table MAIN as expected. importfitsidi-unit-test : comparing ['UVW', 638, [171529.37575288, -786712.70341456, 210321.20978818], 1e-08] importfitsidi-unit-test : comparing ['EXPOSURE', 638, 2.0, 1e-08] importfitsidi-unit-test : comparing ['DATA', 638, [[(-0.00224198+0.00067056j), (-0.00475123+0.0024323j), (-0.00416393+0.00212671j), (-0.0056535+0.00340364j), (-0.00527357+0.00011977j), (-0.00292699+0.00131954j), (-0.00429945+0.00035823j), (-0.00545671-0.00033945j), (-0.00646004+0.00037293j), (-0.00419376-0.00115011j), (-0.00508117+0.00045939j), (-0.0050166-0.00047975j), (-0.00444734-0.00101535j), (-0.00384988-0.00102731j), (-0.00551326+0.00101364j), (-0.00337701+0.00080481j)]], 1e-08] importfitsidi-unit-test : table MAIN as expected. importfitsidi-unit-test : comparing ['OFFSET', 1, [0.0, 0.0, 0.0], 0] importfitsidi-unit-test : comparing ['POSITION', 1, [3370605.8469, 711917.6732, 5349830.8438], 0.0001] importfitsidi-unit-test : comparing ['DISH_DIAMETER', 1, 0.0, 0.0] importfitsidi-unit-test : table ANTENNA as expected. importfitsidi-unit-test : comparing ['NUM_CHAN', 7, 16, 0] importfitsidi-unit-test : comparing ['TOTAL_BANDWIDTH', 7, 8000000.0, 0] importfitsidi-unit-test : comparing ['CHAN_WIDTH', 7, [500000.0, 500000.0, 500000.0, 500000.0, 500000.0, 500000.0, 500000.0, 500000.0, 500000.0, 500000.0, 500000.0, 500000.0, 500000.0, 500000.0, 500000.0, 500000.0], 1e-08] importfitsidi-unit-test : comparing ['CHAN_FREQ', 7, [43218490000.0, 43218990000.0, 43219490000.0, 43219990000.0, 43220490000.0, 43220990000.0, 43221490000.0, 43221990000.0, 43222490000.0, 43222990000.0, 43223490000.0, 43223990000.0, 43224490000.0, 43224990000.0, 43225490000.0, 43225990000.0], 1e-08] importfitsidi-unit-test : table SPECTRAL_WINDOW as expected. importfitsidi-unit-test : comparing ['TIME_RANGE', 0, [4764708361.0, 4764708369.0], 1e-08] importfitsidi-unit-test : comparing ['TIME_RANGE', 1, [4764708369.0, 4764708715.0], 1e-08] importfitsidi-unit-test : table OBSERVATION as expected. PASSED test_task_importfitsidi.py::test_importfitsidi::test3 2023-09-07 14:08:35 WARN FitsIDItoMS::fillAntennaTable Conflicting observatory names: found e-MERLIN and EVN 2023-09-07 14:08:40 WARN FitsIDItoMS()::readFitsFile Treating POLAA and POLAB columns in input ANTENNA table as scalar, 2023-09-07 14:08:40 WARN FitsIDItoMS()::readFitsFile+ i.e. using same value for all bands. fitsidi-import: Test antenna name and multi uvtable importfitsidi-unit-test : Success! Now checking output ... importfitsidi-unit-test : SPECTRAL_WINDOW/table.f0 present. importfitsidi-unit-test : DATA_DESCRIPTION/table.dat present. importfitsidi-unit-test : FLAG_CMD/table.dat present. importfitsidi-unit-test : PROCESSOR/table.f0 present. importfitsidi-unit-test : table.dat present. importfitsidi-unit-test : ANTENNA/table.dat present. importfitsidi-unit-test : POINTING/table.f0 present. importfitsidi-unit-test : DATA_DESCRIPTION/table.f0 present. importfitsidi-unit-test : table.f3 present. importfitsidi-unit-test : STATE/table.dat present. importfitsidi-unit-test : HISTORY/table.f0 present. importfitsidi-unit-test : ANTENNA/table.f0 present. importfitsidi-unit-test : table.f7 present. importfitsidi-unit-test : SPECTRAL_WINDOW/table.dat present. importfitsidi-unit-test : FIELD/table.dat present. importfitsidi-unit-test : table.f4 present. importfitsidi-unit-test : STATE/table.f0 present. importfitsidi-unit-test : OBSERVATION/table.f0 present. importfitsidi-unit-test : table.f6 present. importfitsidi-unit-test : table.f2 present. importfitsidi-unit-test : HISTORY/table.dat present. importfitsidi-unit-test : OBSERVATION/table.dat present. importfitsidi-unit-test : FLAG_CMD/table.f0 present. importfitsidi-unit-test : PROCESSOR/table.dat present. importfitsidi-unit-test : table.f8 present. importfitsidi-unit-test : FEED/table.dat present. importfitsidi-unit-test : POLARIZATION/table.f0 present. importfitsidi-unit-test : table.f5 present. importfitsidi-unit-test : table.f1 present. importfitsidi-unit-test : FEED/table.f0 present. importfitsidi-unit-test : FIELD/table.f0 present. importfitsidi-unit-test : POINTING/table.dat present. importfitsidi-unit-test : POLARIZATION/table.dat present. importfitsidi-unit-test : MS exists. All tables present. Try opening as MS ... importfitsidi-unit-test : OK. Checking tables in detail ... importfitsidi-unit-test : comparing ['UVW', 253, [-209524.112917, 52443.4688607, 25501.833085], 1e-06] importfitsidi-unit-test : comparing ['EXPOSURE', 253, 1.0, 1e-08] importfitsidi-unit-test : comparing ['WEIGHT', 253, 500000.0, 1e-08] importfitsidi-unit-test : table MAIN as expected. importfitsidi-unit-test : comparing ['OFFSET', 1, [0.0, 0.0, 0.0], 0] importfitsidi-unit-test : comparing ['POSITION', 1, [3859711.503, -201995.077, 5056134.251], 0.001] importfitsidi-unit-test : comparing ['DISH_DIAMETER', 1, 15.0, 0.001] importfitsidi-unit-test : comparing ['NAME', 1, 'Kn', 0] importfitsidi-unit-test : table ANTENNA as expected. importfitsidi-unit-test : comparing ['NUM_CHAN', 3, 512, 0] importfitsidi-unit-test : comparing ['TOTAL_BANDWIDTH', 3, 128000000.0, 0] importfitsidi-unit-test : comparing ['CHAN_WIDTH', 3, [250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0, 250000.0], 1e-08] importfitsidi-unit-test : comparing ['CHAN_FREQ', 3, [5872000000.0, 5872250000.0, 5872500000.0, 5872750000.0, 5873000000.0, 5873250000.0, 5873500000.0, 5873750000.0, 5874000000.0, 5874250000.0, 5874500000.0, 5874750000.0, 5875000000.0, 5875250000.0, 5875500000.0, 5875750000.0, 5876000000.0, 5876250000.0, 5876500000.0, 5876750000.0, 5877000000.0, 5877250000.0, 5877500000.0, 5877750000.0, 5878000000.0, 5878250000.0, 5878500000.0, 5878750000.0, 5879000000.0, 5879250000.0, 5879500000.0, 5879750000.0, 5880000000.0, 5880250000.0, 5880500000.0, 5880750000.0, 5881000000.0, 5881250000.0, 5881500000.0, 5881750000.0, 5882000000.0, 5882250000.0, 5882500000.0, 5882750000.0, 5883000000.0, 5883250000.0, 5883500000.0, 5883750000.0, 5884000000.0, 5884250000.0, 5884500000.0, 5884750000.0, 5885000000.0, 5885250000.0, 5885500000.0, 5885750000.0, 5886000000.0, 5886250000.0, 5886500000.0, 5886750000.0, 5887000000.0, 5887250000.0, 5887500000.0, 5887750000.0, 5888000000.0, 5888250000.0, 5888500000.0, 5888750000.0, 5889000000.0, 5889250000.0, 5889500000.0, 5889750000.0, 5890000000.0, 5890250000.0, 5890500000.0, 5890750000.0, 5891000000.0, 5891250000.0, 5891500000.0, 5891750000.0, 5892000000.0, 5892250000.0, 5892500000.0, 5892750000.0, 5893000000.0, 5893250000.0, 5893500000.0, 5893750000.0, 5894000000.0, 5894250000.0, 5894500000.0, 5894750000.0, 5895000000.0, 5895250000.0, 5895500000.0, 5895750000.0, 5896000000.0, 5896250000.0, 5896500000.0, 5896750000.0, 5897000000.0, 5897250000.0, 5897500000.0, 5897750000.0, 5898000000.0, 5898250000.0, 5898500000.0, 5898750000.0, 5899000000.0, 5899250000.0, 5899500000.0, 5899750000.0, 5900000000.0, 5900250000.0, 5900500000.0, 5900750000.0, 5901000000.0, 5901250000.0, 5901500000.0, 5901750000.0, 5902000000.0, 5902250000.0, 5902500000.0, 5902750000.0, 5903000000.0, 5903250000.0, 5903500000.0, 5903750000.0, 5904000000.0, 5904250000.0, 5904500000.0, 5904750000.0, 5905000000.0, 5905250000.0, 5905500000.0, 5905750000.0, 5906000000.0, 5906250000.0, 5906500000.0, 5906750000.0, 5907000000.0, 5907250000.0, 5907500000.0, 5907750000.0, 5908000000.0, 5908250000.0, 5908500000.0, 5908750000.0, 5909000000.0, 5909250000.0, 5909500000.0, 5909750000.0, 5910000000.0, 5910250000.0, 5910500000.0, 5910750000.0, 5911000000.0, 5911250000.0, 5911500000.0, 5911750000.0, 5912000000.0, 5912250000.0, 5912500000.0, 5912750000.0, 5913000000.0, 5913250000.0, 5913500000.0, 5913750000.0, 5914000000.0, 5914250000.0, 5914500000.0, 5914750000.0, 5915000000.0, 5915250000.0, 5915500000.0, 5915750000.0, 5916000000.0, 5916250000.0, 5916500000.0, 5916750000.0, 5917000000.0, 5917250000.0, 5917500000.0, 5917750000.0, 5918000000.0, 5918250000.0, 5918500000.0, 5918750000.0, 5919000000.0, 5919250000.0, 5919500000.0, 5919750000.0, 5920000000.0, 5920250000.0, 5920500000.0, 5920750000.0, 5921000000.0, 5921250000.0, 5921500000.0, 5921750000.0, 5922000000.0, 5922250000.0, 5922500000.0, 5922750000.0, 5923000000.0, 5923250000.0, 5923500000.0, 5923750000.0, 5924000000.0, 5924250000.0, 5924500000.0, 5924750000.0, 5925000000.0, 5925250000.0, 5925500000.0, 5925750000.0, 5926000000.0, 5926250000.0, 5926500000.0, 5926750000.0, 5927000000.0, 5927250000.0, 5927500000.0, 5927750000.0, 5928000000.0, 5928250000.0, 5928500000.0, 5928750000.0, 5929000000.0, 5929250000.0, 5929500000.0, 5929750000.0, 5930000000.0, 5930250000.0, 5930500000.0, 5930750000.0, 5931000000.0, 5931250000.0, 5931500000.0, 5931750000.0, 5932000000.0, 5932250000.0, 5932500000.0, 5932750000.0, 5933000000.0, 5933250000.0, 5933500000.0, 5933750000.0, 5934000000.0, 5934250000.0, 5934500000.0, 5934750000.0, 5935000000.0, 5935250000.0, 5935500000.0, 5935750000.0, 5936000000.0, 5936250000.0, 5936500000.0, 5936750000.0, 5937000000.0, 5937250000.0, 5937500000.0, 5937750000.0, 5938000000.0, 5938250000.0, 5938500000.0, 5938750000.0, 5939000000.0, 5939250000.0, 5939500000.0, 5939750000.0, 5940000000.0, 5940250000.0, 5940500000.0, 5940750000.0, 5941000000.0, 5941250000.0, 5941500000.0, 5941750000.0, 5942000000.0, 5942250000.0, 5942500000.0, 5942750000.0, 5943000000.0, 5943250000.0, 5943500000.0, 5943750000.0, 5944000000.0, 5944250000.0, 5944500000.0, 5944750000.0, 5945000000.0, 5945250000.0, 5945500000.0, 5945750000.0, 5946000000.0, 5946250000.0, 5946500000.0, 5946750000.0, 5947000000.0, 5947250000.0, 5947500000.0, 5947750000.0, 5948000000.0, 5948250000.0, 5948500000.0, 5948750000.0, 5949000000.0, 5949250000.0, 5949500000.0, 5949750000.0, 5950000000.0, 5950250000.0, 5950500000.0, 5950750000.0, 5951000000.0, 5951250000.0, 5951500000.0, 5951750000.0, 5952000000.0, 5952250000.0, 5952500000.0, 5952750000.0, 5953000000.0, 5953250000.0, 5953500000.0, 5953750000.0, 5954000000.0, 5954250000.0, 5954500000.0, 5954750000.0, 5955000000.0, 5955250000.0, 5955500000.0, 5955750000.0, 5956000000.0, 5956250000.0, 5956500000.0, 5956750000.0, 5957000000.0, 5957250000.0, 5957500000.0, 5957750000.0, 5958000000.0, 5958250000.0, 5958500000.0, 5958750000.0, 5959000000.0, 5959250000.0, 5959500000.0, 5959750000.0, 5960000000.0, 5960250000.0, 5960500000.0, 5960750000.0, 5961000000.0, 5961250000.0, 5961500000.0, 5961750000.0, 5962000000.0, 5962250000.0, 5962500000.0, 5962750000.0, 5963000000.0, 5963250000.0, 5963500000.0, 5963750000.0, 5964000000.0, 5964250000.0, 5964500000.0, 5964750000.0, 5965000000.0, 5965250000.0, 5965500000.0, 5965750000.0, 5966000000.0, 5966250000.0, 5966500000.0, 5966750000.0, 5967000000.0, 5967250000.0, 5967500000.0, 5967750000.0, 5968000000.0, 5968250000.0, 5968500000.0, 5968750000.0, 5969000000.0, 5969250000.0, 5969500000.0, 5969750000.0, 5970000000.0, 5970250000.0, 5970500000.0, 5970750000.0, 5971000000.0, 5971250000.0, 5971500000.0, 5971750000.0, 5972000000.0, 5972250000.0, 5972500000.0, 5972750000.0, 5973000000.0, 5973250000.0, 5973500000.0, 5973750000.0, 5974000000.0, 5974250000.0, 5974500000.0, 5974750000.0, 5975000000.0, 5975250000.0, 5975500000.0, 5975750000.0, 5976000000.0, 5976250000.0, 5976500000.0, 5976750000.0, 5977000000.0, 5977250000.0, 5977500000.0, 5977750000.0, 5978000000.0, 5978250000.0, 5978500000.0, 5978750000.0, 5979000000.0, 5979250000.0, 5979500000.0, 5979750000.0, 5980000000.0, 5980250000.0, 5980500000.0, 5980750000.0, 5981000000.0, 5981250000.0, 5981500000.0, 5981750000.0, 5982000000.0, 5982250000.0, 5982500000.0, 5982750000.0, 5983000000.0, 5983250000.0, 5983500000.0, 5983750000.0, 5984000000.0, 5984250000.0, 5984500000.0, 5984750000.0, 5985000000.0, 5985250000.0, 5985500000.0, 5985750000.0, 5986000000.0, 5986250000.0, 5986500000.0, 5986750000.0, 5987000000.0, 5987250000.0, 5987500000.0, 5987750000.0, 5988000000.0, 5988250000.0, 5988500000.0, 5988750000.0, 5989000000.0, 5989250000.0, 5989500000.0, 5989750000.0, 5990000000.0, 5990250000.0, 5990500000.0, 5990750000.0, 5991000000.0, 5991250000.0, 5991500000.0, 5991750000.0, 5992000000.0, 5992250000.0, 5992500000.0, 5992750000.0, 5993000000.0, 5993250000.0, 5993500000.0, 5993750000.0, 5994000000.0, 5994250000.0, 5994500000.0, 5994750000.0, 5995000000.0, 5995250000.0, 5995500000.0, 5995750000.0, 5996000000.0, 5996250000.0, 5996500000.0, 5996750000.0, 5997000000.0, 5997250000.0, 5997500000.0, 5997750000.0, 5998000000.0, 5998250000.0, 5998500000.0, 5998750000.0, 5999000000.0, 5999250000.0, 5999500000.0, 5999750000.0], 1e-08] importfitsidi-unit-test : table SPECTRAL_WINDOW as expected. PASSED test_task_importfitsidi.py::test_importfitsidi::test4 2023-09-07 14:08:44 WARN FitsIDItoMS::fillAntennaTable ARRAY_GEOMETRY input table does not contain dish DIAMETER column. 2023-09-07 14:08:44 WARN FitsIDItoMS::fillAntennaTable+ Will assume default diameter for TELESCOPE EVN which is 0 m. 2023-09-07 14:08:50 WARN FitsIDItoMS::fillAntennaTable ARRAY_GEOMETRY input table does not contain dish DIAMETER column. 2023-09-07 14:08:50 WARN FitsIDItoMS::fillAntennaTable+ Will assume default diameter for TELESCOPE EVN which is 0 m. 2023-09-07 14:08:55 WARN MSConcat::concatenate (file /source/casa6/casatools/casacore/ms/MSOper/MSConcat.cc, line 997) Zero or negative scan numbers in MS. May lead to duplicate scan numbers in concatenated MS. fitsidi-import: Test good input, list of two input files, constobsid and scanreindexing importfitsidi-unit-test : Success! Now checking output ... importfitsidi-unit-test : SPECTRAL_WINDOW/table.f0 present. importfitsidi-unit-test : DATA_DESCRIPTION/table.dat present. importfitsidi-unit-test : FLAG_CMD/table.dat present. importfitsidi-unit-test : PROCESSOR/table.f0 present. importfitsidi-unit-test : table.dat present. importfitsidi-unit-test : ANTENNA/table.dat present. importfitsidi-unit-test : POINTING/table.f0 present. importfitsidi-unit-test : DATA_DESCRIPTION/table.f0 present. importfitsidi-unit-test : table.f3 present. importfitsidi-unit-test : STATE/table.dat present. importfitsidi-unit-test : HISTORY/table.f0 present. importfitsidi-unit-test : ANTENNA/table.f0 present. importfitsidi-unit-test : table.f7 present. importfitsidi-unit-test : SPECTRAL_WINDOW/table.dat present. importfitsidi-unit-test : FIELD/table.dat present. importfitsidi-unit-test : table.f4 present. importfitsidi-unit-test : STATE/table.f0 present. importfitsidi-unit-test : OBSERVATION/table.f0 present. importfitsidi-unit-test : table.f6 present. importfitsidi-unit-test : table.f2 present. importfitsidi-unit-test : HISTORY/table.dat present. importfitsidi-unit-test : OBSERVATION/table.dat present. importfitsidi-unit-test : FLAG_CMD/table.f0 present. importfitsidi-unit-test : PROCESSOR/table.dat present. importfitsidi-unit-test : table.f8 present. importfitsidi-unit-test : FEED/table.dat present. importfitsidi-unit-test : POLARIZATION/table.f0 present. importfitsidi-unit-test : table.f5 present. importfitsidi-unit-test : table.f1 present. importfitsidi-unit-test : FEED/table.f0 present. importfitsidi-unit-test : FIELD/table.f0 present. importfitsidi-unit-test : POINTING/table.dat present. importfitsidi-unit-test : POLARIZATION/table.dat present. importfitsidi-unit-test : MS exists. All tables present. Try opening as MS ... importfitsidi-unit-test : OK. Checking tables in detail ... importfitsidi-unit-test : comparing ['UVW', 42, [0.0, 0.0, 0.0], 1e-08] importfitsidi-unit-test : comparing ['EXPOSURE', 42, 2.0, 1e-08] importfitsidi-unit-test : comparing ['DATA', 42, [[(1.06945515+7.91624188e-09j), (0.98315531+9.31322575e-10j), (1.0524447+5.77396486e-09j), (0.90496856+0j), (0.93005872-6.71682887e-09j), (0.80769897+0j), (0.93059886-6.97121116e-09j), (0.77081358+0j), (0.93020338-7.4505806e-09j), (0.83353537+0j), (0.91982168-5.54113422e-09j), (0.88411278-4.65661287e-10j), (1.02857709+5.7855063e-09j), (0.93398595+0j), (1.1388402+1.01289768e-08j), (2.49237108+0j)]], 1e-08] importfitsidi-unit-test : comparing ['OBSERVATION_ID', 42, 0, 0] importfitsidi-unit-test : comparing ['SCAN_NUMBER', 42, 1, 0] importfitsidi-unit-test : table MAIN as expected. importfitsidi-unit-test : comparing ['UVW', 638, [171529.37575288, -786712.70341456, 210321.20978818], 1e-08] importfitsidi-unit-test : comparing ['EXPOSURE', 638, 2.0, 1e-08] importfitsidi-unit-test : comparing ['DATA', 638, [[(-0.00224198+0.00067056j), (-0.00475123+0.0024323j), (-0.00416393+0.00212671j), (-0.0056535+0.00340364j), (-0.00527357+0.00011977j), (-0.00292699+0.00131954j), (-0.00429945+0.00035823j), (-0.00545671-0.00033945j), (-0.00646004+0.00037293j), (-0.00419376-0.00115011j), (-0.00508117+0.00045939j), (-0.0050166-0.00047975j), (-0.00444734-0.00101535j), (-0.00384988-0.00102731j), (-0.00551326+0.00101364j), (-0.00337701+0.00080481j)]], 1e-08] importfitsidi-unit-test : comparing ['OBSERVATION_ID', 638, 0, 0] importfitsidi-unit-test : comparing ['SCAN_NUMBER', 638, 14, 0] importfitsidi-unit-test : table MAIN as expected. importfitsidi-unit-test : comparing ['TIME_RANGE', 0, [4764708361.0, 4764708715.0], 1e-08] importfitsidi-unit-test : table OBSERVATION as expected. PASSED test_task_importfitsidi.py::test_importfitsidi::test5 2023-09-07 14:08:58 WARN FitsIDItoMS::fillAntennaTable Conflicting observatory names: found e-MERLIN and EVN 2023-09-07 14:08:59 WARN FitsIDItoMS()::fillFieldTable Treating ?FLUX, ALPHA, FREQOFF, SYSVEL, and RESTFREQ columns in input SOURCE table as scalar, 2023-09-07 14:08:59 WARN FitsIDItoMS()::fillFieldTable+ i.e. using same value for all bands. 2023-09-07 14:09:03 WARN FitsIDItoMS()::readFitsFile Treating POLAA and POLAB columns in input ANTENNA table as scalar, 2023-09-07 14:09:03 WARN FitsIDItoMS()::readFitsFile+ i.e. using same value for all bands. fitsidi-import: Test e-MERLIN polarization swapping importfitsidi-unit-test : Success! Now checking output ... PASSED test_task_importfitsidi.py::test_importfitsidi::test6 2023-09-07 14:09:07 WARN FitsIDItoMS::fillAntennaTable Conflicting observatory names: found VLBA and EVN 2023-09-07 14:09:09 WARN FitsIDItoMS()::fillFieldTable Treating ?FLUX, ALPHA, FREQOFF, SYSVEL, and RESTFREQ columns in input SOURCE table as scalar, 2023-09-07 14:09:09 WARN FitsIDItoMS()::fillFieldTable+ i.e. using same value for all bands. 2023-09-07 14:09:10 WARN FitsIDItoMS()::readFitsFile Treating POLAA and POLAB columns in input ANTENNA table as scalar, 2023-09-07 14:09:10 WARN FitsIDItoMS()::readFitsFile+ i.e. using same value for all bands. 2023-09-07 14:09:12 WARN FitsIDItoMS()::fillCorrelatorModelTable not yet implemented 2023-09-07 14:09:12 WARN FitsIDItoMS()::fillCorrelatorModelTable The optional FITS-IDI table INTERFEROMETER_MODEL could not be read. Will ignore it. 2023-09-07 14:09:13 WARN FitsIDItoMS()::readFitsFile Extension CALC not part of the FITS-IDI convention. Will ignore it. 2023-09-07 14:09:14 WARN FitsIDItoMS()::handleModelComps not yet implemented 2023-09-07 14:09:14 WARN FitsIDItoMS()::handleModelComps The optional FITS-IDI table MODEL_COMPS could not be read. Will ignore it. 2023-09-07 14:09:14 WARN FITS card 46: EQUINOX = 'J2000 ' / 2023-09-07 14:09:14 WARN Keyword value has wrong data type. fitsidi-import: Test import of gain curves importfitsidi-unit-test : Success! Now checking output ... importfitsidi-unit-test : SPECTRAL_WINDOW/table.f0 present. importfitsidi-unit-test : DATA_DESCRIPTION/table.dat present. importfitsidi-unit-test : FLAG_CMD/table.dat present. importfitsidi-unit-test : PROCESSOR/table.f0 present. importfitsidi-unit-test : table.dat present. importfitsidi-unit-test : ANTENNA/table.dat present. importfitsidi-unit-test : POINTING/table.f0 present. importfitsidi-unit-test : DATA_DESCRIPTION/table.f0 present. importfitsidi-unit-test : table.f3 present. importfitsidi-unit-test : STATE/table.dat present. importfitsidi-unit-test : HISTORY/table.f0 present. importfitsidi-unit-test : ANTENNA/table.f0 present. importfitsidi-unit-test : table.f7 present. importfitsidi-unit-test : SPECTRAL_WINDOW/table.dat present. importfitsidi-unit-test : FIELD/table.dat present. importfitsidi-unit-test : table.f4 present. importfitsidi-unit-test : STATE/table.f0 present. importfitsidi-unit-test : OBSERVATION/table.f0 present. importfitsidi-unit-test : table.f6 present. importfitsidi-unit-test : table.f2 present. importfitsidi-unit-test : HISTORY/table.dat present. importfitsidi-unit-test : OBSERVATION/table.dat present. importfitsidi-unit-test : FLAG_CMD/table.f0 present. importfitsidi-unit-test : PROCESSOR/table.dat present. importfitsidi-unit-test : table.f8 present. importfitsidi-unit-test : FEED/table.dat present. importfitsidi-unit-test : POLARIZATION/table.f0 present. importfitsidi-unit-test : table.f5 present. importfitsidi-unit-test : table.f1 present. importfitsidi-unit-test : FEED/table.f0 present. importfitsidi-unit-test : GAIN_CURVE/table.f0 present. importfitsidi-unit-test : FIELD/table.f0 present. importfitsidi-unit-test : POINTING/table.dat present. importfitsidi-unit-test : POLARIZATION/table.dat present. importfitsidi-unit-test : MS exists. All tables present. Try opening as MS ... importfitsidi-unit-test : OK. Checking tables in detail ... importfitsidi-unit-test : comparing ['TYPE', 8, 'POWER(ZA)', 0] importfitsidi-unit-test : comparing ['NUM_POLY', 8, 3, 0] importfitsidi-unit-test : comparing ['GAIN', 8, [[0.80699998, 0.01596, -0.0002047], [0.80699998, 0.01596, -0.0002047]], 1e-08] importfitsidi-unit-test : comparing ['SENSITIVITY', 8, [0.07699999, 0.06499999], 1e-08] importfitsidi-unit-test : table GAIN_CURVE as expected. PASSED test_task_importfitsidi.py::test_importfitsidi::test7 2023-09-07 14:09:24 WARN FitsIDItoMS::fillAntennaTable ARRAY_GEOMETRY input table does not contain dish DIAMETER column. 2023-09-07 14:09:24 WARN FitsIDItoMS::fillAntennaTable+ Will assume default diameter for TELESCOPE EVN which is 0 m. 2023-09-07 14:09:31 WARN FitsIDItoMS::fillAntennaTable ARRAY_GEOMETRY input table does not contain dish DIAMETER column. 2023-09-07 14:09:31 WARN FitsIDItoMS::fillAntennaTable+ Will assume default diameter for TELESCOPE EVN which is 0 m. 2023-09-07 14:09:37 WARN MSConcat::concatenate (file /source/casa6/casatools/casacore/ms/MSOper/MSConcat.cc, line 997) Zero or negative scan numbers in MS. May lead to duplicate scan numbers in concatenated MS. 2023-09-07 14:09:38 WARN FitsIDItoMS::fillAntennaTable ARRAY_GEOMETRY input table does not contain dish DIAMETER column. 2023-09-07 14:09:38 WARN FitsIDItoMS::fillAntennaTable+ Will assume default diameter for TELESCOPE EVN which is 0 m. 2023-09-07 14:09:46 WARN MSConcat::concatenate (file /source/casa6/casatools/casacore/ms/MSOper/MSConcat.cc, line 997) Zero or negative scan numbers in MS. May lead to duplicate scan numbers in concatenated MS. fitsidi-import: Test observation table after import of three input files importfitsidi-unit-test : Success! Now checking output ... importfitsidi-unit-test : SPECTRAL_WINDOW/table.f0 present. importfitsidi-unit-test : DATA_DESCRIPTION/table.dat present. importfitsidi-unit-test : FLAG_CMD/table.dat present. importfitsidi-unit-test : PROCESSOR/table.f0 present. importfitsidi-unit-test : table.dat present. importfitsidi-unit-test : ANTENNA/table.dat present. importfitsidi-unit-test : POINTING/table.f0 present. importfitsidi-unit-test : DATA_DESCRIPTION/table.f0 present. importfitsidi-unit-test : table.f3 present. importfitsidi-unit-test : STATE/table.dat present. importfitsidi-unit-test : HISTORY/table.f0 present. importfitsidi-unit-test : ANTENNA/table.f0 present. importfitsidi-unit-test : table.f7 present. importfitsidi-unit-test : SPECTRAL_WINDOW/table.dat present. importfitsidi-unit-test : FIELD/table.dat present. importfitsidi-unit-test : table.f4 present. importfitsidi-unit-test : STATE/table.f0 present. importfitsidi-unit-test : OBSERVATION/table.f0 present. importfitsidi-unit-test : table.f6 present. importfitsidi-unit-test : table.f2 present. importfitsidi-unit-test : HISTORY/table.dat present. importfitsidi-unit-test : OBSERVATION/table.dat present. importfitsidi-unit-test : FLAG_CMD/table.f0 present. importfitsidi-unit-test : PROCESSOR/table.dat present. importfitsidi-unit-test : table.f8 present. importfitsidi-unit-test : FEED/table.dat present. importfitsidi-unit-test : POLARIZATION/table.f0 present. importfitsidi-unit-test : table.f5 present. importfitsidi-unit-test : table.f1 present. importfitsidi-unit-test : FEED/table.f0 present. importfitsidi-unit-test : FIELD/table.f0 present. importfitsidi-unit-test : POINTING/table.dat present. importfitsidi-unit-test : POLARIZATION/table.dat present. importfitsidi-unit-test : MS exists. All tables present. Try opening as MS ... importfitsidi-unit-test : OK. Checking tables in detail ... importfitsidi-unit-test : comparing ['TIME_RANGE', 0, [4764708361.0, 4764708715.0], 1e-08] importfitsidi-unit-test : table OBSERVATION as expected. PASSED - generated xml file: /home/casatest/casa6/casatestutils/nosedir/xml/test_task_importfitsidi/nose.xml - =================== 7 passed, 2 warnings in 98.83s (0:01:38) =================== ============================= test session starts ============================== platform linux -- Python 3.8.7, pytest-7.4.1, pluggy-1.3.0 -- /usr/local/bin/python3.8 cachedir: .pytest_cache rootdir: /home/casatest/casa6/casatestutils/nosedir/test_task_importatca configfile: pytest.ini collecting ... collected 1 item test_task_importatca.py::test_importatca::test1 atca-rpfits-import: Test good input importatca-unit-test : Success! Now checking output ... importatca-unit-test : PROCESSOR/table.f0 present. importatca-unit-test : SYSCAL/table.f0 present. importatca-unit-test : DATA_DESCRIPTION/table.f0 present. importatca-unit-test : FLAG_CMD/table.f0 present. importatca-unit-test : SOURCE/table.dat present. importatca-unit-test : table.f3 present. importatca-unit-test : table.f5_TSM3 present. importatca-unit-test : table.f3_TSM3 present. importatca-unit-test : SYSCAL/table.f1_TSM0 present. importatca-unit-test : table.f0i present. importatca-unit-test : ATCA_SCAN_INFO/table.f1 present. importatca-unit-test : table.f5_TSM2 present. importatca-unit-test : SPECTRAL_WINDOW/table.dat present. importatca-unit-test : STATE/table.dat present. importatca-unit-test : STATE/table.f0 present. importatca-unit-test : POINTING/table.f0i present. importatca-unit-test : ANTENNA/table.f0 present. importatca-unit-test : table.f2_TSM3 present. importatca-unit-test : POINTING/table.f0 present. importatca-unit-test : table.f5_TSM1 present. importatca-unit-test : FEED/table.dat present. importatca-unit-test : table.f2 present. importatca-unit-test : SOURCE/table.f0i present. importatca-unit-test : DATA_DESCRIPTION/table.dat present. importatca-unit-test : ATCA_SCAN_INFO/table.dat present. importatca-unit-test : HISTORY/table.f0 present. importatca-unit-test : table.f4 present. importatca-unit-test : table.f0 present. importatca-unit-test : table.f4_TSM1 present. importatca-unit-test : SPECTRAL_WINDOW/table.f0 present. importatca-unit-test : table.f3_TSM2 present. importatca-unit-test : OBSERVATION/table.dat present. importatca-unit-test : POINTING/table.f1 present. importatca-unit-test : FEED/table.f0 present. importatca-unit-test : ANTENNA/table.dat present. importatca-unit-test : ATCA_SCAN_INFO/table.f0 present. importatca-unit-test : HISTORY/table.dat present. importatca-unit-test : POLARIZATION/table.f0i present. importatca-unit-test : table.f4_TSM3 present. importatca-unit-test : table.dat present. importatca-unit-test : POINTING/table.dat present. importatca-unit-test : FLAG_CMD/table.dat present. importatca-unit-test : FIELD/table.dat present. importatca-unit-test : SYSCAL/table.dat present. importatca-unit-test : table.f3_TSM1 present. importatca-unit-test : SOURCE/table.f0 present. importatca-unit-test : FEED/table.f0i present. importatca-unit-test : POLARIZATION/table.f0 present. importatca-unit-test : OBSERVATION/table.f0 present. importatca-unit-test : table.f2_TSM2 present. importatca-unit-test : table.f2_TSM1 present. importatca-unit-test : PROCESSOR/table.dat present. importatca-unit-test : POLARIZATION/table.dat present. importatca-unit-test : table.f4_TSM2 present. importatca-unit-test : FIELD/table.f0 present. importatca-unit-test : SYSCAL/table.f1 present. importatca-unit-test : table.f5 present. importatca-unit-test : SPECTRAL_WINDOW/table.f0i present. importatca-unit-test : FIELD/table.f0i present. importatca-unit-test : table.f1 present. importatca-unit-test : MS exists. All tables present. Try opening as MS ... importatca-unit-test : OK. Checking tables in detail ... importatca-unit-test : comparing ['UVW', 0, [37.08396912, 110.68421173, 121.33368683], 1e-08] importatca-unit-test : comparing ['EXPOSURE', 0, 9.856, 0.0001] importatca-unit-test : comparing ['DATA', 0, [[(-0.19179995-0.27503902j)], [(-0.07504284-0.07763118j)], [(-0.13403413+0.04170537j)], [(0.24940215-0.23159257j)]], 1e-08] importatca-unit-test : table MAIN as expected. importatca-unit-test : comparing ['UVW', 854, [870.02380371, 2447.86230469, 2683.08862305], 1e-08] importatca-unit-test : comparing ['EXPOSURE', 854, 9.856, 0.0001] importatca-unit-test : comparing ['DATA', 854, [[(0.69642496-0.57600111j)], [(0.01779159+0.27384654j)], [(-0.07370736-0.30479908j)], [(0.45262983+0.29306653j)]], 1e-08] importatca-unit-test : table MAIN as expected. importatca-unit-test : comparing ['OFFSET', 1, [0.0, 0.0, 0.0], 0] importatca-unit-test : comparing ['POSITION', 1, [-4751591.759, 2791758.855, -3200483.75], 0.001] importatca-unit-test : comparing ['DISH_DIAMETER', 1, 22.0, 0.0] importatca-unit-test : table ANTENNA as expected. importatca-unit-test : comparing ['NUM_CHAN', 0, 2049, 0] importatca-unit-test : comparing ['TOTAL_BANDWIDTH', 0, 2048000000.0, 10000.0] importatca-unit-test : comparing ['CHAN_WIDTH', 0, [-1000000.0, -1000000.0, -1000000.0], 0.1] importatca-unit-test : comparing ['CHAN_FREQ', 0, [3124000000.0, 3123000000.0, 3122000000.0], 10000.0] importatca-unit-test : comparing ['CHAN_FREQ', 2, [1411000000.0, 1410968750.0, 1410937500.0], 10.0] importatca-unit-test : table SPECTRAL_WINDOW as expected. Pressure unit is hPa PASSED - generated xml file: /home/casatest/casa6/casatestutils/nosedir/xml/test_task_importatca/nose.xml - ======================== 1 passed, 2 warnings in 4.30s ========================= ============================= test session starts ============================== platform linux -- Python 3.8.7, pytest-7.4.1, pluggy-1.3.0 -- /usr/local/bin/python3.8 cachedir: .pytest_cache rootdir: /home/casatest/casa6/casatestutils/nosedir/test_task_importvla configfile: pytest.ini collecting ... collected 6 items test_task_importvla.py::importvla_test_1::test_bandSel 2023-09-07 14:10:09 WARN importvla::VLAFiller::fill No data appended to the measurement set 2023-09-07 14:10:09 WARN importvla::VLAFiller::fill+ There may be a problem with your data selection criteria test_bandSel: test bandname selection, U data from the 3C129 regression test data PASSED test_task_importvla.py::importvla_test_1::test_checkms Internal test of checkms function, this should never fail. internal checkms test, the following printed status messages are expected here and are not test errors. __dummy__.ms does not exist or is not a directory impvla_3c129_test.ms has an unexpected number of rows. 49842 != 49843 impvla_3c129_test.ms has an unexpected number of autocorrelation rows. 0 != 1 impvla_3c129_test.ms is missing the NotATable table : impvla_3c129_test.ms/NotATable One or more of the ANTENNA names in impvla_3c129_test.ms does not follow the expected naming scheme (old). The FLAG_CMD table in impvla_3c129_test.ms has an unexpected number of rows. 0 != 1 PASSED test_task_importvla.py::importvla_test_1::test_defaults Test defaults: default values, checks for expected tables with expected sizes, DATA, MODEL_DATA, and CORRECTED_DATA columns all exist in MAIN, The SCAN column contains the expected set of scans, the ANTENNA NAME values follow the "new" scheme: VAxx where xx are digits PASSED test_task_importvla.py::importvla_test_1::test_timeTsys 2023-09-07 14:11:05 WARN importvla::VLAFiller::fill No data appended to the measurement set 2023-09-07 14:11:05 WARN importvla::VLAFiller::fill+ There may be a problem with your data selection criteria 2023-09-07 14:11:05 WARN importvla::VLAFiller::fill No data appended to the measurement set 2023-09-07 14:11:05 WARN importvla::VLAFiller::fill+ There may be a problem with your data selection criteria 2023-09-07 14:11:09 WARN importvla::VLAFiller::fill No data appended to the measurement set 2023-09-07 14:11:09 WARN importvla::VLAFiller::fill+ There may be a problem with your data selection criteria 2023-09-07 14:11:09 WARN importvla::VLAFiller::fill No data appended to the measurement set 2023-09-07 14:11:09 WARN importvla::VLAFiller::fill+ There may be a problem with your data selection criteria test_timeTsys: time selection, 'old' antnamescheme, tests applytsys=False PASSED test_task_importvla.py::importvla_test_2::test_autocorr 2023-09-07 14:11:11 WARN importvla::VLAFiller::fill Unsupported observing mode: IR interferometer reference pointing mode 2023-09-07 14:11:15 WARN importvla::VLAFiller::fill Unsupported observing mode: IR interferometer reference pointing mode test_autocorr: test autocorr parameter PASSED test_task_importvla.py::importvla_test_2::test_freqtol 2023-09-07 14:11:21 WARN importvla::VLAFiller::fill Unsupported observing mode: IR interferometer reference pointing mode 2023-09-07 14:11:31 WARN importvla::VLAFiller::fill Unsupported observing mode: TE tipping curve 2023-09-07 14:11:35 WARN importvla::VLAFiller::fill Unsupported observing mode: IR interferometer reference pointing mode 2023-09-07 14:11:42 WARN importvla::VLAFiller::fill Unsupported observing mode: TE tipping curve test_freqtol: test frequency tolerance parameter PASSED - generated xml file: /home/casatest/casa6/casatestutils/nosedir/xml/test_task_importvla/nose.xml - ================== 6 passed, 4 warnings in 110.05s (0:01:50) =================== ============================= test session starts ============================== platform linux -- Python 3.8.7, pytest-7.4.1, pluggy-1.3.0 -- /usr/local/bin/python3.8 cachedir: .pytest_cache rootdir: /home/casatest/casa6/casatestutils/nosedir/test_task_importasap configfile: pytest.ini collecting ... collected 5 items test_task_importasap.py::importasap_test::test_flagversions test_flagversions -- Check if existing flagversions file is overwritten. PASSED test_task_importasap.py::importasap_test::test_invaliddata 2023-09-07 14:11:49 SEVERE importasap::::casa Traceback (most recent call last): 2023-09-07 14:11:49 SEVERE importasap::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_importasap.py", line 36, in importasap 2023-09-07 14:11:49 SEVERE importasap::::casa+ raise RuntimeError('%s is not a valid Scantable.' % (infile)) 2023-09-07 14:11:49 SEVERE importasap::::casa+ RuntimeError: uid___A002_X85c183_X36f.test.asap is not a valid Scantable. 2023-09-07 14:11:49 SEVERE importasap::::casa uid___A002_X85c183_X36f.test.asap is not a valid Scantable. 2023-09-07 14:11:49 SEVERE importasap::::casa Task importasap raised an exception of class RuntimeError with the following message: uid___A002_X85c183_X36f.test.asap is not a valid Scantable. test_invaliddata: Invalid data check. PASSED test_task_importasap.py::importasap_test::test_noflagversions test_noflagversions -- Do not create flagversions file. PASSED test_task_importasap.py::importasap_test::test_normal test_normal: Normal data import. Pressure unit is hPa PASSED test_task_importasap.py::importasap_test::test_overwrite 2023-09-07 14:11:55 SEVERE importasap::::casa Traceback (most recent call last): 2023-09-07 14:11:55 SEVERE importasap::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_importasap.py", line 33, in importasap 2023-09-07 14:11:55 SEVERE importasap::::casa+ raise RuntimeError('%s exists.' % (outputvis)) 2023-09-07 14:11:55 SEVERE importasap::::casa+ RuntimeError: importasap_test.ms exists. 2023-09-07 14:11:55 SEVERE importasap::::casa importasap_test.ms exists. 2023-09-07 14:11:55 SEVERE importasap::::casa Task importasap raised an exception of class RuntimeError with the following message: importasap_test.ms exists. test_overwrite: File existence check. PASSED - generated xml file: /home/casatest/casa6/casatestutils/nosedir/xml/test_task_importasap/nose.xml - ======================== 5 passed, 4 warnings in 11.35s ======================== ============================= test session starts ============================== platform linux -- Python 3.8.7, pytest-7.4.1, pluggy-1.3.0 -- /usr/local/bin/python3.8 cachedir: .pytest_cache rootdir: /home/casatest/casa6/casatestutils/nosedir/test_task_makemask configfile: pytest.ini collecting ... collected 26 items test_task_makemask.py::test_copy::test10_copyimagemask (copy mode) testcopy10: copying a small image with an internal mask to another small image with the same shape PASSED test_task_makemask.py::test_copy::test11_copyimagemask 2023-09-07 14:12:03 WARN ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap. (copy mode) testcopy11(CAS-12980): copying a mutli-line CRTF file to create a 1/0 mask image PASSED test_task_makemask.py::test_copy::test1_copyimagemask 2023-09-07 14:12:05 WARN ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap. (copy mode) testcopy1: copying an image mask (1/0 mask) to a new image mask PASSED test_task_makemask.py::test_copy::test2_copyimagemask 2023-09-07 14:12:07 WARN ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap. 2023-09-07 14:12:10 WARN image::open (file src/tools/image/image_cmpt.cc, line 4208) Another image is already open, closing first (copy mode) testcopy2: copying an image mask (1/0 mask) to an existing image as a T/F mask PASSED test_task_makemask.py::test_copy::test3_copyimagemask 2023-09-07 14:12:12 WARN ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap. 2023-09-07 14:12:14 WARN image::open (file src/tools/image/image_cmpt.cc, line 4208) Another image is already open, closing first (copy mode) testcopy3: copying an image mask (1/0 mask) to a new image with internal (T/F) mask PASSED test_task_makemask.py::test_copy::test4_copyimagemask 2023-09-07 14:12:16 WARN ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap. 2023-09-07 14:12:16 WARN ImageRegridder::_regrid Warning: template/imagename relative channel size is 2 2023-09-07 14:12:16 WARN ImageRegridder::_regrid imregrid/ia.regrid() interpolates over spectral channels and does not average channels together. Noise in your resulting image will be the noise in the original individual channels, not the averaged channel noise. To average output channels together, use specsmooth (or ia.boxcar() or ia.hanning() to smooth the spectral axis of your input cube to close to desired resolution and use imregrid/ia.regrid() to regrid it to the desired spectral coordinate grid. (copy mode) testcopy4: copying an image mask (1/0 amsk) to a new image with different coordinates(regrid) PASSED test_task_makemask.py::test_copy::test5_copyimagemask 2023-09-07 14:12:19 WARN ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap. (copy mode) testcopy5: copying a region txt to a new image with a copy of inpimage and store the mask as an in-image(T/F) mask PASSED test_task_makemask.py::test_copy::test6_copyimagemask 2023-09-07 14:12:20 WARN ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap. 2023-09-07 14:12:20 WARN ImageRegridder::_regrid Warning: template/imagename relative channel size is 2 2023-09-07 14:12:20 WARN ImageRegridder::_regrid imregrid/ia.regrid() interpolates over spectral channels and does not average channels together. Noise in your resulting image will be the noise in the original individual channels, not the averaged channel noise. To average output channels together, use specsmooth (or ia.boxcar() or ia.hanning() to smooth the spectral axis of your input cube to close to desired resolution and use imregrid/ia.regrid() to regrid it to the desired spectral coordinate grid. (copy mode) testcopy6: copying an internal mask to a new image mask with different coordinates(regrid) PASSED test_task_makemask.py::test_copy::test7_copyimagemask 2023-09-07 14:12:24 WARN ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap. (copy mode) testcopy7: copying an internal mask of one image to a new internal mask in a new image PASSED test_task_makemask.py::test_copy::test8_copyimagemask 2023-09-07 14:12:29 WARN ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap. (copy mode) testcopy8: copying an image mask with UNKOWN telescope to a new image mask PASSED test_task_makemask.py::test_copy::test9_copyimagemask 2023-09-07 14:12:31 WARN ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap. (copy mode) testcopy9: copying an image mask with file names containing '+' PASSED test_task_makemask.py::test_merge::test1_mergemasks 2023-09-07 14:12:33 WARN ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap. 2023-09-07 14:12:34 WARN ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap. (copy mode) mergetest1: merging image mask (1/0 mask) and T/F mask and overwrite to an existing image(1/0) mask PASSED test_task_makemask.py::test_merge::test2_mergemasks 2023-09-07 14:12:38 WARN ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap. 2023-09-07 14:12:39 WARN ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap. 2023-09-07 14:12:41 WARN ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap. (copy mode) mergetest2 :merging two image mask (1/0 mask) with different chan width and a T/F mask to create(overwrite) an image(1/0) mask PASSED test_task_makemask.py::test_merge::test3_mergemasks 2023-09-07 14:12:44 WARN ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap. 2023-09-07 14:12:46 WARN ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap. 2023-09-07 14:12:48 WARN ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap. (copy mode) mergetest3: merging multiple masks (image mask, boolean mask, regions) PASSED test_task_makemask.py::test_merge::test4_mergemasks 2023-09-07 14:12:51 WARN ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap. 2023-09-07 14:12:53 WARN ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap. 2023-09-07 14:12:55 WARN ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap. 2023-09-07 14:12:57 WARN image::open (file src/tools/image/image_cmpt.cc, line 4208) Another image is already open, closing first (copy mode) mergetest4: merging multiple masks (image mask, boolean mask, regions) to a new internal mask PASSED test_task_makemask.py::test_merge::test5_mergemasks 2023-09-07 14:12:58 WARN ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap. 2023-09-07 14:12:59 WARN ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap. (copy mode) mergetest5: same as mergetest1 but uses full paths -merging image mask (1/0 mask) and T/F mask and overwrite to an existing image(1/0) mask (verification of CAS-8865 fix) PASSED test_task_makemask.py::test_expand::test1_expandmask (expand mode) test1: an image mask from continuum clean to a cube mask PASSED test_task_makemask.py::test_expand::test2_expandmask (expand mode) test2: an image mask from continuum clean to a cube mask with outfreqs by channel indices PASSED test_task_makemask.py::test_expand::test3_expandmask (expand mode) test3: an image mask from continuum clean to a cube mask with outfreqs by a frequency range PASSED test_task_makemask.py::test_expand::test4_expandmask (expand mode) test4: an image mask from continuum clean to a cube mask with outfreqs by a velocity range PASSED test_task_makemask.py::test_expand::test5_expandmask 2023-09-07 14:13:12 WARN ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap. 2023-09-07 14:13:12 WARN ImageRegridder::_regrid Warning: template/imagename relative channel size is 2 2023-09-07 14:13:12 WARN ImageRegridder::_regrid imregrid/ia.regrid() interpolates over spectral channels and does not average channels together. Noise in your resulting image will be the noise in the original individual channels, not the averaged channel noise. To average output channels together, use specsmooth (or ia.boxcar() or ia.hanning() to smooth the spectral axis of your input cube to close to desired resolution and use imregrid/ia.regrid() to regrid it to the desired spectral coordinate grid. (expand mode) test5: an image mask from a cube mask to another cube that sepecified by a template PASSED test_task_makemask.py::test_expand::test6_expandmask 2023-09-07 14:13:15 WARN ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap. 2023-09-07 14:13:15 WARN ImageRegridder::_regrid Warning: template/imagename relative channel size is 2 2023-09-07 14:13:15 WARN ImageRegridder::_regrid imregrid/ia.regrid() interpolates over spectral channels and does not average channels together. Noise in your resulting image will be the noise in the original individual channels, not the averaged channel noise. To average output channels together, use specsmooth (or ia.boxcar() or ia.hanning() to smooth the spectral axis of your input cube to close to desired resolution and use imregrid/ia.regrid() to regrid it to the desired spectral coordinate grid. (expand mode) test6: T/F mask from a cube mask to another cube that sepecified by a template PASSED test_task_makemask.py::test_expand::test7_expandmask 2023-09-07 14:13:18 WARN ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap. (expand mode) test7: T/F mask from a cube mask to overwrite to antoher existing cube with different coord. PASSED test_task_makemask.py::test_expand::test8_expandmask 2023-09-07 14:13:21 WARN ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap. 2023-09-07 14:13:21 WARN ImageRegridder::_regrid Warning: template/imagename relative channel size is 2 2023-09-07 14:13:21 WARN ImageRegridder::_regrid imregrid/ia.regrid() interpolates over spectral channels and does not average channels together. Noise in your resulting image will be the noise in the original individual channels, not the averaged channel noise. To average output channels together, use specsmooth (or ia.boxcar() or ia.hanning() to smooth the spectral axis of your input cube to close to desired resolution and use imregrid/ia.regrid() to regrid it to the desired spectral coordinate grid. 2023-09-07 14:13:23 WARN image::open (file src/tools/image/image_cmpt.cc, line 4208) Another image is already open, closing first 2023-09-07 14:13:24 WARN image::open (file src/tools/image/image_cmpt.cc, line 4208) Another image is already open, closing first (expand mode) test8: inputs are the same as test7: T/F mask, but write to an internal mask(in a new image) PASSED test_task_makemask.py::test_inmask::test_deletemask (delete mode) delete an internal mask from the image PASSED test_task_makemask.py::test_inmask::test_setdefault (setdefaultmask mode) set an internal mask as a default mask PASSED - generated xml file: /home/casatest/casa6/casatestutils/nosedir/xml/test_task_makemask/nose.xml - ================== 26 passed, 2 warnings in 89.46s (0:01:29) =================== ============================= test session starts ============================== platform linux -- Python 3.8.7, pytest-7.4.1, pluggy-1.3.0 -- /usr/local/bin/python3.8 cachedir: .pytest_cache rootdir: /home/casatest/casa6/casatestutils/nosedir/test_task_specflux configfile: pytest.ini collecting ... collected 5 items test_task_specflux.py::specflux_test::test_beam 2023-09-07 14:13:27 WARN specflux::::casa Image brightness unit is K. Ignorming major and minor specificaitons. test setting beam info PASSED test_task_specflux.py::specflux_test::test_box_chans test setting box and channel range PASSED test_task_specflux.py::specflux_test::test_box_chans_mask test setting box and chans with a mask PASSED test_task_specflux.py::specflux_test::test_default Test default settings PASSED test_task_specflux.py::specflux_test::test_unit test setting spectral unit PASSED - generated xml file: /home/casatest/casa6/casatestutils/nosedir/xml/test_task_specflux/nose.xml - ======================== 5 passed, 2 warnings in 1.62s ========================= ============================= test session starts ============================== platform linux -- Python 3.8.7, pytest-7.4.1, pluggy-1.3.0 -- /usr/local/bin/python3.8 cachedir: .pytest_cache rootdir: /home/casatest/casa6/casatestutils/nosedir/test_task_uvcontsub_old configfile: pytest.ini collecting ... collected 6 items test_task_uvcontsub_old.py::zeroth::test_zeroth 2023-09-07 14:13:29 WARN uvcontsub_old::::casa This task is deprecated and will be removed in an upcoming release. 2023-09-07 14:13:30 WARN calibrater::setvi(bool,bool) Forcing use of OLD VisibilityIterator. Running uvcontsub_old Continuum estimate in line-free region Continuum estimate in line region Continuum-subtracted data in line-free region Continuum-subtracted data in line region Non-empty pointing table (for MMS case) PASSED test_task_uvcontsub_old.py::fourth::test_fourth 2023-09-07 14:13:35 WARN uvcontsub_old::::casa This task is deprecated and will be removed in an upcoming release. 2023-09-07 14:13:35 WARN calibrater::setvi(bool,bool) Already using OLD VisibilityIterator. Running uvcontsub_old Continuum estimate Continuum-subtracted data PASSED test_task_uvcontsub_old.py::combspw::test_combspw 2023-09-07 14:13:42 WARN uvcontsub_old::::casa This task is deprecated and will be removed in an upcoming release. 2023-09-07 14:13:46 WARN calibrater::setvi(bool,bool) Already using OLD VisibilityIterator. 2023-09-07 14:13:51 WARN uvcontsub_old::::casa This task is deprecated and will be removed in an upcoming release. 2023-09-07 14:13:55 WARN calibrater::setvi(bool,bool) Already using OLD VisibilityIterator. Running uvcontsub_old Running uvcontsub_old combspw fitorder=0 line estimate combspw fitorder=1 line estimate PASSED test_task_uvcontsub_old.py::excludechans::test_excludechans 2023-09-07 14:13:59 WARN uvcontsub_old::::casa This task is deprecated and will be removed in an upcoming release. 2023-09-07 14:14:00 WARN calibrater::setvi(bool,bool) Already using OLD VisibilityIterator. Running uvcontsub_old Continuum estimate in line-free region Continuum estimate in line region Continuum-subtracted data in line-free region Continuum-subtracted data in line region Non-empty pointing table (for MMS case) PASSED test_task_uvcontsub_old.py::excludechans2::test_excludechans2 2023-09-07 14:14:06 WARN uvcontsub_old::::casa This task is deprecated and will be removed in an upcoming release. 2023-09-07 14:14:08 WARN calibrater::setvi(bool,bool) Already using OLD VisibilityIterator. Running uvcontsub_old PASSED test_task_uvcontsub_old.py::freqrangeselection::test_freqrangeselection 2023-09-07 14:14:13 WARN uvcontsub_old::::casa This task is deprecated and will be removed in an upcoming release. 2023-09-07 14:14:13 WARN calibrater::setvi(bool,bool) Already using OLD VisibilityIterator. Running uvcontsub_old Continuum estimate in line-free region Continuum estimate in line region Continuum-subtracted data in line-free region Continuum-subtracted data in line region Non-empty pointing table (for MMS case) PASSED - generated xml file: /home/casatest/casa6/casatestutils/nosedir/xml/test_task_uvcontsub_old/nose.xml - ======================== 6 passed, 2 warnings in 52.96s ======================== ============================= test session starts ============================== platform linux -- Python 3.8.7, pytest-7.4.1, pluggy-1.3.0 -- /usr/local/bin/python3.8 cachedir: .pytest_cache rootdir: /home/casatest/casa6/casatestutils/nosedir/test_task_gaincal configfile: pytest.ini collecting ... collected 32 items test_task_gaincal.py::gaincal_test::test_FreqMetaData1a test_FreqMetaData1a: No explicit spw selection + append ------------------- PASSED test_task_gaincal.py::gaincal_test::test_FreqMetaData1b 2023-09-07 14:14:42 SEVERE Calibrater::solve Caught exception: Mismatch with frequency meta-data in append to fmd1b.G detected in spw=3. Check spw selection. 2023-09-07 14:14:42 SEVERE Exception Reported: Error in Calibrater::solve. 2023-09-07 14:14:42 SEVERE gaincal::::casa Task gaincal raised an exception of class RuntimeError with the following message: Error in Calibrater::solve. test_FreqMetaData1b: Non-trivial spw/channel selection + append ------------------- PASSED test_task_gaincal.py::gaincal_test::test_FreqMetaData2a test_FreqMetaData2a: No explicit spw selection w/ combine=spw + append ------------------- PASSED test_task_gaincal.py::gaincal_test::test_FreqMetaData2b 2023-09-07 14:14:50 SEVERE Calibrater::solve Caught exception: Mismatch with frequency meta-data in append to fmd2b.G detected in spw=1. Check spw selection. 2023-09-07 14:14:50 SEVERE Exception Reported: Error in Calibrater::solve. 2023-09-07 14:14:50 SEVERE gaincal::::casa Task gaincal raised an exception of class RuntimeError with the following message: Error in Calibrater::solve. test_FreqMetaData2b: Non-trivial spw/channel selection w/ combine=spw + append ------------------- PASSED test_task_gaincal.py::gaincal_test::test_antennaSelect test_antennaSelect -------------------- Check that antennas that aren't selected are flagged PASSED test_task_gaincal.py::gaincal_test::test_calModeA 2023-09-07 14:15:04 SEVERE getcol::WEIGHT Exception Reported: Table DataManager error: Invalid operation: SSMIndColumn::getShape: no array in row 0 in column WEIGHT of table /home/casatest/casa6/casatestutils/nosedir/test_task_gaincal/temp.cal 2023-09-07 14:15:04 SEVERE getcol::WEIGHT Exception Reported: Table DataManager error: Invalid operation: SSMIndColumn::getShape: no array in row 0 in column WEIGHT of table /opt/casa/data/casatestdata/unittest/gaincal/calModeTest.G1 test_calModeA --------------- Check that the output with calmode 'a' is equal to a reference calibration table PASSED test_task_gaincal.py::gaincal_test::test_calModeP 2023-09-07 14:15:10 SEVERE getcol::WEIGHT Exception Reported: Table DataManager error: Invalid operation: SSMIndColumn::getShape: no array in row 0 in column WEIGHT of table /home/casatest/casa6/casatestutils/nosedir/test_task_gaincal/temp.cal 2023-09-07 14:15:10 SEVERE getcol::WEIGHT Exception Reported: Table DataManager error: Invalid operation: SSMIndColumn::getShape: no array in row 0 in column WEIGHT of table /opt/casa/data/casatestdata/unittest/gaincal/calModeTest.G0 test_calModeP --------------- Check that the output with calmode 'p' is equal to a reference calibration table PASSED test_task_gaincal.py::gaincal_test::test_corrDepFlags test_corrDepFlags ----------------- PASSED test_task_gaincal.py::gaincal_test::test_correctGains 2023-09-07 14:15:17 SEVERE getcol::WEIGHT Exception Reported: Table DataManager error: Invalid operation: SSMIndColumn::getShape: no array in row 0 in column WEIGHT of table /home/casatest/casa6/casatestutils/nosedir/test_task_gaincal/testgaincal.cal 2023-09-07 14:15:17 SEVERE getcol::WEIGHT Exception Reported: Table DataManager error: Invalid operation: SSMIndColumn::getShape: no array in row 0 in column WEIGHT of table /opt/casa/data/casatestdata/unittest/gaincal/genDataCombine.G0 test_correctGains ------------------- Check that the gaincal results match a reference gaincal table PASSED test_task_gaincal.py::gaincal_test::test_dictBelowMinBl Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:35:53.1 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:35:53.1 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:35:53.1 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:35:53.1 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:41:13.2 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:41:13.2 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:41:13.2 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:41:13.2 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:46:44.3 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:46:44.3 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:46:44.3 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:46:44.3 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:52:12.0 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:52:12.0 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:52:12.0 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:52:12.0 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:57:53.4 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:57:53.4 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:57:53.4 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:57:53.4 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:03:58.0 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:03:58.0 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:03:58.0 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:03:58.0 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:09:25.1 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:09:25.1 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:09:25.1 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:09:25.1 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:14:46.7 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:14:46.7 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:14:46.7 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:14:46.7 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:20:21.0 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:20:21.0 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:20:21.0 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:20:21.0 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:25:59.1 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:25:59.1 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:25:59.1 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:25:59.1 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:32:18.0 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:32:18.0 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:32:18.0 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:32:18.0 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:37:48.2 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:37:48.2 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:37:48.2 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:37:48.2 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:43:11.6 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:43:11.6 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:43:11.6 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:43:11.6 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:48:47.3 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:48:47.3 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:48:47.3 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:48:47.3 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:54:27.5 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:54:27.5 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:54:27.5 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:54:27.5 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:00:29.5 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:00:29.5 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:00:29.5 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:00:29.5 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:05:49.3 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:05:49.3 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:05:49.3 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:05:49.3 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:11:12.1 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:11:12.1 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:11:12.1 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:11:12.1 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:16:56.5 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:16:56.5 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:16:56.5 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:16:56.5 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:22:46.9 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:22:46.9 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:22:46.9 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:22:46.9 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:28:50.8 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:28:50.8 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:28:50.8 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:28:50.8 field=0 spw=3 chan=0) Test that results will reflect ants excluded due to missing baselines PASSED test_task_gaincal.py::gaincal_test::test_dictOutput Test that a dictionary is output by the task PASSED test_task_gaincal.py::gaincal_test::test_dictOutputAntennaFlag Test that preflagging antennas shows in the output dict PASSED test_task_gaincal.py::gaincal_test::test_dictOutputFlagged Found no unflagged data at: (time=2017/08/20/04:35:53.1 field=0 spw=0 chan=0) Found no unflagged data at: (time=2017/08/20/04:41:13.2 field=1 spw=0 chan=0) Found no unflagged data at: (time=2017/08/20/04:46:44.3 field=0 spw=0 chan=0) Found no unflagged data at: (time=2017/08/20/04:52:12.0 field=1 spw=0 chan=0) Found no unflagged data at: (time=2017/08/20/04:57:53.4 field=0 spw=0 chan=0) Found no unflagged data at: (time=2017/08/20/05:03:58.0 field=1 spw=0 chan=0) Found no unflagged data at: (time=2017/08/20/05:09:25.1 field=0 spw=0 chan=0) Found no unflagged data at: (time=2017/08/20/05:14:46.7 field=1 spw=0 chan=0) Found no unflagged data at: (time=2017/08/20/05:20:21.0 field=0 spw=0 chan=0) Found no unflagged data at: (time=2017/08/20/05:25:59.1 field=1 spw=0 chan=0) Found no unflagged data at: (time=2017/08/20/05:32:18.0 field=0 spw=0 chan=0) Found no unflagged data at: (time=2017/08/20/05:37:48.2 field=1 spw=0 chan=0) Found no unflagged data at: (time=2017/08/20/05:43:11.6 field=0 spw=0 chan=0) Found no unflagged data at: (time=2017/08/20/05:48:47.3 field=1 spw=0 chan=0) Found no unflagged data at: (time=2017/08/20/05:54:27.5 field=0 spw=0 chan=0) Found no unflagged data at: (time=2017/08/20/06:00:29.5 field=1 spw=0 chan=0) Found no unflagged data at: (time=2017/08/20/06:05:49.3 field=0 spw=0 chan=0) Found no unflagged data at: (time=2017/08/20/06:11:12.1 field=1 spw=0 chan=0) Found no unflagged data at: (time=2017/08/20/06:16:56.5 field=0 spw=0 chan=0) Found no unflagged data at: (time=2017/08/20/06:22:46.9 field=1 spw=0 chan=0) Found no unflagged data at: (time=2017/08/20/06:28:50.8 field=0 spw=0 chan=0) 2023-09-07 14:16:03 WARN Calibrater::solve Spectral window(s) 0, 2023-09-07 14:16:03 WARN Calibrater::solve+ could not be solved due to missing (pre-)calibration 2023-09-07 14:16:03 WARN Calibrater::solve+ in one or more of the specified tables. 2023-09-07 14:16:03 WARN Calibrater::solve+ Please check your results carefully! Test that when an spw is flagged the final data counts are zero PASSED test_task_gaincal.py::gaincal_test::test_fieldSelect test_fieldSelect ------------------ Check that the field selection parameter functions properly PASSED test_task_gaincal.py::gaincal_test::test_gainTypeK 2023-09-07 14:16:09 SEVERE getcol::WEIGHT Exception Reported: Table DataManager error: Invalid operation: SSMIndColumn::getShape: no array in row 0 in column WEIGHT of table /home/casatest/casa6/casatestutils/nosedir/test_task_gaincal/temp.cal 2023-09-07 14:16:09 SEVERE getcol::WEIGHT Exception Reported: Table DataManager error: Invalid operation: SSMIndColumn::getShape: no array in row 0 in column WEIGHT of table /opt/casa/data/casatestdata/unittest/gaincal/gaintypek.G0 test_gainTypeK ---------------- Check that the output with gaintype k is equal to a reference calibration table PASSED test_task_gaincal.py::gaincal_test::test_gainTypeKSpwCountMisMatch test_gainTypeKSpwCountMisMatch ------------------------------- Check that a caltable can be applied when the number of spws in the ms and caltable do not match PASSED test_task_gaincal.py::gaincal_test::test_gainTypeSpline 2023-09-07 14:16:21 WARN gaincal::calibrater::setvi(bool,bool) Forcing use of OLD VisibilityIterator. 2023-09-07 14:16:25 SEVERE getcol::VALID_DOMAIN Exception Reported: Table DataManager error: Invalid operation: SSMIndColumn::getShape: no array in row 0 in column VALID_DOMAIN of table /home/casatest/casa6/casatestutils/nosedir/test_task_gaincal/temp.cal 2023-09-07 14:16:25 SEVERE getcol::VALID_DOMAIN Exception Reported: Table DataManager error: Invalid operation: SSMIndColumn::getShape: no array in row 0 in column VALID_DOMAIN of table /opt/casa/data/casatestdata/unittest/gaincal/gaintypeSpline.G0 test_gainTypeSpline ---------------- Check that the output with gaintype GSPLINE is equal to a reference calibration table FREQ_GROUP_NAME ERROR in finding truth value FIELD_NAME ERROR in finding truth value FIELD_CODE ERROR in finding truth value SOURCE_NAME ERROR in finding truth value SOURCE_CODE ERROR in finding truth value POLY_TYPE ERROR in finding truth value POLY_MODE ERROR in finding truth value PHASE_UNITS ERROR in finding truth value PASSED test_task_gaincal.py::gaincal_test::test_intervalSNR test_intervalSNR ------------------ Check that shorter interval times result in a lower signal to noise PASSED test_task_gaincal.py::gaincal_test::test_mergedCreatesGainTable Gaincal 1a: Default values to create a gain table Testing column TIME Column TIME PASSED Testing column FIELD_ID Column FIELD_ID PASSED Testing column SPECTRAL_WINDOW_ID Column SPECTRAL_WINDOW_ID PASSED Testing column ANTENNA1 Column ANTENNA1 PASSED Testing column ANTENNA2 Column ANTENNA2 PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column SCAN_NUMBER Column SCAN_NUMBER PASSED Testing column OBSERVATION_ID Column OBSERVATION_ID PASSED Testing column CPARAM Column CPARAM PASSED Testing column PARAMERR Column PARAMERR PASSED Testing column FLAG Column FLAG PASSED Testing column SNR Column SNR PASSED PASSED test_task_gaincal.py::gaincal_test::test_mergedFieldSelect Gaincal 2a: Create a gain table using field selection Testing column TIME Column TIME PASSED Testing column FIELD_ID Column FIELD_ID PASSED Testing column SPECTRAL_WINDOW_ID Column SPECTRAL_WINDOW_ID PASSED Testing column ANTENNA1 Column ANTENNA1 PASSED Testing column ANTENNA2 Column ANTENNA2 PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column SCAN_NUMBER Column SCAN_NUMBER PASSED Testing column OBSERVATION_ID Column OBSERVATION_ID PASSED Testing column CPARAM Column CPARAM PASSED Testing column PARAMERR Column PARAMERR PASSED Testing column FLAG Column FLAG PASSED Testing column SNR Column SNR PASSED PASSED test_task_gaincal.py::gaincal_test::test_mergedSpwSelect Gaincal 1b: Create a gain table for an MS with many spws Testing column TIME Column TIME PASSED Testing column FIELD_ID Column FIELD_ID PASSED Testing column SPECTRAL_WINDOW_ID Column SPECTRAL_WINDOW_ID PASSED Testing column ANTENNA1 Column ANTENNA1 PASSED Testing column ANTENNA2 Column ANTENNA2 PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column SCAN_NUMBER Column SCAN_NUMBER PASSED Testing column OBSERVATION_ID Column OBSERVATION_ID PASSED Testing column CPARAM Column CPARAM PASSED Testing column PARAMERR Column PARAMERR PASSED Testing column FLAG Column FLAG PASSED Testing column SNR Column SNR PASSED PASSED test_task_gaincal.py::gaincal_test::test_minBl Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:33:24.5 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:33:27.9 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:33:31.4 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:33:34.8 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:33:38.3 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:33:41.8 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:33:45.2 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:33:48.7 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:33:52.1 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:33:55.6 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:33:59.0 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:34:02.5 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:34:06.0 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:34:09.4 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:34:12.9 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:34:16.3 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:34:19.8 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:34:23.2 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:34:26.7 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:34:30.1 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:34:33.6 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:34:37.1 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:34:40.5 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:34:44.0 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:34:47.4 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:34:50.9 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:34:54.3 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:34:57.8 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:35:01.2 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:35:04.7 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:35:08.2 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:35:11.6 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:35:15.1 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:35:18.5 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:35:22.0 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:35:25.4 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:35:28.9 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:35:32.4 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:35:35.8 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:35:39.3 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:35:42.7 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:35:46.2 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:35:49.6 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:35:53.1 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:35:56.5 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:36:00.0 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:36:03.5 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:36:06.9 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:36:10.4 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:36:13.8 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:36:17.3 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:36:20.7 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:36:24.2 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:36:27.6 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:36:31.1 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:36:34.6 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:36:38.0 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:36:41.5 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:36:44.9 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:36:48.4 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:36:51.8 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:36:55.3 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:36:58.8 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:37:02.2 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:37:05.7 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:37:09.1 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:37:12.6 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:37:16.0 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:37:19.5 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:37:22.9 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:37:26.4 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:37:29.9 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:37:33.3 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:37:36.8 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:37:40.2 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:37:43.7 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:37:47.1 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:37:50.6 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:37:54.0 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:37:57.5 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:38:01.0 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:38:04.4 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:38:07.9 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:38:11.3 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:38:14.8 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:38:18.2 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:38:21.7 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:44:15.7 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:44:19.2 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:44:22.6 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:44:26.1 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:44:29.5 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:44:33.0 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:44:36.4 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:44:39.9 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:44:43.3 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:44:46.8 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:44:50.3 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:44:53.7 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:44:57.2 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:45:00.6 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:45:04.1 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:45:07.5 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:45:11.0 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:45:14.4 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:45:17.9 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:45:21.4 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:45:24.8 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:45:28.3 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:45:31.7 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:45:35.2 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:45:38.6 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:45:42.1 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:45:45.6 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:45:49.0 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:45:52.5 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:45:55.9 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:45:59.4 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:46:02.8 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:46:06.3 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:46:09.7 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:46:13.2 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:46:16.7 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:46:20.1 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:46:23.6 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:46:27.0 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:46:30.5 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:46:33.9 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:46:37.4 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:46:40.8 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:46:44.3 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:46:47.8 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:46:51.2 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:46:54.7 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:46:58.1 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:47:01.6 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:47:05.0 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:47:08.5 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:47:12.0 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:47:15.4 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:47:18.9 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:47:22.3 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:47:25.8 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:47:29.2 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:47:32.7 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:47:36.1 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:47:39.6 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:47:43.1 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:47:46.5 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:47:50.0 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:47:53.4 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:47:56.9 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:48:00.3 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:48:03.8 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:48:07.2 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:48:10.7 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:48:14.2 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:48:17.6 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:48:21.1 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:48:24.5 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:48:28.0 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:48:31.4 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:48:34.9 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:48:38.4 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:48:41.8 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:48:45.3 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:48:48.7 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:48:52.2 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:48:55.6 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:48:59.1 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:49:02.5 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:49:06.0 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:49:09.5 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:49:12.9 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:55:24.8 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:55:28.2 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:55:31.7 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:55:35.1 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:55:38.6 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:55:42.0 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:55:45.5 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:55:49.0 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:55:52.4 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:55:55.9 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:55:59.3 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:56:02.8 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:56:06.2 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:56:09.7 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:56:13.2 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:56:16.6 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:56:20.1 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:56:23.5 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:56:27.0 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:56:30.4 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:56:33.9 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:56:37.3 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:56:40.8 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:56:44.3 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:56:47.7 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:56:51.2 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:56:54.6 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:56:58.1 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:57:01.5 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:57:05.0 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:57:08.4 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:57:11.9 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:57:15.4 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:57:18.8 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:57:22.3 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:57:25.7 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:57:29.2 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:57:32.6 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:57:36.1 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:57:39.6 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:57:43.0 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:57:46.5 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:57:49.9 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:57:53.4 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:57:56.8 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:58:00.3 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:58:03.7 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:58:07.2 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:58:10.7 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:58:14.1 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:58:17.6 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:58:21.0 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:58:24.5 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:58:27.9 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:58:31.4 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:58:34.8 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:58:38.3 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:58:41.8 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:58:45.2 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:58:48.7 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:58:52.1 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:58:55.6 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:58:59.0 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:59:02.5 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:59:06.0 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:59:09.4 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:59:12.9 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:59:16.3 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:59:19.8 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:59:23.2 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:59:26.7 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:59:30.1 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:59:33.6 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:59:37.1 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:59:40.5 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:59:44.0 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:59:47.4 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:59:50.9 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:59:54.3 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:59:57.8 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:00:01.2 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:00:04.7 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:00:08.2 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:00:11.6 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:00:15.1 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:00:18.5 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:00:22.0 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:06:56.4 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:06:59.9 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:07:03.4 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:07:06.8 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:07:10.3 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:07:13.7 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:07:17.2 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:07:20.6 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:07:24.1 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:07:27.6 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:07:31.0 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:07:34.5 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:07:37.9 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:07:41.4 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:07:44.8 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:07:48.3 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:07:51.7 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:07:55.2 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:07:58.7 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:08:02.1 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:08:05.6 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:08:09.0 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:08:12.5 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:08:15.9 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:08:19.4 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:08:22.8 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:08:26.3 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:08:29.8 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:08:33.2 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:08:36.7 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:08:40.1 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:08:43.6 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:08:47.0 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:08:50.5 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:08:54.0 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:08:57.4 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:09:00.9 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:09:04.3 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:09:07.8 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:09:11.2 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:09:14.7 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:09:18.1 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:09:21.6 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:09:25.1 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:09:28.5 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:09:32.0 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:09:35.4 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:09:38.9 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:09:42.3 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:09:45.8 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:09:49.2 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:09:52.7 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:09:56.2 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:09:59.6 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:10:03.1 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:10:06.5 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:10:10.0 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:10:13.4 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:10:16.9 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:10:20.4 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:10:23.8 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:10:27.3 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:10:30.7 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:10:34.2 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:10:37.6 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:10:41.1 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:10:44.5 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:10:48.0 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:10:51.5 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:10:54.9 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:10:58.4 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:11:01.8 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:11:05.3 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:11:08.7 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:11:12.2 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:11:15.6 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:11:19.1 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:11:22.6 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:11:26.0 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:11:29.5 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:11:32.9 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:11:36.4 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:11:39.8 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:11:43.3 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:11:46.8 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:11:50.2 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:11:53.7 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:17:52.4 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:17:55.9 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:17:59.3 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:18:02.8 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:18:06.2 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:18:09.7 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:18:13.2 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:18:16.6 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:18:20.1 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:18:23.5 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:18:27.0 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:18:30.4 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:18:33.9 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:18:37.3 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:18:40.8 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:18:44.3 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:18:47.7 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:18:51.2 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:18:54.6 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:18:58.1 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:19:01.5 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:19:05.0 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:19:08.4 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:19:11.9 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:19:15.4 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:19:18.8 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:19:22.3 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:19:25.7 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:19:29.2 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:19:32.6 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:19:36.1 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:19:39.6 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:19:43.0 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:19:46.5 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:19:49.9 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:19:53.4 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:19:56.8 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:20:00.3 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:20:03.7 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:20:07.2 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:20:10.7 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:20:14.1 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:20:17.6 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:20:21.0 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:20:24.5 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:20:27.9 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:20:31.4 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:20:34.8 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:20:38.3 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:20:41.8 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:20:45.2 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:20:48.7 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:20:52.1 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:20:55.6 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:20:59.0 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:21:02.5 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:21:06.0 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:21:09.4 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:21:12.9 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:21:16.3 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:21:19.8 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:21:23.2 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:21:26.7 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:21:30.1 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:21:33.6 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:21:37.1 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:21:40.5 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:21:44.0 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:21:47.4 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:21:50.9 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:21:54.3 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:21:57.8 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:22:01.2 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:22:04.7 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:22:08.2 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:22:11.6 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:22:15.1 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:22:18.5 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:22:22.0 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:22:25.4 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:22:28.9 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:22:32.4 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:22:35.8 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:22:39.3 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:22:42.7 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:22:46.2 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:22:49.6 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:29:49.3 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:29:52.8 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:29:56.3 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:29:59.7 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:30:03.2 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:30:06.6 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:30:10.1 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:30:13.5 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:30:17.0 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:30:20.4 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:30:23.9 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:30:27.4 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:30:30.8 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:30:34.3 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:30:37.7 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:30:41.2 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:30:44.6 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:30:48.1 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:30:51.6 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:30:55.0 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:30:58.5 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:31:01.9 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:31:05.4 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:31:08.8 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:31:12.3 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:31:15.7 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:31:19.2 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:31:22.7 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:31:26.1 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:31:29.6 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:31:33.0 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:31:36.5 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:31:39.9 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:31:43.4 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:31:46.8 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:31:50.3 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:31:53.8 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:31:57.2 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:32:00.7 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:32:04.1 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:32:07.6 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:32:11.0 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:32:14.5 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:32:18.0 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:32:21.4 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:32:24.9 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:32:28.3 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:32:31.8 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:32:35.2 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:32:38.7 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:32:42.1 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:32:45.6 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:32:49.1 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:32:52.5 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:32:56.0 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:32:59.4 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:33:02.9 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:33:06.3 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:33:09.8 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:33:13.2 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:33:16.7 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:33:20.2 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:33:23.6 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:33:27.1 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:33:30.5 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:33:34.0 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:33:37.4 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:33:40.9 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:33:44.4 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:33:47.8 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:33:51.3 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:33:54.7 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:33:58.2 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:34:01.6 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:34:05.1 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:34:08.5 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:34:12.0 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:34:15.5 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:34:18.9 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:34:22.4 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:34:25.8 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:34:29.3 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:34:32.7 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:34:36.2 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:34:39.6 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:34:43.1 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:34:46.6 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:40:43.0 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:40:46.4 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:40:49.9 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:40:53.3 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:40:56.8 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:41:00.2 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:41:03.7 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:41:07.2 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:41:10.6 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:41:14.1 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:41:17.5 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:41:21.0 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:41:24.4 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:41:27.9 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:41:31.3 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:41:34.8 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:41:38.3 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:41:41.7 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:41:45.2 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:41:48.6 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:41:52.1 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:41:55.5 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:41:59.0 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:42:02.4 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:42:05.9 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:42:09.4 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:42:12.8 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:42:16.3 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:42:19.7 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:42:23.2 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:42:26.6 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:42:30.1 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:42:33.6 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:42:37.0 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:42:40.5 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:42:43.9 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:42:47.4 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:42:50.8 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:42:54.3 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:42:57.7 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:43:01.2 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:43:04.7 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:43:08.1 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:43:11.6 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:43:15.0 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:43:18.5 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:43:21.9 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:43:25.4 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:43:28.8 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:43:32.3 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:43:35.8 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:43:39.2 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:43:42.7 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:43:46.1 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:43:49.6 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:43:53.0 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:43:56.5 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:44:00.0 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:44:03.4 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:44:06.9 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:44:10.3 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:44:13.8 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:44:17.2 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:44:20.7 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:44:24.1 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:44:27.6 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:44:31.1 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:44:34.5 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:44:38.0 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:44:41.4 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:44:44.9 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:44:48.3 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:44:51.8 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:44:55.2 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:44:58.7 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:45:02.2 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:45:05.6 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:45:09.1 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:45:12.5 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:45:16.0 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:45:19.4 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:45:22.9 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:45:26.4 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:45:29.8 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:45:33.3 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:45:36.7 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:45:40.2 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:51:58.8 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:52:02.3 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:52:05.8 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:52:09.2 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:52:12.7 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:52:16.1 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:52:19.6 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:52:23.0 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:52:26.5 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:52:30.0 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:52:33.4 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:52:36.9 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:52:40.3 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:52:43.8 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:52:47.2 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:52:50.7 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:52:54.1 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:52:57.6 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:53:01.1 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:53:04.5 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:53:08.0 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:53:11.4 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:53:14.9 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:53:18.3 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:53:21.8 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:53:25.2 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:53:28.7 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:53:32.2 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:53:35.6 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:53:39.1 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:53:42.5 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:53:46.0 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:53:49.4 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:53:52.9 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:53:56.4 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:53:59.8 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:54:03.3 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:54:06.7 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:54:10.2 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:54:13.6 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:54:17.1 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:54:20.5 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:54:24.0 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:54:27.5 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:54:30.9 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:54:34.4 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:54:37.8 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:54:41.3 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:54:44.7 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:54:48.2 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:54:51.6 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:54:55.1 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:54:58.6 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:55:02.0 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:55:05.5 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:55:08.9 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:55:12.4 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:55:15.8 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:55:19.3 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:55:22.8 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:55:26.2 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:55:29.7 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:55:33.1 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:55:36.6 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:55:40.0 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:55:43.5 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:55:46.9 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:55:50.4 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:55:53.9 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:55:57.3 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:56:00.8 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:56:04.2 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:56:07.7 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:56:11.1 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:56:14.6 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:56:18.0 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:56:21.5 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:56:25.0 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:56:28.4 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:56:31.9 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:56:35.3 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:56:38.8 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:56:42.2 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:56:45.7 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:56:49.2 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:56:52.6 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:56:56.1 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:03:20.7 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:03:24.1 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:03:27.6 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:03:31.1 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:03:34.5 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:03:38.0 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:03:41.4 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:03:44.9 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:03:48.3 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:03:51.8 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:03:55.2 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:03:58.7 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:04:02.2 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:04:05.6 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:04:09.1 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:04:12.5 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:04:16.0 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:04:19.4 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:04:22.9 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:04:26.4 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:04:29.8 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:04:33.3 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:04:36.7 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:04:40.2 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:04:43.6 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:04:47.1 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:04:50.5 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:04:54.0 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:04:57.5 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:05:00.9 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:05:04.4 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:05:07.8 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:05:11.3 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:05:14.7 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:05:18.2 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:05:21.6 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:05:25.1 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:05:28.6 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:05:32.0 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:05:35.5 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:05:38.9 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:05:42.4 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:05:45.8 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:05:49.3 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:05:52.8 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:05:56.2 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:05:59.7 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:06:03.1 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:06:06.6 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:06:10.0 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:06:13.5 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:06:16.9 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:06:20.4 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:06:23.9 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:06:27.3 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:06:30.8 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:06:34.2 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:06:37.7 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:06:41.1 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:06:44.6 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:06:48.0 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:06:51.5 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:06:55.0 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:06:58.4 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:07:01.9 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:07:05.3 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:07:08.8 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:07:12.2 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:07:15.7 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:07:19.2 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:07:22.6 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:07:26.1 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:07:29.5 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:07:33.0 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:07:36.4 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:07:39.9 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:07:43.3 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:07:46.8 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:07:50.3 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:07:53.7 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:07:57.2 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:08:00.6 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:08:04.1 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:08:07.5 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:08:11.0 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:08:14.4 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:08:17.9 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:14:27.9 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:14:31.4 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:14:34.8 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:14:38.3 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:14:41.8 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:14:45.2 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:14:48.7 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:14:52.1 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:14:55.6 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:14:59.0 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:15:02.5 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:15:06.0 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:15:09.4 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:15:12.9 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:15:16.3 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:15:19.8 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:15:23.2 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:15:26.7 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:15:30.1 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:15:33.6 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:15:37.1 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:15:40.5 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:15:44.0 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:15:47.4 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:15:50.9 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:15:54.3 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:15:57.8 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:16:01.2 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:16:04.7 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:16:08.2 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:16:11.6 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:16:15.1 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:16:18.5 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:16:22.0 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:16:25.4 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:16:28.9 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:16:32.4 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:16:35.8 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:16:39.3 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:16:42.7 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:16:46.2 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:16:49.6 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:16:53.1 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:16:56.5 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:17:00.0 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:17:03.5 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:17:06.9 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:17:10.4 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:17:13.8 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:17:17.3 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:17:20.7 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:17:24.2 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:17:27.6 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:17:31.1 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:17:34.6 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:17:38.0 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:17:41.5 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:17:44.9 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:17:48.4 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:17:51.8 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:17:55.3 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:17:58.8 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:18:02.2 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:18:05.7 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:18:09.1 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:18:12.6 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:18:16.0 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:18:19.5 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:18:22.9 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:18:26.4 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:18:29.9 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:18:33.3 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:18:36.8 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:18:40.2 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:18:43.7 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:18:47.1 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:18:50.6 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:18:54.0 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:18:57.5 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:19:01.0 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:19:04.4 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:19:07.9 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:19:11.3 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:19:14.8 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:19:18.2 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:19:21.7 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:19:25.2 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:26:22.2 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:26:25.7 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:26:29.1 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:26:32.6 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:26:36.0 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:26:39.5 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:26:43.0 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:26:46.4 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:26:49.9 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:26:53.3 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:26:56.8 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:27:00.2 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:27:03.7 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:27:07.2 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:27:10.6 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:27:14.1 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:27:17.5 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:27:21.0 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:27:24.4 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:27:27.9 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:27:31.3 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:27:34.8 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:27:38.3 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:27:41.7 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:27:45.2 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:27:48.6 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:27:52.1 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:27:55.5 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:27:59.0 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:28:02.4 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:28:05.9 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:28:09.4 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:28:12.8 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:28:16.3 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:28:19.7 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:28:23.2 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:28:26.6 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:28:30.1 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:28:33.6 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:28:37.0 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:28:40.5 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:28:43.9 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:28:47.4 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:28:50.8 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:28:54.3 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:28:57.7 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:29:01.2 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:29:04.7 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:29:08.1 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:29:11.6 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:29:15.0 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:29:18.5 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:29:21.9 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:29:25.4 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:29:28.8 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:29:32.3 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:29:35.8 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:29:39.2 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:29:42.7 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:29:46.1 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:29:49.6 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:29:53.0 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:29:56.5 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:30:00.0 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:30:03.4 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:30:06.9 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:30:10.3 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:30:13.8 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:30:17.2 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:30:20.7 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:30:24.1 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:30:27.6 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:30:31.1 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:30:34.5 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:30:38.0 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:30:41.4 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:30:44.9 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:30:48.3 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:30:51.8 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:30:55.2 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:30:58.7 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:31:02.2 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:31:05.6 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:31:09.1 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:31:12.5 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:31:16.0 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:31:19.4 field=0 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:33:24.5 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:33:27.9 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:33:31.4 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:33:34.8 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:33:38.3 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:33:41.8 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:33:45.2 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:33:48.7 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:33:52.1 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:33:55.6 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:33:59.0 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:34:02.5 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:34:06.0 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:34:09.4 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:34:12.9 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:34:16.3 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:34:19.8 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:34:23.2 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:34:26.7 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:34:30.1 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:34:33.6 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:34:37.1 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:34:40.5 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:34:44.0 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:34:47.4 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:34:50.9 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:34:54.3 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:34:57.8 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:35:01.2 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:35:04.7 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:35:08.2 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:35:11.6 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:35:15.1 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:35:18.5 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:35:22.0 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:35:25.4 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:35:28.9 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:35:32.4 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:35:35.8 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:35:39.3 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:35:42.7 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:35:46.2 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:35:49.6 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:35:53.1 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:35:56.5 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:36:00.0 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:36:03.5 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:36:06.9 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:36:10.4 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:36:13.8 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:36:17.3 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:36:20.7 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:36:24.2 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:36:27.6 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:36:31.1 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:36:34.6 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:36:38.0 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:36:41.5 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:36:44.9 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:36:48.4 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:36:51.8 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:36:55.3 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:36:58.8 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:37:02.2 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:37:05.7 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:37:09.1 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:37:12.6 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:37:16.0 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:37:19.5 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:37:22.9 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:37:26.4 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:37:29.9 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:37:33.3 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:37:36.8 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:37:40.2 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:37:43.7 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:37:47.1 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:37:50.6 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:37:54.0 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:37:57.5 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:38:01.0 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:38:04.4 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:38:07.9 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:38:11.3 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:38:14.8 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:38:18.2 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:38:21.7 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:44:15.7 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:44:19.2 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:44:22.6 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:44:26.1 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:44:29.5 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:44:33.0 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:44:36.4 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:44:39.9 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:44:43.3 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:44:46.8 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:44:50.3 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:44:53.7 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:44:57.2 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:45:00.6 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:45:04.1 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:45:07.5 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:45:11.0 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:45:14.4 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:45:17.9 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:45:21.4 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:45:24.8 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:45:28.3 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:45:31.7 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:45:35.2 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:45:38.6 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:45:42.1 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:45:45.6 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:45:49.0 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:45:52.5 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:45:55.9 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:45:59.4 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:46:02.8 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:46:06.3 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:46:09.7 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:46:13.2 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:46:16.7 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:46:20.1 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:46:23.6 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:46:27.0 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:46:30.5 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:46:33.9 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:46:37.4 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:46:40.8 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:46:44.3 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:46:47.8 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:46:51.2 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:46:54.7 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:46:58.1 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:47:01.6 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:47:05.0 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:47:08.5 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:47:12.0 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:47:15.4 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:47:18.9 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:47:22.3 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:47:25.8 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:47:29.2 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:47:32.7 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:47:36.1 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:47:39.6 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:47:43.1 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:47:46.5 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:47:50.0 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:47:53.4 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:47:56.9 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:48:00.3 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:48:03.8 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:48:07.2 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:48:10.7 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:48:14.2 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:48:17.6 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:48:21.1 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:48:24.5 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:48:28.0 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:48:31.4 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:48:34.9 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:48:38.4 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:48:41.8 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:48:45.3 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:48:48.7 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:48:52.2 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:48:55.6 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:48:59.1 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:49:02.5 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:49:06.0 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:49:09.5 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:49:12.9 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:55:24.8 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:55:28.2 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:55:31.7 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:55:35.1 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:55:38.6 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:55:42.0 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:55:45.5 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:55:49.0 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:55:52.4 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:55:55.9 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:55:59.3 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:56:02.8 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:56:06.2 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:56:09.7 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:56:13.2 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:56:16.6 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:56:20.1 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:56:23.5 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:56:27.0 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:56:30.4 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:56:33.9 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:56:37.3 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:56:40.8 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:56:44.3 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:56:47.7 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:56:51.2 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:56:54.6 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:56:58.1 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:57:01.5 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:57:05.0 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:57:08.4 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:57:11.9 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:57:15.4 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:57:18.8 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:57:22.3 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:57:25.7 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:57:29.2 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:57:32.6 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:57:36.1 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:57:39.6 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:57:43.0 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:57:46.5 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:57:49.9 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:57:53.4 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:57:56.8 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:58:00.3 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:58:03.7 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:58:07.2 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:58:10.7 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:58:14.1 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:58:17.6 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:58:21.0 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:58:24.5 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:58:27.9 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:58:31.4 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:58:34.8 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:58:38.3 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:58:41.8 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:58:45.2 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:58:48.7 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:58:52.1 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:58:55.6 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:58:59.0 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:59:02.5 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:59:06.0 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:59:09.4 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:59:12.9 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:59:16.3 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:59:19.8 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:59:23.2 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:59:26.7 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:59:30.1 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:59:33.6 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:59:37.1 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:59:40.5 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:59:44.0 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:59:47.4 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:59:50.9 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:59:54.3 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:59:57.8 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:00:01.2 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:00:04.7 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:00:08.2 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:00:11.6 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:00:15.1 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:00:18.5 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:00:22.0 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:06:56.4 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:06:59.9 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:07:03.4 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:07:06.8 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:07:10.3 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:07:13.7 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:07:17.2 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:07:20.6 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:07:24.1 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:07:27.6 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:07:31.0 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:07:34.5 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:07:37.9 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:07:41.4 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:07:44.8 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:07:48.3 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:07:51.7 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:07:55.2 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:07:58.7 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:08:02.1 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:08:05.6 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:08:09.0 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:08:12.5 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:08:15.9 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:08:19.4 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:08:22.8 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:08:26.3 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:08:29.8 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:08:33.2 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:08:36.7 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:08:40.1 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:08:43.6 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:08:47.0 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:08:50.5 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:08:54.0 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:08:57.4 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:09:00.9 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:09:04.3 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:09:07.8 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:09:11.2 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:09:14.7 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:09:18.1 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:09:21.6 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:09:25.1 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:09:28.5 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:09:32.0 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:09:35.4 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:09:38.9 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:09:42.3 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:09:45.8 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:09:49.2 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:09:52.7 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:09:56.2 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:09:59.6 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:10:03.1 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:10:06.5 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:10:10.0 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:10:13.4 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:10:16.9 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:10:20.4 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:10:23.8 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:10:27.3 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:10:30.7 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:10:34.2 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:10:37.6 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:10:41.1 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:10:44.5 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:10:48.0 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:10:51.5 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:10:54.9 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:10:58.4 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:11:01.8 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:11:05.3 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:11:08.7 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:11:12.2 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:11:15.6 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:11:19.1 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:11:22.6 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:11:26.0 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:11:29.5 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:11:32.9 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:11:36.4 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:11:39.8 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:11:43.3 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:11:46.8 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:11:50.2 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:11:53.7 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:17:52.4 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:17:55.9 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:17:59.3 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:18:02.8 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:18:06.2 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:18:09.7 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:18:13.2 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:18:16.6 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:18:20.1 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:18:23.5 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:18:27.0 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:18:30.4 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:18:33.9 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:18:37.3 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:18:40.8 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:18:44.3 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:18:47.7 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:18:51.2 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:18:54.6 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:18:58.1 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:19:01.5 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:19:05.0 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:19:08.4 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:19:11.9 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:19:15.4 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:19:18.8 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:19:22.3 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:19:25.7 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:19:29.2 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:19:32.6 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:19:36.1 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:19:39.6 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:19:43.0 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:19:46.5 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:19:49.9 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:19:53.4 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:19:56.8 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:20:00.3 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:20:03.7 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:20:07.2 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:20:10.7 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:20:14.1 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:20:17.6 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:20:21.0 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:20:24.5 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:20:27.9 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:20:31.4 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:20:34.8 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:20:38.3 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:20:41.8 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:20:45.2 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:20:48.7 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:20:52.1 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:20:55.6 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:20:59.0 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:21:02.5 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:21:06.0 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:21:09.4 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:21:12.9 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:21:16.3 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:21:19.8 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:21:23.2 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:21:26.7 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:21:30.1 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:21:33.6 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:21:37.1 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:21:40.5 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:21:44.0 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:21:47.4 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:21:50.9 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:21:54.3 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:21:57.8 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:22:01.2 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:22:04.7 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:22:08.2 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:22:11.6 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:22:15.1 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:22:18.5 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:22:22.0 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:22:25.4 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:22:28.9 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:22:32.4 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:22:35.8 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:22:39.3 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:22:42.7 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:22:46.2 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:22:49.6 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:29:49.3 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:29:52.8 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:29:56.3 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:29:59.7 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:30:03.2 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:30:06.6 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:30:10.1 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:30:13.5 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:30:17.0 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:30:20.4 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:30:23.9 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:30:27.4 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:30:30.8 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:30:34.3 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:30:37.7 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:30:41.2 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:30:44.6 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:30:48.1 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:30:51.6 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:30:55.0 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:30:58.5 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:31:01.9 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:31:05.4 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:31:08.8 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:31:12.3 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:31:15.7 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:31:19.2 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:31:22.7 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:31:26.1 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:31:29.6 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:31:33.0 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:31:36.5 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:31:39.9 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:31:43.4 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:31:46.8 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:31:50.3 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:31:53.8 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:31:57.2 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:32:00.7 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:32:04.1 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:32:07.6 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:32:11.0 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:32:14.5 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:32:18.0 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:32:21.4 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:32:24.9 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:32:28.3 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:32:31.8 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:32:35.2 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:32:38.7 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:32:42.1 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:32:45.6 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:32:49.1 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:32:52.5 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:32:56.0 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:32:59.4 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:33:02.9 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:33:06.3 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:33:09.8 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:33:13.2 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:33:16.7 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:33:20.2 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:33:23.6 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:33:27.1 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:33:30.5 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:33:34.0 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:33:37.4 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:33:40.9 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:33:44.4 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:33:47.8 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:33:51.3 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:33:54.7 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:33:58.2 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:34:01.6 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:34:05.1 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:34:08.5 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:34:12.0 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:34:15.5 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:34:18.9 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:34:22.4 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:34:25.8 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:34:29.3 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:34:32.7 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:34:36.2 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:34:39.6 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:34:43.1 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:34:46.6 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:40:43.0 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:40:46.4 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:40:49.9 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:40:53.3 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:40:56.8 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:41:00.2 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:41:03.7 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:41:07.2 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:41:10.6 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:41:14.1 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:41:17.5 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:41:21.0 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:41:24.4 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:41:27.9 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:41:31.3 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:41:34.8 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:41:38.3 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:41:41.7 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:41:45.2 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:41:48.6 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:41:52.1 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:41:55.5 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:41:59.0 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:42:02.4 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:42:05.9 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:42:09.4 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:42:12.8 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:42:16.3 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:42:19.7 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:42:23.2 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:42:26.6 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:42:30.1 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:42:33.6 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:42:37.0 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:42:40.5 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:42:43.9 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:42:47.4 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:42:50.8 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:42:54.3 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:42:57.7 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:43:01.2 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:43:04.7 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:43:08.1 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:43:11.6 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:43:15.0 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:43:18.5 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:43:21.9 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:43:25.4 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:43:28.8 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:43:32.3 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:43:35.8 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:43:39.2 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:43:42.7 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:43:46.1 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:43:49.6 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:43:53.0 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:43:56.5 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:44:00.0 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:44:03.4 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:44:06.9 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:44:10.3 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:44:13.8 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:44:17.2 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:44:20.7 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:44:24.1 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:44:27.6 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:44:31.1 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:44:34.5 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:44:38.0 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:44:41.4 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:44:44.9 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:44:48.3 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:44:51.8 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:44:55.2 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:44:58.7 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:45:02.2 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:45:05.6 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:45:09.1 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:45:12.5 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:45:16.0 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:45:19.4 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:45:22.9 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:45:26.4 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:45:29.8 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:45:33.3 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:45:36.7 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:45:40.2 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:51:58.8 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:52:02.3 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:52:05.8 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:52:09.2 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:52:12.7 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:52:16.1 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:52:19.6 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:52:23.0 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:52:26.5 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:52:30.0 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:52:33.4 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:52:36.9 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:52:40.3 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:52:43.8 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:52:47.2 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:52:50.7 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:52:54.1 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:52:57.6 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:53:01.1 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:53:04.5 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:53:08.0 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:53:11.4 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:53:14.9 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:53:18.3 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:53:21.8 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:53:25.2 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:53:28.7 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:53:32.2 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:53:35.6 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:53:39.1 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:53:42.5 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:53:46.0 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:53:49.4 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:53:52.9 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:53:56.4 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:53:59.8 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:54:03.3 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:54:06.7 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:54:10.2 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:54:13.6 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:54:17.1 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:54:20.5 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:54:24.0 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:54:27.5 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:54:30.9 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:54:34.4 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:54:37.8 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:54:41.3 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:54:44.7 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:54:48.2 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:54:51.6 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:54:55.1 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:54:58.6 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:55:02.0 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:55:05.5 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:55:08.9 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:55:12.4 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:55:15.8 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:55:19.3 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:55:22.8 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:55:26.2 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:55:29.7 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:55:33.1 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:55:36.6 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:55:40.0 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:55:43.5 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:55:46.9 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:55:50.4 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:55:53.9 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:55:57.3 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:56:00.8 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:56:04.2 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:56:07.7 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:56:11.1 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:56:14.6 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:56:18.0 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:56:21.5 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:56:25.0 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:56:28.4 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:56:31.9 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:56:35.3 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:56:38.8 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:56:42.2 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:56:45.7 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:56:49.2 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:56:52.6 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:56:56.1 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:03:20.7 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:03:24.1 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:03:27.6 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:03:31.1 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:03:34.5 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:03:38.0 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:03:41.4 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:03:44.9 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:03:48.3 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:03:51.8 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:03:55.2 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:03:58.7 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:04:02.2 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:04:05.6 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:04:09.1 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:04:12.5 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:04:16.0 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:04:19.4 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:04:22.9 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:04:26.4 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:04:29.8 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:04:33.3 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:04:36.7 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:04:40.2 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:04:43.6 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:04:47.1 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:04:50.5 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:04:54.0 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:04:57.5 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:05:00.9 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:05:04.4 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:05:07.8 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:05:11.3 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:05:14.7 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:05:18.2 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:05:21.6 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:05:25.1 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:05:28.6 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:05:32.0 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:05:35.5 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:05:38.9 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:05:42.4 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:05:45.8 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:05:49.3 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:05:52.8 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:05:56.2 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:05:59.7 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:06:03.1 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:06:06.6 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:06:10.0 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:06:13.5 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:06:16.9 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:06:20.4 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:06:23.9 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:06:27.3 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:06:30.8 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:06:34.2 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:06:37.7 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:06:41.1 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:06:44.6 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:06:48.0 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:06:51.5 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:06:55.0 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:06:58.4 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:07:01.9 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:07:05.3 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:07:08.8 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:07:12.2 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:07:15.7 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:07:19.2 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:07:22.6 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:07:26.1 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:07:29.5 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:07:33.0 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:07:36.4 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:07:39.9 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:07:43.3 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:07:46.8 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:07:50.3 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:07:53.7 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:07:57.2 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:08:00.6 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:08:04.1 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:08:07.5 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:08:11.0 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:08:14.4 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:08:17.9 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:14:27.9 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:14:31.4 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:14:34.8 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:14:38.3 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:14:41.8 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:14:45.2 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:14:48.7 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:14:52.1 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:14:55.6 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:14:59.0 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:15:02.5 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:15:06.0 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:15:09.4 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:15:12.9 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:15:16.3 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:15:19.8 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:15:23.2 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:15:26.7 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:15:30.1 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:15:33.6 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:15:37.1 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:15:40.5 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:15:44.0 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:15:47.4 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:15:50.9 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:15:54.3 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:15:57.8 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:16:01.2 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:16:04.7 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:16:08.2 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:16:11.6 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:16:15.1 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:16:18.5 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:16:22.0 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:16:25.4 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:16:28.9 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:16:32.4 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:16:35.8 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:16:39.3 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:16:42.7 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:16:46.2 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:16:49.6 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:16:53.1 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:16:56.5 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:17:00.0 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:17:03.5 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:17:06.9 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:17:10.4 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:17:13.8 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:17:17.3 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:17:20.7 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:17:24.2 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:17:27.6 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:17:31.1 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:17:34.6 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:17:38.0 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:17:41.5 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:17:44.9 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:17:48.4 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:17:51.8 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:17:55.3 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:17:58.8 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:18:02.2 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:18:05.7 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:18:09.1 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:18:12.6 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:18:16.0 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:18:19.5 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:18:22.9 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:18:26.4 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:18:29.9 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:18:33.3 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:18:36.8 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:18:40.2 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:18:43.7 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:18:47.1 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:18:50.6 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:18:54.0 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:18:57.5 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:19:01.0 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:19:04.4 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:19:07.9 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:19:11.3 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:19:14.8 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:19:18.2 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:19:21.7 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:19:25.2 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:26:22.2 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:26:25.7 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:26:29.1 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:26:32.6 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:26:36.0 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:26:39.5 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:26:43.0 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:26:46.4 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:26:49.9 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:26:53.3 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:26:56.8 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:27:00.2 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:27:03.7 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:27:07.2 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:27:10.6 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:27:14.1 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:27:17.5 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:27:21.0 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:27:24.4 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:27:27.9 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:27:31.3 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:27:34.8 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:27:38.3 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:27:41.7 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:27:45.2 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:27:48.6 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:27:52.1 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:27:55.5 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:27:59.0 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:28:02.4 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:28:05.9 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:28:09.4 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:28:12.8 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:28:16.3 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:28:19.7 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:28:23.2 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:28:26.6 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:28:30.1 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:28:33.6 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:28:37.0 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:28:40.5 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:28:43.9 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:28:47.4 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:28:50.8 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:28:54.3 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:28:57.7 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:29:01.2 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:29:04.7 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:29:08.1 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:29:11.6 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:29:15.0 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:29:18.5 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:29:21.9 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:29:25.4 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:29:28.8 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:29:32.3 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:29:35.8 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:29:39.2 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:29:42.7 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:29:46.1 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:29:49.6 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:29:53.0 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:29:56.5 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:30:00.0 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:30:03.4 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:30:06.9 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:30:10.3 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:30:13.8 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:30:17.2 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:30:20.7 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:30:24.1 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:30:27.6 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:30:31.1 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:30:34.5 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:30:38.0 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:30:41.4 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:30:44.9 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:30:48.3 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:30:51.8 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:30:55.2 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:30:58.7 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:31:02.2 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:31:05.6 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:31:09.1 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:31:12.5 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:31:16.0 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:31:19.4 field=0 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:33:24.5 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:33:27.9 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:33:31.4 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:33:34.8 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:33:38.3 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:33:41.8 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:33:45.2 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:33:48.7 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:33:52.1 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:33:55.6 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:33:59.0 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:34:02.5 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:34:06.0 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:34:09.4 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:34:12.9 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:34:16.3 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:34:19.8 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:34:23.2 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:34:26.7 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:34:30.1 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:34:33.6 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:34:37.1 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:34:40.5 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:34:44.0 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:34:47.4 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:34:50.9 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:34:54.3 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:34:57.8 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:35:01.2 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:35:04.7 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:35:08.2 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:35:11.6 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:35:15.1 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:35:18.5 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:35:22.0 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:35:25.4 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:35:28.9 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:35:32.4 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:35:35.8 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:35:39.3 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:35:42.7 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:35:46.2 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:35:49.6 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:35:53.1 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:35:56.5 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:36:00.0 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:36:03.5 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:36:06.9 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:36:10.4 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:36:13.8 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:36:17.3 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:36:20.7 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:36:24.2 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:36:27.6 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:36:31.1 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:36:34.6 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:36:38.0 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:36:41.5 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:36:44.9 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:36:48.4 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:36:51.8 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:36:55.3 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:36:58.8 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:37:02.2 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:37:05.7 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:37:09.1 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:37:12.6 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:37:16.0 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:37:19.5 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:37:22.9 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:37:26.4 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:37:29.9 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:37:33.3 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:37:36.8 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:37:40.2 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:37:43.7 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:37:47.1 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:37:50.6 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:37:54.0 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:37:57.5 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:38:01.0 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:38:04.4 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:38:07.9 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:38:11.3 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:38:14.8 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:38:18.2 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:38:21.7 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:44:15.7 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:44:19.2 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:44:22.6 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:44:26.1 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:44:29.5 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:44:33.0 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:44:36.4 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:44:39.9 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:44:43.3 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:44:46.8 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:44:50.3 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:44:53.7 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:44:57.2 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:45:00.6 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:45:04.1 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:45:07.5 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:45:11.0 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:45:14.4 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:45:17.9 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:45:21.4 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:45:24.8 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:45:28.3 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:45:31.7 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:45:35.2 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:45:38.6 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:45:42.1 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:45:45.6 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:45:49.0 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:45:52.5 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:45:55.9 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:45:59.4 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:46:02.8 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:46:06.3 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:46:09.7 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:46:13.2 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:46:16.7 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:46:20.1 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:46:23.6 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:46:27.0 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:46:30.5 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:46:33.9 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:46:37.4 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:46:40.8 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:46:44.3 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:46:47.8 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:46:51.2 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:46:54.7 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:46:58.1 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:47:01.6 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:47:05.0 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:47:08.5 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:47:12.0 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:47:15.4 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:47:18.9 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:47:22.3 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:47:25.8 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:47:29.2 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:47:32.7 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:47:36.1 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:47:39.6 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:47:43.1 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:47:46.5 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:47:50.0 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:47:53.4 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:47:56.9 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:48:00.3 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:48:03.8 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:48:07.2 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:48:10.7 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:48:14.2 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:48:17.6 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:48:21.1 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:48:24.5 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:48:28.0 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:48:31.4 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:48:34.9 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:48:38.4 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:48:41.8 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:48:45.3 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:48:48.7 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:48:52.2 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:48:55.6 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:48:59.1 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:49:02.5 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:49:06.0 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:49:09.5 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:49:12.9 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:55:24.8 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:55:28.2 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:55:31.7 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:55:35.1 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:55:38.6 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:55:42.0 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:55:45.5 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:55:49.0 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:55:52.4 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:55:55.9 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:55:59.3 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:56:02.8 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:56:06.2 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:56:09.7 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:56:13.2 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:56:16.6 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:56:20.1 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:56:23.5 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:56:27.0 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:56:30.4 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:56:33.9 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:56:37.3 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:56:40.8 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:56:44.3 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:56:47.7 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:56:51.2 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:56:54.6 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:56:58.1 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:57:01.5 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:57:05.0 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:57:08.4 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:57:11.9 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:57:15.4 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:57:18.8 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:57:22.3 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:57:25.7 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:57:29.2 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:57:32.6 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:57:36.1 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:57:39.6 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:57:43.0 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:57:46.5 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:57:49.9 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:57:53.4 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:57:56.8 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:58:00.3 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:58:03.7 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:58:07.2 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:58:10.7 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:58:14.1 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:58:17.6 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:58:21.0 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:58:24.5 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:58:27.9 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:58:31.4 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:58:34.8 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:58:38.3 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:58:41.8 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:58:45.2 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:58:48.7 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:58:52.1 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:58:55.6 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:58:59.0 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:59:02.5 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:59:06.0 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:59:09.4 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:59:12.9 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:59:16.3 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:59:19.8 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:59:23.2 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:59:26.7 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:59:30.1 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:59:33.6 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:59:37.1 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:59:40.5 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:59:44.0 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:59:47.4 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:59:50.9 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:59:54.3 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:59:57.8 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:00:01.2 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:00:04.7 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:00:08.2 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:00:11.6 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:00:15.1 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:00:18.5 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:00:22.0 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:06:56.4 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:06:59.9 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:07:03.4 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:07:06.8 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:07:10.3 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:07:13.7 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:07:17.2 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:07:20.6 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:07:24.1 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:07:27.6 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:07:31.0 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:07:34.5 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:07:37.9 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:07:41.4 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:07:44.8 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:07:48.3 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:07:51.7 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:07:55.2 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:07:58.7 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:08:02.1 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:08:05.6 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:08:09.0 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:08:12.5 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:08:15.9 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:08:19.4 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:08:22.8 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:08:26.3 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:08:29.8 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:08:33.2 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:08:36.7 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:08:40.1 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:08:43.6 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:08:47.0 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:08:50.5 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:08:54.0 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:08:57.4 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:09:00.9 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:09:04.3 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:09:07.8 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:09:11.2 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:09:14.7 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:09:18.1 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:09:21.6 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:09:25.1 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:09:28.5 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:09:32.0 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:09:35.4 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:09:38.9 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:09:42.3 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:09:45.8 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:09:49.2 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:09:52.7 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:09:56.2 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:09:59.6 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:10:03.1 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:10:06.5 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:10:10.0 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:10:13.4 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:10:16.9 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:10:20.4 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:10:23.8 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:10:27.3 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:10:30.7 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:10:34.2 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:10:37.6 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:10:41.1 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:10:44.5 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:10:48.0 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:10:51.5 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:10:54.9 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:10:58.4 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:11:01.8 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:11:05.3 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:11:08.7 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:11:12.2 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:11:15.6 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:11:19.1 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:11:22.6 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:11:26.0 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:11:29.5 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:11:32.9 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:11:36.4 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:11:39.8 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:11:43.3 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:11:46.8 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:11:50.2 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:11:53.7 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:17:52.4 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:17:55.9 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:17:59.3 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:18:02.8 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:18:06.2 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:18:09.7 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:18:13.2 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:18:16.6 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:18:20.1 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:18:23.5 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:18:27.0 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:18:30.4 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:18:33.9 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:18:37.3 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:18:40.8 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:18:44.3 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:18:47.7 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:18:51.2 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:18:54.6 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:18:58.1 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:19:01.5 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:19:05.0 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:19:08.4 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:19:11.9 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:19:15.4 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:19:18.8 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:19:22.3 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:19:25.7 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:19:29.2 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:19:32.6 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:19:36.1 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:19:39.6 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:19:43.0 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:19:46.5 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:19:49.9 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:19:53.4 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:19:56.8 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:20:00.3 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:20:03.7 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:20:07.2 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:20:10.7 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:20:14.1 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:20:17.6 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:20:21.0 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:20:24.5 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:20:27.9 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:20:31.4 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:20:34.8 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:20:38.3 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:20:41.8 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:20:45.2 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:20:48.7 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:20:52.1 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:20:55.6 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:20:59.0 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:21:02.5 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:21:06.0 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:21:09.4 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:21:12.9 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:21:16.3 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:21:19.8 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:21:23.2 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:21:26.7 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:21:30.1 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:21:33.6 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:21:37.1 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:21:40.5 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:21:44.0 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:21:47.4 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:21:50.9 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:21:54.3 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:21:57.8 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:22:01.2 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:22:04.7 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:22:08.2 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:22:11.6 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:22:15.1 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:22:18.5 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:22:22.0 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:22:25.4 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:22:28.9 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:22:32.4 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:22:35.8 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:22:39.3 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:22:42.7 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:22:46.2 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:22:49.6 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:29:49.3 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:29:52.8 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:29:56.3 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:29:59.7 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:30:03.2 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:30:06.6 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:30:10.1 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:30:13.5 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:30:17.0 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:30:20.4 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:30:23.9 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:30:27.4 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:30:30.8 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:30:34.3 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:30:37.7 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:30:41.2 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:30:44.6 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:30:48.1 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:30:51.6 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:30:55.0 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:30:58.5 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:31:01.9 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:31:05.4 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:31:08.8 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:31:12.3 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:31:15.7 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:31:19.2 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:31:22.7 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:31:26.1 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:31:29.6 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:31:33.0 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:31:36.5 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:31:39.9 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:31:43.4 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:31:46.8 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:31:50.3 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:31:53.8 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:31:57.2 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:32:00.7 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:32:04.1 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:32:07.6 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:32:11.0 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:32:14.5 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:32:18.0 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:32:21.4 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:32:24.9 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:32:28.3 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:32:31.8 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:32:35.2 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:32:38.7 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:32:42.1 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:32:45.6 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:32:49.1 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:32:52.5 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:32:56.0 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:32:59.4 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:33:02.9 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:33:06.3 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:33:09.8 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:33:13.2 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:33:16.7 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:33:20.2 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:33:23.6 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:33:27.1 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:33:30.5 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:33:34.0 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:33:37.4 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:33:40.9 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:33:44.4 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:33:47.8 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:33:51.3 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:33:54.7 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:33:58.2 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:34:01.6 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:34:05.1 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:34:08.5 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:34:12.0 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:34:15.5 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:34:18.9 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:34:22.4 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:34:25.8 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:34:29.3 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:34:32.7 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:34:36.2 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:34:39.6 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:34:43.1 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:34:46.6 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:40:43.0 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:40:46.4 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:40:49.9 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:40:53.3 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:40:56.8 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:41:00.2 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:41:03.7 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:41:07.2 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:41:10.6 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:41:14.1 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:41:17.5 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:41:21.0 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:41:24.4 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:41:27.9 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:41:31.3 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:41:34.8 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:41:38.3 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:41:41.7 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:41:45.2 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:41:48.6 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:41:52.1 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:41:55.5 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:41:59.0 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:42:02.4 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:42:05.9 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:42:09.4 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:42:12.8 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:42:16.3 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:42:19.7 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:42:23.2 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:42:26.6 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:42:30.1 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:42:33.6 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:42:37.0 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:42:40.5 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:42:43.9 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:42:47.4 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:42:50.8 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:42:54.3 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:42:57.7 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:43:01.2 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:43:04.7 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:43:08.1 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:43:11.6 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:43:15.0 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:43:18.5 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:43:21.9 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:43:25.4 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:43:28.8 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:43:32.3 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:43:35.8 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:43:39.2 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:43:42.7 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:43:46.1 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:43:49.6 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:43:53.0 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:43:56.5 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:44:00.0 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:44:03.4 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:44:06.9 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:44:10.3 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:44:13.8 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:44:17.2 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:44:20.7 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:44:24.1 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:44:27.6 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:44:31.1 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:44:34.5 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:44:38.0 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:44:41.4 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:44:44.9 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:44:48.3 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:44:51.8 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:44:55.2 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:44:58.7 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:45:02.2 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:45:05.6 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:45:09.1 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:45:12.5 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:45:16.0 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:45:19.4 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:45:22.9 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:45:26.4 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:45:29.8 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:45:33.3 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:45:36.7 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:45:40.2 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:51:58.8 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:52:02.3 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:52:05.8 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:52:09.2 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:52:12.7 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:52:16.1 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:52:19.6 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:52:23.0 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:52:26.5 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:52:30.0 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:52:33.4 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:52:36.9 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:52:40.3 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:52:43.8 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:52:47.2 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:52:50.7 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:52:54.1 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:52:57.6 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:53:01.1 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:53:04.5 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:53:08.0 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:53:11.4 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:53:14.9 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:53:18.3 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:53:21.8 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:53:25.2 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:53:28.7 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:53:32.2 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:53:35.6 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:53:39.1 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:53:42.5 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:53:46.0 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:53:49.4 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:53:52.9 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:53:56.4 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:53:59.8 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:54:03.3 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:54:06.7 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:54:10.2 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:54:13.6 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:54:17.1 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:54:20.5 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:54:24.0 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:54:27.5 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:54:30.9 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:54:34.4 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:54:37.8 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:54:41.3 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:54:44.7 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:54:48.2 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:54:51.6 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:54:55.1 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:54:58.6 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:55:02.0 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:55:05.5 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:55:08.9 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:55:12.4 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:55:15.8 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:55:19.3 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:55:22.8 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:55:26.2 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:55:29.7 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:55:33.1 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:55:36.6 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:55:40.0 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:55:43.5 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:55:46.9 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:55:50.4 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:55:53.9 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:55:57.3 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:56:00.8 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:56:04.2 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:56:07.7 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:56:11.1 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:56:14.6 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:56:18.0 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:56:21.5 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:56:25.0 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:56:28.4 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:56:31.9 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:56:35.3 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:56:38.8 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:56:42.2 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:56:45.7 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:56:49.2 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:56:52.6 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:56:56.1 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:03:20.7 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:03:24.1 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:03:27.6 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:03:31.1 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:03:34.5 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:03:38.0 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:03:41.4 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:03:44.9 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:03:48.3 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:03:51.8 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:03:55.2 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:03:58.7 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:04:02.2 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:04:05.6 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:04:09.1 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:04:12.5 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:04:16.0 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:04:19.4 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:04:22.9 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:04:26.4 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:04:29.8 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:04:33.3 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:04:36.7 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:04:40.2 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:04:43.6 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:04:47.1 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:04:50.5 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:04:54.0 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:04:57.5 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:05:00.9 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:05:04.4 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:05:07.8 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:05:11.3 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:05:14.7 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:05:18.2 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:05:21.6 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:05:25.1 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:05:28.6 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:05:32.0 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:05:35.5 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:05:38.9 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:05:42.4 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:05:45.8 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:05:49.3 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:05:52.8 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:05:56.2 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:05:59.7 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:06:03.1 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:06:06.6 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:06:10.0 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:06:13.5 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:06:16.9 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:06:20.4 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:06:23.9 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:06:27.3 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:06:30.8 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:06:34.2 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:06:37.7 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:06:41.1 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:06:44.6 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:06:48.0 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:06:51.5 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:06:55.0 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:06:58.4 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:07:01.9 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:07:05.3 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:07:08.8 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:07:12.2 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:07:15.7 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:07:19.2 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:07:22.6 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:07:26.1 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:07:29.5 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:07:33.0 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:07:36.4 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:07:39.9 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:07:43.3 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:07:46.8 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:07:50.3 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:07:53.7 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:07:57.2 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:08:00.6 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:08:04.1 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:08:07.5 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:08:11.0 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:08:14.4 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:08:17.9 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:14:27.9 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:14:31.4 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:14:34.8 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:14:38.3 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:14:41.8 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:14:45.2 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:14:48.7 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:14:52.1 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:14:55.6 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:14:59.0 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:15:02.5 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:15:06.0 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:15:09.4 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:15:12.9 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:15:16.3 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:15:19.8 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:15:23.2 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:15:26.7 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:15:30.1 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:15:33.6 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:15:37.1 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:15:40.5 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:15:44.0 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:15:47.4 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:15:50.9 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:15:54.3 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:15:57.8 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:16:01.2 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:16:04.7 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:16:08.2 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:16:11.6 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:16:15.1 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:16:18.5 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:16:22.0 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:16:25.4 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:16:28.9 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:16:32.4 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:16:35.8 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:16:39.3 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:16:42.7 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:16:46.2 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:16:49.6 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:16:53.1 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:16:56.5 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:17:00.0 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:17:03.5 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:17:06.9 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:17:10.4 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:17:13.8 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:17:17.3 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:17:20.7 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:17:24.2 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:17:27.6 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:17:31.1 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:17:34.6 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:17:38.0 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:17:41.5 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:17:44.9 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:17:48.4 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:17:51.8 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:17:55.3 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:17:58.8 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:18:02.2 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:18:05.7 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:18:09.1 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:18:12.6 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:18:16.0 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:18:19.5 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:18:22.9 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:18:26.4 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:18:29.9 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:18:33.3 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:18:36.8 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:18:40.2 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:18:43.7 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:18:47.1 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:18:50.6 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:18:54.0 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:18:57.5 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:19:01.0 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:19:04.4 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:19:07.9 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:19:11.3 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:19:14.8 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:19:18.2 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:19:21.7 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:19:25.2 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:26:22.2 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:26:25.7 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:26:29.1 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:26:32.6 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:26:36.0 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:26:39.5 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:26:43.0 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:26:46.4 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:26:49.9 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:26:53.3 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:26:56.8 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:27:00.2 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:27:03.7 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:27:07.2 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:27:10.6 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:27:14.1 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:27:17.5 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:27:21.0 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:27:24.4 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:27:27.9 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:27:31.3 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:27:34.8 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:27:38.3 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:27:41.7 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:27:45.2 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:27:48.6 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:27:52.1 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:27:55.5 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:27:59.0 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:28:02.4 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:28:05.9 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:28:09.4 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:28:12.8 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:28:16.3 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:28:19.7 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:28:23.2 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:28:26.6 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:28:30.1 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:28:33.6 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:28:37.0 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:28:40.5 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:28:43.9 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:28:47.4 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:28:50.8 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:28:54.3 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:28:57.7 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:29:01.2 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:29:04.7 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:29:08.1 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:29:11.6 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:29:15.0 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:29:18.5 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:29:21.9 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:29:25.4 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:29:28.8 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:29:32.3 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:29:35.8 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:29:39.2 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:29:42.7 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:29:46.1 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:29:49.6 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:29:53.0 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:29:56.5 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:30:00.0 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:30:03.4 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:30:06.9 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:30:10.3 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:30:13.8 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:30:17.2 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:30:20.7 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:30:24.1 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:30:27.6 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:30:31.1 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:30:34.5 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:30:38.0 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:30:41.4 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:30:44.9 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:30:48.3 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:30:51.8 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:30:55.2 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:30:58.7 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:31:02.2 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:31:05.6 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:31:09.1 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:31:12.5 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:31:16.0 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:31:19.4 field=0 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:33:24.5 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:33:27.9 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:33:31.4 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:33:34.8 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:33:38.3 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:33:41.8 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:33:45.2 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:33:48.7 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:33:52.1 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:33:55.6 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:33:59.0 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:34:02.5 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:34:06.0 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:34:09.4 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:34:12.9 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:34:16.3 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:34:19.8 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:34:23.2 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:34:26.7 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:34:30.1 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:34:33.6 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:34:37.1 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:34:40.5 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:34:44.0 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:34:47.4 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:34:50.9 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:34:54.3 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:34:57.8 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:35:01.2 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:35:04.7 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:35:08.2 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:35:11.6 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:35:15.1 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:35:18.5 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:35:22.0 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:35:25.4 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:35:28.9 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:35:32.4 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:35:35.8 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:35:39.3 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:35:42.7 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:35:46.2 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:35:49.6 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:35:53.1 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:35:56.5 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:36:00.0 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:36:03.5 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:36:06.9 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:36:10.4 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:36:13.8 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:36:17.3 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:36:20.7 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:36:24.2 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:36:27.6 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:36:31.1 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:36:34.6 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:36:38.0 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:36:41.5 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:36:44.9 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:36:48.4 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:36:51.8 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:36:55.3 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:36:58.8 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:37:02.2 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:37:05.7 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:37:09.1 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:37:12.6 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:37:16.0 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:37:19.5 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:37:22.9 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:37:26.4 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:37:29.9 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:37:33.3 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:37:36.8 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:37:40.2 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:37:43.7 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:37:47.1 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:37:50.6 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:37:54.0 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:37:57.5 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:38:01.0 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:38:04.4 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:38:07.9 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:38:11.3 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:38:14.8 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:38:18.2 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:38:21.7 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:44:15.7 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:44:19.2 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:44:22.6 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:44:26.1 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:44:29.5 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:44:33.0 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:44:36.4 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:44:39.9 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:44:43.3 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:44:46.8 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:44:50.3 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:44:53.7 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:44:57.2 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:45:00.6 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:45:04.1 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:45:07.5 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:45:11.0 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:45:14.4 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:45:17.9 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:45:21.4 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:45:24.8 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:45:28.3 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:45:31.7 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:45:35.2 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:45:38.6 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:45:42.1 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:45:45.6 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:45:49.0 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:45:52.5 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:45:55.9 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:45:59.4 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:46:02.8 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:46:06.3 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:46:09.7 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:46:13.2 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:46:16.7 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:46:20.1 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:46:23.6 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:46:27.0 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:46:30.5 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:46:33.9 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:46:37.4 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:46:40.8 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:46:44.3 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:46:47.8 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:46:51.2 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:46:54.7 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:46:58.1 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:47:01.6 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:47:05.0 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:47:08.5 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:47:12.0 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:47:15.4 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:47:18.9 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:47:22.3 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:47:25.8 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:47:29.2 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:47:32.7 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:47:36.1 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:47:39.6 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:47:43.1 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:47:46.5 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:47:50.0 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:47:53.4 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:47:56.9 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:48:00.3 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:48:03.8 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:48:07.2 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:48:10.7 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:48:14.2 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:48:17.6 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:48:21.1 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:48:24.5 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:48:28.0 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:48:31.4 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:48:34.9 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:48:38.4 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:48:41.8 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:48:45.3 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:48:48.7 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:48:52.2 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:48:55.6 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:48:59.1 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:49:02.5 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:49:06.0 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:49:09.5 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:49:12.9 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:55:24.8 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:55:28.2 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:55:31.7 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:55:35.1 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:55:38.6 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:55:42.0 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:55:45.5 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:55:49.0 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:55:52.4 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:55:55.9 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:55:59.3 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:56:02.8 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:56:06.2 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:56:09.7 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:56:13.2 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:56:16.6 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:56:20.1 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:56:23.5 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:56:27.0 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:56:30.4 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:56:33.9 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:56:37.3 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:56:40.8 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:56:44.3 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:56:47.7 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:56:51.2 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:56:54.6 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:56:58.1 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:57:01.5 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:57:05.0 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:57:08.4 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:57:11.9 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:57:15.4 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:57:18.8 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:57:22.3 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:57:25.7 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:57:29.2 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:57:32.6 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:57:36.1 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:57:39.6 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:57:43.0 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:57:46.5 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:57:49.9 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:57:53.4 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:57:56.8 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:58:00.3 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:58:03.7 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:58:07.2 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:58:10.7 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:58:14.1 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:58:17.6 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:58:21.0 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:58:24.5 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:58:27.9 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:58:31.4 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:58:34.8 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:58:38.3 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:58:41.8 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:58:45.2 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:58:48.7 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:58:52.1 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:58:55.6 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:58:59.0 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:59:02.5 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:59:06.0 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:59:09.4 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:59:12.9 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:59:16.3 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:59:19.8 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:59:23.2 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:59:26.7 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:59:30.1 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:59:33.6 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:59:37.1 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:59:40.5 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:59:44.0 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:59:47.4 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:59:50.9 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:59:54.3 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:59:57.8 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:00:01.2 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:00:04.7 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:00:08.2 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:00:11.6 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:00:15.1 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:00:18.5 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:00:22.0 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:06:56.4 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:06:59.9 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:07:03.4 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:07:06.8 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:07:10.3 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:07:13.7 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:07:17.2 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:07:20.6 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:07:24.1 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:07:27.6 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:07:31.0 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:07:34.5 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:07:37.9 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:07:41.4 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:07:44.8 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:07:48.3 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:07:51.7 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:07:55.2 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:07:58.7 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:08:02.1 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:08:05.6 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:08:09.0 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:08:12.5 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:08:15.9 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:08:19.4 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:08:22.8 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:08:26.3 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:08:29.8 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:08:33.2 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:08:36.7 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:08:40.1 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:08:43.6 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:08:47.0 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:08:50.5 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:08:54.0 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:08:57.4 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:09:00.9 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:09:04.3 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:09:07.8 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:09:11.2 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:09:14.7 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:09:18.1 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:09:21.6 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:09:25.1 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:09:28.5 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:09:32.0 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:09:35.4 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:09:38.9 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:09:42.3 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:09:45.8 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:09:49.2 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:09:52.7 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:09:56.2 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:09:59.6 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:10:03.1 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:10:06.5 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:10:10.0 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:10:13.4 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:10:16.9 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:10:20.4 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:10:23.8 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:10:27.3 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:10:30.7 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:10:34.2 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:10:37.6 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:10:41.1 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:10:44.5 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:10:48.0 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:10:51.5 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:10:54.9 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:10:58.4 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:11:01.8 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:11:05.3 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:11:08.7 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:11:12.2 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:11:15.6 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:11:19.1 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:11:22.6 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:11:26.0 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:11:29.5 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:11:32.9 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:11:36.4 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:11:39.8 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:11:43.3 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:11:46.8 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:11:50.2 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:11:53.7 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:17:52.4 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:17:55.9 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:17:59.3 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:18:02.8 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:18:06.2 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:18:09.7 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:18:13.2 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:18:16.6 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:18:20.1 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:18:23.5 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:18:27.0 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:18:30.4 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:18:33.9 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:18:37.3 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:18:40.8 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:18:44.3 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:18:47.7 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:18:51.2 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:18:54.6 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:18:58.1 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:19:01.5 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:19:05.0 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:19:08.4 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:19:11.9 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:19:15.4 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:19:18.8 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:19:22.3 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:19:25.7 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:19:29.2 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:19:32.6 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:19:36.1 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:19:39.6 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:19:43.0 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:19:46.5 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:19:49.9 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:19:53.4 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:19:56.8 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:20:00.3 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:20:03.7 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:20:07.2 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:20:10.7 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:20:14.1 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:20:17.6 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:20:21.0 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:20:24.5 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:20:27.9 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:20:31.4 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:20:34.8 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:20:38.3 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:20:41.8 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:20:45.2 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:20:48.7 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:20:52.1 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:20:55.6 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:20:59.0 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:21:02.5 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:21:06.0 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:21:09.4 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:21:12.9 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:21:16.3 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:21:19.8 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:21:23.2 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:21:26.7 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:21:30.1 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:21:33.6 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:21:37.1 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:21:40.5 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:21:44.0 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:21:47.4 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:21:50.9 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:21:54.3 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:21:57.8 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:22:01.2 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:22:04.7 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:22:08.2 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:22:11.6 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:22:15.1 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:22:18.5 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:22:22.0 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:22:25.4 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:22:28.9 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:22:32.4 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:22:35.8 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:22:39.3 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:22:42.7 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:22:46.2 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:22:49.6 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:29:49.3 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:29:52.8 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:29:56.3 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:29:59.7 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:30:03.2 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:30:06.6 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:30:10.1 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:30:13.5 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:30:17.0 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:30:20.4 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:30:23.9 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:30:27.4 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:30:30.8 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:30:34.3 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:30:37.7 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:30:41.2 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:30:44.6 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:30:48.1 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:30:51.6 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:30:55.0 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:30:58.5 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:31:01.9 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:31:05.4 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:31:08.8 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:31:12.3 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:31:15.7 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:31:19.2 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:31:22.7 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:31:26.1 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:31:29.6 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:31:33.0 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:31:36.5 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:31:39.9 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:31:43.4 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:31:46.8 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:31:50.3 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:31:53.8 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:31:57.2 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:32:00.7 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:32:04.1 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:32:07.6 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:32:11.0 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:32:14.5 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:32:18.0 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:32:21.4 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:32:24.9 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:32:28.3 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:32:31.8 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:32:35.2 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:32:38.7 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:32:42.1 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:32:45.6 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:32:49.1 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:32:52.5 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:32:56.0 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:32:59.4 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:33:02.9 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:33:06.3 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:33:09.8 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:33:13.2 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:33:16.7 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:33:20.2 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:33:23.6 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:33:27.1 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:33:30.5 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:33:34.0 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:33:37.4 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:33:40.9 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:33:44.4 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:33:47.8 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:33:51.3 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:33:54.7 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:33:58.2 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:34:01.6 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:34:05.1 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:34:08.5 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:34:12.0 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:34:15.5 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:34:18.9 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:34:22.4 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:34:25.8 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:34:29.3 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:34:32.7 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:34:36.2 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:34:39.6 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:34:43.1 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:34:46.6 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:40:43.0 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:40:46.4 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:40:49.9 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:40:53.3 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:40:56.8 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:41:00.2 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:41:03.7 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:41:07.2 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:41:10.6 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:41:14.1 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:41:17.5 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:41:21.0 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:41:24.4 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:41:27.9 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:41:31.3 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:41:34.8 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:41:38.3 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:41:41.7 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:41:45.2 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:41:48.6 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:41:52.1 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:41:55.5 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:41:59.0 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:42:02.4 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:42:05.9 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:42:09.4 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:42:12.8 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:42:16.3 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:42:19.7 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:42:23.2 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:42:26.6 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:42:30.1 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:42:33.6 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:42:37.0 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:42:40.5 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:42:43.9 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:42:47.4 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:42:50.8 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:42:54.3 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:42:57.7 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:43:01.2 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:43:04.7 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:43:08.1 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:43:11.6 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:43:15.0 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:43:18.5 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:43:21.9 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:43:25.4 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:43:28.8 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:43:32.3 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:43:35.8 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:43:39.2 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:43:42.7 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:43:46.1 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:43:49.6 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:43:53.0 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:43:56.5 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:44:00.0 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:44:03.4 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:44:06.9 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:44:10.3 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:44:13.8 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:44:17.2 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:44:20.7 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:44:24.1 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:44:27.6 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:44:31.1 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:44:34.5 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:44:38.0 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:44:41.4 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:44:44.9 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:44:48.3 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:44:51.8 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:44:55.2 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:44:58.7 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:45:02.2 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:45:05.6 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:45:09.1 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:45:12.5 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:45:16.0 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:45:19.4 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:45:22.9 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:45:26.4 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:45:29.8 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:45:33.3 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:45:36.7 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:45:40.2 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:51:58.8 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:52:02.3 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:52:05.8 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:52:09.2 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:52:12.7 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:52:16.1 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:52:19.6 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:52:23.0 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:52:26.5 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:52:30.0 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:52:33.4 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:52:36.9 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:52:40.3 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:52:43.8 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:52:47.2 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:52:50.7 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:52:54.1 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:52:57.6 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:53:01.1 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:53:04.5 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:53:08.0 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:53:11.4 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:53:14.9 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:53:18.3 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:53:21.8 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:53:25.2 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:53:28.7 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:53:32.2 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:53:35.6 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:53:39.1 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:53:42.5 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:53:46.0 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:53:49.4 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:53:52.9 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:53:56.4 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:53:59.8 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:54:03.3 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:54:06.7 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:54:10.2 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:54:13.6 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:54:17.1 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:54:20.5 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:54:24.0 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:54:27.5 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:54:30.9 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:54:34.4 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:54:37.8 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:54:41.3 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:54:44.7 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:54:48.2 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:54:51.6 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:54:55.1 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:54:58.6 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:55:02.0 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:55:05.5 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:55:08.9 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:55:12.4 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:55:15.8 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:55:19.3 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:55:22.8 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:55:26.2 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:55:29.7 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:55:33.1 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:55:36.6 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:55:40.0 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:55:43.5 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:55:46.9 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:55:50.4 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:55:53.9 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:55:57.3 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:56:00.8 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:56:04.2 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:56:07.7 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:56:11.1 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:56:14.6 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:56:18.0 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:56:21.5 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:56:25.0 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:56:28.4 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:56:31.9 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:56:35.3 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:56:38.8 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:56:42.2 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:56:45.7 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:56:49.2 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:56:52.6 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:56:56.1 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:03:20.7 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:03:24.1 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:03:27.6 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:03:31.1 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:03:34.5 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:03:38.0 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:03:41.4 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:03:44.9 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:03:48.3 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:03:51.8 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:03:55.2 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:03:58.7 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:04:02.2 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:04:05.6 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:04:09.1 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:04:12.5 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:04:16.0 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:04:19.4 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:04:22.9 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:04:26.4 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:04:29.8 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:04:33.3 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:04:36.7 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:04:40.2 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:04:43.6 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:04:47.1 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:04:50.5 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:04:54.0 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:04:57.5 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:05:00.9 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:05:04.4 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:05:07.8 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:05:11.3 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:05:14.7 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:05:18.2 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:05:21.6 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:05:25.1 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:05:28.6 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:05:32.0 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:05:35.5 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:05:38.9 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:05:42.4 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:05:45.8 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:05:49.3 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:05:52.8 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:05:56.2 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:05:59.7 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:06:03.1 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:06:06.6 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:06:10.0 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:06:13.5 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:06:16.9 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:06:20.4 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:06:23.9 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:06:27.3 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:06:30.8 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:06:34.2 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:06:37.7 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:06:41.1 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:06:44.6 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:06:48.0 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:06:51.5 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:06:55.0 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:06:58.4 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:07:01.9 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:07:05.3 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:07:08.8 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:07:12.2 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:07:15.7 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:07:19.2 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:07:22.6 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:07:26.1 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:07:29.5 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:07:33.0 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:07:36.4 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:07:39.9 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:07:43.3 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:07:46.8 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:07:50.3 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:07:53.7 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:07:57.2 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:08:00.6 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:08:04.1 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:08:07.5 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:08:11.0 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:08:14.4 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:08:17.9 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:14:27.9 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:14:31.4 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:14:34.8 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:14:38.3 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:14:41.8 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:14:45.2 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:14:48.7 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:14:52.1 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:14:55.6 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:14:59.0 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:15:02.5 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:15:06.0 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:15:09.4 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:15:12.9 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:15:16.3 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:15:19.8 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:15:23.2 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:15:26.7 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:15:30.1 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:15:33.6 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:15:37.1 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:15:40.5 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:15:44.0 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:15:47.4 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:15:50.9 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:15:54.3 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:15:57.8 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:16:01.2 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:16:04.7 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:16:08.2 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:16:11.6 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:16:15.1 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:16:18.5 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:16:22.0 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:16:25.4 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:16:28.9 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:16:32.4 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:16:35.8 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:16:39.3 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:16:42.7 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:16:46.2 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:16:49.6 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:16:53.1 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:16:56.5 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:17:00.0 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:17:03.5 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:17:06.9 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:17:10.4 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:17:13.8 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:17:17.3 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:17:20.7 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:17:24.2 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:17:27.6 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:17:31.1 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:17:34.6 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:17:38.0 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:17:41.5 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:17:44.9 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:17:48.4 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:17:51.8 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:17:55.3 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:17:58.8 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:18:02.2 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:18:05.7 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:18:09.1 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:18:12.6 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:18:16.0 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:18:19.5 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:18:22.9 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:18:26.4 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:18:29.9 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:18:33.3 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:18:36.8 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:18:40.2 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:18:43.7 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:18:47.1 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:18:50.6 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:18:54.0 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:18:57.5 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:19:01.0 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:19:04.4 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:19:07.9 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:19:11.3 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:19:14.8 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:19:18.2 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:19:21.7 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:19:25.2 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:26:22.2 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:26:25.7 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:26:29.1 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:26:32.6 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:26:36.0 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:26:39.5 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:26:43.0 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:26:46.4 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:26:49.9 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:26:53.3 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:26:56.8 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:27:00.2 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:27:03.7 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:27:07.2 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:27:10.6 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:27:14.1 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:27:17.5 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:27:21.0 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:27:24.4 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:27:27.9 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:27:31.3 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:27:34.8 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:27:38.3 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:27:41.7 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:27:45.2 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:27:48.6 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:27:52.1 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:27:55.5 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:27:59.0 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:28:02.4 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:28:05.9 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:28:09.4 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:28:12.8 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:28:16.3 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:28:19.7 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:28:23.2 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:28:26.6 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:28:30.1 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:28:33.6 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:28:37.0 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:28:40.5 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:28:43.9 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:28:47.4 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:28:50.8 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:28:54.3 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:28:57.7 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:29:01.2 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:29:04.7 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:29:08.1 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:29:11.6 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:29:15.0 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:29:18.5 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:29:21.9 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:29:25.4 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:29:28.8 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:29:32.3 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:29:35.8 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:29:39.2 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:29:42.7 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:29:46.1 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:29:49.6 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:29:53.0 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:29:56.5 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:30:00.0 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:30:03.4 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:30:06.9 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:30:10.3 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:30:13.8 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:30:17.2 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:30:20.7 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:30:24.1 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:30:27.6 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:30:31.1 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:30:34.5 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:30:38.0 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:30:41.4 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:30:44.9 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:30:48.3 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:30:51.8 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:30:55.2 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:30:58.7 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:31:02.2 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:31:05.6 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:31:09.1 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:31:12.5 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:31:16.0 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:31:19.4 field=0 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:38:44.5 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:38:48.0 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:38:51.5 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:38:54.9 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:38:58.4 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:39:01.8 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:39:05.3 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:39:08.7 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:39:12.2 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:39:15.6 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:39:19.1 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:39:22.6 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:39:26.0 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:39:29.5 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:39:32.9 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:39:36.4 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:39:39.8 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:39:43.3 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:39:46.8 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:39:50.2 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:39:53.7 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:39:57.1 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:40:00.6 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:40:04.0 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:40:07.5 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:40:10.9 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:40:14.4 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:40:17.9 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:40:21.3 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:40:24.8 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:40:28.2 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:40:31.7 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:40:35.1 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:40:38.6 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:40:42.0 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:40:45.5 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:40:49.0 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:40:52.4 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:40:55.9 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:40:59.3 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:41:02.8 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:41:06.2 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:41:09.7 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:41:13.2 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:41:16.6 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:41:20.1 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:41:23.5 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:41:27.0 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:41:30.4 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:41:33.9 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:41:37.3 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:41:40.8 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:41:44.3 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:41:47.7 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:41:51.2 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:41:54.6 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:41:58.1 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:42:01.5 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:42:05.0 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:42:08.4 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:42:11.9 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:42:15.4 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:42:18.8 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:42:22.3 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:42:25.7 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:42:29.2 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:42:32.6 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:42:36.1 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:42:39.6 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:42:43.0 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:42:46.5 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:42:49.9 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:42:53.4 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:42:56.8 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:43:00.3 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:43:03.7 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:43:07.2 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:43:10.7 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:43:14.1 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:43:17.6 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:43:21.0 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:43:24.5 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:43:27.9 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:43:31.4 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:43:34.8 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:43:38.3 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:43:41.8 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:49:43.3 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:49:46.8 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:49:50.3 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:49:53.7 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:49:57.2 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:50:00.6 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:50:04.1 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:50:07.5 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:50:11.0 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:50:14.4 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:50:17.9 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:50:21.4 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:50:24.8 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:50:28.3 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:50:31.7 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:50:35.2 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:50:38.6 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:50:42.1 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:50:45.6 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:50:49.0 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:50:52.5 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:50:55.9 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:50:59.4 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:51:02.8 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:51:06.3 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:51:09.7 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:51:13.2 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:51:16.7 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:51:20.1 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:51:23.6 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:51:27.0 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:51:30.5 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:51:33.9 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:51:37.4 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:51:40.8 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:51:44.3 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:51:47.8 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:51:51.2 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:51:54.7 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:51:58.1 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:52:01.6 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:52:05.0 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:52:08.5 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:52:12.0 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:52:15.4 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:52:18.9 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:52:22.3 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:52:25.8 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:52:29.2 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:52:32.7 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:52:36.1 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:52:39.6 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:52:43.1 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:52:46.5 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:52:50.0 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:52:53.4 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:52:56.9 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:53:00.3 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:53:03.8 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:53:07.2 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:53:10.7 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:53:14.2 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:53:17.6 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:53:21.1 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:53:24.5 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:53:28.0 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:53:31.4 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:53:34.9 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:53:38.4 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:53:41.8 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:53:45.3 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:53:48.7 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:53:52.2 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:53:55.6 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:53:59.1 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:54:02.5 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:54:06.0 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:54:09.5 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:54:12.9 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:54:16.4 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:54:19.8 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:54:23.3 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:54:26.7 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:54:30.2 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:54:33.6 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:54:37.1 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:54:40.6 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:01:29.4 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:01:32.8 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:01:36.3 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:01:39.7 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:01:43.2 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:01:46.7 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:01:50.1 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:01:53.6 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:01:57.0 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:02:00.5 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:02:03.9 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:02:07.4 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:02:10.8 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:02:14.3 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:02:17.8 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:02:21.2 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:02:24.7 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:02:28.1 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:02:31.6 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:02:35.0 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:02:38.5 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:02:42.0 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:02:45.4 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:02:48.9 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:02:52.3 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:02:55.8 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:02:59.2 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:03:02.7 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:03:06.1 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:03:09.6 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:03:13.1 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:03:16.5 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:03:20.0 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:03:23.4 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:03:26.9 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:03:30.3 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:03:33.8 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:03:37.2 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:03:40.7 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:03:44.2 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:03:47.6 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:03:51.1 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:03:54.5 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:03:58.0 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:04:01.4 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:04:04.9 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:04:08.4 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:04:11.8 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:04:15.3 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:04:18.7 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:04:22.2 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:04:25.6 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:04:29.1 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:04:32.5 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:04:36.0 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:04:39.5 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:04:42.9 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:04:46.4 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:04:49.8 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:04:53.3 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:04:56.7 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:05:00.2 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:05:03.6 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:05:07.1 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:05:10.6 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:05:14.0 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:05:17.5 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:05:20.9 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:05:24.4 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:05:27.8 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:05:31.3 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:05:34.8 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:05:38.2 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:05:41.7 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:05:45.1 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:05:48.6 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:05:52.0 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:05:55.5 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:05:58.9 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:06:02.4 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:06:05.9 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:06:09.3 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:06:12.8 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:06:16.2 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:06:19.7 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:06:23.1 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:06:26.6 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:12:18.1 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:12:21.6 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:12:25.0 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:12:28.5 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:12:31.9 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:12:35.4 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:12:38.8 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:12:42.3 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:12:45.7 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:12:49.2 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:12:52.7 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:12:56.1 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:12:59.6 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:13:03.0 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:13:06.5 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:13:09.9 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:13:13.4 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:13:16.8 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:13:20.3 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:13:23.8 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:13:27.2 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:13:30.7 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:13:34.1 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:13:37.6 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:13:41.0 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:13:44.5 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:13:48.0 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:13:51.4 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:13:54.9 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:13:58.3 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:14:01.8 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:14:05.2 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:14:08.7 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:14:12.1 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:14:15.6 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:14:19.1 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:14:22.5 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:14:26.0 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:14:29.4 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:14:32.9 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:14:36.3 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:14:39.8 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:14:43.2 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:14:46.7 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:14:50.2 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:14:53.6 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:14:57.1 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:15:00.5 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:15:04.0 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:15:07.4 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:15:10.9 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:15:14.4 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:15:17.8 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:15:21.3 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:15:24.7 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:15:28.2 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:15:31.6 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:15:35.1 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:15:38.5 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:15:42.0 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:15:45.5 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:15:48.9 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:15:52.4 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:15:55.8 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:15:59.3 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:16:02.7 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:16:06.2 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:16:09.6 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:16:13.1 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:16:16.6 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:16:20.0 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:16:23.5 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:16:26.9 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:16:30.4 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:16:33.8 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:16:37.3 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:16:40.8 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:16:44.2 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:16:47.7 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:16:51.1 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:16:54.6 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:16:58.0 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:17:01.5 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:17:04.9 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:17:08.4 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:17:11.9 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:17:15.3 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:23:30.5 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:23:33.9 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:23:37.4 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:23:40.8 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:23:44.3 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:23:47.8 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:23:51.2 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:23:54.7 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:23:58.1 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:24:01.6 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:24:05.0 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:24:08.5 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:24:12.0 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:24:15.4 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:24:18.9 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:24:22.3 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:24:25.8 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:24:29.2 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:24:32.7 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:24:36.1 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:24:39.6 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:24:43.1 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:24:46.5 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:24:50.0 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:24:53.4 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:24:56.9 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:25:00.3 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:25:03.8 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:25:07.2 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:25:10.7 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:25:14.2 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:25:17.6 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:25:21.1 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:25:24.5 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:25:28.0 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:25:31.4 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:25:34.9 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:25:38.4 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:25:41.8 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:25:45.3 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:25:48.7 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:25:52.2 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:25:55.6 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:25:59.1 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:26:02.5 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:26:06.0 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:26:09.5 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:26:12.9 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:26:16.4 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:26:19.8 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:26:23.3 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:26:26.7 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:26:30.2 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:26:33.6 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:26:37.1 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:26:40.6 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:26:44.0 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:26:47.5 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:26:50.9 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:26:54.4 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:26:57.8 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:27:01.3 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:27:04.8 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:27:08.2 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:27:11.7 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:27:15.1 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:27:18.6 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:27:22.0 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:27:25.5 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:27:28.9 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:27:32.4 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:27:35.9 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:27:39.3 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:27:42.8 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:27:46.2 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:27:49.7 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:27:53.1 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:27:56.6 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:28:00.0 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:28:03.5 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:28:07.0 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:28:10.4 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:28:13.9 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:28:17.3 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:28:20.8 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:28:24.2 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:28:27.7 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:35:19.6 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:35:23.1 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:35:26.5 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:35:30.0 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:35:33.5 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:35:36.9 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:35:40.4 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:35:43.8 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:35:47.3 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:35:50.7 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:35:54.2 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:35:57.6 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:36:01.1 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:36:04.6 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:36:08.0 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:36:11.5 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:36:14.9 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:36:18.4 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:36:21.8 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:36:25.3 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:36:28.8 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:36:32.2 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:36:35.7 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:36:39.1 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:36:42.6 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:36:46.0 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:36:49.5 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:36:52.9 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:36:56.4 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:36:59.9 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:37:03.3 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:37:06.8 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:37:10.2 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:37:13.7 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:37:17.1 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:37:20.6 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:37:24.0 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:37:27.5 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:37:31.0 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:37:34.4 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:37:37.9 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:37:41.3 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:37:44.8 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:37:48.2 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:37:51.7 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:37:55.2 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:37:58.6 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:38:02.1 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:38:05.5 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:38:09.0 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:38:12.4 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:38:15.9 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:38:19.3 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:38:22.8 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:38:26.3 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:38:29.7 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:38:33.2 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:38:36.6 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:38:40.1 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:38:43.5 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:38:47.0 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:38:50.4 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:38:53.9 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:38:57.4 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:39:00.8 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:39:04.3 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:39:07.7 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:39:11.2 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:39:14.6 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:39:18.1 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:39:21.6 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:39:25.0 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:39:28.5 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:39:31.9 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:39:35.4 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:39:38.8 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:39:42.3 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:39:45.7 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:39:49.2 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:39:52.7 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:39:56.1 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:39:59.6 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:40:03.0 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:40:06.5 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:40:09.9 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:40:13.4 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:40:16.8 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:46:18.7 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:46:22.2 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:46:25.6 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:46:29.1 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:46:32.5 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:46:36.0 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:46:39.5 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:46:42.9 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:46:46.4 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:46:49.8 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:46:53.3 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:46:56.7 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:47:00.2 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:47:03.6 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:47:07.1 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:47:10.6 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:47:14.0 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:47:17.5 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:47:20.9 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:47:24.4 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:47:27.8 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:47:31.3 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:47:34.8 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:47:38.2 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:47:41.7 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:47:45.1 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:47:48.6 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:47:52.0 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:47:55.5 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:47:58.9 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:48:02.4 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:48:05.9 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:48:09.3 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:48:12.8 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:48:16.2 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:48:19.7 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:48:23.1 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:48:26.6 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:48:30.0 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:48:33.5 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:48:37.0 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:48:40.4 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:48:43.9 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:48:47.3 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:48:50.8 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:48:54.2 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:48:57.7 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:49:01.2 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:49:04.6 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:49:08.1 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:49:11.5 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:49:15.0 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:49:18.4 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:49:21.9 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:49:25.3 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:49:28.8 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:49:32.3 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:49:35.7 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:49:39.2 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:49:42.6 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:49:46.1 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:49:49.5 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:49:53.0 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:49:56.4 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:49:59.9 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:50:03.4 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:50:06.8 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:50:10.3 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:50:13.7 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:50:17.2 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:50:20.6 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:50:24.1 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:50:27.6 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:50:31.0 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:50:34.5 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:50:37.9 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:50:41.4 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:50:44.8 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:50:48.3 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:50:51.7 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:50:55.2 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:50:58.7 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:51:02.1 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:51:05.6 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:51:09.0 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:51:12.5 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:51:15.9 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:58:00.9 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:58:04.4 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:58:07.8 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:58:11.3 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:58:14.7 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:58:18.2 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:58:21.6 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:58:25.1 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:58:28.6 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:58:32.0 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:58:35.5 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:58:38.9 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:58:42.4 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:58:45.8 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:58:49.3 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:58:52.8 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:58:56.2 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:58:59.7 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:59:03.1 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:59:06.6 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:59:10.0 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:59:13.5 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:59:16.9 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:59:20.4 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:59:23.9 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:59:27.3 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:59:30.8 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:59:34.2 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:59:37.7 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:59:41.1 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:59:44.6 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:59:48.0 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:59:51.5 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:59:55.0 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:59:58.4 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:00:01.9 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:00:05.3 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:00:08.8 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:00:12.2 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:00:15.7 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:00:19.2 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:00:22.6 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:00:26.1 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:00:29.5 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:00:33.0 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:00:36.4 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:00:39.9 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:00:43.3 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:00:46.8 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:00:50.3 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:00:53.7 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:00:57.2 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:01:00.6 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:01:04.1 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:01:07.5 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:01:11.0 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:01:14.4 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:01:17.9 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:01:21.4 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:01:24.8 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:01:28.3 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:01:31.7 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:01:35.2 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:01:38.6 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:01:42.1 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:01:45.6 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:01:49.0 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:01:52.5 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:01:55.9 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:01:59.4 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:02:02.8 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:02:06.3 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:02:09.7 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:02:13.2 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:02:16.7 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:02:20.1 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:02:23.6 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:02:27.0 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:02:30.5 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:02:33.9 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:02:37.4 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:02:40.8 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:02:44.3 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:02:47.8 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:02:51.2 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:02:54.7 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:02:58.1 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:08:43.5 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:08:46.9 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:08:50.4 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:08:53.9 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:08:57.3 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:09:00.8 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:09:04.2 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:09:07.7 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:09:11.1 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:09:14.6 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:09:18.0 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:09:21.5 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:09:25.0 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:09:28.4 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:09:31.9 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:09:35.3 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:09:38.8 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:09:42.2 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:09:45.7 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:09:49.2 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:09:52.6 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:09:56.1 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:09:59.5 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:10:03.0 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:10:06.4 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:10:09.9 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:10:13.3 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:10:16.8 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:10:20.3 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:10:23.7 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:10:27.2 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:10:30.6 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:10:34.1 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:10:37.5 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:10:41.0 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:10:44.4 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:10:47.9 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:10:51.4 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:10:54.8 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:10:58.3 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:11:01.7 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:11:05.2 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:11:08.6 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:11:12.1 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:11:15.6 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:11:19.0 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:11:22.5 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:11:25.9 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:11:29.4 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:11:32.8 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:11:36.3 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:11:39.7 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:11:43.2 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:11:46.7 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:11:50.1 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:11:53.6 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:11:57.0 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:12:00.5 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:12:03.9 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:12:07.4 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:12:10.8 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:12:14.3 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:12:17.8 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:12:21.2 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:12:24.7 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:12:28.1 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:12:31.6 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:12:35.0 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:12:38.5 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:12:42.0 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:12:45.4 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:12:48.9 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:12:52.3 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:12:55.8 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:12:59.2 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:13:02.7 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:13:06.1 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:13:09.6 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:13:13.1 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:13:16.5 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:13:20.0 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:13:23.4 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:13:26.9 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:13:30.3 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:13:33.8 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:13:37.2 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:13:40.7 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:20:18.3 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:20:21.7 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:20:25.2 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:20:28.7 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:20:32.1 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:20:35.6 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:20:39.0 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:20:42.5 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:20:45.9 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:20:49.4 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:20:52.8 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:20:56.3 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:20:59.8 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:21:03.2 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:21:06.7 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:21:10.1 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:21:13.6 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:21:17.0 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:21:20.5 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:21:24.0 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:21:27.4 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:21:30.9 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:21:34.3 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:21:37.8 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:21:41.2 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:21:44.7 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:21:48.1 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:21:51.6 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:21:55.1 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:21:58.5 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:22:02.0 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:22:05.4 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:22:08.9 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:22:12.3 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:22:15.8 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:22:19.2 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:22:22.7 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:22:26.2 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:22:29.6 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:22:33.1 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:22:36.5 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:22:40.0 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:22:43.4 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:22:46.9 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:22:50.4 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:22:53.8 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:22:57.3 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:23:00.7 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:23:04.2 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:23:07.6 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:23:11.1 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:23:14.5 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:23:18.0 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:23:21.5 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:23:24.9 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:23:28.4 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:23:31.8 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:23:35.3 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:23:38.7 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:23:42.2 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:23:45.6 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:23:49.1 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:23:52.6 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:23:56.0 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:23:59.5 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:24:02.9 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:24:06.4 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:24:09.8 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:24:13.3 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:24:16.8 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:24:20.2 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:24:23.7 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:24:27.1 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:24:30.6 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:24:34.0 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:24:37.5 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:24:40.9 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:24:44.4 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:24:47.9 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:24:51.3 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:24:54.8 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:24:58.2 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:25:01.7 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:25:05.1 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:25:08.6 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:25:12.0 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:25:15.5 field=1 spw=0 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:38:44.5 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:38:48.0 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:38:51.5 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:38:54.9 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:38:58.4 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:39:01.8 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:39:05.3 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:39:08.7 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:39:12.2 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:39:15.6 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:39:19.1 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:39:22.6 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:39:26.0 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:39:29.5 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:39:32.9 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:39:36.4 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:39:39.8 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:39:43.3 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:39:46.8 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:39:50.2 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:39:53.7 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:39:57.1 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:40:00.6 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:40:04.0 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:40:07.5 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:40:10.9 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:40:14.4 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:40:17.9 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:40:21.3 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:40:24.8 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:40:28.2 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:40:31.7 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:40:35.1 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:40:38.6 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:40:42.0 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:40:45.5 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:40:49.0 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:40:52.4 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:40:55.9 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:40:59.3 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:41:02.8 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:41:06.2 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:41:09.7 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:41:13.2 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:41:16.6 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:41:20.1 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:41:23.5 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:41:27.0 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:41:30.4 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:41:33.9 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:41:37.3 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:41:40.8 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:41:44.3 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:41:47.7 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:41:51.2 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:41:54.6 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:41:58.1 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:42:01.5 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:42:05.0 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:42:08.4 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:42:11.9 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:42:15.4 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:42:18.8 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:42:22.3 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:42:25.7 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:42:29.2 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:42:32.6 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:42:36.1 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:42:39.6 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:42:43.0 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:42:46.5 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:42:49.9 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:42:53.4 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:42:56.8 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:43:00.3 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:43:03.7 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:43:07.2 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:43:10.7 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:43:14.1 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:43:17.6 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:43:21.0 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:43:24.5 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:43:27.9 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:43:31.4 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:43:34.8 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:43:38.3 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:43:41.8 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:49:43.3 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:49:46.8 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:49:50.3 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:49:53.7 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:49:57.2 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:50:00.6 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:50:04.1 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:50:07.5 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:50:11.0 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:50:14.4 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:50:17.9 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:50:21.4 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:50:24.8 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:50:28.3 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:50:31.7 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:50:35.2 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:50:38.6 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:50:42.1 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:50:45.6 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:50:49.0 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:50:52.5 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:50:55.9 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:50:59.4 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:51:02.8 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:51:06.3 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:51:09.7 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:51:13.2 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:51:16.7 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:51:20.1 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:51:23.6 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:51:27.0 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:51:30.5 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:51:33.9 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:51:37.4 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:51:40.8 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:51:44.3 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:51:47.8 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:51:51.2 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:51:54.7 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:51:58.1 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:52:01.6 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:52:05.0 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:52:08.5 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:52:12.0 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:52:15.4 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:52:18.9 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:52:22.3 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:52:25.8 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:52:29.2 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:52:32.7 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:52:36.1 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:52:39.6 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:52:43.1 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:52:46.5 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:52:50.0 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:52:53.4 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:52:56.9 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:53:00.3 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:53:03.8 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:53:07.2 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:53:10.7 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:53:14.2 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:53:17.6 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:53:21.1 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:53:24.5 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:53:28.0 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:53:31.4 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:53:34.9 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:53:38.4 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:53:41.8 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:53:45.3 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:53:48.7 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:53:52.2 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:53:55.6 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:53:59.1 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:54:02.5 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:54:06.0 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:54:09.5 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:54:12.9 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:54:16.4 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:54:19.8 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:54:23.3 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:54:26.7 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:54:30.2 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:54:33.6 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:54:37.1 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:54:40.6 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:01:29.4 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:01:32.8 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:01:36.3 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:01:39.7 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:01:43.2 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:01:46.7 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:01:50.1 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:01:53.6 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:01:57.0 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:02:00.5 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:02:03.9 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:02:07.4 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:02:10.8 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:02:14.3 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:02:17.8 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:02:21.2 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:02:24.7 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:02:28.1 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:02:31.6 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:02:35.0 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:02:38.5 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:02:42.0 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:02:45.4 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:02:48.9 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:02:52.3 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:02:55.8 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:02:59.2 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:03:02.7 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:03:06.1 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:03:09.6 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:03:13.1 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:03:16.5 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:03:20.0 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:03:23.4 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:03:26.9 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:03:30.3 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:03:33.8 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:03:37.2 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:03:40.7 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:03:44.2 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:03:47.6 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:03:51.1 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:03:54.5 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:03:58.0 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:04:01.4 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:04:04.9 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:04:08.4 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:04:11.8 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:04:15.3 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:04:18.7 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:04:22.2 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:04:25.6 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:04:29.1 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:04:32.5 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:04:36.0 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:04:39.5 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:04:42.9 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:04:46.4 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:04:49.8 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:04:53.3 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:04:56.7 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:05:00.2 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:05:03.6 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:05:07.1 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:05:10.6 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:05:14.0 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:05:17.5 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:05:20.9 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:05:24.4 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:05:27.8 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:05:31.3 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:05:34.8 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:05:38.2 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:05:41.7 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:05:45.1 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:05:48.6 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:05:52.0 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:05:55.5 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:05:58.9 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:06:02.4 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:06:05.9 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:06:09.3 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:06:12.8 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:06:16.2 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:06:19.7 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:06:23.1 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:06:26.6 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:12:18.1 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:12:21.6 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:12:25.0 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:12:28.5 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:12:31.9 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:12:35.4 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:12:38.8 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:12:42.3 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:12:45.7 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:12:49.2 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:12:52.7 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:12:56.1 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:12:59.6 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:13:03.0 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:13:06.5 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:13:09.9 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:13:13.4 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:13:16.8 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:13:20.3 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:13:23.8 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:13:27.2 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:13:30.7 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:13:34.1 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:13:37.6 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:13:41.0 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:13:44.5 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:13:48.0 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:13:51.4 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:13:54.9 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:13:58.3 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:14:01.8 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:14:05.2 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:14:08.7 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:14:12.1 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:14:15.6 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:14:19.1 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:14:22.5 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:14:26.0 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:14:29.4 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:14:32.9 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:14:36.3 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:14:39.8 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:14:43.2 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:14:46.7 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:14:50.2 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:14:53.6 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:14:57.1 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:15:00.5 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:15:04.0 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:15:07.4 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:15:10.9 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:15:14.4 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:15:17.8 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:15:21.3 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:15:24.7 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:15:28.2 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:15:31.6 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:15:35.1 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:15:38.5 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:15:42.0 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:15:45.5 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:15:48.9 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:15:52.4 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:15:55.8 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:15:59.3 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:16:02.7 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:16:06.2 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:16:09.6 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:16:13.1 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:16:16.6 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:16:20.0 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:16:23.5 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:16:26.9 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:16:30.4 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:16:33.8 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:16:37.3 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:16:40.8 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:16:44.2 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:16:47.7 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:16:51.1 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:16:54.6 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:16:58.0 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:17:01.5 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:17:04.9 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:17:08.4 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:17:11.9 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:17:15.3 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:23:30.5 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:23:33.9 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:23:37.4 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:23:40.8 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:23:44.3 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:23:47.8 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:23:51.2 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:23:54.7 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:23:58.1 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:24:01.6 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:24:05.0 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:24:08.5 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:24:12.0 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:24:15.4 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:24:18.9 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:24:22.3 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:24:25.8 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:24:29.2 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:24:32.7 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:24:36.1 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:24:39.6 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:24:43.1 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:24:46.5 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:24:50.0 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:24:53.4 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:24:56.9 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:25:00.3 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:25:03.8 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:25:07.2 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:25:10.7 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:25:14.2 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:25:17.6 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:25:21.1 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:25:24.5 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:25:28.0 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:25:31.4 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:25:34.9 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:25:38.4 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:25:41.8 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:25:45.3 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:25:48.7 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:25:52.2 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:25:55.6 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:25:59.1 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:26:02.5 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:26:06.0 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:26:09.5 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:26:12.9 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:26:16.4 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:26:19.8 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:26:23.3 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:26:26.7 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:26:30.2 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:26:33.6 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:26:37.1 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:26:40.6 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:26:44.0 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:26:47.5 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:26:50.9 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:26:54.4 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:26:57.8 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:27:01.3 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:27:04.8 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:27:08.2 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:27:11.7 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:27:15.1 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:27:18.6 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:27:22.0 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:27:25.5 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:27:28.9 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:27:32.4 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:27:35.9 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:27:39.3 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:27:42.8 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:27:46.2 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:27:49.7 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:27:53.1 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:27:56.6 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:28:00.0 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:28:03.5 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:28:07.0 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:28:10.4 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:28:13.9 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:28:17.3 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:28:20.8 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:28:24.2 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:28:27.7 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:35:19.6 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:35:23.1 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:35:26.5 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:35:30.0 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:35:33.5 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:35:36.9 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:35:40.4 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:35:43.8 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:35:47.3 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:35:50.7 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:35:54.2 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:35:57.6 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:36:01.1 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:36:04.6 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:36:08.0 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:36:11.5 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:36:14.9 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:36:18.4 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:36:21.8 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:36:25.3 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:36:28.8 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:36:32.2 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:36:35.7 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:36:39.1 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:36:42.6 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:36:46.0 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:36:49.5 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:36:52.9 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:36:56.4 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:36:59.9 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:37:03.3 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:37:06.8 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:37:10.2 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:37:13.7 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:37:17.1 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:37:20.6 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:37:24.0 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:37:27.5 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:37:31.0 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:37:34.4 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:37:37.9 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:37:41.3 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:37:44.8 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:37:48.2 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:37:51.7 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:37:55.2 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:37:58.6 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:38:02.1 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:38:05.5 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:38:09.0 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:38:12.4 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:38:15.9 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:38:19.3 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:38:22.8 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:38:26.3 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:38:29.7 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:38:33.2 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:38:36.6 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:38:40.1 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:38:43.5 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:38:47.0 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:38:50.4 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:38:53.9 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:38:57.4 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:39:00.8 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:39:04.3 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:39:07.7 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:39:11.2 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:39:14.6 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:39:18.1 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:39:21.6 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:39:25.0 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:39:28.5 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:39:31.9 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:39:35.4 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:39:38.8 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:39:42.3 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:39:45.7 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:39:49.2 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:39:52.7 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:39:56.1 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:39:59.6 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:40:03.0 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:40:06.5 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:40:09.9 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:40:13.4 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:40:16.8 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:46:18.7 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:46:22.2 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:46:25.6 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:46:29.1 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:46:32.5 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:46:36.0 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:46:39.5 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:46:42.9 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:46:46.4 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:46:49.8 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:46:53.3 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:46:56.7 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:47:00.2 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:47:03.6 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:47:07.1 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:47:10.6 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:47:14.0 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:47:17.5 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:47:20.9 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:47:24.4 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:47:27.8 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:47:31.3 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:47:34.8 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:47:38.2 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:47:41.7 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:47:45.1 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:47:48.6 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:47:52.0 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:47:55.5 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:47:58.9 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:48:02.4 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:48:05.9 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:48:09.3 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:48:12.8 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:48:16.2 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:48:19.7 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:48:23.1 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:48:26.6 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:48:30.0 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:48:33.5 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:48:37.0 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:48:40.4 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:48:43.9 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:48:47.3 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:48:50.8 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:48:54.2 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:48:57.7 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:49:01.2 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:49:04.6 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:49:08.1 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:49:11.5 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:49:15.0 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:49:18.4 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:49:21.9 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:49:25.3 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:49:28.8 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:49:32.3 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:49:35.7 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:49:39.2 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:49:42.6 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:49:46.1 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:49:49.5 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:49:53.0 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:49:56.4 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:49:59.9 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:50:03.4 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:50:06.8 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:50:10.3 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:50:13.7 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:50:17.2 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:50:20.6 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:50:24.1 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:50:27.6 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:50:31.0 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:50:34.5 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:50:37.9 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:50:41.4 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:50:44.8 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:50:48.3 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:50:51.7 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:50:55.2 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:50:58.7 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:51:02.1 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:51:05.6 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:51:09.0 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:51:12.5 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:51:15.9 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:58:00.9 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:58:04.4 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:58:07.8 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:58:11.3 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:58:14.7 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:58:18.2 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:58:21.6 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:58:25.1 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:58:28.6 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:58:32.0 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:58:35.5 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:58:38.9 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:58:42.4 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:58:45.8 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:58:49.3 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:58:52.8 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:58:56.2 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:58:59.7 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:59:03.1 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:59:06.6 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:59:10.0 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:59:13.5 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:59:16.9 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:59:20.4 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:59:23.9 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:59:27.3 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:59:30.8 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:59:34.2 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:59:37.7 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:59:41.1 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:59:44.6 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:59:48.0 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:59:51.5 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:59:55.0 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:59:58.4 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:00:01.9 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:00:05.3 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:00:08.8 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:00:12.2 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:00:15.7 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:00:19.2 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:00:22.6 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:00:26.1 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:00:29.5 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:00:33.0 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:00:36.4 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:00:39.9 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:00:43.3 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:00:46.8 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:00:50.3 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:00:53.7 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:00:57.2 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:01:00.6 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:01:04.1 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:01:07.5 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:01:11.0 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:01:14.4 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:01:17.9 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:01:21.4 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:01:24.8 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:01:28.3 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:01:31.7 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:01:35.2 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:01:38.6 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:01:42.1 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:01:45.6 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:01:49.0 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:01:52.5 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:01:55.9 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:01:59.4 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:02:02.8 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:02:06.3 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:02:09.7 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:02:13.2 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:02:16.7 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:02:20.1 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:02:23.6 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:02:27.0 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:02:30.5 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:02:33.9 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:02:37.4 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:02:40.8 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:02:44.3 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:02:47.8 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:02:51.2 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:02:54.7 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:02:58.1 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:08:43.5 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:08:46.9 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:08:50.4 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:08:53.9 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:08:57.3 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:09:00.8 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:09:04.2 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:09:07.7 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:09:11.1 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:09:14.6 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:09:18.0 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:09:21.5 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:09:25.0 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:09:28.4 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:09:31.9 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:09:35.3 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:09:38.8 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:09:42.2 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:09:45.7 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:09:49.2 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:09:52.6 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:09:56.1 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:09:59.5 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:10:03.0 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:10:06.4 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:10:09.9 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:10:13.3 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:10:16.8 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:10:20.3 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:10:23.7 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:10:27.2 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:10:30.6 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:10:34.1 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:10:37.5 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:10:41.0 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:10:44.4 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:10:47.9 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:10:51.4 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:10:54.8 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:10:58.3 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:11:01.7 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:11:05.2 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:11:08.6 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:11:12.1 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:11:15.6 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:11:19.0 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:11:22.5 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:11:25.9 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:11:29.4 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:11:32.8 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:11:36.3 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:11:39.7 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:11:43.2 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:11:46.7 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:11:50.1 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:11:53.6 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:11:57.0 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:12:00.5 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:12:03.9 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:12:07.4 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:12:10.8 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:12:14.3 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:12:17.8 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:12:21.2 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:12:24.7 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:12:28.1 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:12:31.6 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:12:35.0 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:12:38.5 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:12:42.0 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:12:45.4 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:12:48.9 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:12:52.3 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:12:55.8 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:12:59.2 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:13:02.7 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:13:06.1 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:13:09.6 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:13:13.1 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:13:16.5 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:13:20.0 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:13:23.4 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:13:26.9 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:13:30.3 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:13:33.8 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:13:37.2 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:13:40.7 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:20:18.3 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:20:21.7 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:20:25.2 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:20:28.7 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:20:32.1 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:20:35.6 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:20:39.0 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:20:42.5 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:20:45.9 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:20:49.4 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:20:52.8 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:20:56.3 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:20:59.8 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:21:03.2 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:21:06.7 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:21:10.1 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:21:13.6 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:21:17.0 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:21:20.5 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:21:24.0 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:21:27.4 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:21:30.9 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:21:34.3 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:21:37.8 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:21:41.2 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:21:44.7 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:21:48.1 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:21:51.6 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:21:55.1 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:21:58.5 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:22:02.0 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:22:05.4 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:22:08.9 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:22:12.3 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:22:15.8 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:22:19.2 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:22:22.7 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:22:26.2 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:22:29.6 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:22:33.1 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:22:36.5 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:22:40.0 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:22:43.4 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:22:46.9 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:22:50.4 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:22:53.8 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:22:57.3 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:23:00.7 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:23:04.2 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:23:07.6 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:23:11.1 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:23:14.5 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:23:18.0 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:23:21.5 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:23:24.9 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:23:28.4 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:23:31.8 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:23:35.3 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:23:38.7 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:23:42.2 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:23:45.6 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:23:49.1 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:23:52.6 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:23:56.0 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:23:59.5 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:24:02.9 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:24:06.4 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:24:09.8 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:24:13.3 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:24:16.8 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:24:20.2 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:24:23.7 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:24:27.1 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:24:30.6 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:24:34.0 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:24:37.5 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:24:40.9 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:24:44.4 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:24:47.9 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:24:51.3 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:24:54.8 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:24:58.2 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:25:01.7 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:25:05.1 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:25:08.6 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:25:12.0 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:25:15.5 field=1 spw=1 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:38:44.5 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:38:48.0 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:38:51.5 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:38:54.9 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:38:58.4 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:39:01.8 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:39:05.3 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:39:08.7 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:39:12.2 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:39:15.6 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:39:19.1 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:39:22.6 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:39:26.0 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:39:29.5 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:39:32.9 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:39:36.4 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:39:39.8 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:39:43.3 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:39:46.8 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:39:50.2 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:39:53.7 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:39:57.1 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:40:00.6 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:40:04.0 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:40:07.5 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:40:10.9 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:40:14.4 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:40:17.9 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:40:21.3 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:40:24.8 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:40:28.2 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:40:31.7 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:40:35.1 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:40:38.6 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:40:42.0 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:40:45.5 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:40:49.0 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:40:52.4 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:40:55.9 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:40:59.3 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:41:02.8 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:41:06.2 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:41:09.7 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:41:13.2 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:41:16.6 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:41:20.1 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:41:23.5 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:41:27.0 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:41:30.4 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:41:33.9 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:41:37.3 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:41:40.8 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:41:44.3 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:41:47.7 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:41:51.2 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:41:54.6 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:41:58.1 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:42:01.5 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:42:05.0 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:42:08.4 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:42:11.9 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:42:15.4 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:42:18.8 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:42:22.3 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:42:25.7 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:42:29.2 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:42:32.6 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:42:36.1 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:42:39.6 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:42:43.0 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:42:46.5 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:42:49.9 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:42:53.4 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:42:56.8 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:43:00.3 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:43:03.7 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:43:07.2 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:43:10.7 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:43:14.1 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:43:17.6 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:43:21.0 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:43:24.5 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:43:27.9 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:43:31.4 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:43:34.8 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:43:38.3 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:43:41.8 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:49:43.3 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:49:46.8 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:49:50.3 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:49:53.7 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:49:57.2 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:50:00.6 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:50:04.1 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:50:07.5 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:50:11.0 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:50:14.4 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:50:17.9 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:50:21.4 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:50:24.8 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:50:28.3 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:50:31.7 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:50:35.2 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:50:38.6 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:50:42.1 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:50:45.6 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:50:49.0 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:50:52.5 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:50:55.9 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:50:59.4 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:51:02.8 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:51:06.3 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:51:09.7 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:51:13.2 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:51:16.7 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:51:20.1 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:51:23.6 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:51:27.0 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:51:30.5 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:51:33.9 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:51:37.4 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:51:40.8 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:51:44.3 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:51:47.8 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:51:51.2 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:51:54.7 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:51:58.1 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:52:01.6 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:52:05.0 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:52:08.5 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:52:12.0 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:52:15.4 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:52:18.9 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:52:22.3 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:52:25.8 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:52:29.2 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:52:32.7 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:52:36.1 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:52:39.6 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:52:43.1 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:52:46.5 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:52:50.0 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:52:53.4 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:52:56.9 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:53:00.3 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:53:03.8 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:53:07.2 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:53:10.7 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:53:14.2 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:53:17.6 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:53:21.1 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:53:24.5 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:53:28.0 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:53:31.4 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:53:34.9 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:53:38.4 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:53:41.8 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:53:45.3 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:53:48.7 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:53:52.2 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:53:55.6 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:53:59.1 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:54:02.5 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:54:06.0 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:54:09.5 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:54:12.9 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:54:16.4 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:54:19.8 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:54:23.3 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:54:26.7 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:54:30.2 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:54:33.6 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:54:37.1 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:54:40.6 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:01:29.4 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:01:32.8 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:01:36.3 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:01:39.7 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:01:43.2 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:01:46.7 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:01:50.1 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:01:53.6 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:01:57.0 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:02:00.5 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:02:03.9 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:02:07.4 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:02:10.8 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:02:14.3 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:02:17.8 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:02:21.2 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:02:24.7 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:02:28.1 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:02:31.6 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:02:35.0 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:02:38.5 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:02:42.0 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:02:45.4 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:02:48.9 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:02:52.3 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:02:55.8 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:02:59.2 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:03:02.7 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:03:06.1 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:03:09.6 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:03:13.1 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:03:16.5 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:03:20.0 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:03:23.4 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:03:26.9 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:03:30.3 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:03:33.8 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:03:37.2 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:03:40.7 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:03:44.2 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:03:47.6 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:03:51.1 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:03:54.5 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:03:58.0 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:04:01.4 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:04:04.9 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:04:08.4 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:04:11.8 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:04:15.3 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:04:18.7 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:04:22.2 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:04:25.6 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:04:29.1 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:04:32.5 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:04:36.0 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:04:39.5 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:04:42.9 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:04:46.4 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:04:49.8 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:04:53.3 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:04:56.7 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:05:00.2 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:05:03.6 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:05:07.1 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:05:10.6 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:05:14.0 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:05:17.5 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:05:20.9 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:05:24.4 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:05:27.8 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:05:31.3 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:05:34.8 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:05:38.2 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:05:41.7 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:05:45.1 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:05:48.6 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:05:52.0 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:05:55.5 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:05:58.9 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:06:02.4 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:06:05.9 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:06:09.3 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:06:12.8 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:06:16.2 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:06:19.7 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:06:23.1 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:06:26.6 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:12:18.1 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:12:21.6 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:12:25.0 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:12:28.5 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:12:31.9 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:12:35.4 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:12:38.8 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:12:42.3 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:12:45.7 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:12:49.2 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:12:52.7 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:12:56.1 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:12:59.6 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:13:03.0 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:13:06.5 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:13:09.9 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:13:13.4 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:13:16.8 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:13:20.3 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:13:23.8 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:13:27.2 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:13:30.7 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:13:34.1 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:13:37.6 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:13:41.0 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:13:44.5 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:13:48.0 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:13:51.4 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:13:54.9 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:13:58.3 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:14:01.8 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:14:05.2 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:14:08.7 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:14:12.1 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:14:15.6 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:14:19.1 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:14:22.5 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:14:26.0 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:14:29.4 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:14:32.9 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:14:36.3 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:14:39.8 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:14:43.2 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:14:46.7 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:14:50.2 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:14:53.6 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:14:57.1 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:15:00.5 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:15:04.0 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:15:07.4 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:15:10.9 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:15:14.4 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:15:17.8 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:15:21.3 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:15:24.7 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:15:28.2 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:15:31.6 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:15:35.1 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:15:38.5 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:15:42.0 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:15:45.5 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:15:48.9 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:15:52.4 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:15:55.8 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:15:59.3 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:16:02.7 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:16:06.2 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:16:09.6 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:16:13.1 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:16:16.6 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:16:20.0 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:16:23.5 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:16:26.9 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:16:30.4 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:16:33.8 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:16:37.3 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:16:40.8 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:16:44.2 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:16:47.7 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:16:51.1 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:16:54.6 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:16:58.0 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:17:01.5 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:17:04.9 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:17:08.4 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:17:11.9 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:17:15.3 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:23:30.5 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:23:33.9 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:23:37.4 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:23:40.8 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:23:44.3 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:23:47.8 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:23:51.2 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:23:54.7 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:23:58.1 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:24:01.6 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:24:05.0 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:24:08.5 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:24:12.0 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:24:15.4 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:24:18.9 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:24:22.3 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:24:25.8 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:24:29.2 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:24:32.7 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:24:36.1 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:24:39.6 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:24:43.1 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:24:46.5 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:24:50.0 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:24:53.4 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:24:56.9 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:25:00.3 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:25:03.8 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:25:07.2 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:25:10.7 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:25:14.2 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:25:17.6 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:25:21.1 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:25:24.5 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:25:28.0 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:25:31.4 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:25:34.9 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:25:38.4 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:25:41.8 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:25:45.3 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:25:48.7 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:25:52.2 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:25:55.6 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:25:59.1 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:26:02.5 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:26:06.0 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:26:09.5 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:26:12.9 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:26:16.4 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:26:19.8 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:26:23.3 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:26:26.7 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:26:30.2 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:26:33.6 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:26:37.1 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:26:40.6 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:26:44.0 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:26:47.5 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:26:50.9 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:26:54.4 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:26:57.8 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:27:01.3 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:27:04.8 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:27:08.2 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:27:11.7 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:27:15.1 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:27:18.6 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:27:22.0 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:27:25.5 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:27:28.9 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:27:32.4 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:27:35.9 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:27:39.3 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:27:42.8 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:27:46.2 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:27:49.7 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:27:53.1 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:27:56.6 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:28:00.0 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:28:03.5 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:28:07.0 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:28:10.4 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:28:13.9 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:28:17.3 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:28:20.8 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:28:24.2 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:28:27.7 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:35:19.6 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:35:23.1 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:35:26.5 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:35:30.0 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:35:33.5 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:35:36.9 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:35:40.4 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:35:43.8 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:35:47.3 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:35:50.7 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:35:54.2 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:35:57.6 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:36:01.1 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:36:04.6 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:36:08.0 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:36:11.5 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:36:14.9 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:36:18.4 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:36:21.8 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:36:25.3 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:36:28.8 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:36:32.2 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:36:35.7 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:36:39.1 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:36:42.6 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:36:46.0 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:36:49.5 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:36:52.9 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:36:56.4 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:36:59.9 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:37:03.3 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:37:06.8 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:37:10.2 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:37:13.7 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:37:17.1 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:37:20.6 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:37:24.0 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:37:27.5 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:37:31.0 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:37:34.4 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:37:37.9 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:37:41.3 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:37:44.8 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:37:48.2 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:37:51.7 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:37:55.2 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:37:58.6 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:38:02.1 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:38:05.5 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:38:09.0 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:38:12.4 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:38:15.9 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:38:19.3 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:38:22.8 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:38:26.3 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:38:29.7 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:38:33.2 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:38:36.6 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:38:40.1 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:38:43.5 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:38:47.0 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:38:50.4 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:38:53.9 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:38:57.4 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:39:00.8 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:39:04.3 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:39:07.7 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:39:11.2 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:39:14.6 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:39:18.1 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:39:21.6 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:39:25.0 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:39:28.5 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:39:31.9 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:39:35.4 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:39:38.8 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:39:42.3 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:39:45.7 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:39:49.2 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:39:52.7 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:39:56.1 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:39:59.6 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:40:03.0 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:40:06.5 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:40:09.9 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:40:13.4 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:40:16.8 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:46:18.7 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:46:22.2 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:46:25.6 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:46:29.1 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:46:32.5 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:46:36.0 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:46:39.5 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:46:42.9 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:46:46.4 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:46:49.8 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:46:53.3 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:46:56.7 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:47:00.2 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:47:03.6 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:47:07.1 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:47:10.6 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:47:14.0 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:47:17.5 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:47:20.9 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:47:24.4 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:47:27.8 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:47:31.3 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:47:34.8 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:47:38.2 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:47:41.7 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:47:45.1 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:47:48.6 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:47:52.0 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:47:55.5 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:47:58.9 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:48:02.4 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:48:05.9 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:48:09.3 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:48:12.8 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:48:16.2 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:48:19.7 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:48:23.1 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:48:26.6 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:48:30.0 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:48:33.5 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:48:37.0 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:48:40.4 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:48:43.9 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:48:47.3 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:48:50.8 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:48:54.2 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:48:57.7 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:49:01.2 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:49:04.6 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:49:08.1 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:49:11.5 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:49:15.0 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:49:18.4 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:49:21.9 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:49:25.3 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:49:28.8 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:49:32.3 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:49:35.7 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:49:39.2 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:49:42.6 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:49:46.1 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:49:49.5 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:49:53.0 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:49:56.4 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:49:59.9 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:50:03.4 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:50:06.8 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:50:10.3 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:50:13.7 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:50:17.2 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:50:20.6 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:50:24.1 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:50:27.6 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:50:31.0 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:50:34.5 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:50:37.9 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:50:41.4 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:50:44.8 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:50:48.3 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:50:51.7 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:50:55.2 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:50:58.7 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:51:02.1 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:51:05.6 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:51:09.0 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:51:12.5 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:51:15.9 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:58:00.9 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:58:04.4 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:58:07.8 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:58:11.3 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:58:14.7 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:58:18.2 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:58:21.6 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:58:25.1 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:58:28.6 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:58:32.0 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:58:35.5 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:58:38.9 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:58:42.4 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:58:45.8 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:58:49.3 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:58:52.8 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:58:56.2 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:58:59.7 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:59:03.1 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:59:06.6 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:59:10.0 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:59:13.5 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:59:16.9 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:59:20.4 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:59:23.9 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:59:27.3 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:59:30.8 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:59:34.2 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:59:37.7 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:59:41.1 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:59:44.6 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:59:48.0 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:59:51.5 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:59:55.0 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:59:58.4 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:00:01.9 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:00:05.3 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:00:08.8 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:00:12.2 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:00:15.7 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:00:19.2 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:00:22.6 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:00:26.1 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:00:29.5 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:00:33.0 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:00:36.4 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:00:39.9 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:00:43.3 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:00:46.8 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:00:50.3 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:00:53.7 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:00:57.2 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:01:00.6 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:01:04.1 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:01:07.5 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:01:11.0 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:01:14.4 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:01:17.9 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:01:21.4 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:01:24.8 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:01:28.3 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:01:31.7 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:01:35.2 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:01:38.6 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:01:42.1 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:01:45.6 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:01:49.0 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:01:52.5 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:01:55.9 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:01:59.4 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:02:02.8 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:02:06.3 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:02:09.7 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:02:13.2 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:02:16.7 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:02:20.1 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:02:23.6 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:02:27.0 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:02:30.5 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:02:33.9 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:02:37.4 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:02:40.8 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:02:44.3 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:02:47.8 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:02:51.2 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:02:54.7 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:02:58.1 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:08:43.5 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:08:46.9 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:08:50.4 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:08:53.9 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:08:57.3 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:09:00.8 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:09:04.2 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:09:07.7 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:09:11.1 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:09:14.6 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:09:18.0 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:09:21.5 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:09:25.0 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:09:28.4 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:09:31.9 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:09:35.3 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:09:38.8 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:09:42.2 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:09:45.7 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:09:49.2 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:09:52.6 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:09:56.1 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:09:59.5 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:10:03.0 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:10:06.4 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:10:09.9 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:10:13.3 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:10:16.8 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:10:20.3 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:10:23.7 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:10:27.2 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:10:30.6 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:10:34.1 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:10:37.5 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:10:41.0 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:10:44.4 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:10:47.9 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:10:51.4 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:10:54.8 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:10:58.3 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:11:01.7 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:11:05.2 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:11:08.6 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:11:12.1 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:11:15.6 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:11:19.0 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:11:22.5 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:11:25.9 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:11:29.4 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:11:32.8 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:11:36.3 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:11:39.7 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:11:43.2 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:11:46.7 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:11:50.1 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:11:53.6 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:11:57.0 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:12:00.5 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:12:03.9 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:12:07.4 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:12:10.8 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:12:14.3 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:12:17.8 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:12:21.2 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:12:24.7 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:12:28.1 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:12:31.6 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:12:35.0 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:12:38.5 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:12:42.0 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:12:45.4 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:12:48.9 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:12:52.3 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:12:55.8 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:12:59.2 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:13:02.7 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:13:06.1 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:13:09.6 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:13:13.1 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:13:16.5 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:13:20.0 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:13:23.4 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:13:26.9 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:13:30.3 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:13:33.8 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:13:37.2 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:13:40.7 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:20:18.3 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:20:21.7 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:20:25.2 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:20:28.7 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:20:32.1 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:20:35.6 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:20:39.0 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:20:42.5 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:20:45.9 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:20:49.4 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:20:52.8 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:20:56.3 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:20:59.8 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:21:03.2 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:21:06.7 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:21:10.1 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:21:13.6 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:21:17.0 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:21:20.5 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:21:24.0 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:21:27.4 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:21:30.9 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:21:34.3 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:21:37.8 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:21:41.2 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:21:44.7 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:21:48.1 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:21:51.6 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:21:55.1 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:21:58.5 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:22:02.0 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:22:05.4 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:22:08.9 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:22:12.3 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:22:15.8 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:22:19.2 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:22:22.7 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:22:26.2 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:22:29.6 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:22:33.1 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:22:36.5 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:22:40.0 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:22:43.4 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:22:46.9 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:22:50.4 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:22:53.8 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:22:57.3 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:23:00.7 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:23:04.2 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:23:07.6 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:23:11.1 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:23:14.5 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:23:18.0 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:23:21.5 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:23:24.9 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:23:28.4 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:23:31.8 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:23:35.3 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:23:38.7 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:23:42.2 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:23:45.6 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:23:49.1 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:23:52.6 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:23:56.0 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:23:59.5 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:24:02.9 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:24:06.4 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:24:09.8 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:24:13.3 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:24:16.8 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:24:20.2 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:24:23.7 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:24:27.1 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:24:30.6 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:24:34.0 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:24:37.5 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:24:40.9 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:24:44.4 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:24:47.9 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:24:51.3 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:24:54.8 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:24:58.2 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:25:01.7 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:25:05.1 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:25:08.6 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:25:12.0 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:25:15.5 field=1 spw=2 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:38:44.5 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:38:48.0 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:38:51.5 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:38:54.9 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:38:58.4 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:39:01.8 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:39:05.3 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:39:08.7 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:39:12.2 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:39:15.6 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:39:19.1 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:39:22.6 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:39:26.0 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:39:29.5 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:39:32.9 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:39:36.4 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:39:39.8 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:39:43.3 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:39:46.8 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:39:50.2 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:39:53.7 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:39:57.1 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:40:00.6 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:40:04.0 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:40:07.5 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:40:10.9 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:40:14.4 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:40:17.9 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:40:21.3 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:40:24.8 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:40:28.2 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:40:31.7 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:40:35.1 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:40:38.6 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:40:42.0 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:40:45.5 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:40:49.0 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:40:52.4 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:40:55.9 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:40:59.3 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:41:02.8 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:41:06.2 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:41:09.7 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:41:13.2 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:41:16.6 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:41:20.1 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:41:23.5 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:41:27.0 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:41:30.4 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:41:33.9 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:41:37.3 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:41:40.8 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:41:44.3 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:41:47.7 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:41:51.2 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:41:54.6 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:41:58.1 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:42:01.5 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:42:05.0 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:42:08.4 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:42:11.9 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:42:15.4 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:42:18.8 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:42:22.3 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:42:25.7 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:42:29.2 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:42:32.6 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:42:36.1 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:42:39.6 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:42:43.0 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:42:46.5 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:42:49.9 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:42:53.4 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:42:56.8 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:43:00.3 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:43:03.7 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:43:07.2 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:43:10.7 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:43:14.1 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:43:17.6 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:43:21.0 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:43:24.5 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:43:27.9 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:43:31.4 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:43:34.8 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:43:38.3 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:43:41.8 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:49:43.3 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:49:46.8 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:49:50.3 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:49:53.7 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:49:57.2 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:50:00.6 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:50:04.1 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:50:07.5 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:50:11.0 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:50:14.4 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:50:17.9 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:50:21.4 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:50:24.8 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:50:28.3 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:50:31.7 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:50:35.2 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:50:38.6 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:50:42.1 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:50:45.6 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:50:49.0 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:50:52.5 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:50:55.9 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:50:59.4 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:51:02.8 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:51:06.3 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:51:09.7 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:51:13.2 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:51:16.7 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:51:20.1 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:51:23.6 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:51:27.0 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:51:30.5 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:51:33.9 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:51:37.4 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:51:40.8 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:51:44.3 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:51:47.8 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:51:51.2 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:51:54.7 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:51:58.1 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:52:01.6 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:52:05.0 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:52:08.5 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:52:12.0 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:52:15.4 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:52:18.9 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:52:22.3 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:52:25.8 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:52:29.2 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:52:32.7 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:52:36.1 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:52:39.6 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:52:43.1 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:52:46.5 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:52:50.0 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:52:53.4 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:52:56.9 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:53:00.3 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:53:03.8 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:53:07.2 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:53:10.7 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:53:14.2 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:53:17.6 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:53:21.1 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:53:24.5 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:53:28.0 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:53:31.4 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:53:34.9 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:53:38.4 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:53:41.8 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:53:45.3 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:53:48.7 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:53:52.2 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:53:55.6 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:53:59.1 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:54:02.5 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:54:06.0 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:54:09.5 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:54:12.9 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:54:16.4 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:54:19.8 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:54:23.3 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:54:26.7 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:54:30.2 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:54:33.6 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:54:37.1 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/04:54:40.6 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:01:29.4 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:01:32.8 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:01:36.3 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:01:39.7 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:01:43.2 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:01:46.7 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:01:50.1 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:01:53.6 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:01:57.0 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:02:00.5 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:02:03.9 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:02:07.4 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:02:10.8 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:02:14.3 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:02:17.8 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:02:21.2 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:02:24.7 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:02:28.1 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:02:31.6 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:02:35.0 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:02:38.5 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:02:42.0 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:02:45.4 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:02:48.9 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:02:52.3 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:02:55.8 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:02:59.2 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:03:02.7 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:03:06.1 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:03:09.6 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:03:13.1 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:03:16.5 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:03:20.0 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:03:23.4 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:03:26.9 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:03:30.3 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:03:33.8 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:03:37.2 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:03:40.7 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:03:44.2 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:03:47.6 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:03:51.1 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:03:54.5 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:03:58.0 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:04:01.4 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:04:04.9 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:04:08.4 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:04:11.8 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:04:15.3 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:04:18.7 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:04:22.2 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:04:25.6 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:04:29.1 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:04:32.5 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:04:36.0 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:04:39.5 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:04:42.9 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:04:46.4 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:04:49.8 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:04:53.3 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:04:56.7 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:05:00.2 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:05:03.6 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:05:07.1 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:05:10.6 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:05:14.0 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:05:17.5 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:05:20.9 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:05:24.4 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:05:27.8 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:05:31.3 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:05:34.8 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:05:38.2 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:05:41.7 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:05:45.1 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:05:48.6 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:05:52.0 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:05:55.5 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:05:58.9 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:06:02.4 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:06:05.9 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:06:09.3 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:06:12.8 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:06:16.2 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:06:19.7 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:06:23.1 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:06:26.6 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:12:18.1 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:12:21.6 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:12:25.0 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:12:28.5 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:12:31.9 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:12:35.4 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:12:38.8 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:12:42.3 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:12:45.7 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:12:49.2 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:12:52.7 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:12:56.1 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:12:59.6 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:13:03.0 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:13:06.5 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:13:09.9 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:13:13.4 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:13:16.8 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:13:20.3 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:13:23.8 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:13:27.2 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:13:30.7 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:13:34.1 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:13:37.6 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:13:41.0 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:13:44.5 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:13:48.0 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:13:51.4 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:13:54.9 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:13:58.3 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:14:01.8 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:14:05.2 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:14:08.7 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:14:12.1 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:14:15.6 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:14:19.1 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:14:22.5 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:14:26.0 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:14:29.4 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:14:32.9 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:14:36.3 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:14:39.8 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:14:43.2 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:14:46.7 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:14:50.2 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:14:53.6 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:14:57.1 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:15:00.5 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:15:04.0 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:15:07.4 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:15:10.9 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:15:14.4 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:15:17.8 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:15:21.3 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:15:24.7 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:15:28.2 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:15:31.6 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:15:35.1 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:15:38.5 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:15:42.0 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:15:45.5 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:15:48.9 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:15:52.4 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:15:55.8 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:15:59.3 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:16:02.7 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:16:06.2 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:16:09.6 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:16:13.1 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:16:16.6 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:16:20.0 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:16:23.5 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:16:26.9 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:16:30.4 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:16:33.8 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:16:37.3 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:16:40.8 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:16:44.2 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:16:47.7 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:16:51.1 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:16:54.6 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:16:58.0 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:17:01.5 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:17:04.9 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:17:08.4 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:17:11.9 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:17:15.3 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:23:30.5 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:23:33.9 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:23:37.4 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:23:40.8 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:23:44.3 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:23:47.8 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:23:51.2 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:23:54.7 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:23:58.1 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:24:01.6 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:24:05.0 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:24:08.5 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:24:12.0 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:24:15.4 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:24:18.9 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:24:22.3 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:24:25.8 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:24:29.2 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:24:32.7 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:24:36.1 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:24:39.6 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:24:43.1 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:24:46.5 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:24:50.0 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:24:53.4 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:24:56.9 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:25:00.3 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:25:03.8 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:25:07.2 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:25:10.7 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:25:14.2 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:25:17.6 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:25:21.1 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:25:24.5 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:25:28.0 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:25:31.4 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:25:34.9 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:25:38.4 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:25:41.8 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:25:45.3 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:25:48.7 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:25:52.2 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:25:55.6 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:25:59.1 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:26:02.5 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:26:06.0 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:26:09.5 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:26:12.9 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:26:16.4 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:26:19.8 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:26:23.3 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:26:26.7 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:26:30.2 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:26:33.6 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:26:37.1 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:26:40.6 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:26:44.0 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:26:47.5 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:26:50.9 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:26:54.4 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:26:57.8 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:27:01.3 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:27:04.8 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:27:08.2 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:27:11.7 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:27:15.1 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:27:18.6 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:27:22.0 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:27:25.5 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:27:28.9 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:27:32.4 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:27:35.9 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:27:39.3 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:27:42.8 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:27:46.2 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:27:49.7 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:27:53.1 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:27:56.6 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:28:00.0 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:28:03.5 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:28:07.0 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:28:10.4 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:28:13.9 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:28:17.3 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:28:20.8 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:28:24.2 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:28:27.7 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:35:19.6 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:35:23.1 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:35:26.5 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:35:30.0 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:35:33.5 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:35:36.9 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:35:40.4 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:35:43.8 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:35:47.3 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:35:50.7 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:35:54.2 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:35:57.6 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:36:01.1 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:36:04.6 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:36:08.0 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:36:11.5 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:36:14.9 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:36:18.4 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:36:21.8 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:36:25.3 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:36:28.8 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:36:32.2 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:36:35.7 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:36:39.1 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:36:42.6 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:36:46.0 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:36:49.5 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:36:52.9 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:36:56.4 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:36:59.9 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:37:03.3 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:37:06.8 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:37:10.2 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:37:13.7 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:37:17.1 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:37:20.6 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:37:24.0 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:37:27.5 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:37:31.0 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:37:34.4 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:37:37.9 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:37:41.3 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:37:44.8 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:37:48.2 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:37:51.7 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:37:55.2 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:37:58.6 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:38:02.1 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:38:05.5 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:38:09.0 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:38:12.4 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:38:15.9 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:38:19.3 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:38:22.8 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:38:26.3 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:38:29.7 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:38:33.2 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:38:36.6 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:38:40.1 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:38:43.5 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:38:47.0 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:38:50.4 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:38:53.9 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:38:57.4 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:39:00.8 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:39:04.3 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:39:07.7 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:39:11.2 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:39:14.6 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:39:18.1 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:39:21.6 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:39:25.0 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:39:28.5 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:39:31.9 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:39:35.4 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:39:38.8 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:39:42.3 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:39:45.7 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:39:49.2 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:39:52.7 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:39:56.1 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:39:59.6 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:40:03.0 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:40:06.5 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:40:09.9 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:40:13.4 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:40:16.8 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:46:18.7 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:46:22.2 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:46:25.6 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:46:29.1 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:46:32.5 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:46:36.0 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:46:39.5 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:46:42.9 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:46:46.4 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:46:49.8 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:46:53.3 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:46:56.7 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:47:00.2 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:47:03.6 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:47:07.1 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:47:10.6 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:47:14.0 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:47:17.5 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:47:20.9 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:47:24.4 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:47:27.8 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:47:31.3 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:47:34.8 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:47:38.2 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:47:41.7 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:47:45.1 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:47:48.6 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:47:52.0 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:47:55.5 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:47:58.9 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:48:02.4 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:48:05.9 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:48:09.3 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:48:12.8 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:48:16.2 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:48:19.7 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:48:23.1 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:48:26.6 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:48:30.0 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:48:33.5 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:48:37.0 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:48:40.4 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:48:43.9 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:48:47.3 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:48:50.8 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:48:54.2 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:48:57.7 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:49:01.2 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:49:04.6 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:49:08.1 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:49:11.5 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:49:15.0 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:49:18.4 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:49:21.9 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:49:25.3 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:49:28.8 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:49:32.3 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:49:35.7 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:49:39.2 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:49:42.6 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:49:46.1 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:49:49.5 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:49:53.0 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:49:56.4 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:49:59.9 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:50:03.4 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:50:06.8 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:50:10.3 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:50:13.7 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:50:17.2 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:50:20.6 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:50:24.1 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:50:27.6 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:50:31.0 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:50:34.5 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:50:37.9 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:50:41.4 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:50:44.8 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:50:48.3 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:50:51.7 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:50:55.2 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:50:58.7 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:51:02.1 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:51:05.6 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:51:09.0 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:51:12.5 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:51:15.9 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:58:00.9 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:58:04.4 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:58:07.8 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:58:11.3 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:58:14.7 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:58:18.2 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:58:21.6 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:58:25.1 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:58:28.6 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:58:32.0 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:58:35.5 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:58:38.9 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:58:42.4 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:58:45.8 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:58:49.3 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:58:52.8 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:58:56.2 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:58:59.7 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:59:03.1 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:59:06.6 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:59:10.0 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:59:13.5 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:59:16.9 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:59:20.4 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:59:23.9 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:59:27.3 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:59:30.8 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:59:34.2 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:59:37.7 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:59:41.1 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:59:44.6 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:59:48.0 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:59:51.5 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:59:55.0 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/05:59:58.4 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:00:01.9 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:00:05.3 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:00:08.8 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:00:12.2 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:00:15.7 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:00:19.2 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:00:22.6 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:00:26.1 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:00:29.5 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:00:33.0 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:00:36.4 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:00:39.9 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:00:43.3 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:00:46.8 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:00:50.3 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:00:53.7 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:00:57.2 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:01:00.6 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:01:04.1 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:01:07.5 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:01:11.0 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:01:14.4 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:01:17.9 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:01:21.4 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:01:24.8 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:01:28.3 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:01:31.7 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:01:35.2 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:01:38.6 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:01:42.1 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:01:45.6 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:01:49.0 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:01:52.5 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:01:55.9 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:01:59.4 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:02:02.8 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:02:06.3 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:02:09.7 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:02:13.2 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:02:16.7 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:02:20.1 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:02:23.6 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:02:27.0 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:02:30.5 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:02:33.9 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:02:37.4 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:02:40.8 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:02:44.3 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:02:47.8 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:02:51.2 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:02:54.7 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:02:58.1 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:08:43.5 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:08:46.9 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:08:50.4 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:08:53.9 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:08:57.3 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:09:00.8 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:09:04.2 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:09:07.7 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:09:11.1 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:09:14.6 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:09:18.0 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:09:21.5 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:09:25.0 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:09:28.4 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:09:31.9 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:09:35.3 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:09:38.8 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:09:42.2 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:09:45.7 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:09:49.2 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:09:52.6 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:09:56.1 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:09:59.5 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:10:03.0 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:10:06.4 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:10:09.9 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:10:13.3 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:10:16.8 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:10:20.3 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:10:23.7 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:10:27.2 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:10:30.6 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:10:34.1 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:10:37.5 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:10:41.0 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:10:44.4 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:10:47.9 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:10:51.4 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:10:54.8 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:10:58.3 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:11:01.7 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:11:05.2 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:11:08.6 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:11:12.1 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:11:15.6 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:11:19.0 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:11:22.5 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:11:25.9 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:11:29.4 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:11:32.8 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:11:36.3 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:11:39.7 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:11:43.2 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:11:46.7 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:11:50.1 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:11:53.6 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:11:57.0 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:12:00.5 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:12:03.9 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:12:07.4 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:12:10.8 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:12:14.3 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:12:17.8 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:12:21.2 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:12:24.7 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:12:28.1 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:12:31.6 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:12:35.0 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:12:38.5 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:12:42.0 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:12:45.4 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:12:48.9 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:12:52.3 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:12:55.8 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:12:59.2 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:13:02.7 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:13:06.1 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:13:09.6 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:13:13.1 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:13:16.5 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:13:20.0 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:13:23.4 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:13:26.9 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:13:30.3 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:13:33.8 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:13:37.2 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:13:40.7 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:20:18.3 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:20:21.7 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:20:25.2 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:20:28.7 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:20:32.1 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:20:35.6 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:20:39.0 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:20:42.5 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:20:45.9 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:20:49.4 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:20:52.8 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:20:56.3 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:20:59.8 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:21:03.2 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:21:06.7 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:21:10.1 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:21:13.6 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:21:17.0 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:21:20.5 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:21:24.0 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:21:27.4 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:21:30.9 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:21:34.3 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:21:37.8 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:21:41.2 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:21:44.7 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:21:48.1 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:21:51.6 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:21:55.1 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:21:58.5 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:22:02.0 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:22:05.4 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:22:08.9 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:22:12.3 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:22:15.8 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:22:19.2 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:22:22.7 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:22:26.2 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:22:29.6 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:22:33.1 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:22:36.5 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:22:40.0 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:22:43.4 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:22:46.9 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:22:50.4 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:22:53.8 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:22:57.3 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:23:00.7 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:23:04.2 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:23:07.6 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:23:11.1 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:23:14.5 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:23:18.0 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:23:21.5 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:23:24.9 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:23:28.4 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:23:31.8 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:23:35.3 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:23:38.7 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:23:42.2 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:23:45.6 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:23:49.1 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:23:52.6 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:23:56.0 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:23:59.5 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:24:02.9 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:24:06.4 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:24:09.8 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:24:13.3 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:24:16.8 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:24:20.2 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:24:23.7 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:24:27.1 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:24:30.6 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:24:34.0 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:24:37.5 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:24:40.9 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:24:44.4 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:24:47.9 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:24:51.3 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:24:54.8 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:24:58.2 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:25:01.7 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:25:05.1 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:25:08.6 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:25:12.0 field=1 spw=3 chan=0) Insufficient unflagged antennas to proceed with this solve. (time=2017/08/20/06:25:15.5 field=1 spw=3 chan=0) test_minBl ------------ Check that if the min baseline threshold isn't met those antennas aren't used. If no antennas have enough then a file is not written. PASSED test_task_gaincal.py::gaincal_test::test_minSNR 20 of 20 solutions flagged due to SNR < 1000 in spw=0 at 2017/08/20/04:33:38.3 20 of 20 solutions flagged due to SNR < 1000 in spw=0 at 2017/08/20/04:34:09.4 20 of 20 solutions flagged due to SNR < 1000 in spw=0 at 2017/08/20/04:34:40.5 20 of 20 solutions flagged due to SNR < 1000 in spw=0 at 2017/08/20/04:35:09.9 20 of 20 solutions flagged due to SNR < 1000 in spw=0 at 2017/08/20/04:35:39.3 20 of 20 solutions flagged due to SNR < 1000 in spw=0 at 2017/08/20/04:36:10.4 20 of 20 solutions flagged due to SNR < 1000 in spw=0 at 2017/08/20/04:36:39.7 20 of 20 solutions flagged due to SNR < 1000 in spw=0 at 2017/08/20/04:37:09.1 20 of 20 solutions flagged due to SNR < 1000 in spw=0 at 2017/08/20/04:37:40.2 20 of 20 solutions flagged due to SNR < 1000 in spw=0 at 2017/08/20/04:38:09.6 20 of 20 solutions flagged due to SNR < 1000 in spw=1 at 2017/08/20/04:33:38.3 20 of 20 solutions flagged due to SNR < 1000 in spw=1 at 2017/08/20/04:34:09.4 20 of 20 solutions flagged due to SNR < 1000 in spw=1 at 2017/08/20/04:34:40.5 20 of 20 solutions flagged due to SNR < 1000 in spw=1 at 2017/08/20/04:35:09.9 20 of 20 solutions flagged due to SNR < 1000 in spw=1 at 2017/08/20/04:35:39.3 20 of 20 solutions flagged due to SNR < 1000 in spw=1 at 2017/08/20/04:36:10.4 20 of 20 solutions flagged due to SNR < 1000 in spw=1 at 2017/08/20/04:36:39.7 20 of 20 solutions flagged due to SNR < 1000 in spw=1 at 2017/08/20/04:37:09.1 20 of 20 solutions flagged due to SNR < 1000 in spw=1 at 2017/08/20/04:37:40.2 20 of 20 solutions flagged due to SNR < 1000 in spw=1 at 2017/08/20/04:38:09.6 20 of 20 solutions flagged due to SNR < 1000 in spw=2 at 2017/08/20/04:33:38.3 20 of 20 solutions flagged due to SNR < 1000 in spw=2 at 2017/08/20/04:34:09.4 20 of 20 solutions flagged due to SNR < 1000 in spw=2 at 2017/08/20/04:34:40.5 20 of 20 solutions flagged due to SNR < 1000 in spw=2 at 2017/08/20/04:35:09.9 20 of 20 solutions flagged due to SNR < 1000 in spw=2 at 2017/08/20/04:35:39.3 20 of 20 solutions flagged due to SNR < 1000 in spw=2 at 2017/08/20/04:36:10.4 20 of 20 solutions flagged due to SNR < 1000 in spw=2 at 2017/08/20/04:36:39.7 20 of 20 solutions flagged due to SNR < 1000 in spw=2 at 2017/08/20/04:37:09.1 20 of 20 solutions flagged due to SNR < 1000 in spw=2 at 2017/08/20/04:37:40.2 20 of 20 solutions flagged due to SNR < 1000 in spw=2 at 2017/08/20/04:38:09.6 20 of 20 solutions flagged due to SNR < 1000 in spw=3 at 2017/08/20/04:33:38.3 20 of 20 solutions flagged due to SNR < 1000 in spw=3 at 2017/08/20/04:34:09.4 20 of 20 solutions flagged due to SNR < 1000 in spw=3 at 2017/08/20/04:34:40.5 20 of 20 solutions flagged due to SNR < 1000 in spw=3 at 2017/08/20/04:35:09.9 20 of 20 solutions flagged due to SNR < 1000 in spw=3 at 2017/08/20/04:35:39.3 20 of 20 solutions flagged due to SNR < 1000 in spw=3 at 2017/08/20/04:36:10.4 20 of 20 solutions flagged due to SNR < 1000 in spw=3 at 2017/08/20/04:36:39.7 20 of 20 solutions flagged due to SNR < 1000 in spw=3 at 2017/08/20/04:37:09.1 20 of 20 solutions flagged due to SNR < 1000 in spw=3 at 2017/08/20/04:37:40.2 20 of 20 solutions flagged due to SNR < 1000 in spw=3 at 2017/08/20/04:38:09.6 20 of 20 solutions flagged due to SNR < 1000 in spw=0 at 2017/08/20/04:44:29.5 20 of 20 solutions flagged due to SNR < 1000 in spw=0 at 2017/08/20/04:45:00.6 20 of 20 solutions flagged due to SNR < 1000 in spw=0 at 2017/08/20/04:45:31.7 20 of 20 solutions flagged due to SNR < 1000 in spw=0 at 2017/08/20/04:46:01.1 20 of 20 solutions flagged due to SNR < 1000 in spw=0 at 2017/08/20/04:46:30.5 20 of 20 solutions flagged due to SNR < 1000 in spw=0 at 2017/08/20/04:47:01.6 20 of 20 solutions flagged due to SNR < 1000 in spw=0 at 2017/08/20/04:47:31.0 20 of 20 solutions flagged due to SNR < 1000 in spw=0 at 2017/08/20/04:48:00.3 20 of 20 solutions flagged due to SNR < 1000 in spw=0 at 2017/08/20/04:48:31.4 20 of 20 solutions flagged due to SNR < 1000 in spw=0 at 2017/08/20/04:49:00.8 20 of 20 solutions flagged due to SNR < 1000 in spw=1 at 2017/08/20/04:44:29.5 20 of 20 solutions flagged due to SNR < 1000 in spw=1 at 2017/08/20/04:45:00.6 20 of 20 solutions flagged due to SNR < 1000 in spw=1 at 2017/08/20/04:45:31.7 20 of 20 solutions flagged due to SNR < 1000 in spw=1 at 2017/08/20/04:46:01.1 20 of 20 solutions flagged due to SNR < 1000 in spw=1 at 2017/08/20/04:46:30.5 20 of 20 solutions flagged due to SNR < 1000 in spw=1 at 2017/08/20/04:47:01.6 20 of 20 solutions flagged due to SNR < 1000 in spw=1 at 2017/08/20/04:47:31.0 20 of 20 solutions flagged due to SNR < 1000 in spw=1 at 2017/08/20/04:48:00.3 20 of 20 solutions flagged due to SNR < 1000 in spw=1 at 2017/08/20/04:48:31.4 20 of 20 solutions flagged due to SNR < 1000 in spw=1 at 2017/08/20/04:49:00.8 20 of 20 solutions flagged due to SNR < 1000 in spw=2 at 2017/08/20/04:44:29.5 20 of 20 solutions flagged due to SNR < 1000 in spw=2 at 2017/08/20/04:45:00.6 20 of 20 solutions flagged due to SNR < 1000 in spw=2 at 2017/08/20/04:45:31.7 20 of 20 solutions flagged due to SNR < 1000 in spw=2 at 2017/08/20/04:46:01.1 20 of 20 solutions flagged due to SNR < 1000 in spw=2 at 2017/08/20/04:46:30.5 20 of 20 solutions flagged due to SNR < 1000 in spw=2 at 2017/08/20/04:47:01.6 20 of 20 solutions flagged due to SNR < 1000 in spw=2 at 2017/08/20/04:47:31.0 20 of 20 solutions flagged due to SNR < 1000 in spw=2 at 2017/08/20/04:48:00.3 20 of 20 solutions flagged due to SNR < 1000 in spw=2 at 2017/08/20/04:48:31.4 20 of 20 solutions flagged due to SNR < 1000 in spw=2 at 2017/08/20/04:49:00.8 20 of 20 solutions flagged due to SNR < 1000 in spw=3 at 2017/08/20/04:44:29.5 20 of 20 solutions flagged due to SNR < 1000 in spw=3 at 2017/08/20/04:45:00.6 20 of 20 solutions flagged due to SNR < 1000 in spw=3 at 2017/08/20/04:45:31.7 20 of 20 solutions flagged due to SNR < 1000 in spw=3 at 2017/08/20/04:46:01.1 20 of 20 solutions flagged due to SNR < 1000 in spw=3 at 2017/08/20/04:46:30.5 20 of 20 solutions flagged due to SNR < 1000 in spw=3 at 2017/08/20/04:47:01.6 20 of 20 solutions flagged due to SNR < 1000 in spw=3 at 2017/08/20/04:47:31.0 20 of 20 solutions flagged due to SNR < 1000 in spw=3 at 2017/08/20/04:48:00.3 20 of 20 solutions flagged due to SNR < 1000 in spw=3 at 2017/08/20/04:48:31.4 20 of 20 solutions flagged due to SNR < 1000 in spw=3 at 2017/08/20/04:49:00.8 20 of 20 solutions flagged due to SNR < 1000 in spw=0 at 2017/08/20/04:55:38.6 20 of 20 solutions flagged due to SNR < 1000 in spw=0 at 2017/08/20/04:56:09.7 20 of 20 solutions flagged due to SNR < 1000 in spw=0 at 2017/08/20/04:56:40.8 20 of 20 solutions flagged due to SNR < 1000 in spw=0 at 2017/08/20/04:57:10.2 20 of 20 solutions flagged due to SNR < 1000 in spw=0 at 2017/08/20/04:57:39.6 20 of 20 solutions flagged due to SNR < 1000 in spw=0 at 2017/08/20/04:58:10.7 20 of 20 solutions flagged due to SNR < 1000 in spw=0 at 2017/08/20/04:58:40.0 20 of 20 solutions flagged due to SNR < 1000 in spw=0 at 2017/08/20/04:59:09.4 20 of 20 solutions flagged due to SNR < 1000 in spw=0 at 2017/08/20/04:59:40.5 20 of 20 solutions flagged due to SNR < 1000 in spw=0 at 2017/08/20/05:00:09.9 20 of 20 solutions flagged due to SNR < 1000 in spw=1 at 2017/08/20/04:55:38.6 20 of 20 solutions flagged due to SNR < 1000 in spw=1 at 2017/08/20/04:56:09.7 20 of 20 solutions flagged due to SNR < 1000 in spw=1 at 2017/08/20/04:56:40.8 20 of 20 solutions flagged due to SNR < 1000 in spw=1 at 2017/08/20/04:57:10.2 20 of 20 solutions flagged due to SNR < 1000 in spw=1 at 2017/08/20/04:57:39.6 20 of 20 solutions flagged due to SNR < 1000 in spw=1 at 2017/08/20/04:58:10.7 20 of 20 solutions flagged due to SNR < 1000 in spw=1 at 2017/08/20/04:58:40.0 20 of 20 solutions flagged due to SNR < 1000 in spw=1 at 2017/08/20/04:59:09.4 20 of 20 solutions flagged due to SNR < 1000 in spw=1 at 2017/08/20/04:59:40.5 20 of 20 solutions flagged due to SNR < 1000 in spw=1 at 2017/08/20/05:00:09.9 20 of 20 solutions flagged due to SNR < 1000 in spw=2 at 2017/08/20/04:55:38.6 20 of 20 solutions flagged due to SNR < 1000 in spw=2 at 2017/08/20/04:56:09.7 20 of 20 solutions flagged due to SNR < 1000 in spw=2 at 2017/08/20/04:56:40.8 20 of 20 solutions flagged due to SNR < 1000 in spw=2 at 2017/08/20/04:57:10.2 20 of 20 solutions flagged due to SNR < 1000 in spw=2 at 2017/08/20/04:57:39.6 20 of 20 solutions flagged due to SNR < 1000 in spw=2 at 2017/08/20/04:58:10.7 20 of 20 solutions flagged due to SNR < 1000 in spw=2 at 2017/08/20/04:58:40.0 20 of 20 solutions flagged due to SNR < 1000 in spw=2 at 2017/08/20/04:59:09.4 20 of 20 solutions flagged due to SNR < 1000 in spw=2 at 2017/08/20/04:59:40.5 20 of 20 solutions flagged due to SNR < 1000 in spw=2 at 2017/08/20/05:00:09.9 20 of 20 solutions flagged due to SNR < 1000 in spw=3 at 2017/08/20/04:55:38.6 20 of 20 solutions flagged due to SNR < 1000 in spw=3 at 2017/08/20/04:56:09.7 20 of 20 solutions flagged due to SNR < 1000 in spw=3 at 2017/08/20/04:56:40.8 20 of 20 solutions flagged due to SNR < 1000 in spw=3 at 2017/08/20/04:57:10.2 20 of 20 solutions flagged due to SNR < 1000 in spw=3 at 2017/08/20/04:57:39.6 20 of 20 solutions flagged due to SNR < 1000 in spw=3 at 2017/08/20/04:58:10.7 20 of 20 solutions flagged due to SNR < 1000 in spw=3 at 2017/08/20/04:58:40.0 20 of 20 solutions flagged due to SNR < 1000 in spw=3 at 2017/08/20/04:59:09.4 20 of 20 solutions flagged due to SNR < 1000 in spw=3 at 2017/08/20/04:59:40.5 20 of 20 solutions flagged due to SNR < 1000 in spw=3 at 2017/08/20/05:00:09.9 20 of 20 solutions flagged due to SNR < 1000 in spw=0 at 2017/08/20/05:07:10.3 20 of 20 solutions flagged due to SNR < 1000 in spw=0 at 2017/08/20/05:07:41.4 20 of 20 solutions flagged due to SNR < 1000 in spw=0 at 2017/08/20/05:08:12.5 20 of 20 solutions flagged due to SNR < 1000 in spw=0 at 2017/08/20/05:08:41.9 20 of 20 solutions flagged due to SNR < 1000 in spw=0 at 2017/08/20/05:09:11.2 20 of 20 solutions flagged due to SNR < 1000 in spw=0 at 2017/08/20/05:09:42.3 20 of 20 solutions flagged due to SNR < 1000 in spw=0 at 2017/08/20/05:10:11.7 20 of 20 solutions flagged due to SNR < 1000 in spw=0 at 2017/08/20/05:10:41.1 20 of 20 solutions flagged due to SNR < 1000 in spw=0 at 2017/08/20/05:11:12.2 20 of 20 solutions flagged due to SNR < 1000 in spw=0 at 2017/08/20/05:11:41.6 20 of 20 solutions flagged due to SNR < 1000 in spw=1 at 2017/08/20/05:07:10.3 20 of 20 solutions flagged due to SNR < 1000 in spw=1 at 2017/08/20/05:07:41.4 20 of 20 solutions flagged due to SNR < 1000 in spw=1 at 2017/08/20/05:08:12.5 20 of 20 solutions flagged due to SNR < 1000 in spw=1 at 2017/08/20/05:08:41.9 20 of 20 solutions flagged due to SNR < 1000 in spw=1 at 2017/08/20/05:09:11.2 20 of 20 solutions flagged due to SNR < 1000 in spw=1 at 2017/08/20/05:09:42.3 20 of 20 solutions flagged due to SNR < 1000 in spw=1 at 2017/08/20/05:10:11.7 20 of 20 solutions flagged due to SNR < 1000 in spw=1 at 2017/08/20/05:10:41.1 20 of 20 solutions flagged due to SNR < 1000 in spw=1 at 2017/08/20/05:11:12.2 20 of 20 solutions flagged due to SNR < 1000 in spw=1 at 2017/08/20/05:11:41.6 20 of 20 solutions flagged due to SNR < 1000 in spw=2 at 2017/08/20/05:07:10.3 20 of 20 solutions flagged due to SNR < 1000 in spw=2 at 2017/08/20/05:07:41.4 20 of 20 solutions flagged due to SNR < 1000 in spw=2 at 2017/08/20/05:08:12.5 20 of 20 solutions flagged due to SNR < 1000 in spw=2 at 2017/08/20/05:08:41.9 20 of 20 solutions flagged due to SNR < 1000 in spw=2 at 2017/08/20/05:09:11.2 20 of 20 solutions flagged due to SNR < 1000 in spw=2 at 2017/08/20/05:09:42.3 20 of 20 solutions flagged due to SNR < 1000 in spw=2 at 2017/08/20/05:10:11.7 20 of 20 solutions flagged due to SNR < 1000 in spw=2 at 2017/08/20/05:10:41.1 20 of 20 solutions flagged due to SNR < 1000 in spw=2 at 2017/08/20/05:11:12.2 20 of 20 solutions flagged due to SNR < 1000 in spw=2 at 2017/08/20/05:11:41.6 20 of 20 solutions flagged due to SNR < 1000 in spw=3 at 2017/08/20/05:07:10.3 20 of 20 solutions flagged due to SNR < 1000 in spw=3 at 2017/08/20/05:07:41.4 20 of 20 solutions flagged due to SNR < 1000 in spw=3 at 2017/08/20/05:08:12.5 20 of 20 solutions flagged due to SNR < 1000 in spw=3 at 2017/08/20/05:08:41.9 20 of 20 solutions flagged due to SNR < 1000 in spw=3 at 2017/08/20/05:09:11.2 20 of 20 solutions flagged due to SNR < 1000 in spw=3 at 2017/08/20/05:09:42.3 20 of 20 solutions flagged due to SNR < 1000 in spw=3 at 2017/08/20/05:10:11.7 20 of 20 solutions flagged due to SNR < 1000 in spw=3 at 2017/08/20/05:10:41.1 20 of 20 solutions flagged due to SNR < 1000 in spw=3 at 2017/08/20/05:11:12.2 20 of 20 solutions flagged due to SNR < 1000 in spw=3 at 2017/08/20/05:11:41.6 20 of 20 solutions flagged due to SNR < 1000 in spw=0 at 2017/08/20/05:18:06.2 20 of 20 solutions flagged due to SNR < 1000 in spw=0 at 2017/08/20/05:18:37.3 20 of 20 solutions flagged due to SNR < 1000 in spw=0 at 2017/08/20/05:19:08.4 20 of 20 solutions flagged due to SNR < 1000 in spw=0 at 2017/08/20/05:19:37.8 20 of 20 solutions flagged due to SNR < 1000 in spw=0 at 2017/08/20/05:20:07.2 20 of 20 solutions flagged due to SNR < 1000 in spw=0 at 2017/08/20/05:20:38.3 20 of 20 solutions flagged due to SNR < 1000 in spw=0 at 2017/08/20/05:21:07.7 20 of 20 solutions flagged due to SNR < 1000 in spw=0 at 2017/08/20/05:21:37.1 20 of 20 solutions flagged due to SNR < 1000 in spw=0 at 2017/08/20/05:22:08.2 20 of 20 solutions flagged due to SNR < 1000 in spw=0 at 2017/08/20/05:22:37.5 20 of 20 solutions flagged due to SNR < 1000 in spw=1 at 2017/08/20/05:18:06.2 20 of 20 solutions flagged due to SNR < 1000 in spw=1 at 2017/08/20/05:18:37.3 20 of 20 solutions flagged due to SNR < 1000 in spw=1 at 2017/08/20/05:19:08.4 20 of 20 solutions flagged due to SNR < 1000 in spw=1 at 2017/08/20/05:19:37.8 20 of 20 solutions flagged due to SNR < 1000 in spw=1 at 2017/08/20/05:20:07.2 20 of 20 solutions flagged due to SNR < 1000 in spw=1 at 2017/08/20/05:20:38.3 20 of 20 solutions flagged due to SNR < 1000 in spw=1 at 2017/08/20/05:21:07.7 20 of 20 solutions flagged due to SNR < 1000 in spw=1 at 2017/08/20/05:21:37.1 20 of 20 solutions flagged due to SNR < 1000 in spw=1 at 2017/08/20/05:22:08.2 20 of 20 solutions flagged due to SNR < 1000 in spw=1 at 2017/08/20/05:22:37.5 20 of 20 solutions flagged due to SNR < 1000 in spw=2 at 2017/08/20/05:18:06.2 20 of 20 solutions flagged due to SNR < 1000 in spw=2 at 2017/08/20/05:18:37.3 20 of 20 solutions flagged due to SNR < 1000 in spw=2 at 2017/08/20/05:19:08.4 20 of 20 solutions flagged due to SNR < 1000 in spw=2 at 2017/08/20/05:19:37.8 20 of 20 solutions flagged due to SNR < 1000 in spw=2 at 2017/08/20/05:20:07.2 20 of 20 solutions flagged due to SNR < 1000 in spw=2 at 2017/08/20/05:20:38.3 20 of 20 solutions flagged due to SNR < 1000 in spw=2 at 2017/08/20/05:21:07.7 20 of 20 solutions flagged due to SNR < 1000 in spw=2 at 2017/08/20/05:21:37.1 20 of 20 solutions flagged due to SNR < 1000 in spw=2 at 2017/08/20/05:22:08.2 20 of 20 solutions flagged due to SNR < 1000 in spw=2 at 2017/08/20/05:22:37.5 20 of 20 solutions flagged due to SNR < 1000 in spw=3 at 2017/08/20/05:18:06.2 20 of 20 solutions flagged due to SNR < 1000 in spw=3 at 2017/08/20/05:18:37.3 20 of 20 solutions flagged due to SNR < 1000 in spw=3 at 2017/08/20/05:19:08.4 20 of 20 solutions flagged due to SNR < 1000 in spw=3 at 2017/08/20/05:19:37.8 20 of 20 solutions flagged due to SNR < 1000 in spw=3 at 2017/08/20/05:20:07.2 20 of 20 solutions flagged due to SNR < 1000 in spw=3 at 2017/08/20/05:20:38.3 20 of 20 solutions flagged due to SNR < 1000 in spw=3 at 2017/08/20/05:21:07.7 20 of 20 solutions flagged due to SNR < 1000 in spw=3 at 2017/08/20/05:21:37.1 20 of 20 solutions flagged due to SNR < 1000 in spw=3 at 2017/08/20/05:22:08.2 20 of 20 solutions flagged due to SNR < 1000 in spw=3 at 2017/08/20/05:22:37.5 20 of 20 solutions flagged due to SNR < 1000 in spw=0 at 2017/08/20/05:30:03.2 20 of 20 solutions flagged due to SNR < 1000 in spw=0 at 2017/08/20/05:30:34.3 20 of 20 solutions flagged due to SNR < 1000 in spw=0 at 2017/08/20/05:31:05.4 20 of 20 solutions flagged due to SNR < 1000 in spw=0 at 2017/08/20/05:31:34.8 20 of 20 solutions flagged due to SNR < 1000 in spw=0 at 2017/08/20/05:32:04.1 20 of 20 solutions flagged due to SNR < 1000 in spw=0 at 2017/08/20/05:32:35.2 20 of 20 solutions flagged due to SNR < 1000 in spw=0 at 2017/08/20/05:33:04.6 20 of 20 solutions flagged due to SNR < 1000 in spw=0 at 2017/08/20/05:33:34.0 20 of 20 solutions flagged due to SNR < 1000 in spw=0 at 2017/08/20/05:34:05.1 20 of 20 solutions flagged due to SNR < 1000 in spw=0 at 2017/08/20/05:34:34.5 20 of 20 solutions flagged due to SNR < 1000 in spw=1 at 2017/08/20/05:30:03.2 20 of 20 solutions flagged due to SNR < 1000 in spw=1 at 2017/08/20/05:30:34.3 20 of 20 solutions flagged due to SNR < 1000 in spw=1 at 2017/08/20/05:31:05.4 20 of 20 solutions flagged due to SNR < 1000 in spw=1 at 2017/08/20/05:31:34.8 20 of 20 solutions flagged due to SNR < 1000 in spw=1 at 2017/08/20/05:32:04.1 20 of 20 solutions flagged due to SNR < 1000 in spw=1 at 2017/08/20/05:32:35.2 20 of 20 solutions flagged due to SNR < 1000 in spw=1 at 2017/08/20/05:33:04.6 20 of 20 solutions flagged due to SNR < 1000 in spw=1 at 2017/08/20/05:33:34.0 20 of 20 solutions flagged due to SNR < 1000 in spw=1 at 2017/08/20/05:34:05.1 20 of 20 solutions flagged due to SNR < 1000 in spw=1 at 2017/08/20/05:34:34.5 20 of 20 solutions flagged due to SNR < 1000 in spw=2 at 2017/08/20/05:30:03.2 20 of 20 solutions flagged due to SNR < 1000 in spw=2 at 2017/08/20/05:30:34.3 20 of 20 solutions flagged due to SNR < 1000 in spw=2 at 2017/08/20/05:31:05.4 20 of 20 solutions flagged due to SNR < 1000 in spw=2 at 2017/08/20/05:31:34.8 20 of 20 solutions flagged due to SNR < 1000 in spw=2 at 2017/08/20/05:32:04.1 20 of 20 solutions flagged due to SNR < 1000 in spw=2 at 2017/08/20/05:32:35.2 20 of 20 solutions flagged due to SNR < 1000 in spw=2 at 2017/08/20/05:33:04.6 20 of 20 solutions flagged due to SNR < 1000 in spw=2 at 2017/08/20/05:33:34.0 20 of 20 solutions flagged due to SNR < 1000 in spw=2 at 2017/08/20/05:34:05.1 20 of 20 solutions flagged due to SNR < 1000 in spw=2 at 2017/08/20/05:34:34.5 20 of 20 solutions flagged due to SNR < 1000 in spw=3 at 2017/08/20/05:30:03.2 20 of 20 solutions flagged due to SNR < 1000 in spw=3 at 2017/08/20/05:30:34.3 20 of 20 solutions flagged due to SNR < 1000 in spw=3 at 2017/08/20/05:31:05.4 20 of 20 solutions flagged due to SNR < 1000 in spw=3 at 2017/08/20/05:31:34.8 20 of 20 solutions flagged due to SNR < 1000 in spw=3 at 2017/08/20/05:32:04.1 20 of 20 solutions flagged due to SNR < 1000 in spw=3 at 2017/08/20/05:32:35.2 20 of 20 solutions flagged due to SNR < 1000 in spw=3 at 2017/08/20/05:33:04.6 20 of 20 solutions flagged due to SNR < 1000 in spw=3 at 2017/08/20/05:33:34.0 20 of 20 solutions flagged due to SNR < 1000 in spw=3 at 2017/08/20/05:34:05.1 20 of 20 solutions flagged due to SNR < 1000 in spw=3 at 2017/08/20/05:34:34.5 20 of 20 solutions flagged due to SNR < 1000 in spw=0 at 2017/08/20/05:40:56.8 20 of 20 solutions flagged due to SNR < 1000 in spw=0 at 2017/08/20/05:41:27.9 20 of 20 solutions flagged due to SNR < 1000 in spw=0 at 2017/08/20/05:41:59.0 20 of 20 solutions flagged due to SNR < 1000 in spw=0 at 2017/08/20/05:42:28.4 20 of 20 solutions flagged due to SNR < 1000 in spw=0 at 2017/08/20/05:42:57.7 20 of 20 solutions flagged due to SNR < 1000 in spw=0 at 2017/08/20/05:43:28.8 20 of 20 solutions flagged due to SNR < 1000 in spw=0 at 2017/08/20/05:43:58.2 20 of 20 solutions flagged due to SNR < 1000 in spw=0 at 2017/08/20/05:44:27.6 20 of 20 solutions flagged due to SNR < 1000 in spw=0 at 2017/08/20/05:44:58.7 20 of 20 solutions flagged due to SNR < 1000 in spw=0 at 2017/08/20/05:45:28.1 20 of 20 solutions flagged due to SNR < 1000 in spw=1 at 2017/08/20/05:40:56.8 20 of 20 solutions flagged due to SNR < 1000 in spw=1 at 2017/08/20/05:41:27.9 20 of 20 solutions flagged due to SNR < 1000 in spw=1 at 2017/08/20/05:41:59.0 20 of 20 solutions flagged due to SNR < 1000 in spw=1 at 2017/08/20/05:42:28.4 20 of 20 solutions flagged due to SNR < 1000 in spw=1 at 2017/08/20/05:42:57.7 20 of 20 solutions flagged due to SNR < 1000 in spw=1 at 2017/08/20/05:43:28.8 20 of 20 solutions flagged due to SNR < 1000 in spw=1 at 2017/08/20/05:43:58.2 20 of 20 solutions flagged due to SNR < 1000 in spw=1 at 2017/08/20/05:44:27.6 20 of 20 solutions flagged due to SNR < 1000 in spw=1 at 2017/08/20/05:44:58.7 20 of 20 solutions flagged due to SNR < 1000 in spw=1 at 2017/08/20/05:45:28.1 20 of 20 solutions flagged due to SNR < 1000 in spw=2 at 2017/08/20/05:40:56.8 20 of 20 solutions flagged due to SNR < 1000 in spw=2 at 2017/08/20/05:41:27.9 20 of 20 solutions flagged due to SNR < 1000 in spw=2 at 2017/08/20/05:41:59.0 20 of 20 solutions flagged due to SNR < 1000 in spw=2 at 2017/08/20/05:42:28.4 20 of 20 solutions flagged due to SNR < 1000 in spw=2 at 2017/08/20/05:42:57.7 20 of 20 solutions flagged due to SNR < 1000 in spw=2 at 2017/08/20/05:43:28.8 20 of 20 solutions flagged due to SNR < 1000 in spw=2 at 2017/08/20/05:43:58.2 20 of 20 solutions flagged due to SNR < 1000 in spw=2 at 2017/08/20/05:44:27.6 20 of 20 solutions flagged due to SNR < 1000 in spw=2 at 2017/08/20/05:44:58.7 20 of 20 solutions flagged due to SNR < 1000 in spw=2 at 2017/08/20/05:45:28.1 20 of 20 solutions flagged due to SNR < 1000 in spw=3 at 2017/08/20/05:40:56.8 20 of 20 solutions flagged due to SNR < 1000 in spw=3 at 2017/08/20/05:41:27.9 20 of 20 solutions flagged due to SNR < 1000 in spw=3 at 2017/08/20/05:41:59.0 20 of 20 solutions flagged due to SNR < 1000 in spw=3 at 2017/08/20/05:42:28.4 20 of 20 solutions flagged due to SNR < 1000 in spw=3 at 2017/08/20/05:42:57.7 20 of 20 solutions flagged due to SNR < 1000 in spw=3 at 2017/08/20/05:43:28.8 20 of 20 solutions flagged due to SNR < 1000 in spw=3 at 2017/08/20/05:43:58.2 20 of 20 solutions flagged due to SNR < 1000 in spw=3 at 2017/08/20/05:44:27.6 20 of 20 solutions flagged due to SNR < 1000 in spw=3 at 2017/08/20/05:44:58.7 20 of 20 solutions flagged due to SNR < 1000 in spw=3 at 2017/08/20/05:45:28.1 20 of 20 solutions flagged due to SNR < 1000 in spw=0 at 2017/08/20/05:52:12.7 20 of 20 solutions flagged due to SNR < 1000 in spw=0 at 2017/08/20/05:52:43.8 20 of 20 solutions flagged due to SNR < 1000 in spw=0 at 2017/08/20/05:53:14.9 20 of 20 solutions flagged due to SNR < 1000 in spw=0 at 2017/08/20/05:53:44.3 20 of 20 solutions flagged due to SNR < 1000 in spw=0 at 2017/08/20/05:54:13.6 20 of 20 solutions flagged due to SNR < 1000 in spw=0 at 2017/08/20/05:54:44.7 20 of 20 solutions flagged due to SNR < 1000 in spw=0 at 2017/08/20/05:55:14.1 20 of 20 solutions flagged due to SNR < 1000 in spw=0 at 2017/08/20/05:55:43.5 20 of 20 solutions flagged due to SNR < 1000 in spw=0 at 2017/08/20/05:56:14.6 20 of 20 solutions flagged due to SNR < 1000 in spw=0 at 2017/08/20/05:56:44.0 20 of 20 solutions flagged due to SNR < 1000 in spw=1 at 2017/08/20/05:52:12.7 20 of 20 solutions flagged due to SNR < 1000 in spw=1 at 2017/08/20/05:52:43.8 20 of 20 solutions flagged due to SNR < 1000 in spw=1 at 2017/08/20/05:53:14.9 20 of 20 solutions flagged due to SNR < 1000 in spw=1 at 2017/08/20/05:53:44.3 20 of 20 solutions flagged due to SNR < 1000 in spw=1 at 2017/08/20/05:54:13.6 20 of 20 solutions flagged due to SNR < 1000 in spw=1 at 2017/08/20/05:54:44.7 20 of 20 solutions flagged due to SNR < 1000 in spw=1 at 2017/08/20/05:55:14.1 20 of 20 solutions flagged due to SNR < 1000 in spw=1 at 2017/08/20/05:55:43.5 20 of 20 solutions flagged due to SNR < 1000 in spw=1 at 2017/08/20/05:56:14.6 20 of 20 solutions flagged due to SNR < 1000 in spw=1 at 2017/08/20/05:56:44.0 20 of 20 solutions flagged due to SNR < 1000 in spw=2 at 2017/08/20/05:52:12.7 20 of 20 solutions flagged due to SNR < 1000 in spw=2 at 2017/08/20/05:52:43.8 20 of 20 solutions flagged due to SNR < 1000 in spw=2 at 2017/08/20/05:53:14.9 20 of 20 solutions flagged due to SNR < 1000 in spw=2 at 2017/08/20/05:53:44.3 20 of 20 solutions flagged due to SNR < 1000 in spw=2 at 2017/08/20/05:54:13.6 20 of 20 solutions flagged due to SNR < 1000 in spw=2 at 2017/08/20/05:54:44.7 20 of 20 solutions flagged due to SNR < 1000 in spw=2 at 2017/08/20/05:55:14.1 20 of 20 solutions flagged due to SNR < 1000 in spw=2 at 2017/08/20/05:55:43.5 20 of 20 solutions flagged due to SNR < 1000 in spw=2 at 2017/08/20/05:56:14.6 20 of 20 solutions flagged due to SNR < 1000 in spw=2 at 2017/08/20/05:56:44.0 20 of 20 solutions flagged due to SNR < 1000 in spw=3 at 2017/08/20/05:52:12.7 20 of 20 solutions flagged due to SNR < 1000 in spw=3 at 2017/08/20/05:52:43.8 20 of 20 solutions flagged due to SNR < 1000 in spw=3 at 2017/08/20/05:53:14.9 20 of 20 solutions flagged due to SNR < 1000 in spw=3 at 2017/08/20/05:53:44.3 20 of 20 solutions flagged due to SNR < 1000 in spw=3 at 2017/08/20/05:54:13.6 20 of 20 solutions flagged due to SNR < 1000 in spw=3 at 2017/08/20/05:54:44.7 20 of 20 solutions flagged due to SNR < 1000 in spw=3 at 2017/08/20/05:55:14.1 20 of 20 solutions flagged due to SNR < 1000 in spw=3 at 2017/08/20/05:55:43.5 20 of 20 solutions flagged due to SNR < 1000 in spw=3 at 2017/08/20/05:56:14.6 20 of 20 solutions flagged due to SNR < 1000 in spw=3 at 2017/08/20/05:56:44.0 20 of 20 solutions flagged due to SNR < 1000 in spw=0 at 2017/08/20/06:03:34.5 20 of 20 solutions flagged due to SNR < 1000 in spw=0 at 2017/08/20/06:04:05.6 20 of 20 solutions flagged due to SNR < 1000 in spw=0 at 2017/08/20/06:04:36.7 20 of 20 solutions flagged due to SNR < 1000 in spw=0 at 2017/08/20/06:05:06.1 20 of 20 solutions flagged due to SNR < 1000 in spw=0 at 2017/08/20/06:05:35.5 20 of 20 solutions flagged due to SNR < 1000 in spw=0 at 2017/08/20/06:06:06.6 20 of 20 solutions flagged due to SNR < 1000 in spw=0 at 2017/08/20/06:06:36.0 20 of 20 solutions flagged due to SNR < 1000 in spw=0 at 2017/08/20/06:07:05.3 20 of 20 solutions flagged due to SNR < 1000 in spw=0 at 2017/08/20/06:07:36.4 20 of 20 solutions flagged due to SNR < 1000 in spw=0 at 2017/08/20/06:08:05.8 20 of 20 solutions flagged due to SNR < 1000 in spw=1 at 2017/08/20/06:03:34.5 20 of 20 solutions flagged due to SNR < 1000 in spw=1 at 2017/08/20/06:04:05.6 20 of 20 solutions flagged due to SNR < 1000 in spw=1 at 2017/08/20/06:04:36.7 20 of 20 solutions flagged due to SNR < 1000 in spw=1 at 2017/08/20/06:05:06.1 20 of 20 solutions flagged due to SNR < 1000 in spw=1 at 2017/08/20/06:05:35.5 20 of 20 solutions flagged due to SNR < 1000 in spw=1 at 2017/08/20/06:06:06.6 20 of 20 solutions flagged due to SNR < 1000 in spw=1 at 2017/08/20/06:06:36.0 20 of 20 solutions flagged due to SNR < 1000 in spw=1 at 2017/08/20/06:07:05.3 20 of 20 solutions flagged due to SNR < 1000 in spw=1 at 2017/08/20/06:07:36.4 20 of 20 solutions flagged due to SNR < 1000 in spw=1 at 2017/08/20/06:08:05.8 20 of 20 solutions flagged due to SNR < 1000 in spw=2 at 2017/08/20/06:03:34.5 20 of 20 solutions flagged due to SNR < 1000 in spw=2 at 2017/08/20/06:04:05.6 20 of 20 solutions flagged due to SNR < 1000 in spw=2 at 2017/08/20/06:04:36.7 20 of 20 solutions flagged due to SNR < 1000 in spw=2 at 2017/08/20/06:05:06.1 20 of 20 solutions flagged due to SNR < 1000 in spw=2 at 2017/08/20/06:05:35.5 20 of 20 solutions flagged due to SNR < 1000 in spw=2 at 2017/08/20/06:06:06.6 20 of 20 solutions flagged due to SNR < 1000 in spw=2 at 2017/08/20/06:06:36.0 20 of 20 solutions flagged due to SNR < 1000 in spw=2 at 2017/08/20/06:07:05.3 20 of 20 solutions flagged due to SNR < 1000 in spw=2 at 2017/08/20/06:07:36.4 20 of 20 solutions flagged due to SNR < 1000 in spw=2 at 2017/08/20/06:08:05.8 20 of 20 solutions flagged due to SNR < 1000 in spw=3 at 2017/08/20/06:03:34.5 20 of 20 solutions flagged due to SNR < 1000 in spw=3 at 2017/08/20/06:04:05.6 20 of 20 solutions flagged due to SNR < 1000 in spw=3 at 2017/08/20/06:04:36.7 20 of 20 solutions flagged due to SNR < 1000 in spw=3 at 2017/08/20/06:05:06.1 20 of 20 solutions flagged due to SNR < 1000 in spw=3 at 2017/08/20/06:05:35.5 20 of 20 solutions flagged due to SNR < 1000 in spw=3 at 2017/08/20/06:06:06.6 20 of 20 solutions flagged due to SNR < 1000 in spw=3 at 2017/08/20/06:06:36.0 20 of 20 solutions flagged due to SNR < 1000 in spw=3 at 2017/08/20/06:07:05.3 20 of 20 solutions flagged due to SNR < 1000 in spw=3 at 2017/08/20/06:07:36.4 20 of 20 solutions flagged due to SNR < 1000 in spw=3 at 2017/08/20/06:08:05.8 20 of 20 solutions flagged due to SNR < 1000 in spw=0 at 2017/08/20/06:14:41.8 20 of 20 solutions flagged due to SNR < 1000 in spw=0 at 2017/08/20/06:15:12.9 20 of 20 solutions flagged due to SNR < 1000 in spw=0 at 2017/08/20/06:15:44.0 20 of 20 solutions flagged due to SNR < 1000 in spw=0 at 2017/08/20/06:16:13.3 20 of 20 solutions flagged due to SNR < 1000 in spw=0 at 2017/08/20/06:16:42.7 20 of 20 solutions flagged due to SNR < 1000 in spw=0 at 2017/08/20/06:17:13.8 20 of 20 solutions flagged due to SNR < 1000 in spw=0 at 2017/08/20/06:17:43.2 20 of 20 solutions flagged due to SNR < 1000 in spw=0 at 2017/08/20/06:18:12.6 20 of 20 solutions flagged due to SNR < 1000 in spw=0 at 2017/08/20/06:18:43.7 20 of 20 solutions flagged due to SNR < 1000 in spw=0 at 2017/08/20/06:19:13.1 20 of 20 solutions flagged due to SNR < 1000 in spw=1 at 2017/08/20/06:14:41.8 20 of 20 solutions flagged due to SNR < 1000 in spw=1 at 2017/08/20/06:15:12.9 20 of 20 solutions flagged due to SNR < 1000 in spw=1 at 2017/08/20/06:15:44.0 20 of 20 solutions flagged due to SNR < 1000 in spw=1 at 2017/08/20/06:16:13.3 20 of 20 solutions flagged due to SNR < 1000 in spw=1 at 2017/08/20/06:16:42.7 20 of 20 solutions flagged due to SNR < 1000 in spw=1 at 2017/08/20/06:17:13.8 20 of 20 solutions flagged due to SNR < 1000 in spw=1 at 2017/08/20/06:17:43.2 20 of 20 solutions flagged due to SNR < 1000 in spw=1 at 2017/08/20/06:18:12.6 20 of 20 solutions flagged due to SNR < 1000 in spw=1 at 2017/08/20/06:18:43.7 20 of 20 solutions flagged due to SNR < 1000 in spw=1 at 2017/08/20/06:19:13.1 20 of 20 solutions flagged due to SNR < 1000 in spw=2 at 2017/08/20/06:14:41.8 20 of 20 solutions flagged due to SNR < 1000 in spw=2 at 2017/08/20/06:15:12.9 20 of 20 solutions flagged due to SNR < 1000 in spw=2 at 2017/08/20/06:15:44.0 20 of 20 solutions flagged due to SNR < 1000 in spw=2 at 2017/08/20/06:16:13.3 20 of 20 solutions flagged due to SNR < 1000 in spw=2 at 2017/08/20/06:16:42.7 20 of 20 solutions flagged due to SNR < 1000 in spw=2 at 2017/08/20/06:17:13.8 20 of 20 solutions flagged due to SNR < 1000 in spw=2 at 2017/08/20/06:17:43.2 20 of 20 solutions flagged due to SNR < 1000 in spw=2 at 2017/08/20/06:18:12.6 20 of 20 solutions flagged due to SNR < 1000 in spw=2 at 2017/08/20/06:18:43.7 20 of 20 solutions flagged due to SNR < 1000 in spw=2 at 2017/08/20/06:19:13.1 20 of 20 solutions flagged due to SNR < 1000 in spw=3 at 2017/08/20/06:14:41.8 20 of 20 solutions flagged due to SNR < 1000 in spw=3 at 2017/08/20/06:15:12.9 20 of 20 solutions flagged due to SNR < 1000 in spw=3 at 2017/08/20/06:15:44.0 20 of 20 solutions flagged due to SNR < 1000 in spw=3 at 2017/08/20/06:16:13.3 20 of 20 solutions flagged due to SNR < 1000 in spw=3 at 2017/08/20/06:16:42.7 20 of 20 solutions flagged due to SNR < 1000 in spw=3 at 2017/08/20/06:17:13.8 20 of 20 solutions flagged due to SNR < 1000 in spw=3 at 2017/08/20/06:17:43.2 20 of 20 solutions flagged due to SNR < 1000 in spw=3 at 2017/08/20/06:18:12.6 20 of 20 solutions flagged due to SNR < 1000 in spw=3 at 2017/08/20/06:18:43.7 20 of 20 solutions flagged due to SNR < 1000 in spw=3 at 2017/08/20/06:19:13.1 20 of 20 solutions flagged due to SNR < 1000 in spw=0 at 2017/08/20/06:26:36.0 20 of 20 solutions flagged due to SNR < 1000 in spw=0 at 2017/08/20/06:27:07.2 20 of 20 solutions flagged due to SNR < 1000 in spw=0 at 2017/08/20/06:27:38.3 20 of 20 solutions flagged due to SNR < 1000 in spw=0 at 2017/08/20/06:28:07.6 20 of 20 solutions flagged due to SNR < 1000 in spw=0 at 2017/08/20/06:28:37.0 20 of 20 solutions flagged due to SNR < 1000 in spw=0 at 2017/08/20/06:29:08.1 20 of 20 solutions flagged due to SNR < 1000 in spw=0 at 2017/08/20/06:29:37.5 20 of 20 solutions flagged due to SNR < 1000 in spw=0 at 2017/08/20/06:30:06.9 20 of 20 solutions flagged due to SNR < 1000 in spw=0 at 2017/08/20/06:30:38.0 20 of 20 solutions flagged due to SNR < 1000 in spw=0 at 2017/08/20/06:31:07.3 20 of 20 solutions flagged due to SNR < 1000 in spw=1 at 2017/08/20/06:26:36.0 20 of 20 solutions flagged due to SNR < 1000 in spw=1 at 2017/08/20/06:27:07.2 20 of 20 solutions flagged due to SNR < 1000 in spw=1 at 2017/08/20/06:27:38.3 20 of 20 solutions flagged due to SNR < 1000 in spw=1 at 2017/08/20/06:28:07.6 20 of 20 solutions flagged due to SNR < 1000 in spw=1 at 2017/08/20/06:28:37.0 20 of 20 solutions flagged due to SNR < 1000 in spw=1 at 2017/08/20/06:29:08.1 20 of 20 solutions flagged due to SNR < 1000 in spw=1 at 2017/08/20/06:29:37.5 20 of 20 solutions flagged due to SNR < 1000 in spw=1 at 2017/08/20/06:30:06.9 20 of 20 solutions flagged due to SNR < 1000 in spw=1 at 2017/08/20/06:30:38.0 20 of 20 solutions flagged due to SNR < 1000 in spw=1 at 2017/08/20/06:31:07.3 20 of 20 solutions flagged due to SNR < 1000 in spw=2 at 2017/08/20/06:26:36.0 20 of 20 solutions flagged due to SNR < 1000 in spw=2 at 2017/08/20/06:27:07.2 20 of 20 solutions flagged due to SNR < 1000 in spw=2 at 2017/08/20/06:27:38.3 20 of 20 solutions flagged due to SNR < 1000 in spw=2 at 2017/08/20/06:28:07.6 20 of 20 solutions flagged due to SNR < 1000 in spw=2 at 2017/08/20/06:28:37.0 20 of 20 solutions flagged due to SNR < 1000 in spw=2 at 2017/08/20/06:29:08.1 20 of 20 solutions flagged due to SNR < 1000 in spw=2 at 2017/08/20/06:29:37.5 20 of 20 solutions flagged due to SNR < 1000 in spw=2 at 2017/08/20/06:30:06.9 20 of 20 solutions flagged due to SNR < 1000 in spw=2 at 2017/08/20/06:30:38.0 20 of 20 solutions flagged due to SNR < 1000 in spw=2 at 2017/08/20/06:31:07.3 20 of 20 solutions flagged due to SNR < 1000 in spw=3 at 2017/08/20/06:26:36.0 20 of 20 solutions flagged due to SNR < 1000 in spw=3 at 2017/08/20/06:27:07.2 20 of 20 solutions flagged due to SNR < 1000 in spw=3 at 2017/08/20/06:27:38.3 20 of 20 solutions flagged due to SNR < 1000 in spw=3 at 2017/08/20/06:28:07.6 20 of 20 solutions flagged due to SNR < 1000 in spw=3 at 2017/08/20/06:28:37.0 20 of 20 solutions flagged due to SNR < 1000 in spw=3 at 2017/08/20/06:29:08.1 20 of 20 solutions flagged due to SNR < 1000 in spw=3 at 2017/08/20/06:29:37.5 20 of 20 solutions flagged due to SNR < 1000 in spw=3 at 2017/08/20/06:30:06.9 20 of 20 solutions flagged due to SNR < 1000 in spw=3 at 2017/08/20/06:30:38.0 20 of 20 solutions flagged due to SNR < 1000 in spw=3 at 2017/08/20/06:31:07.3 test_minSNR ------------- Check that values below the provided SNR threshold are flagged PASSED test_task_gaincal.py::gaincal_test::test_preapplyG0 2023-09-07 14:17:25 SEVERE getcol::WEIGHT Exception Reported: Table DataManager error: Invalid operation: SSMIndColumn::getShape: no array in row 0 in column WEIGHT of table /opt/casa/data/casatestdata/unittest/gaincal/genDataPreG.T0 2023-09-07 14:17:26 SEVERE getcol::WEIGHT Exception Reported: Table DataManager error: Invalid operation: SSMIndColumn::getShape: no array in row 0 in column WEIGHT of table /home/casatest/casa6/casatestutils/nosedir/test_task_gaincal/temp.cal test_preapplyG0 ----------------- Check that pre applying the G table results in the regular T table calibration PASSED test_task_gaincal.py::gaincal_test::test_preapplyT0 2023-09-07 14:17:32 SEVERE getcol::WEIGHT Exception Reported: Table DataManager error: Invalid operation: SSMIndColumn::getShape: no array in row 0 in column WEIGHT of table /opt/casa/data/casatestdata/unittest/gaincal/genDataPreT.G0 2023-09-07 14:17:32 SEVERE getcol::WEIGHT Exception Reported: Table DataManager error: Invalid operation: SSMIndColumn::getShape: no array in row 0 in column WEIGHT of table /home/casatest/casa6/casatestutils/nosedir/test_task_gaincal/temp.cal test_preapplyT0 ----------------- Check that pre applying the T table results in the regular G table calibration PASSED test_task_gaincal.py::gaincal_test::test_preboth test_preboth -------------- Check that when preapplying both then gaintype T increases the SNR PASSED test_task_gaincal.py::gaincal_test::test_refantDiff test_refantDiff ----------------- Check that selecting refant will cause that refant to be set at 0 PASSED test_task_gaincal.py::gaincal_test::test_refantSelect test_refantSelect ------------------- Check that the refant selection functions properly PASSED test_task_gaincal.py::gaincal_test::test_scanSelect test_scanSelect ----------------- Check that the scan selection functions properly PASSED test_task_gaincal.py::gaincal_test::test_spwMap 2023-09-07 14:17:55 SEVERE getcol::WEIGHT Exception Reported: Table DataManager error: Invalid operation: SSMIndColumn::getShape: no array in row 0 in column WEIGHT of table /home/casatest/casa6/casatestutils/nosedir/test_task_gaincal/temp.cal 2023-09-07 14:17:55 SEVERE getcol::WEIGHT Exception Reported: Table DataManager error: Invalid operation: SSMIndColumn::getShape: no array in row 0 in column WEIGHT of table /opt/casa/data/casatestdata/unittest/gaincal/spwMap.G0 The following MS spws have no corresponding cal spws in testspwmap.G2: 2 3 test_spwMap ------------- Check that the output with spwMap matches to a reference calibration table PASSED test_task_gaincal.py::gaincal_test::test_spwSelect test_spwSelect ---------------- Check that the spw selection parameter functions properly PASSED test_task_gaincal.py::gaincal_test::test_uvrangeSelect Check that using the uv range parameter you can cut off specific antennas PASSED - generated xml file: /home/casatest/casa6/casatestutils/nosedir/xml/test_task_gaincal/nose.xml - ================== 32 passed, 2 warnings in 225.11s (0:03:45) ================== ============================= test session starts ============================== platform linux -- Python 3.8.7, pytest-7.4.1, pluggy-1.3.0 -- /usr/local/bin/python3.8 cachedir: .pytest_cache rootdir: /home/casatest/casa6/casatestutils/nosedir/test_task_listfits configfile: pytest.ini collecting ... collected 3 items test_task_listfits.py::listfits_test::test1 Test 1: Empty input should return False PASSED test_task_listfits.py::listfits_test::test2 Test 2: Good input should return None PASSED test_task_listfits.py::listfits_test::test3 Test 3: list the fits into a private logfile PASSED - generated xml file: /home/casatest/casa6/casatestutils/nosedir/xml/test_task_listfits/nose.xml - ======================== 3 passed, 2 warnings in 1.90s ========================= ============================= test session starts ============================== platform linux -- Python 3.8.7, pytest-7.4.1, pluggy-1.3.0 -- /usr/local/bin/python3.8 cachedir: .pytest_cache rootdir: /home/casatest/casa6/casatestutils/nosedir/test_task_sdintimaging configfile: pytest.ini collecting ... 2023-09-07 14:18:12 WARN ::casa casampi not available - not testing MPIEnvironment stuff collected 19 items test_task_sdintimaging.py::test_singlepointing::test_singlepointing_cube_intonly 2023-09-07 14:18:20 WARN ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap. 2023-09-07 14:18:29 SEVERE MatrixCleaner::clean() (file /source/casa6/casatools/src/code/synthesis/MeasurementEquations/MatrixCleaner.cc, line 327) As Peak of PSF is negative, you should setscales again with a smaller scale size 2023-09-07 14:18:29 WARN SDAlgorithmMSClean::takeOneStep (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SDAlgorithmMSClean.cc, line 185) MSClean minor cycle stopped on cleaning consecutive smallest scale [singlePointing] Test_singlepointing_cube_intonly PASSED test_task_sdintimaging.py::test_singlepointing::test_singlepointing_cube_nmajor 2023-09-07 14:18:39 WARN ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap. 2023-09-07 14:18:39 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:18:39 WARN ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap. 2023-09-07 14:18:39 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:18:40 WARN ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap. 2023-09-07 14:18:40 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:18:41 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:18:43 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:18:44 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:18:46 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:18:48 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:18:49 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:18:51 WARN ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap. 2023-09-07 14:18:57 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:18:58 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:19:00 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:19:07 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:19:09 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:19:11 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. [singlePointing] Test_singlepointing_cube_nmajor PASSED test_task_sdintimaging.py::test_singlepointing::test_singlepointing_cube_sdint 2023-09-07 14:19:24 WARN ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap. 2023-09-07 14:19:24 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:19:24 WARN ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap. 2023-09-07 14:19:24 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:19:25 WARN ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap. 2023-09-07 14:19:25 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:19:26 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:19:28 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:19:29 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:19:31 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:19:33 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:19:34 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:19:36 WARN ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap. 2023-09-07 14:19:52 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:19:55 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:19:57 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. [singlePointing] Test_singlepointing_cube_sdint PASSED test_task_sdintimaging.py::test_singlepointing::test_singlepointing_cube_sdint_flagged 2023-09-07 14:20:04 WARN SIImageStore::getPSFGaussian (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2075) PSF is blank for[C2:P0] 2023-09-07 14:20:08 WARN SIImageStore::getPSFGaussian (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2075) PSF is blank for[C2:P0] 2023-09-07 14:20:09 WARN ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap. 2023-09-07 14:20:09 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:20:09 WARN ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap. 2023-09-07 14:20:09 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:20:10 WARN ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap. 2023-09-07 14:20:10 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:20:10 WARN sdintimaging::::casa There are channels that are filled with zeros either in the INT cube or the SD cube or both, and they will be ignored from the joint reconstruction. Please search the log file for the string "channel weights/flags" to find a listing of channels that are being used 2023-09-07 14:20:11 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:20:13 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:20:15 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:20:17 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:20:18 WARN SIImageStore::getPSFGaussian (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2075) PSF is blank for[C2:P0] 2023-09-07 14:20:18 WARN ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap. 2023-09-07 14:20:30 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:20:32 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. [singlePointing] Test_singlepointing_cube_sdint_flagged PASSED test_task_sdintimaging.py::test_singlepointing::test_singlepointing_cube_sdonly 2023-09-07 14:20:38 WARN sdintimaging::task_sdintimaging::casa The Single-Dish-Only mode of sdintimaging is better supported via the deconvolve task which supports spectral cube, mfs and multi-term mfs deconvolution in the image domain alone. The deconvolve task is the more appropriate version to use for stand-alone image-domain deconvolution, and will not have the bookkeeping overheads currently present in the sdintimaging task's sd-only mode. Please note that the 'sd' option of the sdintimaging task will be removed in a subsequent release. Please refer to the task deconvolve documentation for instructions on how to prepare image and psf cubes for the deconvolve task for all these modes. 2023-09-07 14:20:47 WARN ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap. 2023-09-07 14:20:47 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:20:47 WARN ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap. 2023-09-07 14:20:47 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:20:48 WARN ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap. 2023-09-07 14:20:48 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:20:49 WARN ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap. [singlePointing] Test_singlepointing_cube_sdonly PASSED test_task_sdintimaging.py::test_singlepointing::test_singlepointing_mfs_intonly 2023-09-07 14:21:20 WARN ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap. [singlePointing] Test_singlepointing_mfs_intonly PASSED test_task_sdintimaging.py::test_singlepointing::test_singlepointing_mfs_sdint 2023-09-07 14:22:04 WARN ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap. 2023-09-07 14:22:04 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:22:04 WARN ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap. 2023-09-07 14:22:04 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:22:05 WARN ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap. 2023-09-07 14:22:05 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:22:05 WARN sdintimaging::task_sdintimaging::casa The cube for the major cycle has only 3 channels. A minimum of nterms = 2 channels is required for an accurate polynomial fit, but where possible at least 5 to 10 channels that span the frequency range are prefered in order to properly encode frequency dependent intensity and weights. 2023-09-07 14:22:06 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:22:08 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:22:09 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:22:11 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:22:13 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:22:14 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:22:18 WARN ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap. 2023-09-07 14:22:34 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:22:36 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:22:38 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:22:50 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:22:52 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:22:54 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:23:06 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:23:08 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:23:09 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:23:22 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:23:24 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:23:26 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:23:37 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:23:39 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:23:41 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. [singlePointing] Test_singlepointing_mfs_sdint PASSED test_task_sdintimaging.py::test_singlepointing::test_singlepointing_mfs_sdint_autopsf 2023-09-07 14:23:57 WARN ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap. 2023-09-07 14:23:57 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:23:58 WARN ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap. 2023-09-07 14:23:58 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:23:58 WARN componentlist::close componentlist closed 2023-09-07 14:23:59 WARN componentlist::close componentlist closed 2023-09-07 14:24:00 WARN componentlist::close componentlist closed 2023-09-07 14:24:01 WARN sdintimaging::task_sdintimaging::casa The cube for the major cycle has only 3 channels. A minimum of nterms = 2 channels is required for an accurate polynomial fit, but where possible at least 5 to 10 channels that span the frequency range are prefered in order to properly encode frequency dependent intensity and weights. 2023-09-07 14:24:02 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:24:07 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:24:09 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:24:11 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:24:13 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:24:14 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:24:17 WARN ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap. 2023-09-07 14:24:38 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:24:39 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:24:41 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:24:59 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:25:02 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:25:04 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. [singlePointing] Test_singlepointing_mfs_sdint_autopsf PASSED test_task_sdintimaging.py::test_singlepointing::test_singlepointing_mfs_sdint_flagged 2023-09-07 14:25:18 WARN SIImageStore::getPSFGaussian (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2075) PSF is blank for[C2:P0] 2023-09-07 14:25:27 WARN ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap. 2023-09-07 14:25:27 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:25:28 WARN ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap. 2023-09-07 14:25:28 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:25:28 WARN ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap. 2023-09-07 14:25:28 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:25:29 WARN sdintimaging::task_sdintimaging::casa The cube for the major cycle has only 3 channels. A minimum of nterms = 2 channels is required for an accurate polynomial fit, but where possible at least 5 to 10 channels that span the frequency range are prefered in order to properly encode frequency dependent intensity and weights. 2023-09-07 14:25:29 WARN sdintimaging::::casa There are channels that are filled with zeros either in the INT cube or the SD cube or both, and they will be ignored from the joint reconstruction. Please search the log file for the string "channel weights/flags" to find a listing of channels that are being used 2023-09-07 14:25:30 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:25:32 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:25:33 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:25:35 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:25:36 WARN SIImageStore::getPSFGaussian (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2075) PSF is blank for[C2:P0] 2023-09-07 14:25:38 WARN ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap. 2023-09-07 14:25:57 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:25:59 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:26:18 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:26:20 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. [singlePointing] Test_singlepointing_mfs_sdint_flagged PASSED test_task_sdintimaging.py::test_singlepointing::test_singlepointing_mfs_sdonly 2023-09-07 14:26:27 WARN sdintimaging::task_sdintimaging::casa The Single-Dish-Only mode of sdintimaging is better supported via the deconvolve task which supports spectral cube, mfs and multi-term mfs deconvolution in the image domain alone. The deconvolve task is the more appropriate version to use for stand-alone image-domain deconvolution, and will not have the bookkeeping overheads currently present in the sdintimaging task's sd-only mode. Please note that the 'sd' option of the sdintimaging task will be removed in a subsequent release. Please refer to the task deconvolve documentation for instructions on how to prepare image and psf cubes for the deconvolve task for all these modes. 2023-09-07 14:26:36 WARN ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap. 2023-09-07 14:26:36 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:26:37 WARN ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap. 2023-09-07 14:26:37 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:26:37 WARN ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap. 2023-09-07 14:26:37 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:26:37 WARN sdintimaging::task_sdintimaging::casa The cube for the major cycle has only 3 channels. A minimum of nterms = 2 channels is required for an accurate polynomial fit, but where possible at least 5 to 10 channels that span the frequency range are prefered in order to properly encode frequency dependent intensity and weights. 2023-09-07 14:26:39 WARN ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap. [singlePointing] Test_singlepointing_mfs_sdonly PASSED test_task_sdintimaging.py::test_singlepointing::test_singlepointing_mtmfs_nmajor 2023-09-07 14:27:28 WARN ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap. 2023-09-07 14:27:28 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:27:29 WARN ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap. 2023-09-07 14:27:29 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:27:29 WARN ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap. 2023-09-07 14:27:29 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:27:29 WARN sdintimaging::task_sdintimaging::casa The cube for the major cycle has only 3 channels. A minimum of nterms = 2 channels is required for an accurate polynomial fit, but where possible at least 5 to 10 channels that span the frequency range are prefered in order to properly encode frequency dependent intensity and weights. 2023-09-07 14:27:30 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:27:32 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:27:35 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:27:37 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:27:39 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:27:40 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:27:45 WARN ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap. 2023-09-07 14:28:00 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:28:02 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:28:04 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:28:15 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:28:16 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:28:18 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. [singlePointing] Test_singlepointing_mtmfs_nmajor PASSED test_task_sdintimaging.py::test_mosaic::test_mosaic_cube_intonly 0%....10....20....30....40....50....60....70....80....90....100% 0%....10....20....30....40....50....60....70....80....90....100% 0%....10....20....30....40....50....60....70....80....90....100% 0%....10....20....30....40....50....60....70....80....90....100% 2023-09-07 14:30:26 WARN ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap. 2023-09-07 14:31:01 SEVERE MatrixCleaner::clean() (file /source/casa6/casatools/src/code/synthesis/MeasurementEquations/MatrixCleaner.cc, line 327) As Peak of PSF is negative, you should setscales again with a smaller scale size 2023-09-07 14:31:01 WARN SDAlgorithmMSClean::takeOneStep (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SDAlgorithmMSClean.cc, line 185) MSClean minor cycle stopped on cleaning consecutive smallest scale 0%....10....20....30....40....50....60....70....80....90....100% [Mosaic] Test_mosaic_cube_intonly PASSED test_task_sdintimaging.py::test_mosaic::test_mosaic_cube_sdint 0%....10....20....30....40....50....60....70....80....90....100% 0%....10....20....30....40....50....60....70....80....90....100% 0%....10....20....30....40....50....60....70....80....90....100% 0%....10....20....30....40....50....60....70....80....90....100% 2023-09-07 14:33:45 WARN ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap. 2023-09-07 14:33:45 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:33:45 WARN ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap. 2023-09-07 14:33:45 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:33:46 WARN ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap. 2023-09-07 14:33:46 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:33:51 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:33:54 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:33:57 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:34:01 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:34:04 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:34:07 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:34:10 WARN ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap. 0%....10....20....30....40....50....60....70....80....90....100% 2023-09-07 14:35:49 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:35:52 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:35:56 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. [Mosaic] Test_mosaic_cube_sdint PASSED test_task_sdintimaging.py::test_mosaic::test_mosaic_cube_sdonly 2023-09-07 14:36:03 WARN sdintimaging::task_sdintimaging::casa The Single-Dish-Only mode of sdintimaging is better supported via the deconvolve task which supports spectral cube, mfs and multi-term mfs deconvolution in the image domain alone. The deconvolve task is the more appropriate version to use for stand-alone image-domain deconvolution, and will not have the bookkeeping overheads currently present in the sdintimaging task's sd-only mode. Please note that the 'sd' option of the sdintimaging task will be removed in a subsequent release. Please refer to the task deconvolve documentation for instructions on how to prepare image and psf cubes for the deconvolve task for all these modes. 0%....10....20....30....40....50....60....70....80....90....100% 0%....10....20....30....40....50....60....70....80....90....100% 0%....10....20....30....40....50....60....70....80....90....100% 0%....10....20....30....40....50....60....70....80....90....100% 2023-09-07 14:37:55 WARN ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap. 2023-09-07 14:37:55 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:37:56 WARN ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap. 2023-09-07 14:37:56 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:37:57 WARN ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap. 2023-09-07 14:37:57 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:38:02 WARN ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap. [Mosaic] Test_mosaic_cube_sdonly PASSED test_task_sdintimaging.py::test_mosaic::test_mosaic_mfs_intonly 0%....10....20....30....40....50....60....70....80....90....100% 0%....10....20....30....40....50....60....70....80....90....100% 0%....10....20....30....40....50....60....70....80....90....100% 0%....10....20....30....40....50....60....70....80....90....100% 2023-09-07 14:41:49 WARN ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap. 0%....10....20....30....40....50....60....70....80....90....100% 0%....10....20....30....40....50....60....70....80....90....100% [Mosaic] Test_mosaic_mfs_intonly PASSED test_task_sdintimaging.py::test_mosaic::test_mosaic_mfs_sdint 0%....10....20....30....40....50....60....70....80....90....100% 0%....10....20....30....40....50....60....70....80....90....100% 0%....10....20....30....40....50....60....70....80....90....100% 0%....10....20....30....40....50....60....70....80....90....100% 2023-09-07 14:48:00 WARN ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap. 2023-09-07 14:48:00 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:48:01 WARN ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap. 2023-09-07 14:48:01 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:48:02 WARN ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap. 2023-09-07 14:48:02 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:48:03 WARN sdintimaging::task_sdintimaging::casa The cube for the major cycle has only 3 channels. A minimum of nterms = 2 channels is required for an accurate polynomial fit, but where possible at least 5 to 10 channels that span the frequency range are prefered in order to properly encode frequency dependent intensity and weights. 2023-09-07 14:48:06 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:48:09 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:48:12 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:48:18 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:48:20 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:48:23 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:48:27 WARN ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap. 0%....10....20....30....40....50....60....70....80....90....100% 2023-09-07 14:50:18 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:50:22 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:50:26 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 0%....10....20....30....40....50....60....70....80....90....100% 2023-09-07 14:52:16 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:52:19 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:52:23 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. [Mosaic] Test_mosaic_mfs_sdint PASSED test_task_sdintimaging.py::test_mosaic::test_mosaic_mfs_sdonly 2023-09-07 14:52:36 WARN sdintimaging::task_sdintimaging::casa The Single-Dish-Only mode of sdintimaging is better supported via the deconvolve task which supports spectral cube, mfs and multi-term mfs deconvolution in the image domain alone. The deconvolve task is the more appropriate version to use for stand-alone image-domain deconvolution, and will not have the bookkeeping overheads currently present in the sdintimaging task's sd-only mode. Please note that the 'sd' option of the sdintimaging task will be removed in a subsequent release. Please refer to the task deconvolve documentation for instructions on how to prepare image and psf cubes for the deconvolve task for all these modes. 0%....10....20....30....40....50....60....70....80....90....100% 0%....10....20....30....40....50....60....70....80....90....100% 0%....10....20....30....40....50....60....70....80....90....100% 0%....10....20....30....40....50....60....70....80....90....100% 2023-09-07 14:55:19 WARN ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap. 2023-09-07 14:55:19 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:55:20 WARN ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap. 2023-09-07 14:55:20 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:55:21 WARN ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap. 2023-09-07 14:55:21 WARN ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 14:55:23 WARN sdintimaging::task_sdintimaging::casa The cube for the major cycle has only 3 channels. A minimum of nterms = 2 channels is required for an accurate polynomial fit, but where possible at least 5 to 10 channels that span the frequency range are prefered in order to properly encode frequency dependent intensity and weights. 2023-09-07 14:55:29 WARN ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap. [Mosaic] Test_mosaic_mfs_sdonly PASSED test_task_sdintimaging.py::test_compare_sdint_tclean::test_intonly_cube_compare_with_tclean 2023-09-07 14:57:53 WARN SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2462) No rest frequency info, using the center of the selected spw(s):1.05e+09 Hz. Velocity labelling may not be correct. 0%....10....20....30....40....50....60....70....80....90....100% 0%....10....20....30....40....50....60....70....80....90....100% 2023-09-07 14:59:21 WARN SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2462) No rest frequency info, using the center of the selected spw(s):1.05e+09 Hz. Velocity labelling may not be correct. 0%....10....20....30....40....50....60....70....80....90....100% 0%....10....20....30....40....50....60....70....80....90....100% 0%....10....20....30....40....50....60....70....80....90....100% 2023-09-07 15:02:00 WARN SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2462) No rest frequency info, using the center of the selected spw(s):1.05e+09 Hz. Velocity labelling may not be correct. 0%....10....20....30....40....50....60....70....80....90....100% 2023-09-07 15:02:44 WARN tclean::::casa Warning! Non-zero values at the edge of the .pb image can cause unexpected aliasing effects! (found value 0.9179047346115112 at index [196, 100, 0, 0]) 0%....10....20....30....40....50....60....70....80....90....100% 0%....10....20....30....40....50....60....70....80....90....100% [Compare] Test_intonly_cube_compare_with_tclean PASSED test_task_sdintimaging.py::test_compare_sdint_tclean::test_intonly_mfs_compare_with_tclean 2023-09-07 15:04:27 WARN SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2462) No rest frequency info, using the center of the selected spw(s):1.475e+09 Hz. Velocity labelling may not be correct. 0%....10....20....30....40....50....60....70....80....90....100% 0%....10....20....30....40....50....60....70....80....90....100% 0%....10....20....30....40....50....60....70....80....90....100% [Compare] Test_intonly_mfs_compare_with_tclean PASSED - generated xml file: /home/casatest/casa6/casatestutils/nosedir/xml/test_task_sdintimaging/nose.xml - ================= 19 passed, 2 warnings in 2869.27s (0:47:49) ================== ============================= test session starts ============================== platform linux -- Python 3.8.7, pytest-7.4.1, pluggy-1.3.0 -- /usr/local/bin/python3.8 cachedir: .pytest_cache rootdir: /home/casatest/casa6/casatestutils/nosedir/test_task_simanalyze configfile: pytest.ini collecting ... collected 6 items test_task_simanalyze.py::simanalyze_main_usage_modes_test_int::test_imaging_False_analysis_False 2023-09-07 15:06:06 WARN simanalyze::::casa No operation to be done. Exiting from task. test_imaging_False_analysis_False: ------------------------------------- Not all of the output files will be generated depending on parameter selections The image parameter determines if an image is produced (False for no .image file) The analyze parameter turns on or off the creation of analytical images The imagename parameter takes the name of an already synthesized image PASSED test_task_simanalyze.py::simanalyze_main_usage_modes_test_int::test_imaging_False_interferometric_analysis_True_showfidelity_True 2023-09-07 15:06:13 WARN simanalyze::simanalyze::casa The number of image pixel in x-axis, 58, is small to cover 8 x PSF. Setting x pixel number, 104. 2023-09-07 15:06:13 WARN simanalyze::simanalyze::casa The number of image pixel in y-axis, 51, is small to cover 8 x PSF. Setting y pixel number, 104 2023-09-07 15:06:13 WARN simanalyze::simutil::casa [108, 108] is not an acceptable imagesize, using imsize=[108, 108] instead 2023-09-07 15:06:21 WARN simutil::ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 15:06:24 WARN simanalyze::simutil::casa No image is generated in this run. Default MS, 'sim_interferometric/sim_interferometric.ms', does not exist -- uv and psf will not be plotted test_imaging_False_interferometric_analysis_True_showfidelity_True: ---------------------------------------------------------------------- Not all of the output files will be generated depending on parameter selections The image parameter determines if an image is produced (False for no .image file) The analyze parameter turns on or off the creation of analytical images The showfidelity parameter displays the fidelity image PASSED test_task_simanalyze.py::simanalyze_main_usage_modes_test_int::test_imaging_True_interferometric_analysis_False 2023-09-07 15:06:29 WARN simanalyze::simanalyze::casa The number of image pixel in x-axis, 58, is small to cover 8 x PSF. Setting x pixel number, 104. 2023-09-07 15:06:29 WARN simanalyze::simanalyze::casa The number of image pixel in y-axis, 51, is small to cover 8 x PSF. Setting y pixel number, 104 2023-09-07 15:06:29 WARN simanalyze::simutil::casa [108, 108] is not an acceptable imagesize, using imsize=[108, 108] instead test_imaging_True_interferometric_analysis_False: ---------------------------------------------------- Not all of the output files will be generated depending on parameter selections The image parameter determines if an image is produced (False for no .image file) The analyze parameter turns on or off the creation of analytical images PASSED test_task_simanalyze.py::simanalyze_main_usage_modes_test_sd::test_imaging_False_single_dish_analysis_True_showfidelity_True 2023-09-07 15:06:52 WARN simobserve::simutil::casa Not all pointings in the mosaic will be observed - check mosaic setup and exposure time parameters! 2023-09-07 15:07:01 WARN sdimaging::::casa Invalid sampling=0.0 arcsec. Using the value of orthogonal direction=1724.2047343355027 arcsec 2023-09-07 15:07:02 WARN imregrid::ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap. 2023-09-07 15:07:04 WARN simutil::ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap. 2023-09-07 15:07:04 WARN simutil::ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 15:07:09 WARN simanalyze::simutil::casa No image is generated in this run. Default MS, 'sim_single_dish/sim_single_dish.ms', does not exist -- uv and psf will not be plotted test_imaging_False_single_dish_analysis_True_showfidelity_True: ------------------------------------------------------------------ Not all of the output files will be generated depending on parameter selections The image parameter determines if an image is produced (False for no .image file) The analyze parameter turns on or off the creation of analytical images The showfidelity parameter displays the fidelity image sim_single_dish/sim_single_dish.aca.tp.sd.ms PASSED test_task_simanalyze.py::simanalyze_main_usage_modes_test_sd::test_imaging_True_single_dish_analysis_False 2023-09-07 15:07:29 WARN simobserve::simutil::casa Not all pointings in the mosaic will be observed - check mosaic setup and exposure time parameters! 2023-09-07 15:07:33 WARN sdimaging::::casa Invalid sampling=0.0 arcsec. Using the value of orthogonal direction=1724.2047343355027 arcsec 2023-09-07 15:07:34 WARN imregrid::ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap. test_imaging_True_single_dish_analysis_False: ------------------------------------------------ Not all of the output files will be generated depending on parameter selections The image parameter determines if an image is produced (False for no .image file) The analyze parameter turns on or off the creation of analytical images The vis parameter can accept one or more MSs that can be interferometric or single dish data Modelimage will not be used if the MS is in total power PASSED test_task_simanalyze.py::simanalyze_main_usage_modes_test_both::test_imaging_True_interferometric_and_single_dish_analysis_False test_imaging_True_interferometric_and_single_dish_analysis_False: -------------------------------------------------------------------- Not all of the output files will be generated depending on parameter selections The image parameter determines if an image is produced (False for no .image file) The analyze parameter turns on or off the creation of analytical images The vis parameter can accept one or more MSs that can be interferometric or single dish data Modelimage will not be used if the MS is in total power SKIPPED (Task call exits with SEVERE error from feather task: Failed...) - generated xml file: /home/casatest/casa6/casatestutils/nosedir/xml/test_task_simanalyze/nose.xml - =========================== short test summary info ============================ SKIPPED [1] test_task_simanalyze.py:302: Task call exits with SEVERE error from feather task: Failed AlwaysAssert chan >=0 && chan < Int(nchan()) && stokes >= 0 && stokes < Int(nstokes()) ============= 5 passed, 1 skipped, 2 warnings in 94.50s (0:01:34) ============== ============================= test session starts ============================== platform linux -- Python 3.8.7, pytest-7.4.1, pluggy-1.3.0 -- /usr/local/bin/python3.8 cachedir: .pytest_cache rootdir: /home/casatest/casa6/casatestutils/nosedir/test_task_listsdm configfile: pytest.ini collecting ... collected 3 items test_task_listsdm.py::listsdm_test::test_dictOut test dictout: Tests to make sure that the python dictionary contains all the proper keys PASSED test_task_listsdm.py::listsdm_test::test_logOut test logout: Tests to make sure the logfile contains the proper infromation (Requires further documentation) PASSED test_task_listsdm.py::listsdm_test::test_readSDM 2023-09-07 15:07:37 SEVERE listsdm::::casa Task listsdm raised an exception of class FileNotFoundError with the following message: [Errno 2] No such file or directory: '/opt/casa/data/casatestdata/unittest/listsdm//Scan.xml' test readsdm: Makes sure the sdm can be opened without error and fails when looking at fake paths PASSED - generated xml file: /home/casatest/casa6/casatestutils/nosedir/xml/test_task_listsdm/nose.xml - ======================== 3 passed, 2 warnings in 1.49s ========================= ============================= test session starts ============================== platform linux -- Python 3.8.7, pytest-7.4.1, pluggy-1.3.0 -- /usr/local/bin/python3.8 cachedir: .pytest_cache rootdir: /home/casatest/casa6/casatestutils/nosedir/test_task_gencal configfile: pytest.ini collecting ... gencal tests will use data from /opt/casa/data/casatestdata//unittest/gencal/ collected 16 items test_task_gencal.py::gencal_antpostest::test_antpos_auto_evla Test automated antenna position correction. Testing column TIME Column TIME PASSED Testing column FIELD_ID Column FIELD_ID PASSED Testing column SPECTRAL_WINDOW_ID Column SPECTRAL_WINDOW_ID PASSED Testing column ANTENNA1 Column ANTENNA1 PASSED Testing column ANTENNA2 Column ANTENNA2 PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column SCAN_NUMBER Column SCAN_NUMBER PASSED Testing column FPARAM Column FPARAM PASSED Testing column PARAMERR Column PARAMERR PASSED Testing column FLAG Column FLAG PASSED Testing column SNR Column SNR PASSED PASSED test_task_gencal.py::gencal_antpostest::test_antpos_auto_evla_CAS13057 gencal: test a bugfix of CAS-13057 for automated antenna position correction Testing column TIME Column TIME PASSED Testing column FIELD_ID Column FIELD_ID PASSED Testing column SPECTRAL_WINDOW_ID Column SPECTRAL_WINDOW_ID PASSED Testing column ANTENNA1 Column ANTENNA1 PASSED Testing column ANTENNA2 Column ANTENNA2 PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column SCAN_NUMBER Column SCAN_NUMBER PASSED Testing column PARAMERR Column PARAMERR PASSED Testing column FLAG Column FLAG PASSED Testing column SNR Column SNR PASSED PASSED test_task_gencal.py::gencal_antpostest::test_antpos_manual Test manual antenna position correction. Testing column TIME Column TIME PASSED Testing column FIELD_ID Column FIELD_ID PASSED Testing column SPECTRAL_WINDOW_ID Column SPECTRAL_WINDOW_ID PASSED Testing column ANTENNA1 Column ANTENNA1 PASSED Testing column ANTENNA2 Column ANTENNA2 PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column SCAN_NUMBER Column SCAN_NUMBER PASSED Testing column FPARAM Column FPARAM PASSED Testing column PARAMERR Column PARAMERR PASSED Testing column FLAG Column FLAG PASSED Testing column SNR Column SNR PASSED PASSED test_task_gencal.py::test_gencal_antpos_alma::test_antpos_alma_manual gencal: manual antenna position correction on ALMA table Testing column TIME Column TIME PASSED Testing column FIELD_ID Column FIELD_ID PASSED Testing column SPECTRAL_WINDOW_ID Column SPECTRAL_WINDOW_ID PASSED Testing column ANTENNA1 Column ANTENNA1 PASSED Testing column ANTENNA2 Column ANTENNA2 PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column SCAN_NUMBER Column SCAN_NUMBER PASSED Testing column FPARAM Column FPARAM PASSED Testing column PARAMERR Column PARAMERR PASSED Testing column FLAG Column FLAG PASSED Testing column SNR Column SNR PASSED PASSED test_task_gencal.py::gencal_test_tec_vla::test_tec_maps % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 158k 100 158k 0 0 374k 0 --:--:-- --:--:-- --:--:-- 374k gencal: very basic test of tec_maps and gencal(caltype='tecim') IGS files required for: ['2010/04/26'] For 2010/04/26, the required IGS file is called: igsg1160.10i Attempting retrieval of IGS Final product file: igsg1160.10i Transforming IONEX data format to a TEC/DTEC array for 2010/04/26 Making image: tdem0003gencal.ms.IGS_TEC.im Making image: tdem0003gencal.ms.IGS_RMS_TEC.im The following TEC map was generated: tdem0003gencal.ms.IGS_TEC.im & tdem0003gencal.ms.IGS_RMS_TEC.im PASSED test_task_gencal.py::gencal_gaincurve_test::test_gainCurve Test calibration table produced when gencal is run on an MS with a GAIN_CURVE table Testing column TIME Column TIME PASSED Testing column FIELD_ID Column FIELD_ID PASSED Testing column SPECTRAL_WINDOW_ID Column SPECTRAL_WINDOW_ID PASSED Testing column ANTENNA1 Column ANTENNA1 PASSED Testing column ANTENNA2 Column ANTENNA2 PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column SCAN_NUMBER Column SCAN_NUMBER PASSED Testing column OBSERVATION_ID Column OBSERVATION_ID PASSED Testing column FPARAM Column FPARAM PASSED Testing column PARAMERR Column PARAMERR PASSED Testing column FLAG Column FLAG PASSED Testing column SNR Column SNR PASSED PASSED test_task_gencal.py::gencal_gaincurve_test::test_noGainCurve 2023-09-07 15:07:58 SEVERE Calibrater::specifycal Caught Exception: Automatic gain curve not supported for EVN 2023-09-07 15:07:58 SEVERE Exception Reported: Error in Calibrater::specifycal. 2023-09-07 15:07:58 SEVERE gencal::::casa Task gencal raised an exception of class RuntimeError with the following message: Error in Calibrater::specifycal. Test that when gencal is run on an MS with no GAIN_CURVE table it creates no calibration table PASSED test_task_gencal.py::gencal_tsys_test::test_tsys 2023-09-07 15:07:59 WARN Tsys data for ant id=6 (pol=1) in spw 0 at t=2008/03/10/17:06:18.0 are all negative or zero will be entirely flagged. 2023-09-07 15:07:59 WARN Tsys data for ant id=6 (pol=1) in spw 1 at t=2008/03/10/17:09:18.0 are all negative or zero will be entirely flagged. 2023-09-07 15:07:59 WARN Tsys data for ant id=6 (pol=1) in spw 1 at t=2008/03/10/17:09:33.0 are all negative or zero will be entirely flagged. 2023-09-07 15:07:59 WARN Tsys data for ant id=6 (pol=1) in spw 1 at t=2008/03/10/17:09:48.0 are all negative or zero will be entirely flagged. 2023-09-07 15:07:59 WARN Tsys data for ant id=6 (pol=1) in spw 0 at t=2008/03/10/17:25:18.0 are all negative or zero will be entirely flagged. 2023-09-07 15:07:59 WARN Tsys data for ant id=6 (pol=1) in spw 1 at t=2008/03/10/17:27:03.0 are all negative or zero will be entirely flagged. 2023-09-07 15:07:59 WARN Tsys data for ant id=6 (pol=1) in spw 2 at t=2008/03/10/17:58:18.0 are all negative or zero will be entirely flagged. 2023-09-07 15:08:00 WARN Tsys data for ant id=6 (pol=1) in spw 1 at t=2008/03/10/18:09:03.0 are all negative or zero will be entirely flagged. 2023-09-07 15:08:00 WARN Tsys data for ant id=6 (pol=1) in spw 1 at t=2008/03/10/18:09:18.0 are all negative or zero will be entirely flagged. 2023-09-07 15:08:00 WARN Tsys data for ant id=6 (pol=1) in spw 0 at t=2008/03/10/18:10:03.0 are all negative or zero will be entirely flagged. 2023-09-07 15:08:00 WARN Tsys data for ant id=6 (pol=1) in spw 0 at t=2008/03/10/18:19:19.0 are all negative or zero will be entirely flagged. 2023-09-07 15:08:00 WARN Tsys data for ant id=6 (pol=1) in spw 1 at t=2008/03/10/18:19:19.0 are all negative or zero will be entirely flagged. 2023-09-07 15:08:00 WARN Tsys data for ant id=6 (pol=1) in spw 2 at t=2008/03/10/18:19:19.0 are all negative or zero will be entirely flagged. 2023-09-07 15:08:00 WARN Tsys data for ant id=6 (pol=1) in spw 3 at t=2008/03/10/18:19:19.0 are all negative or zero will be entirely flagged. 2023-09-07 15:08:00 WARN Tsys data for ant id=6 (pol=1) in spw 1 at t=2008/03/10/18:30:03.0 are all negative or zero will be entirely flagged. 2023-09-07 15:08:00 WARN Tsys data for ant id=6 (pol=1) in spw 0 at t=2008/03/10/18:30:18.0 are all negative or zero will be entirely flagged. 2023-09-07 15:08:00 WARN Tsys data for ant id=6 (pol=1) in spw 3 at t=2008/03/10/18:37:06.0 are all negative or zero will be entirely flagged. 2023-09-07 15:08:00 WARN Tsys data for ant id=6 (pol=1) in spw 0 at t=2008/03/10/18:40:21.0 are all negative or zero will be entirely flagged. 2023-09-07 15:08:00 WARN Tsys data for ant id=6 (pol=1) in spw 0 at t=2008/03/10/18:50:21.0 are all negative or zero will be entirely flagged. 2023-09-07 15:08:00 WARN Tsys data for ant id=6 (pol=1) in spw 1 at t=2008/03/10/18:50:21.0 are all negative or zero will be entirely flagged. 2023-09-07 15:08:00 WARN Tsys data for ant id=6 (pol=1) in spw 2 at t=2008/03/10/18:50:21.0 are all negative or zero will be entirely flagged. 2023-09-07 15:08:00 WARN Tsys data for ant id=6 (pol=1) in spw 3 at t=2008/03/10/18:50:21.0 are all negative or zero will be entirely flagged. 2023-09-07 15:08:00 WARN Tsys data for ant id=6 (pol=1) in spw 3 at t=2008/03/10/18:51:06.0 are all negative or zero will be entirely flagged. 2023-09-07 15:08:00 WARN Tsys data for ant id=9 (pol=1) in spw 0 at t=2008/03/10/18:56:46.0 are all negative or zero will be entirely flagged. Test calibration table produced when gencal is run on an MS with a SYSCAL table Testing column TIME Column TIME PASSED Testing column FIELD_ID Column FIELD_ID PASSED Testing column SPECTRAL_WINDOW_ID Column SPECTRAL_WINDOW_ID PASSED Testing column ANTENNA1 Column ANTENNA1 PASSED Testing column ANTENNA2 Column ANTENNA2 PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column SCAN_NUMBER Column SCAN_NUMBER PASSED Testing column OBSERVATION_ID Column OBSERVATION_ID PASSED Testing column FPARAM Column FPARAM PASSED Testing column PARAMERR Column PARAMERR PASSED Testing column FLAG Column FLAG PASSED Testing column SNR Column SNR PASSED PASSED test_task_gencal.py::gencal_tsys_test::test_tsys_nan 2023-09-07 15:08:02 WARN Tsys data for ant id=6 (pol=1) in spw 0 at t=2008/03/10/17:06:18.0 are all negative or zero will be entirely flagged. 2023-09-07 15:08:02 WARN Tsys data for ant id=6 (pol=1) in spw 1 at t=2008/03/10/17:09:18.0 are all negative or zero will be entirely flagged. 2023-09-07 15:08:02 WARN Tsys data for ant id=6 (pol=1) in spw 1 at t=2008/03/10/17:09:33.0 are all negative or zero will be entirely flagged. 2023-09-07 15:08:02 WARN Tsys data for ant id=6 (pol=1) in spw 1 at t=2008/03/10/17:09:48.0 are all negative or zero will be entirely flagged. 2023-09-07 15:08:03 WARN Tsys data for ant id=6 (pol=1) in spw 0 at t=2008/03/10/17:25:18.0 are all negative or zero will be entirely flagged. 2023-09-07 15:08:03 WARN Tsys data for ant id=6 (pol=1) in spw 1 at t=2008/03/10/17:27:03.0 are all negative or zero will be entirely flagged. 2023-09-07 15:08:03 WARN Tsys data for ant id=6 (pol=1) in spw 2 at t=2008/03/10/17:58:18.0 are all negative or zero will be entirely flagged. 2023-09-07 15:08:03 WARN Tsys data for ant id=6 (pol=1) in spw 1 at t=2008/03/10/18:09:03.0 are all negative or zero will be entirely flagged. 2023-09-07 15:08:03 WARN Tsys data for ant id=6 (pol=1) in spw 1 at t=2008/03/10/18:09:18.0 are all negative or zero will be entirely flagged. 2023-09-07 15:08:03 WARN Tsys data for ant id=6 (pol=1) in spw 0 at t=2008/03/10/18:10:03.0 are all negative or zero will be entirely flagged. 2023-09-07 15:08:04 WARN Tsys data for ant id=6 (pol=1) in spw 0 at t=2008/03/10/18:19:19.0 are all negative or zero will be entirely flagged. 2023-09-07 15:08:04 WARN Tsys data for ant id=6 (pol=1) in spw 1 at t=2008/03/10/18:19:19.0 are all negative or zero will be entirely flagged. 2023-09-07 15:08:04 WARN Tsys data for ant id=6 (pol=1) in spw 2 at t=2008/03/10/18:19:19.0 are all negative or zero will be entirely flagged. 2023-09-07 15:08:04 WARN Tsys data for ant id=6 (pol=1) in spw 3 at t=2008/03/10/18:19:19.0 are all negative or zero will be entirely flagged. 2023-09-07 15:08:04 WARN Tsys data for ant id=6 (pol=1) in spw 1 at t=2008/03/10/18:30:03.0 are all negative or zero will be entirely flagged. 2023-09-07 15:08:04 WARN Tsys data for ant id=6 (pol=1) in spw 0 at t=2008/03/10/18:30:18.0 are all negative or zero will be entirely flagged. 2023-09-07 15:08:04 WARN Tsys data for ant id=6 (pol=1) in spw 3 at t=2008/03/10/18:37:06.0 are all negative or zero will be entirely flagged. 2023-09-07 15:08:04 WARN Tsys data for ant id=6 (pol=1) in spw 0 at t=2008/03/10/18:40:21.0 are all negative or zero will be entirely flagged. 2023-09-07 15:08:04 WARN Tsys data for ant id=6 (pol=1) in spw 0 at t=2008/03/10/18:50:21.0 are all negative or zero will be entirely flagged. 2023-09-07 15:08:04 WARN Tsys data for ant id=6 (pol=1) in spw 1 at t=2008/03/10/18:50:21.0 are all negative or zero will be entirely flagged. 2023-09-07 15:08:04 WARN Tsys data for ant id=6 (pol=1) in spw 2 at t=2008/03/10/18:50:21.0 are all negative or zero will be entirely flagged. 2023-09-07 15:08:04 WARN Tsys data for ant id=6 (pol=1) in spw 3 at t=2008/03/10/18:50:21.0 are all negative or zero will be entirely flagged. 2023-09-07 15:08:04 WARN Tsys data for ant id=6 (pol=1) in spw 3 at t=2008/03/10/18:51:06.0 are all negative or zero will be entirely flagged. 2023-09-07 15:08:04 WARN Tsys data for ant id=9 (pol=1) in spw 0 at t=2008/03/10/18:56:46.0 are all negative or zero will be entirely flagged. Test calibration table produced when gencal is run on an MS with a SYSCAL table that contains NaNs Testing column TIME Column TIME PASSED Testing column FIELD_ID Column FIELD_ID PASSED Testing column SPECTRAL_WINDOW_ID Column SPECTRAL_WINDOW_ID PASSED Testing column ANTENNA1 Column ANTENNA1 PASSED Testing column ANTENNA2 Column ANTENNA2 PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column SCAN_NUMBER Column SCAN_NUMBER PASSED Testing column OBSERVATION_ID Column OBSERVATION_ID PASSED Testing column PARAMERR Column PARAMERR PASSED Testing column FLAG Column FLAG PASSED Testing column SNR Column SNR PASSED PASSED test_task_gencal.py::TestJyPerK::test_infile_is_incorrect_type Test to check for ejecting raise when infile is incorrect type. PASSED test_task_gencal.py::TestJyPerK::test_jyperk_gencal_for_asdm_web_api Test to check that the factors from the web API are applied to the caltable. The following arguments are required for this test. * caltype='jyperk' * endpoint='asdm' Testing column TIME Column TIME PASSED Testing column FIELD_ID Column FIELD_ID PASSED Testing column SPECTRAL_WINDOW_ID Column SPECTRAL_WINDOW_ID PASSED Testing column ANTENNA1 Column ANTENNA1 PASSED Testing column ANTENNA2 Column ANTENNA2 PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column SCAN_NUMBER Column SCAN_NUMBER PASSED Testing column OBSERVATION_ID Column OBSERVATION_ID PASSED Testing column CPARAM Column CPARAM PASSED Testing column PARAMERR Column PARAMERR PASSED Testing column FLAG Column FLAG PASSED Testing column SNR Column SNR PASSED PASSED test_task_gencal.py::TestJyPerK::test_jyperk_gencal_for_factor_file Test to check that the factors in the csv file are applied to the caltable. The following arguments are required for this test. * caltype='jyperk' * infile Testing column TIME Column TIME PASSED Testing column FIELD_ID Column FIELD_ID PASSED Testing column SPECTRAL_WINDOW_ID Column SPECTRAL_WINDOW_ID PASSED Testing column ANTENNA1 Column ANTENNA1 PASSED Testing column ANTENNA2 Column ANTENNA2 PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column SCAN_NUMBER Column SCAN_NUMBER PASSED Testing column OBSERVATION_ID Column OBSERVATION_ID PASSED Testing column CPARAM Column CPARAM PASSED Testing column PARAMERR Column PARAMERR PASSED Testing column FLAG Column FLAG PASSED Testing column SNR Column SNR PASSED PASSED test_task_gencal.py::TestJyPerK::test_jyperk_gencal_for_factor_file_xxyy Test to check that the factors in the csv file are applied to the caltable. The following arguments are required for this test. * caltype='jyperk' * infile Testing column TIME Column TIME PASSED Testing column FIELD_ID Column FIELD_ID PASSED Testing column SPECTRAL_WINDOW_ID Column SPECTRAL_WINDOW_ID PASSED Testing column ANTENNA1 Column ANTENNA1 PASSED Testing column ANTENNA2 Column ANTENNA2 PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column SCAN_NUMBER Column SCAN_NUMBER PASSED Testing column OBSERVATION_ID Column OBSERVATION_ID PASSED Testing column PARAMERR Column PARAMERR PASSED Testing column FLAG Column FLAG PASSED Testing column SNR Column SNR PASSED PASSED test_task_gencal.py::TestJyPerK::test_jyperk_gencal_for_interpolation_web_api 2023-09-07 15:09:13 WARN gencal::jyperk.MeanElevation._calc_elevation_mean::casa The elevation mean is np.nan, so the factor is set 1. 2023-09-07 15:09:13 WARN gencal::jyperk.MeanElevation._calc_elevation_mean::casa The elevation mean is np.nan, so the factor is set 1. 2023-09-07 15:09:13 WARN gencal::jyperk.MeanElevation._calc_elevation_mean::casa The elevation mean is np.nan, so the factor is set 1. 2023-09-07 15:09:13 WARN gencal::jyperk.MeanElevation._calc_elevation_mean::casa The elevation mean is np.nan, so the factor is set 1. 2023-09-07 15:09:13 WARN gencal::jyperk.MeanElevation._calc_elevation_mean::casa The elevation mean is np.nan, so the factor is set 1. 2023-09-07 15:09:13 WARN gencal::jyperk.MeanElevation._calc_elevation_mean::casa The elevation mean is np.nan, so the factor is set 1. 2023-09-07 15:09:13 WARN gencal::jyperk.MeanElevation._calc_elevation_mean::casa The elevation mean is np.nan, so the factor is set 1. 2023-09-07 15:09:13 WARN gencal::jyperk.MeanElevation._calc_elevation_mean::casa The elevation mean is np.nan, so the factor is set 1. 2023-09-07 15:09:13 WARN gencal::jyperk.MeanElevation._calc_elevation_mean::casa The elevation mean is np.nan, so the factor is set 1. 2023-09-07 15:09:13 WARN gencal::jyperk.MeanElevation._calc_elevation_mean::casa The elevation mean is np.nan, so the factor is set 1. 2023-09-07 15:09:13 WARN gencal::jyperk.MeanElevation._calc_elevation_mean::casa The elevation mean is np.nan, so the factor is set 1. 2023-09-07 15:09:13 WARN gencal::jyperk.MeanElevation._calc_elevation_mean::casa The elevation mean is np.nan, so the factor is set 1. 2023-09-07 15:09:13 WARN gencal::jyperk.MeanElevation._calc_elevation_mean::casa The elevation mean is np.nan, so the factor is set 1. 2023-09-07 15:09:13 WARN gencal::jyperk.MeanElevation._calc_elevation_mean::casa The elevation mean is np.nan, so the factor is set 1. 2023-09-07 15:09:13 WARN gencal::jyperk.MeanElevation._calc_elevation_mean::casa The elevation mean is np.nan, so the factor is set 1. 2023-09-07 15:09:13 WARN gencal::jyperk.MeanElevation._calc_elevation_mean::casa The elevation mean is np.nan, so the factor is set 1. 2023-09-07 15:09:13 WARN gencal::jyperk.MeanElevation._calc_elevation_mean::casa The elevation mean is np.nan, so the factor is set 1. 2023-09-07 15:09:13 WARN gencal::jyperk.MeanElevation._calc_elevation_mean::casa The elevation mean is np.nan, so the factor is set 1. 2023-09-07 15:09:13 WARN gencal::jyperk.MeanElevation._calc_elevation_mean::casa The elevation mean is np.nan, so the factor is set 1. 2023-09-07 15:09:13 WARN gencal::jyperk.MeanElevation._calc_elevation_mean::casa The elevation mean is np.nan, so the factor is set 1. 2023-09-07 15:09:13 WARN gencal::jyperk.MeanElevation._calc_elevation_mean::casa The elevation mean is np.nan, so the factor is set 1. 2023-09-07 15:09:13 WARN gencal::jyperk.MeanElevation._calc_elevation_mean::casa The elevation mean is np.nan, so the factor is set 1. 2023-09-07 15:09:13 WARN gencal::jyperk.MeanElevation._calc_elevation_mean::casa The elevation mean is np.nan, so the factor is set 1. 2023-09-07 15:09:13 WARN gencal::jyperk.MeanElevation._calc_elevation_mean::casa The elevation mean is np.nan, so the factor is set 1. 2023-09-07 15:09:13 WARN gencal::jyperk.MeanElevation._calc_elevation_mean::casa The elevation mean is np.nan, so the factor is set 1. 2023-09-07 15:09:13 WARN gencal::jyperk.MeanElevation._calc_elevation_mean::casa The elevation mean is np.nan, so the factor is set 1. 2023-09-07 15:09:13 WARN gencal::jyperk.MeanElevation._calc_elevation_mean::casa The elevation mean is np.nan, so the factor is set 1. 2023-09-07 15:09:13 WARN gencal::jyperk.MeanElevation._calc_elevation_mean::casa The elevation mean is np.nan, so the factor is set 1. 2023-09-07 15:09:13 WARN gencal::jyperk.MeanElevation._calc_elevation_mean::casa The elevation mean is np.nan, so the factor is set 1. 2023-09-07 15:09:13 WARN gencal::jyperk.MeanElevation._calc_elevation_mean::casa The elevation mean is np.nan, so the factor is set 1. 2023-09-07 15:09:13 WARN gencal::jyperk.MeanElevation._calc_elevation_mean::casa The elevation mean is np.nan, so the factor is set 1. 2023-09-07 15:09:13 WARN gencal::jyperk.MeanElevation._calc_elevation_mean::casa The elevation mean is np.nan, so the factor is set 1. 2023-09-07 15:09:13 WARN gencal::jyperk.MeanElevation._calc_elevation_mean::casa The elevation mean is np.nan, so the factor is set 1. 2023-09-07 15:09:13 WARN gencal::jyperk.MeanElevation._calc_elevation_mean::casa The elevation mean is np.nan, so the factor is set 1. 2023-09-07 15:09:13 WARN gencal::jyperk.MeanElevation._calc_elevation_mean::casa The elevation mean is np.nan, so the factor is set 1. 2023-09-07 15:09:13 WARN gencal::jyperk.MeanElevation._calc_elevation_mean::casa The elevation mean is np.nan, so the factor is set 1. 2023-09-07 15:09:13 WARN gencal::jyperk.MeanElevation._calc_elevation_mean::casa The elevation mean is np.nan, so the factor is set 1. 2023-09-07 15:09:13 WARN gencal::jyperk.MeanElevation._calc_elevation_mean::casa The elevation mean is np.nan, so the factor is set 1. 2023-09-07 15:09:13 WARN gencal::jyperk.MeanElevation._calc_elevation_mean::casa The elevation mean is np.nan, so the factor is set 1. 2023-09-07 15:09:13 WARN gencal::jyperk.MeanElevation._calc_elevation_mean::casa The elevation mean is np.nan, so the factor is set 1. 2023-09-07 15:09:13 WARN gencal::jyperk.MeanElevation._calc_elevation_mean::casa The elevation mean is np.nan, so the factor is set 1. 2023-09-07 15:09:13 WARN gencal::jyperk.MeanElevation._calc_elevation_mean::casa The elevation mean is np.nan, so the factor is set 1. 2023-09-07 15:09:13 WARN gencal::jyperk.MeanElevation._calc_elevation_mean::casa The elevation mean is np.nan, so the factor is set 1. 2023-09-07 15:09:13 WARN gencal::jyperk.MeanElevation._calc_elevation_mean::casa The elevation mean is np.nan, so the factor is set 1. 2023-09-07 15:09:13 WARN gencal::jyperk.MeanElevation._calc_elevation_mean::casa The elevation mean is np.nan, so the factor is set 1. 2023-09-07 15:09:13 WARN gencal::jyperk.MeanElevation._calc_elevation_mean::casa The elevation mean is np.nan, so the factor is set 1. 2023-09-07 15:09:13 WARN gencal::jyperk.MeanElevation._calc_elevation_mean::casa The elevation mean is np.nan, so the factor is set 1. 2023-09-07 15:09:13 WARN gencal::jyperk.MeanElevation._calc_elevation_mean::casa The elevation mean is np.nan, so the factor is set 1. Test to check that the factors from the web API are applied to the caltable. The following arguments are required for this test. * caltype='jyperk' * endpoint='interpolation' Testing column TIME Column TIME PASSED Testing column FIELD_ID Column FIELD_ID PASSED Testing column SPECTRAL_WINDOW_ID Column SPECTRAL_WINDOW_ID PASSED Testing column ANTENNA1 Column ANTENNA1 PASSED Testing column ANTENNA2 Column ANTENNA2 PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column SCAN_NUMBER Column SCAN_NUMBER PASSED Testing column OBSERVATION_ID Column OBSERVATION_ID PASSED Testing column CPARAM Column CPARAM PASSED Testing column PARAMERR Column PARAMERR PASSED Testing column FLAG Column FLAG PASSED Testing column SNR Column SNR PASSED PASSED test_task_gencal.py::TestJyPerK::test_jyperk_gencal_for_model_fit_web_api Test to check that the factors from the web API are applied to the caltable. The following arguments are required for this test. * caltype='jyperk' * endpoint='model-fit' Testing column TIME Column TIME PASSED Testing column FIELD_ID Column FIELD_ID PASSED Testing column SPECTRAL_WINDOW_ID Column SPECTRAL_WINDOW_ID PASSED Testing column ANTENNA1 Column ANTENNA1 PASSED Testing column ANTENNA2 Column ANTENNA2 PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column SCAN_NUMBER Column SCAN_NUMBER PASSED Testing column OBSERVATION_ID Column OBSERVATION_ID PASSED Testing column CPARAM Column CPARAM PASSED Testing column PARAMERR Column PARAMERR PASSED Testing column FLAG Column FLAG PASSED Testing column SNR Column SNR PASSED PASSED test_task_gencal.py::TestJyPerK::test_not_vis_name_in_factor_csv 2023-09-07 15:12:18 SEVERE gencal::::casa Task gencal raised an exception of class Exception with the following message: There is no factor. Test to check a caltable does not been generated when there are not vis name in the factor csv file. PASSED - generated xml file: /home/casatest/casa6/casatestutils/nosedir/xml/test_task_gencal/nose.xml - ================== 16 passed, 2 warnings in 281.06s (0:04:41) ================== ============================= test session starts ============================== platform linux -- Python 3.8.7, pytest-7.4.1, pluggy-1.3.0 -- /usr/local/bin/python3.8 cachedir: .pytest_cache rootdir: /home/casatest/casa6/casatestutils/nosedir/test_task_rerefant configfile: pytest.ini collecting ... collected 7 items test_task_rerefant.py::rerefant_test::test_absentRefantFlagAllStrict Test that all antennas are flagged when the refant drops out in mode strict PASSED test_task_rerefant.py::rerefant_test::test_fringefit PASSED test_task_rerefant.py::rerefant_test::test_listDropOutDropInFlex Test that when an antenna drops out and drops back in PASSED test_task_rerefant.py::rerefant_test::test_listPrioritizedDropsFlex Test that the next item in refants is used if the first antenna drops out PASSED test_task_rerefant.py::rerefant_test::test_listPrioritizedFlex Test that the first item in refants is used with no drop out PASSED test_task_rerefant.py::rerefant_test::test_listStrict Test that only the first refant is used when mode is strict PASSED test_task_rerefant.py::rerefant_test::test_refantPreferredStrict Test the strict application of a reference antenna PASSED - generated xml file: /home/casatest/casa6/casatestutils/nosedir/xml/test_task_rerefant/nose.xml - ======================== 7 passed, 2 warnings in 14.89s ======================== ============================= test session starts ============================== platform linux -- Python 3.8.7, pytest-7.4.1, pluggy-1.3.0 -- /usr/local/bin/python3.8 cachedir: .pytest_cache rootdir: /home/casatest/casa6/casatestutils/nosedir/test_task_sdsmooth configfile: pytest.ini collecting ... collected 36 items test_task_sdsmooth.py::sdsmooth_test_fail::test_sdsmooth_fail01 test_sdsmooth_fail01 --- default parameters (raises an error). PASSED test_task_sdsmooth.py::sdsmooth_test_fail::test_sdsmooth_fail02 test_sdsmooth_fail02 --- invalid kernel type. PASSED test_task_sdsmooth.py::sdsmooth_test_fail::test_sdsmooth_fail03 2023-09-07 15:12:38 SEVERE sdsmooth::singledishms::smooth (file src/tools/singledishms/singledishms_cmpt.cc, line 463) Exception Reported: Spw Expression: No match found for 3, 2023-09-07 15:12:38 SEVERE sdsmooth::::casa Traceback (most recent call last): 2023-09-07 15:12:38 SEVERE sdsmooth::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdsmooth.py", line 37, in sdsmooth 2023-09-07 15:12:38 SEVERE sdsmooth::::casa+ sdms.smooth(type=kernel, width=kwidth, datacolumn=datacolumn, outfile=outfile) 2023-09-07 15:12:38 SEVERE sdsmooth::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/singledishms.py", line 104, in smooth 2023-09-07 15:12:38 SEVERE sdsmooth::::casa+ return self._swigobj.smooth(type, width, datacolumn, outfile) 2023-09-07 15:12:38 SEVERE sdsmooth::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/__casac__/singledishms.py", line 543, in smooth 2023-09-07 15:12:38 SEVERE sdsmooth::::casa+ return _singledishms.singledishms_smooth(self, *args, **kwargs) 2023-09-07 15:12:38 SEVERE sdsmooth::::casa+ RuntimeError: Spw Expression: No match found for 3, 2023-09-07 15:12:38 SEVERE sdsmooth::::casa Spw Expression: No match found for 3, 2023-09-07 15:12:38 SEVERE sdsmooth::::casa Task sdsmooth raised an exception of class RuntimeError with the following message: Spw Expression: No match found for 3, test_sdsmooth_fail03 --- invalid selection (empty selection result). PASSED test_task_sdsmooth.py::sdsmooth_test_fail::test_sdsmooth_fail04 2023-09-07 15:12:38 SEVERE sdsmooth::::casa Traceback (most recent call last): 2023-09-07 15:12:38 SEVERE sdsmooth::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdsmooth.py", line 29, in sdsmooth 2023-09-07 15:12:38 SEVERE sdsmooth::::casa+ raise ValueError(errmsg) 2023-09-07 15:12:38 SEVERE sdsmooth::::casa+ ValueError: tsdsmooth_test.ms_out exists. 2023-09-07 15:12:38 SEVERE sdsmooth::::casa tsdsmooth_test.ms_out exists. 2023-09-07 15:12:38 SEVERE sdsmooth::::casa Task sdsmooth raised an exception of class ValueError with the following message: tsdsmooth_test.ms_out exists. test_sdsmooth_fail04 --- outfile exists (overwrite=False). PASSED test_task_sdsmooth.py::sdsmooth_test_fail::test_sdsmooth_fail05 2023-09-07 15:12:38 SEVERE sdsmooth::::casa Traceback (most recent call last): 2023-09-07 15:12:38 SEVERE sdsmooth::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdsmooth.py", line 25, in sdsmooth 2023-09-07 15:12:38 SEVERE sdsmooth::::casa+ raise ValueError(errmsg) 2023-09-07 15:12:38 SEVERE sdsmooth::::casa+ ValueError: outfile is empty. 2023-09-07 15:12:38 SEVERE sdsmooth::::casa outfile is empty. 2023-09-07 15:12:38 SEVERE sdsmooth::::casa Task sdsmooth raised an exception of class ValueError with the following message: outfile is empty. test_sdsmooth_fail05 --- empty outfile. PASSED test_task_sdsmooth.py::sdsmooth_test_fail::test_sdsmooth_fail06 test_sdsmooth_fail06 --- invalid data column name. PASSED test_task_sdsmooth.py::sdsmooth_test_complex::test_sdsmooth_complex_fail01 2023-09-07 15:12:38 WARN sdsmooth::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. 2023-09-07 15:12:38 WARN sdsmooth::MSTransformManager::checkDataColumnsToFill FLOAT_DATA column requested but not available in input MS 2023-09-07 15:12:38 SEVERE sdsmooth::singledishms::smooth (file src/tools/singledishms/singledishms_cmpt.cc, line 463) Exception Reported: Desired column (FLOAT_DATA) not found in the input MS (/home/casatest/casa6/casatestutils/nosedir/test_task_sdsmooth/tsdsmooth_test.ms). 2023-09-07 15:12:38 SEVERE sdsmooth::::casa Traceback (most recent call last): 2023-09-07 15:12:38 SEVERE sdsmooth::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdsmooth.py", line 37, in sdsmooth 2023-09-07 15:12:38 SEVERE sdsmooth::::casa+ sdms.smooth(type=kernel, width=kwidth, datacolumn=datacolumn, outfile=outfile) 2023-09-07 15:12:38 SEVERE sdsmooth::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/singledishms.py", line 104, in smooth 2023-09-07 15:12:38 SEVERE sdsmooth::::casa+ return self._swigobj.smooth(type, width, datacolumn, outfile) 2023-09-07 15:12:38 SEVERE sdsmooth::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/__casac__/singledishms.py", line 543, in smooth 2023-09-07 15:12:38 SEVERE sdsmooth::::casa+ return _singledishms.singledishms_smooth(self, *args, **kwargs) 2023-09-07 15:12:38 SEVERE sdsmooth::::casa+ RuntimeError: Desired column (FLOAT_DATA) not found in the input MS (/home/casatest/casa6/casatestutils/nosedir/test_task_sdsmooth/tsdsmooth_test.ms). 2023-09-07 15:12:38 SEVERE sdsmooth::::casa Desired column (FLOAT_DATA) not found in the input MS (/home/casatest/casa6/casatestutils/nosedir/test_task_sdsmooth/tsdsmooth_test.ms). 2023-09-07 15:12:38 SEVERE sdsmooth::::casa Task sdsmooth raised an exception of class RuntimeError with the following message: Desired column (FLOAT_DATA) not found in the input MS (/home/casatest/casa6/casatestutils/nosedir/test_task_sdsmooth/tsdsmooth_test.ms). test_sdsmooth_complex_fail01 --- non-existing data column (FLOAT_DATA). PASSED test_task_sdsmooth.py::sdsmooth_test_complex::test_sdsmooth_complex_gauss01 2023-09-07 15:12:38 WARN sdsmooth::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. test_sdsmooth_complex_gauss01 --- gaussian smoothing (kwidth 5). PASSED test_task_sdsmooth.py::sdsmooth_test_complex::test_sdsmooth_complex_gauss02 2023-09-07 15:12:43 WARN sdsmooth::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. test_sdsmooth_complex_gauss02 --- gaussian smoothing (kwidth 3). PASSED test_task_sdsmooth.py::sdsmooth_test_complex::test_sdsmooth_complex_overwrite 2023-09-07 15:12:46 WARN sdsmooth::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. test_sdsmooth_complex_overwrite --- overwrite existing outfile (overwrite=True). PASSED test_task_sdsmooth.py::sdsmooth_test_complex::test_sdsmooth_complex_select test_sdsmooth_complex_select --- data selection (spw). PASSED test_task_sdsmooth.py::sdsmooth_test_float::test_sdsmooth_float_fail01 2023-09-07 15:12:54 WARN sdsmooth::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. 2023-09-07 15:12:55 WARN sdsmooth::MSTransformManager::checkDataColumnsToFill DATA column requested but not available in input MS 2023-09-07 15:12:55 SEVERE sdsmooth::singledishms::smooth (file src/tools/singledishms/singledishms_cmpt.cc, line 463) Exception Reported: Desired column (DATA) not found in the input MS (/home/casatest/casa6/casatestutils/nosedir/test_task_sdsmooth/tsdsmooth_test_float.ms). 2023-09-07 15:12:55 SEVERE sdsmooth::::casa Traceback (most recent call last): 2023-09-07 15:12:55 SEVERE sdsmooth::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdsmooth.py", line 37, in sdsmooth 2023-09-07 15:12:55 SEVERE sdsmooth::::casa+ sdms.smooth(type=kernel, width=kwidth, datacolumn=datacolumn, outfile=outfile) 2023-09-07 15:12:55 SEVERE sdsmooth::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/singledishms.py", line 104, in smooth 2023-09-07 15:12:55 SEVERE sdsmooth::::casa+ return self._swigobj.smooth(type, width, datacolumn, outfile) 2023-09-07 15:12:55 SEVERE sdsmooth::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/__casac__/singledishms.py", line 543, in smooth 2023-09-07 15:12:55 SEVERE sdsmooth::::casa+ return _singledishms.singledishms_smooth(self, *args, **kwargs) 2023-09-07 15:12:55 SEVERE sdsmooth::::casa+ RuntimeError: Desired column (DATA) not found in the input MS (/home/casatest/casa6/casatestutils/nosedir/test_task_sdsmooth/tsdsmooth_test_float.ms). 2023-09-07 15:12:55 SEVERE sdsmooth::::casa Desired column (DATA) not found in the input MS (/home/casatest/casa6/casatestutils/nosedir/test_task_sdsmooth/tsdsmooth_test_float.ms). 2023-09-07 15:12:55 SEVERE sdsmooth::::casa Task sdsmooth raised an exception of class RuntimeError with the following message: Desired column (DATA) not found in the input MS (/home/casatest/casa6/casatestutils/nosedir/test_task_sdsmooth/tsdsmooth_test_float.ms). test_sdsmooth_complex_fail01 --- non-existing data column (DATA). PASSED test_task_sdsmooth.py::sdsmooth_test_float::test_sdsmooth_float_gauss01 2023-09-07 15:12:55 WARN sdsmooth::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. test_sdsmooth_float_gauss01 --- gaussian smoothing (kwidth 5). PASSED test_task_sdsmooth.py::sdsmooth_test_float::test_sdsmooth_float_gauss02 2023-09-07 15:13:00 WARN sdsmooth::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. test_sdsmooth_float_gauss02 --- gaussian smoothing (kwidth 3). PASSED test_task_sdsmooth.py::sdsmooth_test_float::test_sdsmooth_float_overwrite 2023-09-07 15:13:04 WARN sdsmooth::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. test_sdsmooth_float_overwrite --- overwrite existing outfile (overwrite=True). PASSED test_task_sdsmooth.py::sdsmooth_test_float::test_sdsmooth_float_select test_sdsmooth_float_select --- data selection (spw). PASSED test_task_sdsmooth.py::sdsmooth_test_weight::test_sdsmooth_weight_gauss01 2023-09-07 15:13:11 WARN sdsmooth::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. test_sdsmooth_weight_gauss01 --- gaussian smoothing (kwidth 5). PASSED test_task_sdsmooth.py::sdsmooth_test_weight::test_sdsmooth_weight_gauss02 2023-09-07 15:13:15 WARN sdsmooth::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. test_sdsmooth_weight_gauss02 --- gaussian smoothing (kwidth 3). PASSED test_task_sdsmooth.py::sdsmooth_test_boxcar::test000 2023-09-07 15:13:21 WARN sdsmooth::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. 2023-09-07 15:13:24 WARN sdsmooth::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. 2023-09-07 15:13:27 WARN sdsmooth::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. 2023-09-07 15:13:34 WARN sdsmooth::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. 2023-09-07 15:13:37 WARN sdsmooth::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. testing kernel_width = 1...OK. testing kernel_width = 1...OK. testing kernel_width = 1...OK. testing kernel_width = 1...OK. testing kernel_width = 2...OK. testing kernel_width = 2...OK. testing kernel_width = 2...OK. testing kernel_width = 2...OK. testing kernel_width = 3...OK. testing kernel_width = 3...OK. testing kernel_width = 3...OK. testing kernel_width = 3...OK. testing kernel_width = 4...OK. testing kernel_width = 4...OK. testing kernel_width = 4...OK. testing kernel_width = 4...OK. testing kernel_width = 5...OK. testing kernel_width = 5...OK. testing kernel_width = 5...OK. testing kernel_width = 5...OK. PASSED test_task_sdsmooth.py::sdsmooth_test_boxcar::test000_datacolumn_uppercase 2023-09-07 15:13:41 WARN sdsmooth::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. 2023-09-07 15:13:44 WARN sdsmooth::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. 2023-09-07 15:13:46 WARN sdsmooth::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. 2023-09-07 15:13:49 WARN sdsmooth::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. 2023-09-07 15:13:52 WARN sdsmooth::SingleDishMS::setSelection (file /source/casa6/casatools/src/code/singledish/SingleDish/SingleDishMS.cc, line 212) No valid selection parameter is set. testing kernel_width = 1...OK. testing kernel_width = 1...OK. testing kernel_width = 1...OK. testing kernel_width = 1...OK. testing kernel_width = 2...OK. testing kernel_width = 2...OK. testing kernel_width = 2...OK. testing kernel_width = 2...OK. testing kernel_width = 3...OK. testing kernel_width = 3...OK. testing kernel_width = 3...OK. testing kernel_width = 3...OK. testing kernel_width = 4...OK. testing kernel_width = 4...OK. testing kernel_width = 4...OK. testing kernel_width = 4...OK. testing kernel_width = 5...OK. testing kernel_width = 5...OK. testing kernel_width = 5...OK. testing kernel_width = 5...OK. PASSED test_task_sdsmooth.py::sdsmooth_selection::testAntennaC Test selection by antenna (corrected). PASSED test_task_sdsmooth.py::sdsmooth_selection::testAntennaF Test selection by antenna (float_data). PASSED test_task_sdsmooth.py::sdsmooth_selection::testFieldC Test selection by field (corrected). PASSED test_task_sdsmooth.py::sdsmooth_selection::testFieldF Test selection by field (float_data). PASSED test_task_sdsmooth.py::sdsmooth_selection::testIntentC Test selection by intent (corrected). PASSED test_task_sdsmooth.py::sdsmooth_selection::testIntentF Test selection by intent (float_data). PASSED test_task_sdsmooth.py::sdsmooth_selection::testPolC Test selection by pol (corrected). PASSED test_task_sdsmooth.py::sdsmooth_selection::testPolF Test selection by pol (float_data). PASSED test_task_sdsmooth.py::sdsmooth_selection::testReindexIntent Test reindex =T/F in intent selection. Test: FLOAT_DATA - reindex=True - reindex=False Test: CORRECTED - reindex=True - reindex=False PASSED test_task_sdsmooth.py::sdsmooth_selection::testReindexSpw Test reindex =T/F in spw selection. Test: FLOAT_DATA - reindex=True - reindex=False Test: CORRECTED - reindex=True - reindex=False PASSED test_task_sdsmooth.py::sdsmooth_selection::testScanC Test selection by scan (corrected). PASSED test_task_sdsmooth.py::sdsmooth_selection::testScanF Test selection by scan (float_data). PASSED test_task_sdsmooth.py::sdsmooth_selection::testSpwC Test selection by spw (corrected). PASSED test_task_sdsmooth.py::sdsmooth_selection::testSpwF Test selection by spw (float_data). PASSED test_task_sdsmooth.py::sdsmooth_selection::testTimerangeC Test selection by timerange (corrected). PASSED test_task_sdsmooth.py::sdsmooth_selection::testTimerangeF Test selection by timerange (float_data). PASSED - generated xml file: /home/casatest/casa6/casatestutils/nosedir/xml/test_task_sdsmooth/nose.xml - ================== 36 passed, 2 warnings in 198.24s (0:03:18) ================== ============================= test session starts ============================== platform linux -- Python 3.8.7, pytest-7.4.1, pluggy-1.3.0 -- /usr/local/bin/python3.8 cachedir: .pytest_cache rootdir: /home/casatest/casa6/casatestutils/nosedir/test_task_cvel configfile: pytest.ini collecting ... collected 57 items test_task_cvel.py::cvel_test::test1 2023-09-07 15:15:57 WARN MSFitsInput::fillAntennaTable XYZHAND keyword not found in AN table. Will assume antenna coordinate system is right handed. Cvel 1: Testing default - expected error PASSED test_task_cvel.py::cvel_test::test10 combineSpws progress: 20% processed ... combineSpws progress: 40% processed ... combineSpws progress: 60% processed ... combineSpws progress: 80% processed ... combineSpws progress: 100% processed. regridSpw progress: 20% processed ... regridSpw progress: 40% processed ... regridSpw progress: 60% processed ... regridSpw progress: 80% processed ... regridSpw progress: 100% processed. Cvel10: I/O vis set, input vis with two spws, one field selected, 2 spws selected, passall = False, regridding 3... PASSED test_task_cvel.py::cvel_test::test11 combineSpws progress: 20% processed ... combineSpws progress: 40% processed ... combineSpws progress: 60% processed ... combineSpws progress: 80% processed ... combineSpws progress: 100% processed. regridSpw progress: 20% processed ... regridSpw progress: 40% processed ... regridSpw progress: 60% processed ... regridSpw progress: 80% processed ... regridSpw progress: 100% processed. Cvel 11: I/O vis set, input vis with two spws, one field selected, 2 spws selected, passall = False, regridding 4... PASSED test_task_cvel.py::cvel_test::test12 combineSpws progress: 10% processed ... combineSpws progress: 20% processed ... combineSpws progress: 30% processed ... combineSpws progress: 40% processed ... combineSpws progress: 50% processed ... combineSpws progress: 60% processed ... combineSpws progress: 70% processed ... combineSpws progress: 80% processed ... combineSpws progress: 90% processed ... combineSpws progress: 100% processed. Cvel 12: Input and output vis set, input vis with two spws, two fields selected, 2 spws selected, passall = False, regridding 5... PASSED test_task_cvel.py::cvel_test::test13 regridSpw progress: 20% processed ... regridSpw progress: 40% processed ... regridSpw progress: 60% processed ... regridSpw progress: 80% processed ... regridSpw progress: 100% processed. Cvel 13: I/O vis set, input vis with one spws, one field selected, one spws selected, passall = False, regridding 6... PASSED test_task_cvel.py::cvel_test::test14 2023-09-07 15:17:12 SEVERE cvel::::casa Task cvel raised an exception of class RuntimeError with the following message: Field id 12 was selected as phasecenter but is not among the fields selected for output: [1] Cvel 14: I/O vis set, input vis with one spws, one field selected, one spws selected, passall = False, non-existing phase center... *** Expected error *** PASSED test_task_cvel.py::cvel_test::test15 combineSpws progress: 20% processed ... combineSpws progress: 40% processed ... combineSpws progress: 60% processed ... combineSpws progress: 80% processed ... combineSpws progress: 100% processed. regridSpw progress: 20% processed ... regridSpw progress: 40% processed ... regridSpw progress: 60% processed ... regridSpw progress: 80% processed ... regridSpw progress: 100% processed. Cvel 15: I/O vis set, input vis with two spws, one field selected, 2 spws selected, passall = False, regridding 8... PASSED test_task_cvel.py::cvel_test::test16 regridSpw progress: 20% processed ... regridSpw progress: 40% processed ... regridSpw progress: 60% processed ... regridSpw progress: 80% processed ... regridSpw progress: 100% processed. Cvel 16: I/O vis set, input vis with one spw, two fields selected, passall = False, regridding 9... PASSED test_task_cvel.py::cvel_test::test17 regridSpw progress: 20% processed ... regridSpw progress: 40% processed ... regridSpw progress: 60% processed ... regridSpw progress: 80% processed ... regridSpw progress: 100% processed. Cvel 17: I/O vis set, input vis with one spw, two fields selected, passall = False, regridding 9... PASSED test_task_cvel.py::cvel_test::test18 regridSpw progress: 20% processed ... regridSpw progress: 40% processed ... regridSpw progress: 60% processed ... regridSpw progress: 80% processed ... regridSpw progress: 100% processed. Cvel 18: I/O vis set, input vis with one spw, two fields selected, passall = False, regridding 9... PASSED test_task_cvel.py::cvel_test::test19 Cvel 19: SMA input MS, 24 spws to combine, channel mode, 10 output channels SKIPPED (Skip, this produces an exception since release 4.7.2 as per...) test_task_cvel.py::cvel_test::test2 2023-09-07 15:17:33 SEVERE cvel::::casa Task cvel raised an exception of class AssertionError with the following message: Must provide output data set name in parameter outputvis. Cvel 2: Only input vis set - expected error PASSED test_task_cvel.py::cvel_test::test20 Cvel 20: SMA input MS, 24 spws to combine, channel mode, 111 output channels SKIPPED (Skip, this produces an exception since release 4.7.2 as per...) test_task_cvel.py::cvel_test::test21 combineSpws progress: 20% processed ... combineSpws progress: 40% processed ... combineSpws progress: 60% processed ... combineSpws progress: 80% processed ... combineSpws progress: 100% processed. regridSpw progress: 20% processed ... regridSpw progress: 40% processed ... regridSpw progress: 60% processed ... regridSpw progress: 80% processed ... regridSpw progress: 100% processed. Cvel 21: SMA input MS, 24 spws to combine, frequency mode, 21 output channels PASSED test_task_cvel.py::cvel_test::test22 Cvel 22: SMA input MS, 24 spws to combine, frequency mode, 210 output channels, negative width SKIPPED (Skip, this produces an exception since release 4.7.2 as per...) test_task_cvel.py::cvel_test::test23 combineSpws progress: 20% processed ... combineSpws progress: 40% processed ... combineSpws progress: 60% processed ... combineSpws progress: 80% processed ... combineSpws progress: 100% processed. regridSpw progress: 20% processed ... regridSpw progress: 40% processed ... regridSpw progress: 60% processed ... regridSpw progress: 80% processed ... regridSpw progress: 100% processed. Cvel 23: SMA input MS, 24 spws to combine, radio velocity mode, 30 output channels PASSED test_task_cvel.py::cvel_test::test24 Cvel 24: SMA input MS, 24 spws to combine, radio velocity mode, 35 output channels SKIPPED (Skip, this produces an exception since release 4.7.2 as per...) test_task_cvel.py::cvel_test::test25 combineSpws progress: 20% processed ... combineSpws progress: 40% processed ... combineSpws progress: 60% processed ... combineSpws progress: 80% processed ... combineSpws progress: 100% processed. regridSpw progress: 20% processed ... regridSpw progress: 40% processed ... regridSpw progress: 60% processed ... regridSpw progress: 80% processed ... regridSpw progress: 100% processed. Cvel 25: SMA input MS, 24 spws to combine, optical velocity mode, 40 output channels PASSED test_task_cvel.py::cvel_test::test26 combineSpws progress: 20% processed ... combineSpws progress: 40% processed ... combineSpws progress: 60% processed ... combineSpws progress: 80% processed ... combineSpws progress: 100% processed. regridSpw progress: 20% processed ... regridSpw progress: 40% processed ... regridSpw progress: 60% processed ... regridSpw progress: 80% processed ... regridSpw progress: 100% processed. Cvel 26: SMA input MS, 24 spws to combine, optical velocity mode, 40 output channels PASSED test_task_cvel.py::cvel_test::test27 combineSpws progress: 20% processed ... combineSpws progress: 40% processed ... combineSpws progress: 60% processed ... combineSpws progress: 80% processed ... combineSpws progress: 100% processed. regridSpw progress: 20% processed ... regridSpw progress: 40% processed ... regridSpw progress: 60% processed ... regridSpw progress: 80% processed ... regridSpw progress: 100% processed. Cvel 27: SMA input MS, 24 spws to combine, scratch columns, no regridding PASSED test_task_cvel.py::cvel_test::test28 Cvel 28: SMA input MS, 24 spws to combine, scratch columns, channel mode, 30 channels SKIPPED (Skip, this produces an exception since release 4.7.2 as per...) test_task_cvel.py::cvel_test::test29 Cvel 29: SMA input MS, 24 spws to combine, scratch columns, channel mode, 31 channels SKIPPED (Skip, this produces an exception since release 4.7.2 as per...) test_task_cvel.py::cvel_test::test3 Cvel 3: Input and output vis set PASSED test_task_cvel.py::cvel_test::test30 combineSpws progress: 20% processed ... combineSpws progress: 40% processed ... combineSpws progress: 60% processed ... combineSpws progress: 80% processed ... combineSpws progress: 100% processed. Cvel 30: SMA input MS, 24 spws to combine, scratch columns, mode channel_b, no regridding PASSED test_task_cvel.py::cvel_test::test31 combineSpws progress: 20% processed ... combineSpws progress: 40% processed ... combineSpws progress: 60% processed ... combineSpws progress: 80% processed ... combineSpws progress: 100% processed. regridSpw progress: 20% processed ... regridSpw progress: 40% processed ... regridSpw progress: 60% processed ... regridSpw progress: 80% processed ... regridSpw progress: 100% processed. Cvel 31: SMA input MS, 24 spws to combine, scratch columns, mode channel, frame trafo PASSED test_task_cvel.py::cvel_test::test32 combineSpws progress: 20% processed ... combineSpws progress: 40% processed ... combineSpws progress: 60% processed ... combineSpws progress: 80% processed ... combineSpws progress: 100% processed. regridSpw progress: 20% processed ... regridSpw progress: 40% processed ... regridSpw progress: 60% processed ... regridSpw progress: 80% processed ... regridSpw progress: 100% processed. Cvel 32: SMA input MS, 24 spws to combine, scratch columns, mode channel, frame trafo, Hanning smoothing PASSED test_task_cvel.py::cvel_test::test33 regridSpw progress: 20% processed ... regridSpw progress: 40% processed ... regridSpw progress: 60% processed ... regridSpw progress: 80% processed ... regridSpw progress: 100% processed. Cvel 33: SMA input MS, 1 spw, scratch columns, mode channel, no trafo, Hanning smoothing PASSED test_task_cvel.py::cvel_test::test34 2023-09-07 15:18:19 WARN SubMS::combineSpws() Incomplete coverage of combined SPW starting at timestamp 16-Jul-2010/03:18:31.5, baseline ( 0, 1 ) 2023-09-07 15:18:19 WARN SubMS::combineSpws()+ In this and further affected rows, the data arrays will be padded with zeros and corresponding channels flagged. combineSpws progress: 20% processed ... combineSpws progress: 40% processed ... 2023-09-07 15:18:21 WARN SubMS::combineSpws() Averaging failed for the following channel/correllation pairs from output row 0 up to 8459. Corresponding visibilities will be flagged: 2023-09-07 15:18:21 WARN SubMS::combineSpws()+ (4, 0) (4, 1) combineSpws progress: 60% processed ... combineSpws progress: 80% processed ... combineSpws progress: 100% processed. 2023-09-07 15:18:23 WARN SubMS::combineSpws() Incomplete coverage of combined SPW in 16920 of 16920 output rows. regridSpw progress: 20% processed ... regridSpw progress: 40% processed ... regridSpw progress: 60% processed ... regridSpw progress: 80% processed ... regridSpw progress: 100% processed. Cvel 34: EVLA high-res input MS, 2 spws to combine PASSED test_task_cvel.py::cvel_test::test35 regridSpw progress: 20% processed ... regridSpw progress: 40% processed ... regridSpw progress: 60% processed ... regridSpw progress: 80% processed ... regridSpw progress: 100% processed. Cvel 35: test effect of sign of width parameter: channel mode, width positive Testing channel frequencies ... [1.14951753e+11 1.14953316e+11 1.14954878e+11] [1.14951753e+11 1.14953316e+11 1.14954878e+11] PASSED test_task_cvel.py::cvel_test::test36 regridSpw progress: 20% processed ... regridSpw progress: 40% processed ... regridSpw progress: 60% processed ... regridSpw progress: 80% processed ... regridSpw progress: 100% processed. Cvel 36: test effect of sign of width parameter: channel mode, width negative Testing channel frequencies ... [1.14951753e+11 1.14953316e+11 1.14954878e+11] [1.14951753e+11 1.14953316e+11 1.14954878e+11] PASSED test_task_cvel.py::cvel_test::test37 regridSpw progress: 20% processed ... regridSpw progress: 40% processed ... regridSpw progress: 60% processed ... regridSpw progress: 80% processed ... regridSpw progress: 100% processed. Cvel 37: test effect of sign of width parameter: freq mode, width positive Testing channel frequencies ... [1.14951753e+11 1.14953316e+11 1.14954878e+11] [1.14951753e+11 1.14953316e+11 1.14954878e+11] PASSED test_task_cvel.py::cvel_test::test38 regridSpw progress: 20% processed ... regridSpw progress: 40% processed ... regridSpw progress: 60% processed ... regridSpw progress: 80% processed ... regridSpw progress: 100% processed. Cvel 38: test effect of sign of width parameter: freq mode, width negative Testing channel frequencies ... [1.14951753e+11 1.14953316e+11 1.14954878e+11] [1.14951753e+11 1.14953316e+11 1.14954878e+11] PASSED test_task_cvel.py::cvel_test::test39 regridSpw progress: 20% processed ... regridSpw progress: 40% processed ... regridSpw progress: 60% processed ... regridSpw progress: 80% processed ... regridSpw progress: 100% processed. Cvel 39: test effect of sign of width parameter: radio velocity mode, width positive Testing channel frequencies ... [1.14954878e+11 1.14956441e+11 1.14958003e+11] [1.14954878e+11 1.14956441e+11 1.14958003e+11] PASSED test_task_cvel.py::cvel_test::test39_veltype_uppercase 2023-09-07 15:18:27 WARN cvel::SubMS::convertGridPars Invalid velocity type RADIO, setting type to "radio" 2023-09-07 15:18:28 WARN SubMS::convertGridPars Invalid velocity type RADIO, setting type to "radio" regridSpw progress: 20% processed ... regridSpw progress: 40% processed ... regridSpw progress: 60% processed ... regridSpw progress: 80% processed ... regridSpw progress: 100% processed. Cvel 39: test effect of sign of width parameter: radio velocity mode, width positive Testing channel frequencies ... [1.14954878e+11 1.14956441e+11 1.14958003e+11] [1.14954878e+11 1.14956441e+11 1.14958003e+11] PASSED test_task_cvel.py::cvel_test::test4 Cvel 4: I/O vis set, more complex input vis, one field selected PASSED test_task_cvel.py::cvel_test::test40 regridSpw progress: 20% processed ... regridSpw progress: 40% processed ... regridSpw progress: 60% processed ... regridSpw progress: 80% processed ... regridSpw progress: 100% processed. Cvel 40: test effect of sign of width parameter: radio velocity mode, width negative Testing channel frequencies ... [1.14954878e+11 1.14956441e+11 1.14958003e+11] [1.14954878e+11 1.14956441e+11 1.14958003e+11] PASSED test_task_cvel.py::cvel_test::test41 regridSpw progress: 20% processed ... regridSpw progress: 40% processed ... regridSpw progress: 60% processed ... regridSpw progress: 80% processed ... regridSpw progress: 100% processed. Cvel 41: test effect of sign of width parameter: optical velocity mode, width positive Testing channel frequencies ... [1.14954877e+11 1.14956440e+11 1.14958003e+11] [1.14954877e+11 1.14956440e+11 1.14958003e+11] PASSED test_task_cvel.py::cvel_test::test42 regridSpw progress: 20% processed ... regridSpw progress: 40% processed ... regridSpw progress: 60% processed ... regridSpw progress: 80% processed ... regridSpw progress: 100% processed. Cvel 42: test effect of sign of width parameter: optical velocity mode, width negative Testing channel frequencies ... [1.14954877e+11 1.14956440e+11 1.14958003e+11] [1.14954877e+11 1.14956440e+11 1.14958003e+11] PASSED test_task_cvel.py::cvel_test::test43 Cvel 43: SMA input MS, 1 spw, channel mode, nchan not set SKIPPED (Skip, this produces an exception since release 4.7.2 as per...) test_task_cvel.py::cvel_test::test44 Cvel 44: SMA input MS, 2 spws to combine, channel mode, nchan not set SKIPPED (Skip, this produces an exception since release 4.7.2 as per...) test_task_cvel.py::cvel_test::test45 Cvel 45: SMA input MS, 1 spw, channel mode, nchan not set, negative width SKIPPED (Skip, this produces an exception since release 4.7.2 as per...) test_task_cvel.py::cvel_test::test46 2023-09-07 15:18:35 WARN SubMS::combineSpws() Averaging failed for the following channel/correllation pairs from output row 41 up to 41. Corresponding visibilities will be flagged: 2023-09-07 15:18:35 WARN SubMS::combineSpws()+ (2206, 0) combineSpws progress: 20% processed ... combineSpws progress: 40% processed ... 2023-09-07 15:18:35 WARN SubMS::combineSpws() Averaging failed for the following channel/correllation pairs from output row 188 up to 188. Corresponding visibilities will be flagged: 2023-09-07 15:18:35 WARN SubMS::combineSpws()+ (2227, 0) (2228, 0) 2023-09-07 15:18:35 WARN SubMS::combineSpws() Averaging failed for the following channel/correllation pairs from output row 209 up to 209. Corresponding visibilities will be flagged: 2023-09-07 15:18:35 WARN SubMS::combineSpws()+ (1429, 0) combineSpws progress: 60% processed ... combineSpws progress: 80% processed ... 2023-09-07 15:18:36 WARN SubMS::combineSpws() Averaging failed for the following channel/correllation pairs from output row 356 up to 356. Corresponding visibilities will be flagged: 2023-09-07 15:18:36 WARN SubMS::combineSpws()+ (2228, 0) (2229, 0) combineSpws progress: 100% processed. regridSpw progress: 20% processed ... regridSpw progress: 40% processed ... regridSpw progress: 60% processed ... regridSpw progress: 80% processed ... regridSpw progress: 100% processed. Cvel 46: SMA input MS with descending freq, 24 spws, nchan=100 PASSED test_task_cvel.py::cvel_test::test47 Cvel 47: SMA input MS with descending freq, 1 spw, nchan not set SKIPPED (Skip, this produces an exception since release 4.7.2 as per...) test_task_cvel.py::cvel_test::test48 regridSpw progress: 20% processed ... regridSpw progress: 40% processed ... regridSpw progress: 60% processed ... regridSpw progress: 80% processed ... regridSpw progress: 100% processed. Cvel 48: test fftshift regridding: channel mode, width positive Testing channel frequencies ... [1.14951753e+11 1.14953316e+11 1.14954878e+11] [1.14951753e+11 1.14953316e+11 1.14954878e+11] PASSED test_task_cvel.py::cvel_test::test48_interpolation_uppercase regridSpw progress: 20% processed ... regridSpw progress: 40% processed ... regridSpw progress: 60% processed ... regridSpw progress: 80% processed ... regridSpw progress: 100% processed. Cvel 48: test fftshift regridding: channel mode, width positive Testing channel frequencies ... [1.14951753e+11 1.14953316e+11 1.14954878e+11] [1.14951753e+11 1.14953316e+11 1.14954878e+11] PASSED test_task_cvel.py::cvel_test::test49 2023-09-07 15:18:40 SEVERE SubMS::regridSpw() Parameter "interpolation" value "fftshift" requires an output grid equidistant in frequency. 2023-09-07 15:18:40 SEVERE SubMS::regridSpw()+ Cannot proceed. Cvel 49: vopt mode with fftshift, expected error ... *** Expected error *** PASSED test_task_cvel.py::cvel_test::test5 Cvel 5: I/O vis set, more complex input vis, one field selected, passall = True PASSED test_task_cvel.py::cvel_test::test50 combineSpws progress: 20% processed ... combineSpws progress: 40% processed ... combineSpws progress: 60% processed ... combineSpws progress: 80% processed ... combineSpws progress: 100% processed. regridSpw progress: 20% processed ... regridSpw progress: 40% processed ... regridSpw progress: 60% processed ... regridSpw progress: 80% processed ... regridSpw progress: 100% processed. combineSpws progress: 20% processed ... combineSpws progress: 40% processed ... combineSpws progress: 60% processed ... combineSpws progress: 80% processed ... combineSpws progress: 100% processed. regridSpw progress: 20% processed ... regridSpw progress: 40% processed ... regridSpw progress: 60% processed ... regridSpw progress: 80% processed ... regridSpw progress: 100% processed. Cvel 50: test fftshift regridding: channel mode, width positive Testing channel frequencies ... [2.30512296e+11 2.30513109e+11 2.30513922e+11 2.30514735e+11 2.30515547e+11 2.30516360e+11 2.30517173e+11 2.30517986e+11 2.30518799e+11 2.30519612e+11 2.30520424e+11 2.30521237e+11 2.30522050e+11 2.30522863e+11 2.30523676e+11 2.30524488e+11 2.30525301e+11 2.30526114e+11 2.30526927e+11 2.30527740e+11 2.30528553e+11 2.30529365e+11 2.30530178e+11 2.30530991e+11 2.30531804e+11 2.30532617e+11 2.30533429e+11 2.30534242e+11 2.30535055e+11 2.30535868e+11 2.30536681e+11 2.30537494e+11 2.30538306e+11 2.30539119e+11 2.30539932e+11 2.30540745e+11 2.30541558e+11 2.30542370e+11 2.30543183e+11 2.30543996e+11 2.30544809e+11 2.30545622e+11 2.30546435e+11 2.30547247e+11 2.30548060e+11 2.30548873e+11 2.30549686e+11 2.30550499e+11 2.30551311e+11 2.30552124e+11 2.30552937e+11 2.30553750e+11 2.30554563e+11 2.30555376e+11 2.30556188e+11 2.30557001e+11 2.30557814e+11 2.30558627e+11 2.30559440e+11 2.30560253e+11 2.30561065e+11 2.30561878e+11 2.30562691e+11 2.30563504e+11 2.30564317e+11 2.30565129e+11 2.30565942e+11 2.30566755e+11 2.30567568e+11 2.30568381e+11 2.30569194e+11 2.30570006e+11 2.30570819e+11 2.30571632e+11 2.30572445e+11 2.30573258e+11 2.30574070e+11 2.30574883e+11 2.30575696e+11 2.30576509e+11 2.30577322e+11 2.30578135e+11 2.30578947e+11 2.30579760e+11 2.30580573e+11 2.30581386e+11 2.30582199e+11 2.30583011e+11 2.30583824e+11 2.30584637e+11 2.30585450e+11 2.30586263e+11 2.30587076e+11 2.30587888e+11 2.30588701e+11 2.30589514e+11 2.30590327e+11 2.30591140e+11 2.30591952e+11 2.30592765e+11 2.30593578e+11 2.30594391e+11 2.30595204e+11 2.30596017e+11 2.30596829e+11 2.30597642e+11 2.30598455e+11 2.30599268e+11 2.30600081e+11 2.30600893e+11 2.30601706e+11 2.30602519e+11 2.30603332e+11 2.30604145e+11 2.30604958e+11 2.30605770e+11 2.30606583e+11 2.30607396e+11 2.30608209e+11 2.30609022e+11 2.30609834e+11 2.30610647e+11 2.30611460e+11 2.30612273e+11 2.30613086e+11 2.30613899e+11 2.30614711e+11 2.30615524e+11 2.30616337e+11 2.30617150e+11 2.30617963e+11 2.30618775e+11 2.30619588e+11 2.30620401e+11 2.30621214e+11 2.30622027e+11 2.30622840e+11 2.30623652e+11 2.30624465e+11 2.30625278e+11 2.30626091e+11 2.30626904e+11 2.30627717e+11 2.30628529e+11 2.30629342e+11 2.30630155e+11 2.30630968e+11 2.30631781e+11 2.30632593e+11 2.30633406e+11] [2.30512296e+11 2.30513109e+11 2.30513922e+11 2.30514735e+11 2.30515547e+11 2.30516360e+11 2.30517173e+11 2.30517986e+11 2.30518799e+11 2.30519612e+11 2.30520424e+11 2.30521237e+11 2.30522050e+11 2.30522863e+11 2.30523676e+11 2.30524488e+11 2.30525301e+11 2.30526114e+11 2.30526927e+11 2.30527740e+11 2.30528553e+11 2.30529365e+11 2.30530178e+11 2.30530991e+11 2.30531804e+11 2.30532617e+11 2.30533429e+11 2.30534242e+11 2.30535055e+11 2.30535868e+11 2.30536681e+11 2.30537494e+11 2.30538306e+11 2.30539119e+11 2.30539932e+11 2.30540745e+11 2.30541558e+11 2.30542370e+11 2.30543183e+11 2.30543996e+11 2.30544809e+11 2.30545622e+11 2.30546435e+11 2.30547247e+11 2.30548060e+11 2.30548873e+11 2.30549686e+11 2.30550499e+11 2.30551311e+11 2.30552124e+11 2.30552937e+11 2.30553750e+11 2.30554563e+11 2.30555376e+11 2.30556188e+11 2.30557001e+11 2.30557814e+11 2.30558627e+11 2.30559440e+11 2.30560253e+11 2.30561065e+11 2.30561878e+11 2.30562691e+11 2.30563504e+11 2.30564317e+11 2.30565129e+11 2.30565942e+11 2.30566755e+11 2.30567568e+11 2.30568381e+11 2.30569194e+11 2.30570006e+11 2.30570819e+11 2.30571632e+11 2.30572445e+11 2.30573258e+11 2.30574070e+11 2.30574883e+11 2.30575696e+11 2.30576509e+11 2.30577322e+11 2.30578135e+11 2.30578947e+11 2.30579760e+11 2.30580573e+11 2.30581386e+11 2.30582199e+11 2.30583011e+11 2.30583824e+11 2.30584637e+11 2.30585450e+11 2.30586263e+11 2.30587076e+11 2.30587888e+11 2.30588701e+11 2.30589514e+11 2.30590327e+11 2.30591140e+11 2.30591952e+11 2.30592765e+11 2.30593578e+11 2.30594391e+11 2.30595204e+11 2.30596017e+11 2.30596829e+11 2.30597642e+11 2.30598455e+11 2.30599268e+11 2.30600081e+11 2.30600893e+11 2.30601706e+11 2.30602519e+11 2.30603332e+11 2.30604145e+11 2.30604958e+11 2.30605770e+11 2.30606583e+11 2.30607396e+11 2.30608209e+11 2.30609022e+11 2.30609834e+11 2.30610647e+11 2.30611460e+11 2.30612273e+11 2.30613086e+11 2.30613899e+11 2.30614711e+11 2.30615524e+11 2.30616337e+11 2.30617150e+11 2.30617963e+11 2.30618775e+11 2.30619588e+11 2.30620401e+11 2.30621214e+11 2.30622027e+11 2.30622840e+11 2.30623652e+11 2.30624465e+11 2.30625278e+11 2.30626091e+11 2.30626904e+11 2.30627717e+11 2.30628529e+11 2.30629342e+11 2.30630155e+11 2.30630968e+11 2.30631781e+11 2.30632593e+11 2.30633406e+11] PASSED test_task_cvel.py::cvel_test::test51 combineSpws progress: 20% processed ... combineSpws progress: 40% processed ... combineSpws progress: 60% processed ... combineSpws progress: 80% processed ... combineSpws progress: 100% processed. regridSpw progress: 20% processed ... regridSpw progress: 40% processed ... regridSpw progress: 60% processed ... regridSpw progress: 80% processed ... regridSpw progress: 100% processed. combineSpws progress: 20% processed ... combineSpws progress: 40% processed ... combineSpws progress: 60% processed ... combineSpws progress: 80% processed ... combineSpws progress: 100% processed. regridSpw progress: 20% processed ... regridSpw progress: 40% processed ... regridSpw progress: 60% processed ... regridSpw progress: 80% processed ... regridSpw progress: 100% processed. Cvel 51: test fftshift regridding: frequency mode, width positive Testing channel frequencies ... [2.30424976e+11 2.30425788e+11 2.30426601e+11 2.30427413e+11 2.30428226e+11 2.30429038e+11 2.30429851e+11 2.30430663e+11 2.30431476e+11 2.30432288e+11 2.30433101e+11 2.30433914e+11 2.30434726e+11 2.30435539e+11 2.30436351e+11 2.30437164e+11 2.30437976e+11 2.30438789e+11 2.30439601e+11 2.30440414e+11 2.30441226e+11 2.30442039e+11 2.30442851e+11 2.30443664e+11 2.30444477e+11 2.30445289e+11 2.30446102e+11 2.30446914e+11 2.30447727e+11 2.30448539e+11 2.30449352e+11 2.30450164e+11 2.30450977e+11 2.30451789e+11 2.30452602e+11 2.30453414e+11 2.30454227e+11 2.30455040e+11 2.30455852e+11 2.30456665e+11 2.30457477e+11 2.30458290e+11 2.30459102e+11 2.30459915e+11 2.30460727e+11 2.30461540e+11 2.30462352e+11 2.30463165e+11 2.30463978e+11 2.30464790e+11 2.30465603e+11 2.30466415e+11 2.30467228e+11 2.30468040e+11 2.30468853e+11 2.30469665e+11 2.30470478e+11 2.30471290e+11 2.30472103e+11 2.30472915e+11 2.30473728e+11 2.30474541e+11 2.30475353e+11 2.30476166e+11 2.30476978e+11 2.30477791e+11 2.30478603e+11 2.30479416e+11 2.30480228e+11 2.30481041e+11 2.30481853e+11 2.30482666e+11 2.30483478e+11 2.30484291e+11 2.30485104e+11 2.30485916e+11 2.30486729e+11 2.30487541e+11 2.30488354e+11 2.30489166e+11 2.30489979e+11 2.30490791e+11 2.30491604e+11 2.30492416e+11 2.30493229e+11 2.30494042e+11 2.30494854e+11 2.30495667e+11 2.30496479e+11 2.30497292e+11 2.30498104e+11 2.30498917e+11 2.30499729e+11 2.30500542e+11 2.30501354e+11 2.30502167e+11 2.30502979e+11 2.30503792e+11 2.30504605e+11 2.30505417e+11 2.30506230e+11 2.30507042e+11 2.30507855e+11 2.30508667e+11 2.30509480e+11 2.30510292e+11 2.30511105e+11 2.30511917e+11 2.30512730e+11 2.30513542e+11 2.30514355e+11 2.30515168e+11 2.30515980e+11 2.30516793e+11 2.30517605e+11 2.30518418e+11 2.30519230e+11 2.30520043e+11 2.30520855e+11 2.30521668e+11 2.30522480e+11 2.30523293e+11 2.30524105e+11 2.30524918e+11 2.30525731e+11 2.30526543e+11 2.30527356e+11 2.30528168e+11 2.30528981e+11 2.30529793e+11 2.30530606e+11 2.30531418e+11 2.30532231e+11 2.30533043e+11 2.30533856e+11 2.30534669e+11 2.30535481e+11 2.30536294e+11 2.30537106e+11 2.30537919e+11 2.30538731e+11 2.30539544e+11 2.30540356e+11 2.30541169e+11 2.30541981e+11 2.30542794e+11 2.30543606e+11 2.30544419e+11 2.30545232e+11 2.30546044e+11] [2.30424976e+11 2.30425788e+11 2.30426601e+11 2.30427413e+11 2.30428226e+11 2.30429038e+11 2.30429851e+11 2.30430663e+11 2.30431476e+11 2.30432288e+11 2.30433101e+11 2.30433914e+11 2.30434726e+11 2.30435539e+11 2.30436351e+11 2.30437164e+11 2.30437976e+11 2.30438789e+11 2.30439601e+11 2.30440414e+11 2.30441226e+11 2.30442039e+11 2.30442851e+11 2.30443664e+11 2.30444477e+11 2.30445289e+11 2.30446102e+11 2.30446914e+11 2.30447727e+11 2.30448539e+11 2.30449352e+11 2.30450164e+11 2.30450977e+11 2.30451789e+11 2.30452602e+11 2.30453414e+11 2.30454227e+11 2.30455040e+11 2.30455852e+11 2.30456665e+11 2.30457477e+11 2.30458290e+11 2.30459102e+11 2.30459915e+11 2.30460727e+11 2.30461540e+11 2.30462352e+11 2.30463165e+11 2.30463978e+11 2.30464790e+11 2.30465603e+11 2.30466415e+11 2.30467228e+11 2.30468040e+11 2.30468853e+11 2.30469665e+11 2.30470478e+11 2.30471290e+11 2.30472103e+11 2.30472915e+11 2.30473728e+11 2.30474541e+11 2.30475353e+11 2.30476166e+11 2.30476978e+11 2.30477791e+11 2.30478603e+11 2.30479416e+11 2.30480228e+11 2.30481041e+11 2.30481853e+11 2.30482666e+11 2.30483478e+11 2.30484291e+11 2.30485104e+11 2.30485916e+11 2.30486729e+11 2.30487541e+11 2.30488354e+11 2.30489166e+11 2.30489979e+11 2.30490791e+11 2.30491604e+11 2.30492416e+11 2.30493229e+11 2.30494042e+11 2.30494854e+11 2.30495667e+11 2.30496479e+11 2.30497292e+11 2.30498104e+11 2.30498917e+11 2.30499729e+11 2.30500542e+11 2.30501354e+11 2.30502167e+11 2.30502979e+11 2.30503792e+11 2.30504605e+11 2.30505417e+11 2.30506230e+11 2.30507042e+11 2.30507855e+11 2.30508667e+11 2.30509480e+11 2.30510292e+11 2.30511105e+11 2.30511917e+11 2.30512730e+11 2.30513542e+11 2.30514355e+11 2.30515168e+11 2.30515980e+11 2.30516793e+11 2.30517605e+11 2.30518418e+11 2.30519230e+11 2.30520043e+11 2.30520855e+11 2.30521668e+11 2.30522480e+11 2.30523293e+11 2.30524105e+11 2.30524918e+11 2.30525731e+11 2.30526543e+11 2.30527356e+11 2.30528168e+11 2.30528981e+11 2.30529793e+11 2.30530606e+11 2.30531418e+11 2.30532231e+11 2.30533043e+11 2.30533856e+11 2.30534669e+11 2.30535481e+11 2.30536294e+11 2.30537106e+11 2.30537919e+11 2.30538731e+11 2.30539544e+11 2.30540356e+11 2.30541169e+11 2.30541981e+11 2.30542794e+11 2.30543606e+11 2.30544419e+11 2.30545232e+11 2.30546044e+11] PASSED test_task_cvel.py::cvel_test::test52 combineSpws progress: 20% processed ... combineSpws progress: 40% processed ... combineSpws progress: 60% processed ... combineSpws progress: 80% processed ... combineSpws progress: 100% processed. regridSpw progress: 20% processed ... regridSpw progress: 40% processed ... regridSpw progress: 60% processed ... regridSpw progress: 80% processed ... regridSpw progress: 100% processed. combineSpws progress: 20% processed ... combineSpws progress: 40% processed ... combineSpws progress: 60% processed ... combineSpws progress: 80% processed ... combineSpws progress: 100% processed. regridSpw progress: 20% processed ... regridSpw progress: 40% processed ... regridSpw progress: 60% processed ... regridSpw progress: 80% processed ... regridSpw progress: 100% processed. Cvel 52: test fftshift regridding: radio velocity mode, width positive Testing channel frequencies ... [2.30504168e+11 2.30504981e+11 2.30505794e+11 2.30506606e+11 2.30507419e+11 2.30508232e+11 2.30509045e+11 2.30509858e+11 2.30510671e+11 2.30511483e+11 2.30512296e+11 2.30513109e+11 2.30513922e+11 2.30514735e+11 2.30515547e+11 2.30516360e+11 2.30517173e+11 2.30517986e+11 2.30518799e+11 2.30519612e+11 2.30520424e+11 2.30521237e+11 2.30522050e+11 2.30522863e+11 2.30523676e+11 2.30524488e+11 2.30525301e+11 2.30526114e+11 2.30526927e+11 2.30527740e+11 2.30528553e+11 2.30529365e+11 2.30530178e+11 2.30530991e+11 2.30531804e+11 2.30532617e+11 2.30533429e+11 2.30534242e+11 2.30535055e+11 2.30535868e+11 2.30536681e+11 2.30537494e+11 2.30538306e+11 2.30539119e+11 2.30539932e+11 2.30540745e+11 2.30541558e+11 2.30542370e+11 2.30543183e+11 2.30543996e+11 2.30544809e+11 2.30545622e+11 2.30546435e+11 2.30547247e+11 2.30548060e+11 2.30548873e+11 2.30549686e+11 2.30550499e+11 2.30551311e+11 2.30552124e+11 2.30552937e+11 2.30553750e+11 2.30554563e+11 2.30555376e+11 2.30556188e+11 2.30557001e+11 2.30557814e+11 2.30558627e+11 2.30559440e+11 2.30560253e+11 2.30561065e+11 2.30561878e+11 2.30562691e+11 2.30563504e+11 2.30564317e+11 2.30565129e+11 2.30565942e+11 2.30566755e+11 2.30567568e+11 2.30568381e+11 2.30569194e+11 2.30570006e+11 2.30570819e+11 2.30571632e+11 2.30572445e+11 2.30573258e+11 2.30574070e+11 2.30574883e+11 2.30575696e+11 2.30576509e+11 2.30577322e+11 2.30578135e+11 2.30578947e+11 2.30579760e+11 2.30580573e+11 2.30581386e+11 2.30582199e+11 2.30583011e+11 2.30583824e+11 2.30584637e+11 2.30585450e+11 2.30586263e+11 2.30587076e+11 2.30587888e+11 2.30588701e+11 2.30589514e+11 2.30590327e+11 2.30591140e+11 2.30591952e+11 2.30592765e+11 2.30593578e+11 2.30594391e+11 2.30595204e+11 2.30596017e+11 2.30596829e+11 2.30597642e+11 2.30598455e+11 2.30599268e+11 2.30600081e+11 2.30600893e+11 2.30601706e+11 2.30602519e+11 2.30603332e+11 2.30604145e+11 2.30604958e+11 2.30605770e+11 2.30606583e+11 2.30607396e+11 2.30608209e+11 2.30609022e+11 2.30609834e+11 2.30610647e+11 2.30611460e+11 2.30612273e+11 2.30613086e+11 2.30613899e+11 2.30614711e+11 2.30615524e+11 2.30616337e+11 2.30617150e+11 2.30617963e+11 2.30618775e+11 2.30619588e+11 2.30620401e+11 2.30621214e+11 2.30622027e+11 2.30622840e+11 2.30623652e+11 2.30624465e+11 2.30625278e+11] [2.30504168e+11 2.30504981e+11 2.30505794e+11 2.30506606e+11 2.30507419e+11 2.30508232e+11 2.30509045e+11 2.30509858e+11 2.30510671e+11 2.30511483e+11 2.30512296e+11 2.30513109e+11 2.30513922e+11 2.30514735e+11 2.30515547e+11 2.30516360e+11 2.30517173e+11 2.30517986e+11 2.30518799e+11 2.30519612e+11 2.30520424e+11 2.30521237e+11 2.30522050e+11 2.30522863e+11 2.30523676e+11 2.30524488e+11 2.30525301e+11 2.30526114e+11 2.30526927e+11 2.30527740e+11 2.30528553e+11 2.30529365e+11 2.30530178e+11 2.30530991e+11 2.30531804e+11 2.30532617e+11 2.30533429e+11 2.30534242e+11 2.30535055e+11 2.30535868e+11 2.30536681e+11 2.30537494e+11 2.30538306e+11 2.30539119e+11 2.30539932e+11 2.30540745e+11 2.30541558e+11 2.30542370e+11 2.30543183e+11 2.30543996e+11 2.30544809e+11 2.30545622e+11 2.30546435e+11 2.30547247e+11 2.30548060e+11 2.30548873e+11 2.30549686e+11 2.30550499e+11 2.30551311e+11 2.30552124e+11 2.30552937e+11 2.30553750e+11 2.30554563e+11 2.30555376e+11 2.30556188e+11 2.30557001e+11 2.30557814e+11 2.30558627e+11 2.30559440e+11 2.30560253e+11 2.30561065e+11 2.30561878e+11 2.30562691e+11 2.30563504e+11 2.30564317e+11 2.30565129e+11 2.30565942e+11 2.30566755e+11 2.30567568e+11 2.30568381e+11 2.30569194e+11 2.30570006e+11 2.30570819e+11 2.30571632e+11 2.30572445e+11 2.30573258e+11 2.30574070e+11 2.30574883e+11 2.30575696e+11 2.30576509e+11 2.30577322e+11 2.30578135e+11 2.30578947e+11 2.30579760e+11 2.30580573e+11 2.30581386e+11 2.30582199e+11 2.30583011e+11 2.30583824e+11 2.30584637e+11 2.30585450e+11 2.30586263e+11 2.30587076e+11 2.30587888e+11 2.30588701e+11 2.30589514e+11 2.30590327e+11 2.30591140e+11 2.30591952e+11 2.30592765e+11 2.30593578e+11 2.30594391e+11 2.30595204e+11 2.30596017e+11 2.30596829e+11 2.30597642e+11 2.30598455e+11 2.30599268e+11 2.30600081e+11 2.30600893e+11 2.30601706e+11 2.30602519e+11 2.30603332e+11 2.30604145e+11 2.30604958e+11 2.30605770e+11 2.30606583e+11 2.30607396e+11 2.30608209e+11 2.30609022e+11 2.30609834e+11 2.30610647e+11 2.30611460e+11 2.30612273e+11 2.30613086e+11 2.30613899e+11 2.30614711e+11 2.30615524e+11 2.30616337e+11 2.30617150e+11 2.30617963e+11 2.30618775e+11 2.30619588e+11 2.30620401e+11 2.30621214e+11 2.30622027e+11 2.30622840e+11 2.30623652e+11 2.30624465e+11 2.30625278e+11] PASSED test_task_cvel.py::cvel_test::test53 combineSpws progress: 20% processed ... combineSpws progress: 40% processed ... combineSpws progress: 60% processed ... combineSpws progress: 80% processed ... combineSpws progress: 100% processed. regridSpw progress: 20% processed ... regridSpw progress: 40% processed ... regridSpw progress: 60% processed ... regridSpw progress: 80% processed ... regridSpw progress: 100% processed. Cvel 53: cvel of a field with ephemeris attached and outframe SOURCE PASSED test_task_cvel.py::cvel_test::test53_outframe_lowercase combineSpws progress: 20% processed ... combineSpws progress: 40% processed ... combineSpws progress: 60% processed ... combineSpws progress: 80% processed ... combineSpws progress: 100% processed. regridSpw progress: 20% processed ... regridSpw progress: 40% processed ... regridSpw progress: 60% processed ... regridSpw progress: 80% processed ... regridSpw progress: 100% processed. Cvel 53: cvel of a field with ephemeris attached and outframe SOURCE PASSED test_task_cvel.py::cvel_test::test6 regridSpw progress: 20% processed ... regridSpw progress: 40% processed ... regridSpw progress: 60% processed ... regridSpw progress: 80% processed ... regridSpw progress: 100% processed. Cvel 6: I/O vis set, more complex input vis, one field selected, one spw selected, passall = True PASSED test_task_cvel.py::cvel_test::test7 combineSpws progress: 20% processed ... combineSpws progress: 40% processed ... combineSpws progress: 60% processed ... combineSpws progress: 80% processed ... combineSpws progress: 100% processed. Cvel 7: I/O vis set, input vis with two spws, one field selected, 2 spws selected, passall = False PASSED test_task_cvel.py::cvel_test::test8 combineSpws progress: 20% processed ... combineSpws progress: 40% processed ... combineSpws progress: 60% processed ... combineSpws progress: 80% processed ... combineSpws progress: 100% processed. regridSpw progress: 20% processed ... regridSpw progress: 40% processed ... regridSpw progress: 60% processed ... regridSpw progress: 80% processed ... regridSpw progress: 100% processed. Cvel 8: I/O vis set, input vis with two spws, one field selected, 2 spws selected, passall = False, regridding 1 PASSED test_task_cvel.py::cvel_test::test9 combineSpws progress: 20% processed ... combineSpws progress: 40% processed ... combineSpws progress: 60% processed ... combineSpws progress: 80% processed ... combineSpws progress: 100% processed. regridSpw progress: 20% processed ... regridSpw progress: 40% processed ... regridSpw progress: 60% processed ... regridSpw progress: 80% processed ... regridSpw progress: 100% processed. Cvel 9: I/O vis set, input vis with two spws, one field selected, 2 spws selected, passall = False, regridding 2 PASSED test_task_cvel.py::cvel_test::test_preaveraging_exception 2023-09-07 15:20:25 SEVERE cvel::::casa Task cvel raised an exception of class RuntimeError with the following message: ERROR: cvel does not regrid properly for channel widths > or = 2x the native channel width, please use mstransform, clean, or tclean for larger regridding. All earlier versions of CASA also have this issue. Cvel pre-averaging exception: check the exception introduced for CAS-9798 *** Expected error *** PASSED - generated xml file: /home/casatest/casa6/casatestutils/nosedir/xml/test_task_cvel/nose.xml - =========================== short test summary info ============================ SKIPPED [1] test_task_cvel.py:486: Skip, this produces an exception since release 4.7.2 as per CAS-9798 SKIPPED [1] test_task_cvel.py:504: Skip, this produces an exception since release 4.7.2 as per CAS-9798 SKIPPED [1] test_task_cvel.py:539: Skip, this produces an exception since release 4.7.2 as per CAS-9798 SKIPPED [1] test_task_cvel.py:580: Skip, this produces an exception since release 4.7.2 as per CAS-9798 SKIPPED [1] test_task_cvel.py:666: Skip, this produces an exception since release 4.7.2 as per CAS-9798 SKIPPED [1] test_task_cvel.py:683: Skip, this produces an exception since release 4.7.2 as per CAS-9798 SKIPPED [1] test_task_cvel.py:1005: Skip, this produces an exception since release 4.7.2 as per CAS-9798 SKIPPED [1] test_task_cvel.py:1023: Skip, this produces an exception since release 4.7.2 as per CAS-9798 SKIPPED [1] test_task_cvel.py:1041: Skip, this produces an exception since release 4.7.2 as per CAS-9798 SKIPPED [1] test_task_cvel.py:1075: Skip, this produces an exception since release 4.7.2 as per CAS-9798 =========== 47 passed, 10 skipped, 16 warnings in 271.11s (0:04:31) ============ ============================= test session starts ============================== platform linux -- Python 3.8.7, pytest-7.4.1, pluggy-1.3.0 -- /usr/local/bin/python3.8 cachedir: .pytest_cache rootdir: /home/casatest/casa6/casatestutils/nosedir/test_task_plotweather configfile: pytest.ini collecting ... collected 10 items test_task_plotweather.py::plotweather_test::test0 Test 0: Default parameters PASSED test_task_plotweather.py::plotweather_test::test1 Test 1: Bad input file PASSED test_task_plotweather.py::plotweather_test::test2 Test 2: ms with no weather, no plot PASSED test_task_plotweather.py::plotweather_test::test3 Test 3: Good input file and output exists PASSED test_task_plotweather.py::plotweather_test::test4 Test 4: Good input file and no output plot exists PASSED test_task_plotweather.py::plotweather_test::test5 Test 5: seasonal_weight PASSED test_task_plotweather.py::plotweather_test::test6 Test 6: pdf output format PASSED test_task_plotweather.py::plotweather_test::test7 Test 7: ps output format SKIPPED (succeeds, total runtime too long) test_task_plotweather.py::plotweather_test::test8 Test 8: eps output format SKIPPED (succeeds, total runtime too long) test_task_plotweather.py::plotweather_test::test9 Test 9: svg output format SKIPPED (succeeds, total runtime too long) - generated xml file: /home/casatest/casa6/casatestutils/nosedir/xml/test_task_plotweather/nose.xml - =========================== short test summary info ============================ SKIPPED [1] test_task_plotweather.py:122: succeeds, total runtime too long SKIPPED [1] test_task_plotweather.py:130: succeeds, total runtime too long SKIPPED [1] test_task_plotweather.py:138: succeeds, total runtime too long ============= 7 passed, 3 skipped, 2 warnings in 473.81s (0:07:53) ============= ============================= test session starts ============================== platform linux -- Python 3.8.7, pytest-7.4.1, pluggy-1.3.0 -- /usr/local/bin/python3.8 cachedir: .pytest_cache rootdir: /home/casatest/casa6/casatestutils/nosedir/test_task_imregrid configfile: pytest.ini collecting ... collected 20 items test_task_imregrid.py::imregrid_test::test1 2023-09-07 15:28:24 WARN imregrid::ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 15:28:35 WARN image::open (file src/tools/image/image_cmpt.cc, line 4208) Another image is already open, closing first 2023-09-07 15:28:36 WARN imregrid::ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 15:28:37 WARN imregrid::ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 15:28:39 WARN imregrid::ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 15:28:41 WARN imregrid::ImageRegrid::regrid You are regridding an image whose beam is not well sampled by the pixel size. Total flux can be lost when regridding such images, especially when the new pixel size is larger than the old pixel size. It is recommended to check the total flux of your input and output image, and if necessary rebin the input to have smaller pixels. 2023-09-07 15:28:41 SEVERE imregrid::image::regrid Exception Reported: Exception: All output pixels are masked. 2023-09-07 15:28:41 SEVERE imregrid::image::regrid+ ... thrown by std::shared_ptr > casa::ImageRegridder::_regrid() const [with T = float] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageRegridder.tcc, line: 189 2023-09-07 15:28:41 SEVERE imregrid::::casa Task imregrid raised an exception of class RuntimeError with the following message: Exception: All output pixels are masked. 2023-09-07 15:28:41 SEVERE imregrid::::casa+ ... thrown by std::shared_ptr > casa::ImageRegridder::_regrid() const [with T = float] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageRegridder.tcc, line: 189 ************* [113 76] ************* [113 76] 25764 values checked ************* shape before [113 76] ************* shape after [339 152] {'coordsys': {'coordsys': {'direction0': {'axes': array(['Right Ascension', 'Declination'], dtype='::_checkOutputShape(const casacore::SubImage&, const std::set&) const [with T = float] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageRegridder.tcc, line: 292 2023-09-07 15:29:00 SEVERE imregrid::::casa Task imregrid raised an exception of class RuntimeError with the following message: Exception: Input axis 2 (coordinate type Stokes), which will not be regridded and corresponds tooutput axis casacore::String::toString(newAxis), has length 1 where as the specified length of the corresponding output axis is 20. If a coordinate is not regridded, its input and output axes must have the same length.. 2023-09-07 15:29:00 SEVERE imregrid::::casa+ ... thrown by void casa::ImageRegridder::_checkOutputShape(const casacore::SubImage&, const std::set&) const [with T = float] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageRegridder.tcc, line: 292 Verify that bad shape specification results in exception PASSED test_task_imregrid.py::imregrid_test::test_default_shape Verify default shape is what users have requested, CAS-4959 PASSED test_task_imregrid.py::imregrid_test::test_degenerate_input_spectral_axis 2023-09-07 15:29:03 SEVERE imregrid::image::regrid Exception Reported: Exception: ah.out.im is currently present in the table cache and so is being used by another process. Please close it in the other process first before attempting to overwrite it. 2023-09-07 15:29:03 SEVERE imregrid::image::regrid+ ... thrown by void casa::ImageTask::_removeExistingFileIfNecessary(const casacore::String&, casacore::Bool, casacore::Bool) const [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageTask.tcc, line: 137 2023-09-07 15:29:03 SEVERE imregrid::::casa Task imregrid raised an exception of class RuntimeError with the following message: Exception: ah.out.im is currently present in the table cache and so is being used by another process. Please close it in the other process first before attempting to overwrite it. 2023-09-07 15:29:03 SEVERE imregrid::::casa+ ... thrown by void casa::ImageTask::_removeExistingFileIfNecessary(const casacore::String&, casacore::Bool, casacore::Bool) const [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageTask.tcc, line: 137 Verify correct behavior for when input has a degenerate spectral axis PASSED test_task_imregrid.py::imregrid_test::test_degenerate_template_spectral_axis 2023-09-07 15:29:06 WARN imregrid::::casa You've specified that you want to regrid the spectral axis without specifying the output shape. Normally the length chosen would be that of the corresponding template axis, however, the template spectral axis is degenerate and one cannot regrid an axis such that its output length is one. So, removing axis 3 from the axes list and just copying the input spectral information to the output image 2023-09-07 15:29:06 SEVERE image::regrid Exception Reported: Exception: ag.out.im is currently present in the table cache and so is being used by another process. Please close it in the other process first before attempting to overwrite it. 2023-09-07 15:29:06 SEVERE image::regrid+ ... thrown by void casa::ImageTask::_removeExistingFileIfNecessary(const casacore::String&, casacore::Bool, casacore::Bool) const [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageTask.tcc, line: 137 2023-09-07 15:29:06 SEVERE imregrid::::casa Task imregrid raised an exception of class RuntimeError with the following message: Exception: ag.out.im is currently present in the table cache and so is being used by another process. Please close it in the other process first before attempting to overwrite it. 2023-09-07 15:29:06 SEVERE imregrid::::casa+ ... thrown by void casa::ImageTask::_removeExistingFileIfNecessary(const casacore::String&, casacore::Bool, casacore::Bool) const [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageTask.tcc, line: 137 2023-09-07 15:29:06 WARN imregrid::::casa You've specified that you want to regrid the spectral axis without specifying the output shape. Normally the length chosen would be that of the corresponding template axis, however, the template spectral axis is degenerate and one cannot regrid an axis such that its output length is one. So, removing axis 3 from the axes list and just copying the input spectral information to the output image Verify correct behavior for when template has a degenerate spectral axis PASSED test_task_imregrid.py::imregrid_test::test_degenerate_template_stokes_axis_and_input_stokes_length_gt_0 2023-09-07 15:29:08 SEVERE imregrid::image::regrid Exception Reported: Exception: Input axis 2 (coordinate type Stokes), which will not be regridded and corresponds tooutput axis casacore::String::toString(newAxis), has length 2 where as the specified length of the corresponding output axis is 1. If a coordinate is not regridded, its input and output axes must have the same length.. 2023-09-07 15:29:08 SEVERE imregrid::image::regrid+ ... thrown by void casa::ImageRegridder::_checkOutputShape(const casacore::SubImage&, const std::set&) const [with T = float] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageRegridder.tcc, line: 292 2023-09-07 15:29:08 SEVERE imregrid::::casa Task imregrid raised an exception of class RuntimeError with the following message: Exception: Input axis 2 (coordinate type Stokes), which will not be regridded and corresponds tooutput axis casacore::String::toString(newAxis), has length 2 where as the specified length of the corresponding output axis is 1. If a coordinate is not regridded, its input and output axes must have the same length.. 2023-09-07 15:29:08 SEVERE imregrid::::casa+ ... thrown by void casa::ImageRegridder::_checkOutputShape(const casacore::SubImage&, const std::set&) const [with T = float] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageRegridder.tcc, line: 292 2023-09-07 15:29:08 SEVERE imregrid::image::regrid Exception Reported: Exception: Input axis 2 (coordinate type Stokes), which will not be regridded and corresponds tooutput axis casacore::String::toString(newAxis), has length 2 where as the specified length of the corresponding output axis is 3. If a coordinate is not regridded, its input and output axes must have the same length.. 2023-09-07 15:29:08 SEVERE imregrid::image::regrid+ ... thrown by void casa::ImageRegridder::_checkOutputShape(const casacore::SubImage&, const std::set&) const [with T = float] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageRegridder.tcc, line: 292 2023-09-07 15:29:08 SEVERE imregrid::::casa Task imregrid raised an exception of class RuntimeError with the following message: Exception: Input axis 2 (coordinate type Stokes), which will not be regridded and corresponds tooutput axis casacore::String::toString(newAxis), has length 2 where as the specified length of the corresponding output axis is 3. If a coordinate is not regridded, its input and output axes must have the same length.. 2023-09-07 15:29:08 SEVERE imregrid::::casa+ ... thrown by void casa::ImageRegridder::_checkOutputShape(const casacore::SubImage&, const std::set&) const [with T = float] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageRegridder.tcc, line: 292 Verify correct behavior for the template image having a degenerate stokes axis PASSED test_task_imregrid.py::imregrid_test::test_get 2023-09-07 15:29:09 SEVERE imregrid::image::regrid Exception Reported: Exception: All output pixels are masked. 2023-09-07 15:29:09 SEVERE imregrid::image::regrid+ ... thrown by std::shared_ptr > casa::ImageRegridder::_regrid() const [with T = float] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageRegridder.tcc, line: 189 2023-09-07 15:29:09 SEVERE imregrid::::casa Task imregrid raised an exception of class RuntimeError with the following message: Exception: All output pixels are masked. 2023-09-07 15:29:09 SEVERE imregrid::::casa+ ... thrown by std::shared_ptr > casa::ImageRegridder::_regrid() const [with T = float] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageRegridder.tcc, line: 189 Test using template='get' works PASSED test_task_imregrid.py::imregrid_test::test_history Test history writing PASSED test_task_imregrid.py::imregrid_test::test_interpolate 2023-09-07 15:29:12 SEVERE imregrid::image::regrid Exception Reported: Unknown interpolation method x 2023-09-07 15:29:12 SEVERE imregrid::::casa Task imregrid raised an exception of class RuntimeError with the following message: Unknown interpolation method x Test interpolation parameter is recognized PASSED test_task_imregrid.py::imregrid_test::test_nested_image Illegal decimation factor for X; setting to unity Illegal decimation factor for Y; setting to unity Verify that one image which lies completely inside the other will not cause failure PASSED test_task_imregrid.py::imregrid_test::test_no_input_spectral Verify if input image has no spectral axis, output will not have spectral axis PASSED test_task_imregrid.py::imregrid_test::test_no_output_stokes Test rule that if input image has no stokes and template image has stokes, output image has no stokes PASSED test_task_imregrid.py::imregrid_test::test_no_template_spectral_axis 2023-09-07 15:29:26 WARN imregrid::ImageRegrid::makeCoordinateSystem (file /source/casa6/casatools/casacore/casacore/images/Images/ImageRegrid.tcc, line 631) Spectral coordinate is not present in the output coordinate system, so it cannot be regridded 2023-09-07 15:29:26 SEVERE imregrid::CoordinateSystem::getWorldAxesOrder (file /source/casa6/casatools/casacore/coordinates/Coordinates/CoordinateSystem.cc, line 4665) No axis matches requested axis frequency. Image axis names are [right ascension, declination, stokes] 2023-09-07 15:29:26 SEVERE imregrid::coordsys::findaxisbyname Error: 2023-09-07 15:29:26 SEVERE imregrid::CoordinateSystem::getWorldAxesOrder (file /source/casa6/casatools/casacore/coordinates/Coordinates/CoordinateSystem.cc, line 4665) No axis matches requested axis frequency. Image axis names are [right ascension, declination, stokes] 2023-09-07 15:29:26 SEVERE imregrid::::casa Task imregrid raised an exception of class RuntimeError with the following message: 2023-09-07 15:29:26 SEVERE imregrid::CoordinateSystem::getWorldAxesOrder (file /source/casa6/casatools/casacore/coordinates/Coordinates/CoordinateSystem.cc, line 4665) No axis matches requested axis frequency. Image axis names are [right ascension, declination, stokes] Verify behavior for when template has no spectral axis, but input does PASSED test_task_imregrid.py::imregrid_test::test_no_template_stokes 2023-09-07 15:29:29 SEVERE imregrid::image::regrid Exception Reported: Exception: Input axis 2 (coordinate type Stokes), which will not be regridded and corresponds tooutput axis casacore::String::toString(newAxis), has length 2 where as the specified length of the corresponding output axis is 1. If a coordinate is not regridded, its input and output axes must have the same length.. 2023-09-07 15:29:29 SEVERE imregrid::image::regrid+ ... thrown by void casa::ImageRegridder::_checkOutputShape(const casacore::SubImage&, const std::set&) const [with T = float] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageRegridder.tcc, line: 292 2023-09-07 15:29:29 SEVERE imregrid::::casa Task imregrid raised an exception of class RuntimeError with the following message: Exception: Input axis 2 (coordinate type Stokes), which will not be regridded and corresponds tooutput axis casacore::String::toString(newAxis), has length 2 where as the specified length of the corresponding output axis is 1. If a coordinate is not regridded, its input and output axes must have the same length.. 2023-09-07 15:29:29 SEVERE imregrid::::casa+ ... thrown by void casa::ImageRegridder::_checkOutputShape(const casacore::SubImage&, const std::set&) const [with T = float] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageRegridder.tcc, line: 292 2023-09-07 15:29:29 SEVERE imregrid::image::regrid Exception Reported: Exception: Input axis 2 (coordinate type Stokes), which will not be regridded and corresponds tooutput axis casacore::String::toString(newAxis), has length 2 where as the specified length of the corresponding output axis is 3. If a coordinate is not regridded, its input and output axes must have the same length.. 2023-09-07 15:29:29 SEVERE imregrid::image::regrid+ ... thrown by void casa::ImageRegridder::_checkOutputShape(const casacore::SubImage&, const std::set&) const [with T = float] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageRegridder.tcc, line: 292 2023-09-07 15:29:29 SEVERE imregrid::::casa Task imregrid raised an exception of class RuntimeError with the following message: Exception: Input axis 2 (coordinate type Stokes), which will not be regridded and corresponds tooutput axis casacore::String::toString(newAxis), has length 2 where as the specified length of the corresponding output axis is 3. If a coordinate is not regridded, its input and output axes must have the same length.. 2023-09-07 15:29:29 SEVERE imregrid::::casa+ ... thrown by void casa::ImageRegridder::_checkOutputShape(const casacore::SubImage&, const std::set&) const [with T = float] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageRegridder.tcc, line: 292 Test rule that if input image has stokes and template image does not have stokes, output image has stokes PASSED test_task_imregrid.py::imregrid_test::test_ref_code_preserves_position 2023-09-07 15:29:33 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:29:33 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:29:33 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:29:33 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:29:33 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:29:33 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:29:33 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:29:33 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:29:33 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:29:34 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:29:36 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:29:36 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:29:36 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:29:36 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:29:36 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:29:39 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:29:39 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:29:39 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:29:39 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:29:39 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:29:39 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:29:39 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:29:39 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:29:39 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:29:40 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:29:42 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:29:42 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:29:42 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:29:42 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:29:42 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:29:44 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:29:44 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:29:44 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:29:44 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:29:44 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:29:44 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:29:44 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:29:44 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:29:44 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:29:45 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:29:46 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:29:46 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:29:46 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:29:46 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:29:46 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:29:48 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:29:48 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:29:49 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:29:49 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:29:49 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:29:49 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:29:49 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:29:49 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:29:49 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:29:49 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:29:51 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:29:51 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:29:51 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:29:51 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:29:51 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:29:53 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:29:53 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:29:53 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:29:53 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:29:53 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:29:54 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:29:54 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:29:54 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:29:54 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:29:54 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:29:58 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:29:58 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:29:58 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:29:58 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:29:58 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:29:59 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:29:59 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:29:59 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:29:59 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:29:59 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:29:59 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:29:59 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:30:00 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:30:00 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:30:00 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:30:01 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:30:01 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:30:02 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:30:02 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:30:02 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:30:03 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:30:03 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:30:03 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:30:03 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:30:03 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:30:03 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:30:03 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:30:03 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:30:03 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:30:04 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:30:06 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:30:06 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:30:06 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:30:06 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:30:06 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:30:11 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:30:11 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:30:11 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:30:11 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:30:11 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:30:11 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:30:11 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:30:11 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:30:11 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:30:12 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:30:16 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:30:16 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:30:16 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:30:16 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:30:16 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:30:21 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:30:21 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:30:21 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:30:21 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:30:21 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:30:21 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:30:21 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:30:21 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:30:21 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:30:21 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:30:24 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:30:24 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:30:24 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:30:24 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:30:24 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:30:30 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:30:30 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:30:30 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:30:30 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:30:30 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:30:30 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:30:30 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:30:30 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:30:30 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:30:31 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:30:34 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:30:34 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:30:34 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:30:34 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:30:34 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:30:39 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:30:39 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:30:39 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:30:39 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:30:39 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:30:39 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:30:39 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:30:39 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:30:39 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:30:40 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:30:43 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:30:43 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:30:43 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:30:43 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:30:43 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:30:45 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:30:45 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:30:45 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:30:45 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:30:45 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:30:45 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:30:45 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:30:45 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:30:45 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:30:46 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:30:47 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:30:47 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:30:47 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:30:47 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:30:47 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:30:49 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:30:49 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:30:49 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:30:49 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:30:49 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:30:49 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:30:49 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:30:49 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:30:49 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:30:49 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:30:51 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:30:51 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:30:51 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:30:51 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:30:51 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:30:53 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:30:53 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:30:54 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:30:54 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:30:54 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:30:54 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:30:54 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:30:54 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:30:54 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:30:54 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:30:56 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:30:56 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:30:56 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:30:56 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:30:56 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:30:58 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:30:58 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:30:58 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:30:58 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:30:58 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:30:58 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:30:58 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:30:58 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:30:58 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:30:59 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:31:03 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:31:03 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:31:03 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:31:03 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:31:03 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:31:07 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:31:07 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:31:08 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:31:08 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:31:08 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:31:08 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:31:08 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:31:08 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:31:08 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:31:08 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:31:10 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:31:10 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:31:10 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:31:10 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:31:10 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:31:14 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:31:14 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:31:14 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:31:14 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:31:14 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:31:14 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:31:14 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:31:15 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:31:15 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:31:15 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:31:19 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:31:19 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:31:19 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:31:19 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:31:19 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:31:20 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:31:20 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:31:21 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:31:21 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:31:21 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:31:21 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:31:21 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:31:21 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:31:21 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:31:21 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:31:23 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:31:23 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:31:23 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:31:23 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:31:23 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:31:24 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:31:24 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:31:25 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:31:25 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:31:25 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:31:25 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:31:25 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:31:25 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:31:25 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:31:25 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:31:27 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:31:27 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:31:27 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:31:27 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:31:27 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:31:29 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:31:29 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:31:29 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:31:29 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:31:29 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:31:29 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:31:29 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:31:30 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:31:30 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:31:30 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:31:32 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:31:32 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:31:32 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:31:32 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:31:32 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:31:33 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:31:33 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:31:34 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:31:34 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:31:34 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:31:34 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:31:34 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:31:34 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:31:34 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:31:34 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:31:39 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:31:39 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:31:40 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:31:40 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:31:40 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:31:42 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:31:42 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:31:42 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:31:42 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:31:42 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:31:42 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:31:42 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:31:42 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:31:42 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:31:42 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:31:44 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:31:44 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:31:44 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:31:44 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:31:44 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:31:46 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:31:46 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:31:46 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:31:46 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:31:46 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:31:46 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:31:46 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:31:46 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:31:46 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:31:47 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:31:49 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:31:49 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:31:50 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:31:50 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:31:50 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:31:51 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:31:51 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:31:51 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:31:51 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:31:51 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:31:51 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:31:51 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:31:51 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:31:51 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:31:52 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:31:54 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:31:54 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:31:54 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:31:54 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:31:54 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:31:55 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:31:55 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:31:56 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:31:56 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:31:56 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:31:56 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:31:56 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:31:56 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:31:56 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:31:56 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:32:00 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:32:00 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:32:00 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:32:00 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:32:00 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:32:04 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:32:04 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:32:04 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:32:04 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:32:04 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:32:04 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:32:04 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:32:04 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:32:04 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:32:04 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:32:07 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:32:07 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:32:07 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:32:07 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:32:07 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:32:12 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:32:12 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:32:12 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:32:12 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:32:12 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:32:12 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:32:12 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:32:12 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:32:12 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:32:13 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:32:14 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:32:14 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:32:14 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:32:14 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:32:15 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:32:17 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:32:17 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:32:17 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:32:17 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:32:17 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:32:17 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:32:17 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:32:17 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:32:17 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:32:18 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:32:19 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:32:19 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:32:19 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:32:19 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:32:19 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:32:21 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:32:21 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:32:21 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:32:21 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:32:21 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:32:21 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:32:21 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:32:21 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:32:21 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:32:21 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:32:23 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:32:23 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:32:24 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:32:24 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:32:24 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:32:25 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:32:25 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:32:25 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:32:25 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:32:25 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:32:25 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:32:25 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:32:25 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:32:25 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:32:26 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:32:27 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:32:27 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:32:27 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:32:27 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:32:27 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:32:29 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:32:29 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:32:29 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:32:29 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:32:29 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:32:29 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:32:29 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:32:29 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:32:29 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:32:30 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:32:31 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:32:31 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:32:31 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:32:31 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:32:31 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:32:33 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:32:33 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:32:33 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:32:33 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:32:33 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:32:33 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:32:33 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:32:33 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:32:33 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:32:34 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:32:35 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:32:35 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:32:35 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:32:35 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:32:35 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:32:37 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:32:37 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:32:37 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:32:37 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:32:37 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:32:37 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:32:37 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:32:37 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:32:37 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:32:38 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:32:40 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:32:40 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:32:40 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:32:40 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:32:40 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:32:45 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:32:45 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:32:45 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:32:45 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:32:45 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:32:45 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:32:45 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:32:45 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:32:45 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:32:46 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:32:47 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:32:47 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:32:47 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:32:47 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:32:47 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:32:49 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:32:49 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:32:49 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:32:49 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:32:49 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:32:49 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:32:49 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:32:49 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:32:49 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:32:50 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:32:51 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:32:51 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:32:52 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:32:52 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:32:52 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:32:53 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:32:53 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:32:53 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:32:53 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:32:53 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:32:53 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:32:53 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:32:53 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:32:53 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:32:53 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:32:56 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:32:56 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:32:56 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:32:56 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:32:56 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:32:57 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:32:57 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:32:58 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:32:58 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:32:58 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:32:58 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:32:58 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:32:58 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:32:58 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:32:58 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:33:00 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:33:00 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:33:00 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:33:00 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:33:00 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:33:01 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:33:01 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:33:02 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:33:02 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:33:02 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:33:02 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:33:02 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:33:02 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:33:02 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:33:02 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:33:04 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:33:04 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:33:05 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:33:05 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:33:05 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:33:07 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:33:07 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:33:07 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:33:07 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:33:07 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:33:07 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:33:07 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:33:07 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:33:07 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:33:08 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:33:10 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:33:10 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:33:10 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:33:10 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:33:10 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:33:11 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:33:11 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:33:12 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:33:12 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:33:12 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:33:12 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:33:12 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:33:12 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:33:12 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:33:12 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:33:17 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:33:17 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:33:17 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:33:17 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:33:17 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:33:22 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:33:22 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:33:22 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:33:22 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:33:22 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:33:22 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:33:22 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:33:22 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:33:22 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:33:22 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:33:25 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:33:25 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:33:25 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:33:25 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:33:25 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:33:28 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:33:28 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:33:28 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:33:28 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:33:28 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:33:28 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:33:28 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:33:28 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:33:28 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:33:29 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:33:31 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:33:31 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:33:31 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:33:31 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:33:31 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:33:33 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:33:33 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:33:33 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:33:33 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:33:33 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:33:33 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:33:33 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:33:33 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:33:33 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:33:33 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:33:35 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:33:35 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:33:35 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:33:35 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:33:35 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:33:36 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:33:36 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:33:37 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:33:37 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:33:37 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:33:37 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:33:37 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:33:37 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:33:37 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:33:37 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:33:38 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:33:38 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:33:38 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:33:38 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:33:38 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:33:40 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:33:40 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:33:40 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:33:40 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:33:40 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:33:41 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:33:41 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:33:41 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:33:41 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:33:41 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:33:43 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:33:43 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:33:43 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:33:43 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:33:43 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:33:46 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:33:46 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:33:46 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:33:46 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:33:46 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:33:46 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:33:46 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:33:46 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:33:46 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:33:47 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:33:51 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:33:51 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:33:51 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:33:51 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:33:51 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:33:52 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:33:52 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:33:53 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:33:53 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:33:53 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:33:53 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:33:53 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:33:53 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:33:53 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:33:53 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:33:54 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:33:54 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:33:55 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:33:55 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:33:55 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:33:56 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:33:56 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:33:57 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:33:57 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:33:57 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:33:57 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:33:57 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:33:57 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:33:57 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:33:57 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:33:58 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:33:58 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:33:58 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:33:58 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:33:58 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:34:00 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:34:00 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:34:00 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:34:00 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:34:00 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:34:00 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:34:00 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:34:00 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:34:00 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:34:01 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:34:02 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:34:02 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:34:02 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:34:02 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:34:02 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:34:05 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:34:05 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:34:05 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:34:05 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:34:05 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:34:05 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:34:05 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:34:05 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:34:05 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:34:06 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:34:07 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:34:07 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:34:07 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:34:07 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:34:07 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:34:09 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:34:09 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:34:09 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:34:09 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:34:09 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:34:09 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:34:09 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:34:09 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:34:09 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:34:10 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:34:12 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:34:12 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:34:13 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:34:13 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:34:13 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:34:14 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:34:14 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:34:14 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:34:14 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:34:14 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:34:14 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:34:14 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:34:15 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:34:15 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:34:15 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:34:16 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:34:16 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:34:17 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:34:17 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:34:17 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:34:18 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:34:18 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:34:18 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:34:18 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:34:18 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:34:18 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:34:18 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:34:18 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:34:18 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:34:19 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:34:24 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:34:24 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:34:24 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:34:24 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:34:24 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:34:28 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:34:28 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:34:28 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:34:28 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:34:28 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:34:28 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:34:28 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:34:28 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:34:28 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:34:29 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:34:32 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:34:32 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:34:32 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:34:32 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:34:32 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:34:37 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:34:37 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:34:37 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:34:37 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:34:37 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:34:37 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:34:37 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:34:37 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:34:37 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:34:38 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:34:41 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 15:34:41 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 15:34:41 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 15:34:41 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 15:34:41 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel Test that regridding to new refcode preserves source positions diff [0.] diff [0.] diff [0.] diff [0.] diff [0.] diff [0.] diff [0.] diff [0.] diff [0.] diff [0.] diff [0.] diff [0.] diff [0.] diff [0.] diff [0.] diff [0.] diff [0.] diff [0.] diff [0.] diff [0.] diff [0.] diff [0.] diff [0.] diff [0.] diff [0.] diff [0.] diff [0.] diff [0.] diff [0.] diff [0.] diff [0.] diff [0.] diff [0.] diff [0.] diff [0.] diff [0.] diff [0.] diff [0.] diff [0.] diff [0.] diff [0.] diff [0.] diff [0.] diff [0.] diff [0.] diff [0.] diff [0.] diff [0.] diff [0.] diff [0.] diff [0.] diff [0.] diff [0.] diff [0.] diff [0.] PASSED test_task_imregrid.py::imregrid_test::test_template_stokes_length_and_input_stokes_length_gt_1 2023-09-07 15:34:44 WARN imregrid::ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap. PASSED test_task_imregrid.py::imregrid_test::test_template_stokes_length_gt_1_and_input_stokes_length_gt_0 2023-09-07 15:34:51 SEVERE imregrid::image::regrid Exception Reported: Exception: Input image and template coordinate system have no common stokes.. 2023-09-07 15:34:51 SEVERE imregrid::image::regrid+ ... thrown by void casa::ImageRegridderBase::_finishConstruction() [with T = float] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageRegridderBase.tcc, line: 138 2023-09-07 15:34:51 SEVERE imregrid::::casa Task imregrid raised an exception of class RuntimeError with the following message: Exception: Input image and template coordinate system have no common stokes.. 2023-09-07 15:34:51 SEVERE imregrid::::casa+ ... thrown by void casa::ImageRegridderBase::_finishConstruction() [with T = float] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageRegridderBase.tcc, line: 138 2023-09-07 15:34:52 SEVERE imregrid::image::regrid Exception Reported: Exception: Specified output stokes axis length (3) does not match the number of common stokes (1) in the input image and template coordinate system.. 2023-09-07 15:34:52 SEVERE imregrid::image::regrid+ ... thrown by void casa::ImageRegridderBase::_finishConstruction() [with T = float] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageRegridderBase.tcc, line: 143 2023-09-07 15:34:52 SEVERE imregrid::::casa Task imregrid raised an exception of class RuntimeError with the following message: Exception: Specified output stokes axis length (3) does not match the number of common stokes (1) in the input image and template coordinate system.. 2023-09-07 15:34:52 SEVERE imregrid::::casa+ ... thrown by void casa::ImageRegridderBase::_finishConstruction() [with T = float] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageRegridderBase.tcc, line: 143 Verify correct behavior for the template image having a stokes axis of length > 1 PASSED - generated xml file: /home/casatest/casa6/casatestutils/nosedir/xml/test_task_imregrid/nose.xml - ================== 20 passed, 2 warnings in 396.54s (0:06:36) ================== Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_spxfit/ Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_spxfit Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_task_spxfit/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_task_spxfit/ Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_tsdimaging/ Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_tsdimaging Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_task_tsdimaging/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_task_tsdimaging/ Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_importfitsidi/ Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_importfitsidi Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_task_importfitsidi/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_task_importfitsidi/ Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_importatca/ Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_importatca Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_task_importatca/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_task_importatca/ Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_importvla/ Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_importvla Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_task_importvla/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_task_importvla/ Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_importasap/ Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_importasap Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_task_importasap/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_task_importasap/ Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_makemask/ Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_makemask Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_task_makemask/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_task_makemask/ Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_specflux/ Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_specflux Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_task_specflux/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_task_specflux/ Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_uvcontsub_old Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_task_uvcontsub_old/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_gaincal/ Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_gaincal Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_task_gaincal/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_task_gaincal/ Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_listfits/ Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_listfits Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_task_listfits/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_task_listfits/ Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_sdintimaging/ Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_sdintimaging Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_task_sdintimaging/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_task_sdintimaging/ Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_simanalyze/ Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_simanalyze Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_task_simanalyze/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_task_simanalyze/ Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_listsdm/ Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_listsdm Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_task_listsdm/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_task_listsdm/ Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_gencal/ Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_gencal Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_task_gencal/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_task_gencal/ Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_rerefant/ Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_rerefant Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_task_rerefant/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_task_rerefant/ Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_sdsmooth/ Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_sdsmooth Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_task_sdsmooth/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_task_sdsmooth/ Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_cvel/ Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_cvel Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_task_cvel/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_task_cvel/ Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_plotweather/ Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_plotweather Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_task_plotweather/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_task_plotweather/ Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_imregrid/ Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_imregrid Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_task_imregrid/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_task_imregrid/ Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_sdfixscan/ Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_sdfixscan Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_task_sdfixscan/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_task_sdfixscan/============================= test session starts ============================== platform linux -- Python 3.8.7, pytest-7.4.1, pluggy-1.3.0 -- /usr/local/bin/python3.8 cachedir: .pytest_cache rootdir: /home/casatest/casa6/casatestutils/nosedir/test_task_sdfixscan configfile: pytest.ini collecting ... collected 18 items test_task_sdfixscan.py::sdfixscan_test0::test000 2023-09-07 15:34:59 SEVERE sdfixscan::::casa Traceback (most recent call last): 2023-09-07 15:34:59 SEVERE sdfixscan::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdfixscan.py", line 46, in sdfixscan 2023-09-07 15:34:59 SEVERE sdfixscan::::casa+ worker.initialize() 2023-09-07 15:34:59 SEVERE sdfixscan::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdfixscan.py", line 62, in initialize 2023-09-07 15:34:59 SEVERE sdfixscan::::casa+ self.parameter_check() 2023-09-07 15:34:59 SEVERE sdfixscan::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdfixscan.py", line 128, in parameter_check 2023-09-07 15:34:59 SEVERE sdfixscan::::casa+ raise Exception("infiles should be a list of input images for Basket-Weaving.") 2023-09-07 15:34:59 SEVERE sdfixscan::::casa+ Exception: infiles should be a list of input images for Basket-Weaving. 2023-09-07 15:34:59 SEVERE sdfixscan::::casa infiles should be a list of input images for Basket-Weaving. 2023-09-07 15:34:59 SEVERE sdfixscan::::casa Task sdfixscan raised an exception of class Exception with the following message: infiles should be a list of input images for Basket-Weaving. Test 000: Default parameters. PASSED test_task_sdfixscan.py::sdfixscan_test0::test001 2023-09-07 15:34:59 SEVERE sdfixscan::::casa Traceback (most recent call last): 2023-09-07 15:34:59 SEVERE sdfixscan::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdfixscan.py", line 46, in sdfixscan 2023-09-07 15:34:59 SEVERE sdfixscan::::casa+ worker.initialize() 2023-09-07 15:34:59 SEVERE sdfixscan::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdfixscan.py", line 62, in initialize 2023-09-07 15:34:59 SEVERE sdfixscan::::casa+ self.parameter_check() 2023-09-07 15:34:59 SEVERE sdfixscan::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdfixscan.py", line 128, in parameter_check 2023-09-07 15:34:59 SEVERE sdfixscan::::casa+ raise Exception("infiles should be a list of input images for Basket-Weaving.") 2023-09-07 15:34:59 SEVERE sdfixscan::::casa+ Exception: infiles should be a list of input images for Basket-Weaving. 2023-09-07 15:34:59 SEVERE sdfixscan::::casa infiles should be a list of input images for Basket-Weaving. 2023-09-07 15:34:59 SEVERE sdfixscan::::casa Task sdfixscan raised an exception of class Exception with the following message: infiles should be a list of input images for Basket-Weaving. Test 001: only 1 image is given for Basket-Weaving. PASSED test_task_sdfixscan.py::sdfixscan_test0::test002 2023-09-07 15:34:59 SEVERE sdfixscan::::casa Traceback (most recent call last): 2023-09-07 15:34:59 SEVERE sdfixscan::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdfixscan.py", line 46, in sdfixscan 2023-09-07 15:34:59 SEVERE sdfixscan::::casa+ worker.initialize() 2023-09-07 15:34:59 SEVERE sdfixscan::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdfixscan.py", line 62, in initialize 2023-09-07 15:34:59 SEVERE sdfixscan::::casa+ self.parameter_check() 2023-09-07 15:34:59 SEVERE sdfixscan::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdfixscan.py", line 135, in parameter_check 2023-09-07 15:34:59 SEVERE sdfixscan::::casa+ raise Exception('direction must have at least two different direction.') 2023-09-07 15:34:59 SEVERE sdfixscan::::casa+ Exception: direction must have at least two different direction. 2023-09-07 15:34:59 SEVERE sdfixscan::::casa direction must have at least two different direction. 2023-09-07 15:34:59 SEVERE sdfixscan::::casa Task sdfixscan raised an exception of class Exception with the following message: direction must have at least two different direction. Test 002: direction is not given for Basket-Weaving. PASSED test_task_sdfixscan.py::sdfixscan_test0::test003 2023-09-07 15:34:59 SEVERE sdfixscan::::casa Traceback (most recent call last): 2023-09-07 15:34:59 SEVERE sdfixscan::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdfixscan.py", line 46, in sdfixscan 2023-09-07 15:34:59 SEVERE sdfixscan::::casa+ worker.initialize() 2023-09-07 15:34:59 SEVERE sdfixscan::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdfixscan.py", line 62, in initialize 2023-09-07 15:34:59 SEVERE sdfixscan::::casa+ self.parameter_check() 2023-09-07 15:34:59 SEVERE sdfixscan::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdfixscan.py", line 114, in parameter_check 2023-09-07 15:34:59 SEVERE sdfixscan::::casa+ raise Exception("infiles allows only one input file for pressed-out method.") 2023-09-07 15:34:59 SEVERE sdfixscan::::casa+ Exception: infiles allows only one input file for pressed-out method. 2023-09-07 15:34:59 SEVERE sdfixscan::::casa infiles allows only one input file for pressed-out method. 2023-09-07 15:34:59 SEVERE sdfixscan::::casa Task sdfixscan raised an exception of class Exception with the following message: infiles allows only one input file for pressed-out method. Test 003: Multiple images are given for Press. PASSED test_task_sdfixscan.py::sdfixscan_test0::test004 2023-09-07 15:34:59 SEVERE sdfixscan::::casa Traceback (most recent call last): 2023-09-07 15:34:59 SEVERE sdfixscan::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdfixscan.py", line 46, in sdfixscan 2023-09-07 15:34:59 SEVERE sdfixscan::::casa+ worker.initialize() 2023-09-07 15:34:59 SEVERE sdfixscan::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdfixscan.py", line 62, in initialize 2023-09-07 15:34:59 SEVERE sdfixscan::::casa+ self.parameter_check() 2023-09-07 15:34:59 SEVERE sdfixscan::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdfixscan.py", line 120, in parameter_check 2023-09-07 15:34:59 SEVERE sdfixscan::::casa+ raise Exception("direction allows only one direction for pressed-out method.") 2023-09-07 15:34:59 SEVERE sdfixscan::::casa+ Exception: direction allows only one direction for pressed-out method. 2023-09-07 15:34:59 SEVERE sdfixscan::::casa direction allows only one direction for pressed-out method. 2023-09-07 15:34:59 SEVERE sdfixscan::::casa Task sdfixscan raised an exception of class Exception with the following message: direction allows only one direction for pressed-out method. Test 004: direction is not given for Press. PASSED test_task_sdfixscan.py::sdfixscan_test0::test005 2023-09-07 15:35:00 SEVERE image::newimagefromimage (file src/tools/image/image_cmpt.cc, line 4129) Exception Reported: sdfixscanTest0.im already exists at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/SubImageFactory.tcc, line: 225 2023-09-07 15:35:00 SEVERE sdfixscan::::casa Traceback (most recent call last): 2023-09-07 15:35:00 SEVERE sdfixscan::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdfixscan.py", line 47, in sdfixscan 2023-09-07 15:35:00 SEVERE sdfixscan::::casa+ worker.execute() 2023-09-07 15:35:00 SEVERE sdfixscan::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdfixscan.py", line 143, in execute 2023-09-07 15:35:00 SEVERE sdfixscan::::casa+ self.__execute_basket_weaving() 2023-09-07 15:35:00 SEVERE sdfixscan::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdfixscan.py", line 347, in __execute_basket_weaving 2023-09-07 15:35:00 SEVERE sdfixscan::::casa+ outimage = ia.newimagefromimage( 2023-09-07 15:35:00 SEVERE sdfixscan::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/image.py", line 4154, in newimagefromimage 2023-09-07 15:35:00 SEVERE sdfixscan::::casa+ return _wrap_image(swig_object=self._swigobj.newimagefromimage(infile, outfile, region, mask, dropdeg, overwrite)) 2023-09-07 15:35:00 SEVERE sdfixscan::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/__casac__/image.py", line 8609, in newimagefromimage 2023-09-07 15:35:00 SEVERE sdfixscan::::casa+ return _image.image_newimagefromimage(self, *args, **kwargs) 2023-09-07 15:35:00 SEVERE sdfixscan::::casa+ RuntimeError: sdfixscanTest0.im already exists at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/SubImageFactory.tcc, line: 225 2023-09-07 15:35:00 SEVERE sdfixscan::::casa sdfixscanTest0.im already exists at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/SubImageFactory.tcc, line: 225 2023-09-07 15:35:00 SEVERE sdfixscan::::casa Task sdfixscan raised an exception of class RuntimeError with the following message: sdfixscanTest0.im already exists at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/SubImageFactory.tcc, line: 225 Test 005: Existing output image file. PASSED test_task_sdfixscan.py::sdfixscan_test0::test006 2023-09-07 15:35:00 SEVERE image::_convolve2d (file src/tools/image/image_cmpt.cc, line 1212) Exception Reported: Gaussian2DParam::setMajorAxis(const T &width) - width must be positive 2023-09-07 15:35:00 SEVERE sdfixscan::::casa Traceback (most recent call last): 2023-09-07 15:35:00 SEVERE sdfixscan::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdfixscan.py", line 47, in sdfixscan 2023-09-07 15:35:00 SEVERE sdfixscan::::casa+ worker.execute() 2023-09-07 15:35:00 SEVERE sdfixscan::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdfixscan.py", line 141, in execute 2023-09-07 15:35:00 SEVERE sdfixscan::::casa+ self.__execute_press() 2023-09-07 15:35:00 SEVERE sdfixscan::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdfixscan.py", line 198, in __execute_press 2023-09-07 15:35:00 SEVERE sdfixscan::::casa+ self.convimage = self.image.convolve2d(outfile=self.tmppolyname, 2023-09-07 15:35:00 SEVERE sdfixscan::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/image.py", line 1062, in convolve2d 2023-09-07 15:35:00 SEVERE sdfixscan::::casa+ return _wrap_image(swig_object=self._swigobj.convolve2d(outfile, axes, type, major, minor, pa, scale, region, mask, overwrite, stretch, targetres, beam)) 2023-09-07 15:35:00 SEVERE sdfixscan::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/__casac__/image.py", line 2411, in convolve2d 2023-09-07 15:35:00 SEVERE sdfixscan::::casa+ return _image.image_convolve2d(self, *args, **kwargs) 2023-09-07 15:35:00 SEVERE sdfixscan::::casa+ RuntimeError: Gaussian2DParam::setMajorAxis(const T &width) - width must be positive 2023-09-07 15:35:00 SEVERE sdfixscan::::casa Gaussian2DParam::setMajorAxis(const T &width) - width must be positive 2023-09-07 15:35:00 SEVERE sdfixscan::::casa Task sdfixscan raised an exception of class RuntimeError with the following message: Gaussian2DParam::setMajorAxis(const T &width) - width must be positive Test 006: Zero beamsize for Press. PASSED test_task_sdfixscan.py::sdfixscan_test1::test100 Test 100: Pressed method using whole pixels. 0 1 PASSED test_task_sdfixscan.py::sdfixscan_test1::test100_2d Test 100_2d: Pressed method using whole pixels for 2D image. 0 1 PASSED test_task_sdfixscan.py::sdfixscan_test1::test100_3d Test 100_3d: Pressed method using whole pixels for 3D image. 0 1 PASSED test_task_sdfixscan.py::sdfixscan_test1::test101 Test 101: Pressed method with certain threshold. 0 1 PASSED test_task_sdfixscan.py::sdfixscan_test1::test102 Test 102: Test mask in pressed method using whole pixels. 0 1 PASSED test_task_sdfixscan.py::sdfixscan_test2::test200 Test 200: FFT based Basket-Weaving using whole pixels. 0 1 PASSED test_task_sdfixscan.py::sdfixscan_test2::test200_2d Test 200_2d: FFT based Basket-Weaving using whole pixels for 2D image. 0 1 PASSED test_task_sdfixscan.py::sdfixscan_test2::test200_3d Test 200_3d: FFT based Basket-Weaving using whole pixels for 3D image. 0 1 PASSED test_task_sdfixscan.py::sdfixscan_test2::test201 Test 201: FFT based Basket-Weaving with certain threshold. 0 1 PASSED test_task_sdfixscan.py::sdfixscan_test2::test202 Test 202: Test mask in FFT based Basket-Weaving using whole pixels. 0 1 PASSED test_task_sdfixscan.py::sdfixscan_test2::test203 Test 203: test for len(infiles) > len(direction). 0 1 PASSED - generated xml file: /home/casatest/casa6/casatestutils/nosedir/xml/test_task_sdfixscan/nose.xml - ================== 18 passed, 2 warnings in 95.44s (0:01:35) =================== ============================= test session starts ============================== platform linux -- Python 3.8.7, pytest-7.4.1, pluggy-1.3.0 -- /usr/local/bin/python3.8 cachedir: .pytest_cache rootdir: /home/casatest/casa6/casatestutils/nosedir/test_task_polfromgain configfile: pytest.ini collecting ... MPIEnvironment not Enabled MPIEnvironment not Enabled MPIEnvironment not Enabled MPIEnvironment not Enabled collected 4 items test_task_polfromgain.py::polfromgain_test::test_calTable Check that using the caltable param creates a new cal file MPIEnvironment not Enabled PASSED test_task_polfromgain.py::polfromgain_test::test_calTableContains 2023-09-07 15:36:39 SEVERE getcol::WEIGHT Exception Reported: Table DataManager error: Invalid operation: SSMIndColumn::getShape: no array in row 0 in column WEIGHT of table /home/casatest/casa6/casatestutils/nosedir/test_task_polfromgain/polfromgainout.cal 2023-09-07 15:36:39 SEVERE getcol::WEIGHT Exception Reported: Table DataManager error: Invalid operation: SSMIndColumn::getShape: no array in row 0 in column WEIGHT of table /home/casatest/casa6/casatestutils/nosedir/test_task_polfromgain/refcopy.cal Check that the contents of the calibration table match the reference file MPIEnvironment not Enabled PASSED test_task_polfromgain.py::polfromgain_test::test_dictContains Check that the dict contains all the correct infromation MPIEnvironment not Enabled {'1331+30500002_0': {}, '1445+09900002_0': {'Spw0': [1.0, 0.008513461714434822, 0.025951259064681074, 0.0], 'SpwAve': [1.0, 0.008513461714434822, 0.025951259064681074, 0.0]}, 'N5921_2': {}} {'1331+30500002_0': {}, '1445+09900002_0': {'Spw0': [1.0, 0.008513463770300425, 0.025951269611231682, 0.0], 'SpwAve': [1.0, 0.008513463770300425, 0.025951269611231682, 0.0]}, 'N5921_2': {}} False PASSED test_task_polfromgain.py::polfromgain_test::test_dictOutput Check that the task takes a MS and outputs a dictionary MPIEnvironment not Enabled PASSEDMPIEnvironment not Enabled - generated xml file: /home/casatest/casa6/casatestutils/nosedir/xml/test_task_polfromgain/nose.xml - ======================== 4 passed, 6 warnings in 5.48s ========================= ============================= test session starts ============================== platform linux -- Python 3.8.7, pytest-7.4.1, pluggy-1.3.0 -- /usr/local/bin/python3.8 cachedir: .pytest_cache rootdir: /home/casatest/casa6/casatestutils/nosedir/test_task_sdsidebandsplit configfile: pytest.ini collecting ... collected 20 items test_task_sdsidebandsplit.py::failureTestCase::test_imagename_1image 2023-09-07 15:36:42 SEVERE sdsidebandsplit:::: Exception Reported: At least two valid input data are required for processing 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa Traceback (most recent call last): 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdsidebandsplit.py", line 13, in sdsidebandsplit 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa+ separator.open(imagename) 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/sidebandseparator.py", line 27, in open 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa+ return self._swigobj.open(imagename) 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/__casac__/sidebandseparator.py", line 135, in open 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa+ return _sidebandseparator.sidebandseparator_open(self, *args, **kwargs) 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa+ RuntimeError: At least two valid input data are required for processing 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa At least two valid input data are required for processing 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa Task sdsidebandsplit raised an exception of class RuntimeError with the following message: At least two valid input data are required for processing Test failure: len(imagename)<2. PASSED test_task_sdsidebandsplit.py::failureTestCase::test_imagename_invalidname Test failure: len(imagename)==2 but includes an invalid imagename. PASSED test_task_sdsidebandsplit.py::failureTestCase::test_outfile_exists 2023-09-07 15:36:42 SEVERE sdsidebandsplit:::: Exception Reported: Image separated.image.signalband already exists. 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa Traceback (most recent call last): 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdsidebandsplit.py", line 27, in sdsidebandsplit 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa+ separator.separate(outfile, overwrite) 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/sidebandseparator.py", line 69, in separate 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa+ return self._swigobj.separate(outfile, overwrite) 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/__casac__/sidebandseparator.py", line 300, in separate 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa+ return _sidebandseparator.sidebandseparator_separate(self, *args, **kwargs) 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa+ RuntimeError: Image separated.image.signalband already exists. 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa Image separated.image.signalband already exists. 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa Task sdsidebandsplit raised an exception of class RuntimeError with the following message: Image separated.image.signalband already exists. 2023-09-07 15:36:42 SEVERE sdsidebandsplit:::: Exception Reported: Image separated.image.imageband already exists. 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa Traceback (most recent call last): 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdsidebandsplit.py", line 27, in sdsidebandsplit 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa+ separator.separate(outfile, overwrite) 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/sidebandseparator.py", line 69, in separate 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa+ return self._swigobj.separate(outfile, overwrite) 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/__casac__/sidebandseparator.py", line 300, in separate 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa+ return _sidebandseparator.sidebandseparator_separate(self, *args, **kwargs) 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa+ RuntimeError: Image separated.image.imageband already exists. 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa Image separated.image.imageband already exists. 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa Task sdsidebandsplit raised an exception of class RuntimeError with the following message: Image separated.image.imageband already exists. Test failure: overwrite=F and outfile already exists. Test signalband Test imageband PASSED test_task_sdsidebandsplit.py::failureTestCase::test_outfile_undefined 2023-09-07 15:36:42 SEVERE sdsidebandsplit:::: Exception Reported: Output file name is undefined. 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa Traceback (most recent call last): 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdsidebandsplit.py", line 27, in sdsidebandsplit 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa+ separator.separate(outfile, overwrite) 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/sidebandseparator.py", line 69, in separate 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa+ return self._swigobj.separate(outfile, overwrite) 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/__casac__/sidebandseparator.py", line 300, in separate 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa+ return _sidebandseparator.sidebandseparator_separate(self, *args, **kwargs) 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa+ RuntimeError: Output file name is undefined. 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa Output file name is undefined. 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa Task sdsidebandsplit raised an exception of class RuntimeError with the following message: Output file name is undefined. Test failure: outfile is empty. PASSED test_task_sdsidebandsplit.py::failureTestCase::test_refval_invalid 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa Traceback (most recent call last): 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdsidebandsplit.py", line 25, in sdsidebandsplit 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa+ separator.set_imageband_frequency(refchan, qrefval) 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/sidebandseparator.py", line 59, in set_imageband_frequency 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa+ return self._swigobj.set_imageband_frequency(refpix, refval) 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/__casac__/sidebandseparator.py", line 259, in set_imageband_frequency 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa+ return _sidebandseparator.sidebandseparator_set_imageband_frequency(self, *args, **kwargs) 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa+ TypeError: _refval is not a dictionary 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa _refval is not a dictionary 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa Task sdsidebandsplit raised an exception of class TypeError with the following message: _refval is not a dictionary 2023-09-07 15:36:42 SEVERE sdsidebandsplit:::: Exception Reported: Frequency should be positive 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa Traceback (most recent call last): 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdsidebandsplit.py", line 25, in sdsidebandsplit 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa+ separator.set_imageband_frequency(refchan, qrefval) 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/sidebandseparator.py", line 59, in set_imageband_frequency 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa+ return self._swigobj.set_imageband_frequency(refpix, refval) 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/__casac__/sidebandseparator.py", line 259, in set_imageband_frequency 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa+ return _sidebandseparator.sidebandseparator_set_imageband_frequency(self, *args, **kwargs) 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa+ RuntimeError: Frequency should be positive 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa Frequency should be positive 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa Task sdsidebandsplit raised an exception of class RuntimeError with the following message: Frequency should be positive 2023-09-07 15:36:42 SEVERE sdsidebandsplit:::: Exception Reported: From/to units not consistent. Cannot convert K to Hz at File: /source/casa6/casatools/casacore/casacore/casa/Quanta/Quantum.tcc, line: 256 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa Traceback (most recent call last): 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdsidebandsplit.py", line 25, in sdsidebandsplit 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa+ separator.set_imageband_frequency(refchan, qrefval) 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/sidebandseparator.py", line 59, in set_imageband_frequency 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa+ return self._swigobj.set_imageband_frequency(refpix, refval) 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/__casac__/sidebandseparator.py", line 259, in set_imageband_frequency 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa+ return _sidebandseparator.sidebandseparator_set_imageband_frequency(self, *args, **kwargs) 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa+ RuntimeError: From/to units not consistent. Cannot convert K to Hz at File: /source/casa6/casatools/casacore/casacore/casa/Quanta/Quantum.tcc, line: 256 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa From/to units not consistent. Cannot convert K to Hz at File: /source/casa6/casatools/casacore/casacore/casa/Quanta/Quantum.tcc, line: 256 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa Task sdsidebandsplit raised an exception of class RuntimeError with the following message: From/to units not consistent. Cannot convert K to Hz at File: /source/casa6/casatools/casacore/casacore/casa/Quanta/Quantum.tcc, line: 256 Test failure: refval is invalid (empty, a negative freqency or not a frequency). Test refval='' Test refval='-100GHz' Test refval='300K' PASSED test_task_sdsidebandsplit.py::failureTestCase::test_shift_wrong_length 2023-09-07 15:36:42 SEVERE sdsidebandsplit:::: Exception Reported: The number of shift should match that of images 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa Traceback (most recent call last): 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdsidebandsplit.py", line 14, in sdsidebandsplit 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa+ separator.setshift(signalshift, True) 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/sidebandseparator.py", line 44, in setshift 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa+ return self._swigobj.setshift(shift, signal) 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/__casac__/sidebandseparator.py", line 198, in setshift 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa+ return _sidebandseparator.sidebandseparator_setshift(self, *args, **kwargs) 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa+ RuntimeError: The number of shift should match that of images 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa The number of shift should match that of images 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa Task sdsidebandsplit raised an exception of class RuntimeError with the following message: The number of shift should match that of images 2023-09-07 15:36:42 SEVERE sdsidebandsplit:::: Exception Reported: The number of shift should match that of images 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa Traceback (most recent call last): 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdsidebandsplit.py", line 14, in sdsidebandsplit 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa+ separator.setshift(signalshift, True) 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/sidebandseparator.py", line 44, in setshift 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa+ return self._swigobj.setshift(shift, signal) 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/__casac__/sidebandseparator.py", line 198, in setshift 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa+ return _sidebandseparator.sidebandseparator_setshift(self, *args, **kwargs) 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa+ RuntimeError: The number of shift should match that of images 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa The number of shift should match that of images 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa Task sdsidebandsplit raised an exception of class RuntimeError with the following message: The number of shift should match that of images 2023-09-07 15:36:42 SEVERE sdsidebandsplit:::: Exception Reported: The number of shift should match that of images 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa Traceback (most recent call last): 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdsidebandsplit.py", line 16, in sdsidebandsplit 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa+ separator.setshift(imageshift, False) 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/sidebandseparator.py", line 44, in setshift 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa+ return self._swigobj.setshift(shift, signal) 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/__casac__/sidebandseparator.py", line 198, in setshift 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa+ return _sidebandseparator.sidebandseparator_setshift(self, *args, **kwargs) 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa+ RuntimeError: The number of shift should match that of images 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa The number of shift should match that of images 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa Task sdsidebandsplit raised an exception of class RuntimeError with the following message: The number of shift should match that of images 2023-09-07 15:36:42 SEVERE sdsidebandsplit:::: Exception Reported: The number of shift should match that of images 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa Traceback (most recent call last): 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdsidebandsplit.py", line 16, in sdsidebandsplit 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa+ separator.setshift(imageshift, False) 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/sidebandseparator.py", line 44, in setshift 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa+ return self._swigobj.setshift(shift, signal) 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/__casac__/sidebandseparator.py", line 198, in setshift 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa+ return _sidebandseparator.sidebandseparator_setshift(self, *args, **kwargs) 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa+ RuntimeError: The number of shift should match that of images 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa The number of shift should match that of images 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa Task sdsidebandsplit raised an exception of class RuntimeError with the following message: The number of shift should match that of images Test failure: lengh of signalshift or imageshift does not match len(imagename). Test len(signalshift)=5 Test len(signalshift)=7 Test len(imageshift)=5 Test len(imageshift)=7 PASSED test_task_sdsidebandsplit.py::failureTestCase::test_shifts_undefined 2023-09-07 15:36:42 SEVERE sdsidebandsplit:::: Exception Reported: Channel shift was not been set. 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa Traceback (most recent call last): 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdsidebandsplit.py", line 27, in sdsidebandsplit 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa+ separator.separate(outfile, overwrite) 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/sidebandseparator.py", line 69, in separate 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa+ return self._swigobj.separate(outfile, overwrite) 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/__casac__/sidebandseparator.py", line 300, in separate 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa+ return _sidebandseparator.sidebandseparator_separate(self, *args, **kwargs) 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa+ RuntimeError: Channel shift was not been set. 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa Channel shift was not been set. 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa Task sdsidebandsplit raised an exception of class RuntimeError with the following message: Channel shift was not been set. Test failure: both signalshift and imageshift are undefined. PASSED test_task_sdsidebandsplit.py::failureTestCase::test_threshold_outofrange 2023-09-07 15:36:42 SEVERE sdsidebandsplit:::: Exception Reported: Rejection limit should be > 0.0 and < 1.0 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa Traceback (most recent call last): 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdsidebandsplit.py", line 17, in sdsidebandsplit 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa+ separator.setlimit(threshold) 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/sidebandseparator.py", line 49, in setlimit 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa+ return self._swigobj.setlimit(threshold) 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/__casac__/sidebandseparator.py", line 218, in setlimit 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa+ return _sidebandseparator.sidebandseparator_setlimit(self, *args, **kwargs) 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa+ RuntimeError: Rejection limit should be > 0.0 and < 1.0 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa Rejection limit should be > 0.0 and < 1.0 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa Task sdsidebandsplit raised an exception of class RuntimeError with the following message: Rejection limit should be > 0.0 and < 1.0 2023-09-07 15:36:42 SEVERE sdsidebandsplit:::: Exception Reported: Rejection limit should be > 0.0 and < 1.0 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa Traceback (most recent call last): 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdsidebandsplit.py", line 17, in sdsidebandsplit 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa+ separator.setlimit(threshold) 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/sidebandseparator.py", line 49, in setlimit 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa+ return self._swigobj.setlimit(threshold) 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/__casac__/sidebandseparator.py", line 218, in setlimit 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa+ return _sidebandseparator.sidebandseparator_setlimit(self, *args, **kwargs) 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa+ RuntimeError: Rejection limit should be > 0.0 and < 1.0 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa Rejection limit should be > 0.0 and < 1.0 2023-09-07 15:36:42 SEVERE sdsidebandsplit::::casa Task sdsidebandsplit raised an exception of class RuntimeError with the following message: Rejection limit should be > 0.0 and < 1.0 Test failure: threshold = 0.0, 1.0. Test threshold=0.000000 Test threshold=1.000000 PASSED test_task_sdsidebandsplit.py::standardTestCase::test_getbothside getbothside = True. PASSED test_task_sdsidebandsplit.py::standardTestCase::test_imageband_exists_signalonly imageband image exists but only signal band is solved (must succeed). PASSED test_task_sdsidebandsplit.py::standardTestCase::test_imagename_2images len(imagename)==2. PASSED test_task_sdsidebandsplit.py::standardTestCase::test_imagename_6images Standard run: valid outfile, len(imagename)==6. PASSED test_task_sdsidebandsplit.py::standardTestCase::test_imageshift_from_signalshift Obtain imageshift from signalshift. PASSED test_task_sdsidebandsplit.py::standardTestCase::test_otherside otherside = True. getbothside = False getbothside = True PASSED test_task_sdsidebandsplit.py::standardTestCase::test_overwrite overwrite = True. PASSED test_task_sdsidebandsplit.py::standardTestCase::test_refchan_large refchan > nchan. PASSED test_task_sdsidebandsplit.py::standardTestCase::test_refchan_negative refchan = -1.0. PASSED test_task_sdsidebandsplit.py::standardTestCase::test_signalshift_from_imageshift Obtain signalshift from imageshift. PASSED test_task_sdsidebandsplit.py::standardTestCase::test_threshold various threshold values. Threshold=0.000100 Threshold=0.500000 Threshold=0.999900 PASSED test_task_sdsidebandsplit.py::MultiPixTestCase::test_multi_pixels Images with 10x10 spatial pixel. PASSED - generated xml file: /home/casatest/casa6/casatestutils/nosedir/xml/test_task_sdsidebandsplit/nose.xml - ======================= 20 passed, 17 warnings in 20.57s ======================= ============================= test session starts ============================== platform linux -- Python 3.8.7, pytest-7.4.1, pluggy-1.3.0 -- /usr/local/bin/python3.8 cachedir: .pytest_cache rootdir: /home/casatest/casa6/casatestutils/nosedir/test_task_fixplanets configfile: pytest.ini collecting ... collected 17 items test_task_fixplanets.py::fixplanets_test::test_attachephemeris test_attachephemeris ---------------------- Check that an ephemeris gets attached to the MS PASSED test_task_fixplanets.py::fixplanets_test::test_direction 2023-09-07 15:37:09 SEVERE fixplanets::::casa Task fixplanets raised an exception of class RuntimeError with the following message: *** Error when interpreting parameter 'direction': 2023-09-07 15:37:09 SEVERE fixplanets::::casa+ string is neither a direction nor an existing file or table. 2023-09-07 15:37:09 SEVERE readJPLephem::::casa Error! 2023-09-07 15:37:09 SEVERE readJPLephem::::casa Task fixplanets raised an exception of class RuntimeError with the following message: *** Error when interpreting parameter 'direction': 2023-09-07 15:37:09 SEVERE readJPLephem::::casa+ File given is not a valid JPL email mime format file. test_direction ---------------- Check that the direction parameter will change the direction in the souce and field tables PASSED test_task_fixplanets.py::fixplanets_test::test_ephemerisMimeFormat test9: Does a fixplanets with an ephemeris in mime format work Read direction result {'m0': {'unit': 'rad', 'value': -2.898951658174541}, 'm1': {'unit': 'rad', 'value': -0.05207079621051289}, 'refer': 'J2000', 'type': 'direction'} Read direction result {'m0': {'unit': 'rad', 'value': -2.898951658174541}, 'm1': {'unit': 'rad', 'value': -0.05207079621051289}, 'refer': 'J2000', 'type': 'direction'} PASSED test_task_fixplanets.py::fixplanets_test::test_fixuvw test_fixuvw ------------- Check that the uvw coordinates are recalculated PASSED test_task_fixplanets.py::fixplanets_test::test_incorrectRefTime 2023-09-07 15:37:24 SEVERE fixplanets:::: Error in QuantumHolder::fromString with input string "MUDIAN": Illegal input units or format 2023-09-07 15:37:24 SEVERE fixplanets::::+ in converting quantity 2023-09-07 15:37:24 SEVERE fixplanets:::: Exception Reported: Error in QuantumHolder::fromString with input string "MUDIAN": Illegal input units or format 2023-09-07 15:37:24 SEVERE fixplanets::::+ in converting quantity 2023-09-07 15:37:24 SEVERE fixplanets::::casa Task fixplanets raised an exception of class TypeError with the following message: reftime parameter is not a valid date (e.g. YYYY/MM/DD/hh:mm:ss): MUDIAN 2023-09-07 15:37:24 SEVERE fixplanets:::: Error in QuantumHolder::fromString with input string "MUDIAN": Illegal input units or format 2023-09-07 15:37:24 SEVERE fixplanets::::+ in converting quantity 2023-09-07 15:37:24 SEVERE fixplanets:::: Exception Reported: Error in QuantumHolder::fromString with input string "MUDIAN": Illegal input units or format 2023-09-07 15:37:24 SEVERE fixplanets::::+ in converting quantity 2023-09-07 15:37:24 SEVERE fixplanets::::casa Task fixplanets raised an exception of class TypeError with the following message: reftime parameter is not a valid date (e.g. YYYY/MM/DD/hh:mm:ss): MUDIAN test7: Does a standard fixplanets with wrong parameter reftime give the expected error PASSED test_task_fixplanets.py::fixplanets_test::test_median test_median ------------- Check that the median value for reftime behaves properly PASSED test_task_fixplanets.py::fixplanets_test::test_missingRefExpectedError 2023-09-07 15:37:29 SEVERE fixplanets::::casa Task fixplanets raised an exception of class RuntimeError with the following message: *** Error when interpreting parameter 'direction': 2023-09-07 15:37:29 SEVERE fixplanets::::casa+ presently only J2000 and solar system objects are supported. 2023-09-07 15:37:29 SEVERE fixplanets::::casa Task fixplanets raised an exception of class RuntimeError with the following message: *** Error when interpreting parameter 'direction': 2023-09-07 15:37:29 SEVERE fixplanets::::casa+ presently only J2000 and solar system objects are supported. test3: Does the setting of a given direction with ref !=J2000 and != sol.sys. object give the expected error? PASSED test_task_fixplanets.py::fixplanets_test::test_misspointing 2023-09-07 15:37:31 SEVERE fixplanets::::casa Task fixplanets raised an exception of class RuntimeError with the following message: Cannot find any POINTING table rows for antenna 0 within 3 seconds of TIME 5009920724.544001 test_misspointing ------------------- Check failure to find the POINTING table rows depending on antenna and time PASSED test_task_fixplanets.py::fixplanets_test::test_outOfBoundsReftime 2023-09-07 15:37:33 SEVERE fixplanets::::casa GIVEN TIME 2012/07/11/08:41:32 == 4848712892.0 is not within the observation time (4808345056.368s - 4808345340.144s) 2023-09-07 15:37:33 SEVERE fixplanets::::casa Task fixplanets raised an exception of class TypeError with the following message: 2023-09-07 15:37:33 SEVERE fixplanets::::casa GIVEN TIME 2012/07/11/08:41:32 == 4848712892.0 is not within the observation time (4808345137.536s - 4808345114.783999s) 2023-09-07 15:37:33 SEVERE fixplanets::::casa Task fixplanets raised an exception of class TypeError with the following message: test6: Does a standard fixplanets with out of bounds parameter reftime give the expected error PASSED test_task_fixplanets.py::fixplanets_test::test_refant test_refant ------------- Check that the refant is set to the provided value if the pointing table is being used PASSED test_task_fixplanets.py::fixplanets_test::test_reftime test_reftime -------------- Check that the timestamp provided by reftime is used if the pointing table information is being used PASSED test_task_fixplanets.py::fixplanets_test::test_reftimeASDM2011 test5: Does a standard fixplanets work on an MS imported from an ASDM from April 2011 with parameter reftime PASSED test_task_fixplanets.py::fixplanets_test::test_setDirectionASDM2011 test2: Does the setting of a given direction work on an MS imported from an ASDM from April 2011 Read direction result {'m0': {'unit': 'rad', 'value': 0.0}, 'm1': {'unit': 'rad', 'value': 0.0}, 'refer': 'J2000', 'type': 'direction'} Read direction result {'m0': {'unit': 'rad', 'value': 0.0}, 'm1': {'unit': 'rad', 'value': 0.0}, 'refer': 'J2000', 'type': 'direction'} PASSED test_task_fixplanets.py::fixplanets_test::test_setDirectionWithSolRef test4: Does the setting of a given direction work with a sol system ref frame? Read direction result {'m0': {'unit': 'rad', 'value': 0.0}, 'm1': {'unit': 'rad', 'value': 0.0}, 'refer': 'SATURN', 'type': 'direction'} Read direction result {'m0': {'unit': 'rad', 'value': 0.0}, 'm1': {'unit': 'rad', 'value': 0.0}, 'refer': 'SATURN', 'type': 'direction'} PASSED test_task_fixplanets.py::fixplanets_test::test_standardASDM2011 test1: Does a standard fixplanets work on an MS imported from an ASDM from April 2011 PASSED test_task_fixplanets.py::fixplanets_test::test_takesvis 2023-09-07 15:37:57 WARN fixplanets::::casa Field selection returned zero results. test_takesvis --------------- Check that the task takes a MS PASSED test_task_fixplanets.py::fixplanets_test::test_withEphemeris test8: Does a fixplanets with an ephemeris work Read direction result {'m0': {'unit': 'rad', 'value': -2.896255672938892}, 'm1': {'unit': 'rad', 'value': -0.05320199377953938}, 'refer': 'APP', 'type': 'direction'} Read direction result {'m0': {'unit': 'rad', 'value': -2.896255672938892}, 'm1': {'unit': 'rad', 'value': -0.05320199377953938}, 'refer': 'APP', 'type': 'direction'} PASSED - generated xml file: /home/casatest/casa6/casatestutils/nosedir/xml/test_task_fixplanets/nose.xml - ================== 17 passed, 42 warnings in 60.35s (0:01:00) ================== ============================= test session starts ============================== platform linux -- Python 3.8.7, pytest-7.4.1, pluggy-1.3.0 -- /usr/local/bin/python3.8 cachedir: .pytest_cache rootdir: /home/casatest/casa6/casatestutils/nosedir/test_task_immoments configfile: pytest.ini collecting ... collected 15 items test_task_immoments.py::immoment_test1::test_input 2023-09-07 15:38:05 WARN immoments::::casa The moment parameter tests will cause errors to occur, do not be alarmed 2023-09-07 15:38:05 SEVERE immoments::image::moments (file src/tools/image/image_cmpt.cc, line 3906) Exception Reported: Exception: Illegal moment requested. 2023-09-07 15:38:05 SEVERE immoments::image::moments (file src/tools/image/image_cmpt.cc, line 3906)+ ... thrown by std::shared_ptr > casa::ImageMomentsTask::makeMoments() const [with T = float] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMomentsTask.tcc, line: 63 2023-09-07 15:38:05 SEVERE immoments::::casa Task immoments raised an exception of class RuntimeError with the following message: Exception: Illegal moment requested. 2023-09-07 15:38:05 SEVERE immoments::::casa+ ... thrown by std::shared_ptr > casa::ImageMomentsTask::makeMoments() const [with T = float] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMomentsTask.tcc, line: 63 2023-09-07 15:38:05 SEVERE immoments::image::moments (file src/tools/image/image_cmpt.cc, line 3906) Exception Reported: Exception: Illegal moment requested. 2023-09-07 15:38:05 SEVERE immoments::image::moments (file src/tools/image/image_cmpt.cc, line 3906)+ ... thrown by std::shared_ptr > casa::ImageMomentsTask::makeMoments() const [with T = float] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMomentsTask.tcc, line: 63 2023-09-07 15:38:05 SEVERE immoments::::casa Task immoments raised an exception of class RuntimeError with the following message: Exception: Illegal moment requested. 2023-09-07 15:38:05 SEVERE immoments::::casa+ ... thrown by std::shared_ptr > casa::ImageMomentsTask::makeMoments() const [with T = float] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMomentsTask.tcc, line: 63 2023-09-07 15:38:05 SEVERE immoments::image::moments (file src/tools/image/image_cmpt.cc, line 3906) Exception Reported: Exception: Illegal moment requested. 2023-09-07 15:38:05 SEVERE immoments::image::moments (file src/tools/image/image_cmpt.cc, line 3906)+ ... thrown by std::shared_ptr > casa::ImageMomentsTask::makeMoments() const [with T = float] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMomentsTask.tcc, line: 63 2023-09-07 15:38:05 SEVERE immoments::::casa Task immoments raised an exception of class RuntimeError with the following message: Exception: Illegal moment requested. 2023-09-07 15:38:05 SEVERE immoments::::casa+ ... thrown by std::shared_ptr > casa::ImageMomentsTask::makeMoments() const [with T = float] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMomentsTask.tcc, line: 63 2023-09-07 15:38:05 SEVERE immoments::image::moments (file src/tools/image/image_cmpt.cc, line 3906) Exception Reported: Exception: Illegal moment requested. 2023-09-07 15:38:05 SEVERE immoments::image::moments (file src/tools/image/image_cmpt.cc, line 3906)+ ... thrown by std::shared_ptr > casa::ImageMomentsTask::makeMoments() const [with T = float] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMomentsTask.tcc, line: 63 2023-09-07 15:38:05 SEVERE immoments::::casa Task immoments raised an exception of class RuntimeError with the following message: Exception: Illegal moment requested. 2023-09-07 15:38:05 SEVERE immoments::::casa+ ... thrown by std::shared_ptr > casa::ImageMomentsTask::makeMoments() const [with T = float] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMomentsTask.tcc, line: 63 2023-09-07 15:38:18 WARN immoments::::casa The axis parameter tests will cause errors to occur, do not be alarmed 2023-09-07 15:38:20 SEVERE immoments::::casa Task immoments raised an exception of class ValueError with the following message: Output file, input_test_bad_axis exists. immoment can not proceed, please 2023-09-07 15:38:20 SEVERE immoments::::casa+ remove it or change the output file name. 2023-09-07 15:38:20 SEVERE immoments::CoordinateSystem::getWorldAxesOrder (file /source/casa6/casatools/casacore/coordinates/Coordinates/CoordinateSystem.cc, line 4665) No axis matches requested axis whatever. Image axis names are [right ascension, declination, stokes, frequency] 2023-09-07 15:38:20 SEVERE immoments::coordsys::findaxisbyname Error: 2023-09-07 15:38:20 SEVERE immoments::CoordinateSystem::getWorldAxesOrder (file /source/casa6/casatools/casacore/coordinates/Coordinates/CoordinateSystem.cc, line 4665) No axis matches requested axis whatever. Image axis names are [right ascension, declination, stokes, frequency] 2023-09-07 15:38:20 SEVERE immoments::::casa Task immoments raised an exception of class RuntimeError with the following message: 2023-09-07 15:38:20 SEVERE immoments::CoordinateSystem::getWorldAxesOrder (file /source/casa6/casatools/casacore/coordinates/Coordinates/CoordinateSystem.cc, line 4665) No axis matches requested axis whatever. Image axis names are [right ascension, declination, stokes, frequency] 2023-09-07 15:38:20 WARN immoments::::casa The axis parameter tests will cause errors to occur, do not be alarmed 2023-09-07 15:38:20 SEVERE immoments::regionmanager::frombcs Exception Reported: Unable to open region file or region table description garbage.rgn. 2023-09-07 15:38:20 SEVERE immoments::regionmanager::frombcs+ If it is supposed to be a text string its format is incorrect at File: /source/casa6/casatools/src/code/imageanalysis/Regions/CasacRegionManager.cc, line: 497 2023-09-07 15:38:20 SEVERE immoments::::casa Task immoments raised an exception of class RuntimeError with the following message: Unable to open region file or region table description garbage.rgn. 2023-09-07 15:38:20 SEVERE immoments::::casa+ If it is supposed to be a text string its format is incorrect at File: /source/casa6/casatools/src/code/imageanalysis/Regions/CasacRegionManager.cc, line: 497 2023-09-07 15:38:20 SEVERE immoments::regionmanager::frombcs Exception Reported: garbage.rgn is neither a valid binary region file, nor a valid region text file. at File: /source/casa6/casatools/src/code/imageanalysis/Regions/CasacRegionManager.cc, line: 428 2023-09-07 15:38:20 SEVERE immoments::::casa Task immoments raised an exception of class RuntimeError with the following message: garbage.rgn is neither a valid binary region file, nor a valid region text file. at File: /source/casa6/casatools/src/code/imageanalysis/Regions/CasacRegionManager.cc, line: 428 2023-09-07 15:38:21 WARN immoments::::casa The BOX parameter tests will cause errors to occur, do not be alarmed 2023-09-07 15:38:21 SEVERE immoments::CasacRegionManager::_fromBCS blc in box spec is less than 0 2023-09-07 15:38:21 SEVERE immoments::regionmanager::frombcs Exception Reported: 2023-09-07 15:38:21 SEVERE immoments::CasacRegionManager::_fromBCS blc in box spec is less than 0 2023-09-07 15:38:21 SEVERE immoments::::casa Task immoments raised an exception of class RuntimeError with the following message: 2023-09-07 15:38:21 SEVERE immoments::CasacRegionManager::_fromBCS blc in box spec is less than 0 2023-09-07 15:38:21 SEVERE immoments::CasacRegionManager::_fromBCS blc in box spec is less than 0 2023-09-07 15:38:21 SEVERE immoments::regionmanager::frombcs Exception Reported: 2023-09-07 15:38:21 SEVERE immoments::CasacRegionManager::_fromBCS blc in box spec is less than 0 2023-09-07 15:38:21 SEVERE immoments::::casa Task immoments raised an exception of class RuntimeError with the following message: 2023-09-07 15:38:21 SEVERE immoments::CasacRegionManager::_fromBCS blc in box spec is less than 0 2023-09-07 15:38:21 SEVERE immoments::CasacRegionManager::_fromBCS blc in box spec is less than 0 2023-09-07 15:38:21 SEVERE immoments::regionmanager::frombcs Exception Reported: 2023-09-07 15:38:21 SEVERE immoments::CasacRegionManager::_fromBCS blc in box spec is less than 0 2023-09-07 15:38:21 SEVERE immoments::::casa Task immoments raised an exception of class RuntimeError with the following message: 2023-09-07 15:38:21 SEVERE immoments::CasacRegionManager::_fromBCS blc in box spec is less than 0 2023-09-07 15:38:21 SEVERE immoments::CasacRegionManager::_fromBCS blc in box spec is less than 0 2023-09-07 15:38:21 SEVERE immoments::regionmanager::frombcs Exception Reported: 2023-09-07 15:38:21 SEVERE immoments::CasacRegionManager::_fromBCS blc in box spec is less than 0 2023-09-07 15:38:21 SEVERE immoments::::casa Task immoments raised an exception of class RuntimeError with the following message: 2023-09-07 15:38:21 SEVERE immoments::CasacRegionManager::_fromBCS blc in box spec is less than 0 2023-09-07 15:38:21 SEVERE immoments::CasacRegionManager::_fromBCS trc in box spec is greater than or equal to number of direction coordinate pixels in the image 2023-09-07 15:38:21 SEVERE immoments::regionmanager::frombcs Exception Reported: 2023-09-07 15:38:21 SEVERE immoments::CasacRegionManager::_fromBCS trc in box spec is greater than or equal to number of direction coordinate pixels in the image 2023-09-07 15:38:21 SEVERE immoments::::casa Task immoments raised an exception of class RuntimeError with the following message: 2023-09-07 15:38:21 SEVERE immoments::CasacRegionManager::_fromBCS trc in box spec is greater than or equal to number of direction coordinate pixels in the image 2023-09-07 15:38:22 WARN immoments::::casa The CHANS parameter tests will cause errors to occur, do not be alarmed 2023-09-07 15:38:22 SEVERE immoments::regionmanager::frombcs Exception Reported: Invalid channel specification in -5 of spec -5 at File: /source/casa6/casatools/src/code/imageanalysis/IO/ParameterParser.cc, line: 173 2023-09-07 15:38:22 SEVERE immoments::::casa Task immoments raised an exception of class RuntimeError with the following message: Invalid channel specification in -5 of spec -5 at File: /source/casa6/casatools/src/code/imageanalysis/IO/ParameterParser.cc, line: 173 2023-09-07 15:38:22 SEVERE immoments::regionmanager::frombcs Exception Reported: Exception: Zero-based max channel 18 must be less than the total number of channels (18) in the channel specification 18. 2023-09-07 15:38:22 SEVERE immoments::regionmanager::frombcs+ ... thrown by static std::vector casa::ParameterParser::spectralRangesFromChans(casacore::uInt&, const casacore::String&, casacore::uInt) at File: /source/casa6/casatools/src/code/imageanalysis/IO/ParameterParser.cc, line: 183 2023-09-07 15:38:22 SEVERE immoments::::casa Task immoments raised an exception of class RuntimeError with the following message: Exception: Zero-based max channel 18 must be less than the total number of channels (18) in the channel specification 18. 2023-09-07 15:38:22 SEVERE immoments::::casa+ ... thrown by static std::vector casa::ParameterParser::spectralRangesFromChans(casacore::uInt&, const casacore::String&, casacore::uInt) at File: /source/casa6/casatools/src/code/imageanalysis/IO/ParameterParser.cc, line: 183 2023-09-07 15:38:27 WARN immoments::::casa The STOKES parameter tests will cause errors to occur, do not be alarmed 2023-09-07 15:38:27 SEVERE immoments::regionmanager::frombcs Exception Reported: LCBox::LCBox - blc [0, 0, 0, 0] must be <= trc [799, 799, -2147483648, 17] 2023-09-07 15:38:27 SEVERE immoments::::casa Task immoments raised an exception of class RuntimeError with the following message: LCBox::LCBox - blc [0, 0, 0, 0] must be <= trc [799, 799, -2147483648, 17] 2023-09-07 15:38:28 WARN immoments::::casa The MASK parameter tests will cause errors to occur, do not be alarmed 2023-09-07 15:38:28 SEVERE immoments::image::moments (file src/tools/image/image_cmpt.cc, line 3906) Exception Reported: Input mask specification is incorrect: ImageExprParse: 'blarg' is an unknown lattice or image or it is an unqualified region 2023-09-07 15:38:28 SEVERE immoments::image::moments (file src/tools/image/image_cmpt.cc, line 3906)+ Scanned so far: blarg>= at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/SubImageFactory.tcc, line: 289 2023-09-07 15:38:28 SEVERE immoments::::casa Task immoments raised an exception of class RuntimeError with the following message: Input mask specification is incorrect: ImageExprParse: 'blarg' is an unknown lattice or image or it is an unqualified region 2023-09-07 15:38:28 SEVERE immoments::::casa+ Scanned so far: blarg>= at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/SubImageFactory.tcc, line: 289 2023-09-07 15:38:30 WARN immoments::::casa The INCLUDEPIX parameter tests will cause errors to occur, do not be alarmed 2023-09-07 15:38:31 WARN immoments::::casa The EXCLUDEPIX parameter tests will cause errors to occur, do not be alarmed 2023-09-07 15:38:34 SEVERE immoments::::casa Task immoments raised an exception of class ValueError with the following message: Output file, input_test_outfile_1 exists. immoment can not proceed, please 2023-09-07 15:38:34 SEVERE immoments::::casa+ remove it or change the output file name. Immoment: Test input/output parameters PASSED test_task_immoments.py::immoment_test2::test_CAS2943 2023-09-07 15:38:38 SEVERE immoments::image::moments (file src/tools/image/image_cmpt.cc, line 3906) Exception Reported: The input image shape ([10, 20, 4, 40]) and mask shape ([10, 20, 1, 1]) are different, and it was specified that the mask should not be extended, so the mask cannot be applied to the (sub)image. Specifying that the mask should be extended may resolve the issue at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/SubImageFactory.tcc, line: 306 2023-09-07 15:38:38 SEVERE immoments::::casa Task immoments raised an exception of class RuntimeError with the following message: The input image shape ([10, 20, 4, 40]) and mask shape ([10, 20, 1, 1]) are different, and it was specified that the mask should not be extended, so the mask cannot be applied to the (sub)image. Specifying that the mask should be extended may resolve the issue at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/SubImageFactory.tcc, line: 306 2023-09-07 15:38:39 SEVERE immoments::image::moments (file src/tools/image/image_cmpt.cc, line 3906) Exception Reported: The input image shape ([10, 20, 4, 40]) and mask shape ([10, 20, 4, 2]) are different, and it was specified that the mask should not be extended, so the mask cannot be applied to the (sub)image. Specifying that the mask should be extended may resolve the issue at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/SubImageFactory.tcc, line: 306 2023-09-07 15:38:39 SEVERE immoments::::casa Task immoments raised an exception of class RuntimeError with the following message: The input image shape ([10, 20, 4, 40]) and mask shape ([10, 20, 4, 2]) are different, and it was specified that the mask should not be extended, so the mask cannot be applied to the (sub)image. Specifying that the mask should be extended may resolve the issue at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/SubImageFactory.tcc, line: 306 Test the stretch parameter PASSED test_task_immoments.py::immoment_test2::test_CAS4526 Verify CAS-4526 fix PASSED test_task_immoments.py::immoment_test2::test_CAS5287 2023-09-07 15:38:41 WARN immoments::Image2DConvolver::_dealWithRestoringBeam Convolving kernel has minor axis 1.6421 arcsec which is less than the pixel diagonal length of 8.48528 arcsec. Thus, the kernel is poorly sampled, and so the output of this application may not be what you expect. You should consider increasing the kernel size or regridding the image to a smaller pixel size 2023-09-07 15:38:41 WARN immoments::Image2DConvolver::_dealWithRestoringBeam Fitted restoring beam for channel 0 and polarization plane 0 is major: 31.169 arcsec, minor: 22.5195 arcsec, pa: -0.0640029 deg but putting requested target resolution beam major: 31.2205 arcsec, minor: 22.7696 arcsec, pa: -0.00505972 rad in the image metadata. Both beams can be considered consistent with the convolution result. 2023-09-07 15:38:41 WARN immoments::Image2DConvolver::_dealWithRestoringBeam Convolving kernel has minor axis 1.63662 arcsec which is less than the pixel diagonal length of 8.48528 arcsec. Thus, the kernel is poorly sampled, and so the output of this application may not be what you expect. You should consider increasing the kernel size or regridding the image to a smaller pixel size 2023-09-07 15:38:41 WARN immoments::Image2DConvolver::_dealWithRestoringBeam Fitted restoring beam for channel 1 and polarization plane 0 is major: 31.1693 arcsec, minor: 22.5197 arcsec, pa: -0.0640334 deg but putting requested target resolution beam major: 31.2205 arcsec, minor: 22.7696 arcsec, pa: -0.00505972 rad in the image metadata. Both beams can be considered consistent with the convolution result. 2023-09-07 15:38:41 WARN immoments::Image2DConvolver::_dealWithRestoringBeam Convolving kernel has minor axis 1.6308 arcsec which is less than the pixel diagonal length of 8.48528 arcsec. Thus, the kernel is poorly sampled, and so the output of this application may not be what you expect. You should consider increasing the kernel size or regridding the image to a smaller pixel size 2023-09-07 15:38:41 WARN immoments::Image2DConvolver::_dealWithRestoringBeam Fitted restoring beam for channel 2 and polarization plane 0 is major: 31.1696 arcsec, minor: 22.5199 arcsec, pa: -0.0640944 deg but putting requested target resolution beam major: 31.2205 arcsec, minor: 22.7696 arcsec, pa: -0.00505972 rad in the image metadata. Both beams can be considered consistent with the convolution result. 2023-09-07 15:38:41 WARN immoments::Image2DConvolver::_dealWithRestoringBeam Convolving kernel has minor axis 1.62463 arcsec which is less than the pixel diagonal length of 8.48528 arcsec. Thus, the kernel is poorly sampled, and so the output of this application may not be what you expect. You should consider increasing the kernel size or regridding the image to a smaller pixel size 2023-09-07 15:38:41 WARN immoments::Image2DConvolver::_dealWithRestoringBeam Fitted restoring beam for channel 3 and polarization plane 0 is major: 31.1699 arcsec, minor: 22.5202 arcsec, pa: -0.0641554 deg but putting requested target resolution beam major: 31.2205 arcsec, minor: 22.7696 arcsec, pa: -0.00505972 rad in the image metadata. Both beams can be considered consistent with the convolution result. 2023-09-07 15:38:41 WARN immoments::Image2DConvolver::_dealWithRestoringBeam Convolving kernel has minor axis 1.61898 arcsec which is less than the pixel diagonal length of 8.48528 arcsec. Thus, the kernel is poorly sampled, and so the output of this application may not be what you expect. You should consider increasing the kernel size or regridding the image to a smaller pixel size 2023-09-07 15:38:41 WARN immoments::Image2DConvolver::_dealWithRestoringBeam Fitted restoring beam for channel 4 and polarization plane 0 is major: 31.1702 arcsec, minor: 22.5204 arcsec, pa: -0.0641859 deg but putting requested target resolution beam major: 31.2205 arcsec, minor: 22.7696 arcsec, pa: -0.00505972 rad in the image metadata. Both beams can be considered consistent with the convolution result. 2023-09-07 15:38:41 WARN immoments::Image2DConvolver::_dealWithRestoringBeam Convolving kernel has minor axis 1.61328 arcsec which is less than the pixel diagonal length of 8.48528 arcsec. Thus, the kernel is poorly sampled, and so the output of this application may not be what you expect. You should consider increasing the kernel size or regridding the image to a smaller pixel size 2023-09-07 15:38:41 WARN immoments::Image2DConvolver::_dealWithRestoringBeam Fitted restoring beam for channel 5 and polarization plane 0 is major: 31.1705 arcsec, minor: 22.5206 arcsec, pa: -0.0641858 deg but putting requested target resolution beam major: 31.2205 arcsec, minor: 22.7696 arcsec, pa: -0.00505972 rad in the image metadata. Both beams can be considered consistent with the convolution result. 2023-09-07 15:38:41 WARN immoments::Image2DConvolver::_dealWithRestoringBeam Convolving kernel has minor axis 1.60749 arcsec which is less than the pixel diagonal length of 8.48528 arcsec. Thus, the kernel is poorly sampled, and so the output of this application may not be what you expect. You should consider increasing the kernel size or regridding the image to a smaller pixel size 2023-09-07 15:38:41 WARN immoments::Image2DConvolver::_dealWithRestoringBeam Fitted restoring beam for channel 6 and polarization plane 0 is major: 31.1708 arcsec, minor: 22.5208 arcsec, pa: -0.0641552 deg but putting requested target resolution beam major: 31.2205 arcsec, minor: 22.7696 arcsec, pa: -0.00505972 rad in the image metadata. Both beams can be considered consistent with the convolution result. 2023-09-07 15:38:41 WARN immoments::Image2DConvolver::_dealWithRestoringBeam Convolving kernel has minor axis 1.60177 arcsec which is less than the pixel diagonal length of 8.48528 arcsec. Thus, the kernel is poorly sampled, and so the output of this application may not be what you expect. You should consider increasing the kernel size or regridding the image to a smaller pixel size 2023-09-07 15:38:41 WARN immoments::Image2DConvolver::_dealWithRestoringBeam Fitted restoring beam for channel 7 and polarization plane 0 is major: 31.1711 arcsec, minor: 22.521 arcsec, pa: -0.0641857 deg but putting requested target resolution beam major: 31.2205 arcsec, minor: 22.7696 arcsec, pa: -0.00505972 rad in the image metadata. Both beams can be considered consistent with the convolution result. 2023-09-07 15:38:41 WARN immoments::Image2DConvolver::_dealWithRestoringBeam Convolving kernel has minor axis 1.59551 arcsec which is less than the pixel diagonal length of 8.48528 arcsec. Thus, the kernel is poorly sampled, and so the output of this application may not be what you expect. You should consider increasing the kernel size or regridding the image to a smaller pixel size 2023-09-07 15:38:41 WARN immoments::Image2DConvolver::_dealWithRestoringBeam Fitted restoring beam for channel 8 and polarization plane 0 is major: 31.1715 arcsec, minor: 22.5213 arcsec, pa: -0.0641857 deg but putting requested target resolution beam major: 31.2205 arcsec, minor: 22.7696 arcsec, pa: -0.00505972 rad in the image metadata. Both beams can be considered consistent with the convolution result. 2023-09-07 15:38:41 WARN immoments::Image2DConvolver::_dealWithRestoringBeam Convolving kernel has minor axis 1.58889 arcsec which is less than the pixel diagonal length of 8.48528 arcsec. Thus, the kernel is poorly sampled, and so the output of this application may not be what you expect. You should consider increasing the kernel size or regridding the image to a smaller pixel size 2023-09-07 15:38:41 WARN immoments::Image2DConvolver::_dealWithRestoringBeam Fitted restoring beam for channel 9 and polarization plane 0 is major: 31.1718 arcsec, minor: 22.5215 arcsec, pa: -0.0641856 deg but putting requested target resolution beam major: 31.2205 arcsec, minor: 22.7696 arcsec, pa: -0.00505972 rad in the image metadata. Both beams can be considered consistent with the convolution result. 2023-09-07 15:38:41 WARN immoments::Image2DConvolver::_dealWithRestoringBeam Convolving kernel has minor axis 1.58344 arcsec which is less than the pixel diagonal length of 8.48528 arcsec. Thus, the kernel is poorly sampled, and so the output of this application may not be what you expect. You should consider increasing the kernel size or regridding the image to a smaller pixel size 2023-09-07 15:38:41 WARN immoments::Image2DConvolver::_dealWithRestoringBeam Fitted restoring beam for channel 10 and polarization plane 0 is major: 31.1721 arcsec, minor: 22.5217 arcsec, pa: -0.0642466 deg but putting requested target resolution beam major: 31.2205 arcsec, minor: 22.7696 arcsec, pa: -0.00505972 rad in the image metadata. Both beams can be considered consistent with the convolution result. 2023-09-07 15:38:41 WARN immoments::Image2DConvolver::_dealWithRestoringBeam Convolving kernel has minor axis 1.57768 arcsec which is less than the pixel diagonal length of 8.48528 arcsec. Thus, the kernel is poorly sampled, and so the output of this application may not be what you expect. You should consider increasing the kernel size or regridding the image to a smaller pixel size 2023-09-07 15:38:41 WARN immoments::Image2DConvolver::_dealWithRestoringBeam Fitted restoring beam for channel 11 and polarization plane 0 is major: 31.1724 arcsec, minor: 22.5219 arcsec, pa: -0.0642771 deg but putting requested target resolution beam major: 31.2205 arcsec, minor: 22.7696 arcsec, pa: -0.00505972 rad in the image metadata. Both beams can be considered consistent with the convolution result. 2023-09-07 15:38:41 WARN immoments::Image2DConvolver::_dealWithRestoringBeam Convolving kernel has minor axis 1.57138 arcsec which is less than the pixel diagonal length of 8.48528 arcsec. Thus, the kernel is poorly sampled, and so the output of this application may not be what you expect. You should consider increasing the kernel size or regridding the image to a smaller pixel size 2023-09-07 15:38:41 WARN immoments::Image2DConvolver::_dealWithRestoringBeam Fitted restoring beam for channel 12 and polarization plane 0 is major: 31.1727 arcsec, minor: 22.5221 arcsec, pa: -0.0643076 deg but putting requested target resolution beam major: 31.2205 arcsec, minor: 22.7696 arcsec, pa: -0.00505972 rad in the image metadata. Both beams can be considered consistent with the convolution result. 2023-09-07 15:38:41 WARN immoments::Image2DConvolver::_dealWithRestoringBeam Convolving kernel has minor axis 1.56551 arcsec which is less than the pixel diagonal length of 8.48528 arcsec. Thus, the kernel is poorly sampled, and so the output of this application may not be what you expect. You should consider increasing the kernel size or regridding the image to a smaller pixel size 2023-09-07 15:38:41 WARN immoments::Image2DConvolver::_dealWithRestoringBeam Fitted restoring beam for channel 13 and polarization plane 0 is major: 31.173 arcsec, minor: 22.5223 arcsec, pa: -0.064277 deg but putting requested target resolution beam major: 31.2205 arcsec, minor: 22.7696 arcsec, pa: -0.00505972 rad in the image metadata. Both beams can be considered consistent with the convolution result. 2023-09-07 15:38:41 WARN immoments::Image2DConvolver::_dealWithRestoringBeam Convolving kernel has minor axis 1.55975 arcsec which is less than the pixel diagonal length of 8.48528 arcsec. Thus, the kernel is poorly sampled, and so the output of this application may not be what you expect. You should consider increasing the kernel size or regridding the image to a smaller pixel size 2023-09-07 15:38:41 WARN immoments::Image2DConvolver::_dealWithRestoringBeam Fitted restoring beam for channel 14 and polarization plane 0 is major: 31.1733 arcsec, minor: 22.5225 arcsec, pa: -0.0643075 deg but putting requested target resolution beam major: 31.2205 arcsec, minor: 22.7696 arcsec, pa: -0.00505972 rad in the image metadata. Both beams can be considered consistent with the convolution result. 2023-09-07 15:38:41 WARN immoments::Image2DConvolver::_dealWithRestoringBeam Convolving kernel has minor axis 1.55369 arcsec which is less than the pixel diagonal length of 8.48528 arcsec. Thus, the kernel is poorly sampled, and so the output of this application may not be what you expect. You should consider increasing the kernel size or regridding the image to a smaller pixel size 2023-09-07 15:38:41 WARN immoments::Image2DConvolver::_dealWithRestoringBeam Fitted restoring beam for channel 15 and polarization plane 0 is major: 31.1736 arcsec, minor: 22.5227 arcsec, pa: -0.064338 deg but putting requested target resolution beam major: 31.2205 arcsec, minor: 22.7696 arcsec, pa: -0.00505972 rad in the image metadata. Both beams can be considered consistent with the convolution result. 2023-09-07 15:38:41 WARN immoments::Image2DConvolver::_dealWithRestoringBeam Convolving kernel has minor axis 1.54745 arcsec which is less than the pixel diagonal length of 8.48528 arcsec. Thus, the kernel is poorly sampled, and so the output of this application may not be what you expect. You should consider increasing the kernel size or regridding the image to a smaller pixel size 2023-09-07 15:38:41 WARN immoments::Image2DConvolver::_dealWithRestoringBeam Fitted restoring beam for channel 16 and polarization plane 0 is major: 31.1739 arcsec, minor: 22.523 arcsec, pa: -0.0642769 deg but putting requested target resolution beam major: 31.2205 arcsec, minor: 22.7696 arcsec, pa: -0.00505972 rad in the image metadata. Both beams can be considered consistent with the convolution result. 2023-09-07 15:38:41 WARN immoments::Image2DConvolver::_dealWithRestoringBeam Convolving kernel has minor axis 1.54179 arcsec which is less than the pixel diagonal length of 8.48528 arcsec. Thus, the kernel is poorly sampled, and so the output of this application may not be what you expect. You should consider increasing the kernel size or regridding the image to a smaller pixel size 2023-09-07 15:38:41 WARN immoments::Image2DConvolver::_dealWithRestoringBeam Fitted restoring beam for channel 17 and polarization plane 0 is major: 31.1742 arcsec, minor: 22.5232 arcsec, pa: -0.0641853 deg but putting requested target resolution beam major: 31.2205 arcsec, minor: 22.7696 arcsec, pa: -0.00505972 rad in the image metadata. Both beams can be considered consistent with the convolution result. 2023-09-07 15:38:41 WARN immoments::Image2DConvolver::_dealWithRestoringBeam Convolving kernel has minor axis 1.53562 arcsec which is less than the pixel diagonal length of 8.48528 arcsec. Thus, the kernel is poorly sampled, and so the output of this application may not be what you expect. You should consider increasing the kernel size or regridding the image to a smaller pixel size 2023-09-07 15:38:41 WARN immoments::Image2DConvolver::_dealWithRestoringBeam Fitted restoring beam for channel 18 and polarization plane 0 is major: 31.1745 arcsec, minor: 22.5234 arcsec, pa: -0.0641547 deg but putting requested target resolution beam major: 31.2205 arcsec, minor: 22.7696 arcsec, pa: -0.00505972 rad in the image metadata. Both beams can be considered consistent with the convolution result. 2023-09-07 15:38:41 WARN immoments::Image2DConvolver::_dealWithRestoringBeam Convolving kernel has minor axis 1.52951 arcsec which is less than the pixel diagonal length of 8.48528 arcsec. Thus, the kernel is poorly sampled, and so the output of this application may not be what you expect. You should consider increasing the kernel size or regridding the image to a smaller pixel size 2023-09-07 15:38:41 WARN immoments::Image2DConvolver::_dealWithRestoringBeam Fitted restoring beam for channel 19 and polarization plane 0 is major: 31.1748 arcsec, minor: 22.5236 arcsec, pa: -0.0642463 deg but putting requested target resolution beam major: 31.2205 arcsec, minor: 22.7696 arcsec, pa: -0.00505972 rad in the image metadata. Both beams can be considered consistent with the convolution result. 2023-09-07 15:38:41 WARN immoments::Image2DConvolver::_dealWithRestoringBeam Convolving kernel has minor axis 1.52289 arcsec which is less than the pixel diagonal length of 8.48528 arcsec. Thus, the kernel is poorly sampled, and so the output of this application may not be what you expect. You should consider increasing the kernel size or regridding the image to a smaller pixel size 2023-09-07 15:38:41 WARN immoments::Image2DConvolver::_dealWithRestoringBeam Fitted restoring beam for channel 20 and polarization plane 0 is major: 31.1752 arcsec, minor: 22.5238 arcsec, pa: -0.0642157 deg but putting requested target resolution beam major: 31.2205 arcsec, minor: 22.7696 arcsec, pa: -0.00505972 rad in the image metadata. Both beams can be considered consistent with the convolution result. 2023-09-07 15:38:41 WARN immoments::Image2DConvolver::_dealWithRestoringBeam Convolving kernel has minor axis 1.51643 arcsec which is less than the pixel diagonal length of 8.48528 arcsec. Thus, the kernel is poorly sampled, and so the output of this application may not be what you expect. You should consider increasing the kernel size or regridding the image to a smaller pixel size 2023-09-07 15:38:41 WARN immoments::Image2DConvolver::_dealWithRestoringBeam Fitted restoring beam for channel 21 and polarization plane 0 is major: 31.1755 arcsec, minor: 22.524 arcsec, pa: -0.0642462 deg but putting requested target resolution beam major: 31.2205 arcsec, minor: 22.7696 arcsec, pa: -0.00505972 rad in the image metadata. Both beams can be considered consistent with the convolution result. 2023-09-07 15:38:41 WARN immoments::Image2DConvolver::_dealWithRestoringBeam Convolving kernel has minor axis 1.50997 arcsec which is less than the pixel diagonal length of 8.48528 arcsec. Thus, the kernel is poorly sampled, and so the output of this application may not be what you expect. You should consider increasing the kernel size or regridding the image to a smaller pixel size 2023-09-07 15:38:41 WARN immoments::Image2DConvolver::_dealWithRestoringBeam Fitted restoring beam for channel 22 and polarization plane 0 is major: 31.1758 arcsec, minor: 22.5243 arcsec, pa: -0.0641851 deg but putting requested target resolution beam major: 31.2205 arcsec, minor: 22.7696 arcsec, pa: -0.00505972 rad in the image metadata. Both beams can be considered consistent with the convolution result. 2023-09-07 15:38:41 WARN immoments::Image2DConvolver::_dealWithRestoringBeam Convolving kernel has minor axis 1.50389 arcsec which is less than the pixel diagonal length of 8.48528 arcsec. Thus, the kernel is poorly sampled, and so the output of this application may not be what you expect. You should consider increasing the kernel size or regridding the image to a smaller pixel size 2023-09-07 15:38:41 WARN immoments::Image2DConvolver::_dealWithRestoringBeam Fitted restoring beam for channel 23 and polarization plane 0 is major: 31.1761 arcsec, minor: 22.5245 arcsec, pa: -0.0641851 deg but putting requested target resolution beam major: 31.2205 arcsec, minor: 22.7696 arcsec, pa: -0.00505972 rad in the image metadata. Both beams can be considered consistent with the convolution result. 2023-09-07 15:38:41 WARN immoments::Image2DConvolver::_dealWithRestoringBeam Convolving kernel has minor axis 1.49765 arcsec which is less than the pixel diagonal length of 8.48528 arcsec. Thus, the kernel is poorly sampled, and so the output of this application may not be what you expect. You should consider increasing the kernel size or regridding the image to a smaller pixel size 2023-09-07 15:38:41 WARN immoments::Image2DConvolver::_dealWithRestoringBeam Fitted restoring beam for channel 24 and polarization plane 0 is major: 31.1764 arcsec, minor: 22.5247 arcsec, pa: -0.0640935 deg but putting requested target resolution beam major: 31.2205 arcsec, minor: 22.7696 arcsec, pa: -0.00505972 rad in the image metadata. Both beams can be considered consistent with the convolution result. 2023-09-07 15:38:41 WARN immoments::Image2DConvolver::_dealWithRestoringBeam Convolving kernel has minor axis 1.49119 arcsec which is less than the pixel diagonal length of 8.48528 arcsec. Thus, the kernel is poorly sampled, and so the output of this application may not be what you expect. You should consider increasing the kernel size or regridding the image to a smaller pixel size 2023-09-07 15:38:41 WARN immoments::Image2DConvolver::_dealWithRestoringBeam Fitted restoring beam for channel 25 and polarization plane 0 is major: 31.1767 arcsec, minor: 22.5249 arcsec, pa: -0.0640019 deg but putting requested target resolution beam major: 31.2205 arcsec, minor: 22.7696 arcsec, pa: -0.00505972 rad in the image metadata. Both beams can be considered consistent with the convolution result. 2023-09-07 15:38:41 WARN immoments::Image2DConvolver::_dealWithRestoringBeam Convolving kernel has minor axis 1.48472 arcsec which is less than the pixel diagonal length of 8.48528 arcsec. Thus, the kernel is poorly sampled, and so the output of this application may not be what you expect. You should consider increasing the kernel size or regridding the image to a smaller pixel size 2023-09-07 15:38:41 WARN immoments::Image2DConvolver::_dealWithRestoringBeam Fitted restoring beam for channel 26 and polarization plane 0 is major: 31.177 arcsec, minor: 22.5251 arcsec, pa: -0.0640323 deg but putting requested target resolution beam major: 31.2205 arcsec, minor: 22.7696 arcsec, pa: -0.00505972 rad in the image metadata. Both beams can be considered consistent with the convolution result. 2023-09-07 15:38:41 WARN immoments::Image2DConvolver::_dealWithRestoringBeam Convolving kernel has minor axis 1.57965 arcsec which is less than the pixel diagonal length of 8.48528 arcsec. Thus, the kernel is poorly sampled, and so the output of this application may not be what you expect. You should consider increasing the kernel size or regridding the image to a smaller pixel size 2023-09-07 15:38:41 WARN immoments::Image2DConvolver::_dealWithRestoringBeam Fitted restoring beam for channel 27 and polarization plane 0 is major: 31.1709 arcsec, minor: 22.5286 arcsec, pa: -0.044743 deg but putting requested target resolution beam major: 31.2205 arcsec, minor: 22.7696 arcsec, pa: -0.00505972 rad in the image metadata. Both beams can be considered consistent with the convolution result. 2023-09-07 15:38:41 WARN immoments::Image2DConvolver::_dealWithRestoringBeam Convolving kernel has minor axis 1.57405 arcsec which is less than the pixel diagonal length of 8.48528 arcsec. Thus, the kernel is poorly sampled, and so the output of this application may not be what you expect. You should consider increasing the kernel size or regridding the image to a smaller pixel size 2023-09-07 15:38:41 WARN immoments::Image2DConvolver::_dealWithRestoringBeam Fitted restoring beam for channel 28 and polarization plane 0 is major: 31.1712 arcsec, minor: 22.5288 arcsec, pa: -0.044682 deg but putting requested target resolution beam major: 31.2205 arcsec, minor: 22.7696 arcsec, pa: -0.00505972 rad in the image metadata. Both beams can be considered consistent with the convolution result. 2023-09-07 15:38:41 WARN immoments::Image2DConvolver::_dealWithRestoringBeam Convolving kernel has minor axis 1.4769 arcsec which is less than the pixel diagonal length of 8.48528 arcsec. Thus, the kernel is poorly sampled, and so the output of this application may not be what you expect. You should consider increasing the kernel size or regridding the image to a smaller pixel size 2023-09-07 15:38:41 WARN immoments::Image2DConvolver::_dealWithRestoringBeam Fitted restoring beam for channel 29 and polarization plane 0 is major: 31.1761 arcsec, minor: 22.5324 arcsec, pa: -0.0450174 deg but putting requested target resolution beam major: 31.2205 arcsec, minor: 22.7696 arcsec, pa: -0.00505972 rad in the image metadata. Both beams can be considered consistent with the convolution result. 2023-09-07 15:38:41 WARN immoments::Image2DConvolver::_dealWithRestoringBeam Convolving kernel has minor axis 2.05198 arcsec which is less than the pixel diagonal length of 8.48528 arcsec. Thus, the kernel is poorly sampled, and so the output of this application may not be what you expect. You should consider increasing the kernel size or regridding the image to a smaller pixel size 2023-09-07 15:38:41 WARN immoments::Image2DConvolver::_dealWithRestoringBeam Fitted restoring beam for channel 30 and polarization plane 0 is major: 31.0033 arcsec, minor: 22.6759 arcsec, pa: -0.204564 deg but putting requested target resolution beam major: 31.2205 arcsec, minor: 22.7696 arcsec, pa: -0.00505972 rad in the image metadata. Both beams can be considered consistent with the convolution result. 2023-09-07 15:38:41 WARN immoments::Image2DConvolver::_dealWithRestoringBeam Convolving kernel has minor axis 1.45277 arcsec which is less than the pixel diagonal length of 8.48528 arcsec. Thus, the kernel is poorly sampled, and so the output of this application may not be what you expect. You should consider increasing the kernel size or regridding the image to a smaller pixel size 2023-09-07 15:38:41 WARN immoments::Image2DConvolver::_dealWithRestoringBeam Fitted restoring beam for channel 31 and polarization plane 0 is major: 30.9764 arcsec, minor: 22.7232 arcsec, pa: -0.304035 deg but putting requested target resolution beam major: 31.2205 arcsec, minor: 22.7696 arcsec, pa: -0.00505972 rad in the image metadata. Both beams can be considered consistent with the convolution result. 2023-09-07 15:38:41 WARN immoments::Image2DConvolver::_dealWithRestoringBeam Convolving kernel has minor axis 1.02676 arcsec which is less than the pixel diagonal length of 8.48528 arcsec. Thus, the kernel is poorly sampled, and so the output of this application may not be what you expect. You should consider increasing the kernel size or regridding the image to a smaller pixel size 2023-09-07 15:38:41 WARN immoments::Image2DConvolver::_dealWithRestoringBeam Fitted restoring beam for channel 32 and polarization plane 0 is major: 30.978 arcsec, minor: 22.7437 arcsec, pa: -0.458967 deg but putting requested target resolution beam major: 31.2205 arcsec, minor: 22.7696 arcsec, pa: -0.00505972 rad in the image metadata. Both beams can be considered consistent with the convolution result. 2023-09-07 15:38:41 WARN immoments::Image2DConvolver::_dealWithRestoringBeam Convolving kernel has minor axis 1.39884 arcsec which is less than the pixel diagonal length of 8.48528 arcsec. Thus, the kernel is poorly sampled, and so the output of this application may not be what you expect. You should consider increasing the kernel size or regridding the image to a smaller pixel size 2023-09-07 15:38:41 WARN immoments::Image2DConvolver::_dealWithRestoringBeam Fitted restoring beam for channel 34 and polarization plane 0 is major: 30.9801 arcsec, minor: 22.7243 arcsec, pa: -0.438168 deg but putting requested target resolution beam major: 31.2205 arcsec, minor: 22.7696 arcsec, pa: -0.00505972 rad in the image metadata. Both beams can be considered consistent with the convolution result. 2023-09-07 15:38:41 WARN immoments::Image2DConvolver::_dealWithRestoringBeam Convolving kernel has minor axis 1.09213 arcsec which is less than the pixel diagonal length of 8.48528 arcsec. Thus, the kernel is poorly sampled, and so the output of this application may not be what you expect. You should consider increasing the kernel size or regridding the image to a smaller pixel size 2023-09-07 15:38:41 WARN immoments::Image2DConvolver::_dealWithRestoringBeam Fitted restoring beam for channel 35 and polarization plane 0 is major: 31.1978 arcsec, minor: 22.528 arcsec, pa: -0.176901 deg but putting requested target resolution beam major: 31.2205 arcsec, minor: 22.7696 arcsec, pa: -0.00505972 rad in the image metadata. Both beams can be considered consistent with the convolution result. 2023-09-07 15:38:41 WARN immoments::Image2DConvolver::_dealWithRestoringBeam Convolving kernel has minor axis 1.01454 arcsec which is less than the pixel diagonal length of 8.48528 arcsec. Thus, the kernel is poorly sampled, and so the output of this application may not be what you expect. You should consider increasing the kernel size or regridding the image to a smaller pixel size 2023-09-07 15:38:41 WARN immoments::Image2DConvolver::_dealWithRestoringBeam Fitted restoring beam for channel 36 and polarization plane 0 is major: 31.1998 arcsec, minor: 22.5307 arcsec, pa: -0.15039 deg but putting requested target resolution beam major: 31.2205 arcsec, minor: 22.7696 arcsec, pa: -0.00505972 rad in the image metadata. Both beams can be considered consistent with the convolution result. 2023-09-07 15:38:41 WARN immoments::Image2DConvolver::_dealWithRestoringBeam Convolving kernel has minor axis 1.38328 arcsec which is less than the pixel diagonal length of 8.48528 arcsec. Thus, the kernel is poorly sampled, and so the output of this application may not be what you expect. You should consider increasing the kernel size or regridding the image to a smaller pixel size 2023-09-07 15:38:41 WARN immoments::Image2DConvolver::_dealWithRestoringBeam Fitted restoring beam for channel 37 and polarization plane 0 is major: 31.1818 arcsec, minor: 22.5285 arcsec, pa: -0.0642455 deg but putting requested target resolution beam major: 31.2205 arcsec, minor: 22.7696 arcsec, pa: -0.00505972 rad in the image metadata. Both beams can be considered consistent with the convolution result. Verify fix of CAS-5287 PASSED test_task_immoments.py::immoment_test2::test_CAS7850 Verify support for rest frequency=0 PASSED test_task_immoments.py::immoment_test2::test_CAS_4400 Verify feature addtion to preconvolve with largest beam when multiple varying beams. PASSED test_task_immoments.py::immoment_test2::test_flush CAS-8570: Ensure moments images are flushed to disk PASSED test_task_immoments.py::immoment_test2::test_history Verify that history is written PASSED test_task_immoments.py::immoment_test2::test_mask Immoment: Testing the correctness of mask usage with moment creation PASSED test_task_immoments.py::immoment_test2::test_median_coord Verify CAS-5570 fix for median PASSED test_task_immoments.py::immoment_test2::test_minmax_coord Verify CAS-5376, test min/max coords PASSED test_task_immoments.py::immoment_test2::test_moments Immoment: Testing calculation of each type of moment PASSED test_task_immoments.py::immoment_test2::test_pixel_set Immoment: Testing the correctness of the include/exclude pix parameters starting PIXEL selection tests PASSED test_task_immoments.py::immoment_test2::test_region Immoment: Testing the correctness of the region selection with moment calcs starting REGION selection tests PASSED test_task_immoments.py::immoment_test2::test_region_selected_in_fits 2023-09-07 15:39:32 WARN image::open (file src/tools/image/image_cmpt.cc, line 4208) Another image is already open, closing first 2023-09-07 15:39:35 WARN image::open (file src/tools/image/image_cmpt.cc, line 4208) Another image is already open, closing first Test that region selection happens in non-paged images, CAS-5278 PASSED - generated xml file: /home/casatest/casa6/casatestutils/nosedir/xml/test_task_immoments/nose.xml - ================== 15 passed, 2 warnings in 93.00s (0:01:32) =================== ============================= test session starts ============================== platform linux -- Python 3.8.7, pytest-7.4.1, pluggy-1.3.0 -- /usr/local/bin/python3.8 cachedir: .pytest_cache rootdir: /home/casatest/casa6/casatestutils/nosedir/test_task_uvmodelfit configfile: pytest.ini collecting ... collected 13 items test_task_uvmodelfit.py::uvmodelfit_test::test_antennaSelect 2023-09-07 15:39:37 WARN uvmodelfit::calibrater::setvi(bool,bool) Forcing use of OLD VisibilityIterator. There are 980 - 3 = 977 degrees of freedom. iter=0: reduced chi2=0.501236: I=1, dir=[0, 0] arcsec iter=1: reduced chi2=1.77453e-05: I=0.0013145, dir=[8.95583e-05, 7.85388e-06] arcsec iter=2: reduced chi2=1.72377e-05: I=0.000316343, dir=[0.0682531, 0.00598739] arcsec iter=3: reduced chi2=1.7211e-05: I=0.000338998, dir=[0.342586, 0.0353777] arcsec iter=4: reduced chi2=1.71964e-05: I=0.000416799, dir=[0.501573, 0.0803145] arcsec iter=5: reduced chi2=1.71922e-05: I=0.000444463, dir=[0.56108, 0.124786] arcsec If data weights are arbitrarily scaled, the following formal errors will be underestimated by at least a factor sqrt(reduced chi2). If the fit is systematically poor, the errors are much worse. I = 0.000444463 +/- 0.0451754 x = 0.56108 +/- 52.0831 arcsec y = 0.124786 +/- 45.3544 arcsec Writing componentlist to file: /home/casatest/casa6/casatestutils/nosedir/test_task_uvmodelfit/test1.cl 2023-09-07 15:39:38 WARN uvmodelfit::calibrater::setvi(bool,bool) Forcing use of OLD VisibilityIterator. There are 980 - 3 = 977 degrees of freedom. iter=0: reduced chi2=0.501362: I=1, dir=[0, 0] arcsec iter=1: reduced chi2=3.658e-06: I=0.00117479, dir=[-9.53752e-05, -2.13624e-05] arcsec iter=2: reduced chi2=3.15144e-06: I=0.000176508, dir=[-0.0813117, -0.0182157] arcsec iter=3: reduced chi2=3.12506e-06: I=0.000211294, dir=[-0.564185, -0.143054] arcsec iter=4: reduced chi2=3.1118e-06: I=0.000332861, dir=[-0.627584, -0.268863] arcsec iter=5: reduced chi2=3.11016e-06: I=0.000350381, dir=[-0.647598, -0.32336] arcsec If data weights are arbitrarily scaled, the following formal errors will be underestimated by at least a factor sqrt(reduced chi2). If the fit is systematically poor, the errors are much worse. I = 0.000350381 +/- 0.0451754 x = -0.647598 +/- 60.3425 arcsec y = -0.32336 +/- 58.0239 arcsec Writing componentlist to file: /home/casatest/casa6/casatestutils/nosedir/test_task_uvmodelfit/test2.cl test_antennaSelect -------------------- Check that this parameter allows for selection based on the antenna name or id NOTE: Using just the antenna selection will raise an error saying that multiple fields are being used PASSED test_task_uvmodelfit.py::uvmodelfit_test::test_comptype 2023-09-07 15:39:38 WARN uvmodelfit::calibrater::setvi(bool,bool) Forcing use of OLD VisibilityIterator. There are 24500 - 6 = 24494 degrees of freedom. iter=0: reduced chi2=0.223315: I=1, dir=[1, 1] arcsec, shape=[1, 1, 1] iter=1: reduced chi2=9.05439e-06: I=0.00306779, dir=[0.999972, 1.00001] arcsec, shape=[1.0055, 1, 1] iter=2: reduced chi2=6.97053e-06: I=1.60849e-05, dir=[0.99084, 1.00466] arcsec, shape=[1.00218, 1, 1] iter=3: reduced chi2=6.9699e-06: I=1.33396e-05, dir=[-0.745309, 1.87644] arcsec, shape=[0.156091, 1, 1] iter=4: reduced chi2=6.96891e-06: I=3.35394e-05, dir=[-0.823118, 2.03554] arcsec, shape=[1.53467, 1, 1] iter=5: reduced chi2=6.96758e-06: I=5.89415e-05, dir=[-0.837836, 2.22716] arcsec, shape=[1.85014, 1, 1] If data weights are arbitrarily scaled, the following formal errors will be underestimated by at least a factor sqrt(reduced chi2). If the fit is systematically poor, the errors are much worse. I = 5.89415e-05 +/- 0.0399385 x = -0.837836 +/- 279.197 arcsec y = 2.22716 +/- 263.672 arcsec a = 1.85014 +/- 2920.53 arcsec r = 1 +/- 1927.24 p = 1 +/- 57.2958 deg Writing componentlist to file: /home/casatest/casa6/casatestutils/nosedir/test_task_uvmodelfit/test1.cl 2023-09-07 15:39:38 WARN uvmodelfit::calibrater::setvi(bool,bool) Forcing use of OLD VisibilityIterator. There are 24500 - 6 = 24494 degrees of freedom. iter=0: reduced chi2=0.115118: I=1, dir=[1, 1] arcsec, shape=[1, 1, 1] iter=1: reduced chi2=7.48282e-06: I=0.00211933, dir=[0.999935, 1.00006] arcsec, shape=[1.00134, 1, 1] iter=2: reduced chi2=6.97053e-06: I=3.76991e-05, dir=[0.969151, 1.02795] arcsec, shape=[1.01162, 1, 1] iter=3: reduced chi2=6.96848e-06: I=4.99042e-05, dir=[-0.814741, 2.65048] arcsec, shape=[1.93255, 1, 1] iter=4: reduced chi2=6.96635e-06: I=9.04344e-05, dir=[-0.521044, 2.2073] arcsec, shape=[1.30367, 0.871477, 1] iter=5: reduced chi2=6.96483e-06: I=0.000124177, dir=[-0.518584, 2.29109] arcsec, shape=[1.35875, 1, 18.5073] If data weights are arbitrarily scaled, the following formal errors will be underestimated by at least a factor sqrt(reduced chi2). If the fit is systematically poor, the errors are much worse. I = 0.000124177 +/- 0.0356416 x = -0.518584 +/- 171.745 arcsec y = 2.29109 +/- 165.21 arcsec a = 1.35875 +/- 425.283 arcsec r = 1 +/- 444.81 p = 18.5073 +/- 57.2958 deg Writing componentlist to file: /home/casatest/casa6/casatestutils/nosedir/test_task_uvmodelfit/test2.cl test_comptype --------------- Check that the comptype parameter changes the component model type PASSED test_task_uvmodelfit.py::uvmodelfit_test::test_fieldSelect 2023-09-07 15:39:39 WARN uvmodelfit::calibrater::setvi(bool,bool) Forcing use of OLD VisibilityIterator. There are 24500 - 3 = 24497 degrees of freedom. iter=0: reduced chi2=0.500026: I=1, dir=[0, 0] arcsec iter=1: reduced chi2=1.30279e-06: I=0.00103511, dir=[-2.3514e-06, -6.82833e-07] arcsec iter=2: reduced chi2=8.03765e-07: I=3.66475e-05, dir=[-0.00227513, -0.000660685] arcsec iter=3: reduced chi2=8.03717e-07: I=3.61935e-05, dir=[-0.066776, -0.0192953] arcsec iter=4: reduced chi2=8.03657e-07: I=3.75341e-05, dir=[-0.138375, -0.0379022] arcsec iter=5: reduced chi2=8.03594e-07: I=3.9096e-05, dir=[-0.209874, -0.056095] arcsec If data weights are arbitrarily scaled, the following formal errors will be underestimated by at least a factor sqrt(reduced chi2). If the fit is systematically poor, the errors are much worse. I = 3.9096e-05 +/- 0.00903508 x = -0.209874 +/- 83.8907 arcsec y = -0.056095 +/- 73.5601 arcsec Writing componentlist to file: /home/casatest/casa6/casatestutils/nosedir/test_task_uvmodelfit/test1.cl 2023-09-07 15:39:39 WARN uvmodelfit::calibrater::setvi(bool,bool) Forcing use of OLD VisibilityIterator. There are 24500 - 3 = 24497 degrees of freedom. iter=0: reduced chi2=0.50007: I=1, dir=[0, 0] arcsec iter=1: reduced chi2=7.46871e-06: I=0.000996844, dir=[-1.76161e-06, -2.03276e-06] arcsec iter=2: reduced chi2=6.96965e-06: I=-1.66014e-06, dir=[-0.00176984, -0.00204231] arcsec iter=3: reduced chi2=6.96965e-06: I=-1.67684e-06, dir=[0.0389955, 0.046368] arcsec iter=4: reduced chi2=6.96964e-06: I=-1.79695e-06, dir=[0.11497, 0.0783099] arcsec iter=5: reduced chi2=6.96964e-06: I=-2.16021e-06, dir=[0.264308, 0.0633136] arcsec If data weights are arbitrarily scaled, the following formal errors will be underestimated by at least a factor sqrt(reduced chi2). If the fit is systematically poor, the errors are much worse. I = -2.16021e-06 +/- 0.00903508 x = 0.264308 +/- 1518.11 arcsec y = 0.0633136 +/- 1331.3 arcsec Writing componentlist to file: /home/casatest/casa6/casatestutils/nosedir/test_task_uvmodelfit/test2.cl test_fieldSelect ------------------- Check that the field parameter properly selects fields by name or by id TODO find out what is wrong with selecting multiple fields PASSED test_task_uvmodelfit.py::uvmodelfit_test::test_niter 2023-09-07 15:39:40 WARN uvmodelfit::calibrater::setvi(bool,bool) Forcing use of OLD VisibilityIterator. There are 24500 - 3 = 24497 degrees of freedom. iter=0: reduced chi2=0.50007: I=1, dir=[0, 0] arcsec iter=1: reduced chi2=7.46871e-06: I=0.000996844, dir=[-1.76161e-06, -2.03276e-06] arcsec If data weights are arbitrarily scaled, the following formal errors will be underestimated by at least a factor sqrt(reduced chi2). If the fit is systematically poor, the errors are much worse. I = 0.000996844 +/- 0.00903508 x = -1.76161e-06 +/- 3.28982 arcsec y = -2.03276e-06 +/- 2.88499 arcsec Writing componentlist to file: /home/casatest/casa6/casatestutils/nosedir/test_task_uvmodelfit/test1.cl 2023-09-07 15:39:40 WARN uvmodelfit::calibrater::setvi(bool,bool) Forcing use of OLD VisibilityIterator. There are 24500 - 3 = 24497 degrees of freedom. iter=0: reduced chi2=0.50007: I=1, dir=[0, 0] arcsec iter=1: reduced chi2=7.46871e-06: I=0.000996844, dir=[-1.76161e-06, -2.03276e-06] arcsec iter=2: reduced chi2=6.96965e-06: I=-1.66014e-06, dir=[-0.00176984, -0.00204231] arcsec iter=3: reduced chi2=6.96965e-06: I=-1.67684e-06, dir=[0.0389955, 0.046368] arcsec iter=4: reduced chi2=6.96964e-06: I=-1.79695e-06, dir=[0.11497, 0.0783099] arcsec iter=5: reduced chi2=6.96964e-06: I=-2.16021e-06, dir=[0.264308, 0.0633136] arcsec If data weights are arbitrarily scaled, the following formal errors will be underestimated by at least a factor sqrt(reduced chi2). If the fit is systematically poor, the errors are much worse. I = -2.16021e-06 +/- 0.00903508 x = 0.264308 +/- 1518.11 arcsec y = 0.0633136 +/- 1331.3 arcsec Writing componentlist to file: /home/casatest/casa6/casatestutils/nosedir/test_task_uvmodelfit/test2.cl test_niter ----------- Check that the number of niter parameter selects the number of iterations uvmodelfit runs PASSED test_task_uvmodelfit.py::uvmodelfit_test::test_outfile 2023-09-07 15:39:40 WARN uvmodelfit::calibrater::setvi(bool,bool) Forcing use of OLD VisibilityIterator. There are 24500 - 3 = 24497 degrees of freedom. iter=0: reduced chi2=0.50007: I=1, dir=[0, 0] arcsec iter=1: reduced chi2=7.46871e-06: I=0.000996844, dir=[-1.76161e-06, -2.03276e-06] arcsec iter=2: reduced chi2=6.96965e-06: I=-1.66014e-06, dir=[-0.00176984, -0.00204231] arcsec iter=3: reduced chi2=6.96965e-06: I=-1.67684e-06, dir=[0.0389955, 0.046368] arcsec iter=4: reduced chi2=6.96964e-06: I=-1.79695e-06, dir=[0.11497, 0.0783099] arcsec iter=5: reduced chi2=6.96964e-06: I=-2.16021e-06, dir=[0.264308, 0.0633136] arcsec If data weights are arbitrarily scaled, the following formal errors will be underestimated by at least a factor sqrt(reduced chi2). If the fit is systematically poor, the errors are much worse. I = -2.16021e-06 +/- 0.00903508 x = 0.264308 +/- 1518.11 arcsec y = 0.0633136 +/- 1331.3 arcsec Writing componentlist to file: /home/casatest/casa6/casatestutils/nosedir/test_task_uvmodelfit/test1.cl test_outfile -------------- Check that the task creates an output file when specified with the output parameter PASSED test_task_uvmodelfit.py::uvmodelfit_test::test_scanSelect 2023-09-07 15:39:41 WARN uvmodelfit::calibrater::setvi(bool,bool) Forcing use of OLD VisibilityIterator. There are 24500 - 3 = 24497 degrees of freedom. iter=0: reduced chi2=0.50007: I=1, dir=[0, 0] arcsec iter=1: reduced chi2=7.46871e-06: I=0.000996844, dir=[-1.76161e-06, -2.03276e-06] arcsec iter=2: reduced chi2=6.96965e-06: I=-1.66014e-06, dir=[-0.00176984, -0.00204231] arcsec iter=3: reduced chi2=6.96965e-06: I=-1.67684e-06, dir=[0.0389955, 0.046368] arcsec iter=4: reduced chi2=6.96964e-06: I=-1.79695e-06, dir=[0.11497, 0.0783099] arcsec iter=5: reduced chi2=6.96964e-06: I=-2.16021e-06, dir=[0.264308, 0.0633136] arcsec If data weights are arbitrarily scaled, the following formal errors will be underestimated by at least a factor sqrt(reduced chi2). If the fit is systematically poor, the errors are much worse. I = -2.16021e-06 +/- 0.00903508 x = 0.264308 +/- 1518.11 arcsec y = 0.0633136 +/- 1331.3 arcsec Writing componentlist to file: /home/casatest/casa6/casatestutils/nosedir/test_task_uvmodelfit/test1.cl 2023-09-07 15:39:41 WARN uvmodelfit::calibrater::setvi(bool,bool) Forcing use of OLD VisibilityIterator. There are 24500 - 3 = 24497 degrees of freedom. iter=0: reduced chi2=0.499978: I=1, dir=[0, 0] arcsec iter=1: reduced chi2=1.63087e-05: I=0.00109826, dir=[8.44869e-08, -1.13222e-05] arcsec iter=2: reduced chi2=1.58096e-05: I=9.98546e-05, dir=[7.69394e-05, -0.0103262] arcsec iter=3: reduced chi2=1.58079e-05: I=0.000100536, dir=[-1.17067e-05, -0.12901] arcsec iter=4: reduced chi2=1.58045e-05: I=0.000117457, dir=[-0.0105881, -0.29339] arcsec iter=5: reduced chi2=1.58015e-05: I=0.00014519, dir=[-0.0319589, -0.428824] arcsec If data weights are arbitrarily scaled, the following formal errors will be underestimated by at least a factor sqrt(reduced chi2). If the fit is systematically poor, the errors are much worse. I = 0.00014519 +/- 0.00903508 x = -0.0319589 +/- 22.5851 arcsec y = -0.428824 +/- 19.8077 arcsec Writing componentlist to file: /home/casatest/casa6/casatestutils/nosedir/test_task_uvmodelfit/test2.cl test_scanSelect ----------------- Check that this parameter allows for seletion based on the scan id PASSED test_task_uvmodelfit.py::uvmodelfit_test::test_selectData 2023-09-07 15:39:42 WARN uvmodelfit::calibrater::setvi(bool,bool) Forcing use of OLD VisibilityIterator. There are 24500 - 3 = 24497 degrees of freedom. iter=0: reduced chi2=0.50007: I=1, dir=[0, 0] arcsec iter=1: reduced chi2=7.46871e-06: I=0.000996844, dir=[-1.76161e-06, -2.03276e-06] arcsec iter=2: reduced chi2=6.96965e-06: I=-1.66014e-06, dir=[-0.00176984, -0.00204231] arcsec iter=3: reduced chi2=6.96965e-06: I=-1.67684e-06, dir=[0.0389955, 0.046368] arcsec iter=4: reduced chi2=6.96964e-06: I=-1.79695e-06, dir=[0.11497, 0.0783099] arcsec iter=5: reduced chi2=6.96964e-06: I=-2.16021e-06, dir=[0.264308, 0.0633136] arcsec If data weights are arbitrarily scaled, the following formal errors will be underestimated by at least a factor sqrt(reduced chi2). If the fit is systematically poor, the errors are much worse. I = -2.16021e-06 +/- 0.00903508 x = 0.264308 +/- 1518.11 arcsec y = 0.0633136 +/- 1331.3 arcsec Writing componentlist to file: /home/casatest/casa6/casatestutils/nosedir/test_task_uvmodelfit/test1.cl 2023-09-07 15:39:42 WARN uvmodelfit::calibrater::setvi(bool,bool) Forcing use of OLD VisibilityIterator. There are 120 - 3 = 117 degrees of freedom. iter=0: reduced chi2=0.513046: I=1, dir=[0, 0] arcsec iter=1: reduced chi2=9.40374e-06: I=0.0007885, dir=[-0.0037039, -0.00478739] arcsec iter=2: reduced chi2=8.94083e-06: I=-0.000202281, dir=[-4.71361, -6.09448] arcsec iter=3: reduced chi2=8.91896e-06: I=-5.21638e-06, dir=[7.26954, 7.59266] arcsec iter=4: reduced chi2=8.83123e-06: I=-0.000368954, dir=[-281.448, -242.991] arcsec iter=5: reduced chi2=8.74547e-06: I=-0.000418384, dir=[-287.719, -251.083] arcsec If data weights are arbitrarily scaled, the following formal errors will be underestimated by at least a factor sqrt(reduced chi2). If the fit is systematically poor, the errors are much worse. I = -0.000418384 +/- 0.129099 x = -287.719 +/- 436.244 arcsec y = -251.083 +/- 539.275 arcsec Writing componentlist to file: /home/casatest/casa6/casatestutils/nosedir/test_task_uvmodelfit/test2.cl test_selectData ----------------- Allows for the use of the data selection parameters timerang, uvrange, antenna, scan, and msselect when True PASSED test_task_uvmodelfit.py::uvmodelfit_test::test_sourcepar 2023-09-07 15:39:43 WARN uvmodelfit::calibrater::setvi(bool,bool) Forcing use of OLD VisibilityIterator. There are 24500 - 3 = 24497 degrees of freedom. iter=0: reduced chi2=0.50007: I=1, dir=[0, 0] arcsec iter=1: reduced chi2=7.46871e-06: I=0.000996844, dir=[-1.76161e-06, -2.03276e-06] arcsec iter=2: reduced chi2=6.96965e-06: I=-1.66014e-06, dir=[-0.00176984, -0.00204231] arcsec iter=3: reduced chi2=6.96965e-06: I=-1.67684e-06, dir=[0.0389955, 0.046368] arcsec iter=4: reduced chi2=6.96964e-06: I=-1.79695e-06, dir=[0.11497, 0.0783099] arcsec iter=5: reduced chi2=6.96964e-06: I=-2.16021e-06, dir=[0.264308, 0.0633136] arcsec If data weights are arbitrarily scaled, the following formal errors will be underestimated by at least a factor sqrt(reduced chi2). If the fit is systematically poor, the errors are much worse. I = -2.16021e-06 +/- 0.00903508 x = 0.264308 +/- 1518.11 arcsec y = 0.0633136 +/- 1331.3 arcsec Writing componentlist to file: /home/casatest/casa6/casatestutils/nosedir/test_task_uvmodelfit/test1.cl 2023-09-07 15:39:43 WARN uvmodelfit::calibrater::setvi(bool,bool) Forcing use of OLD VisibilityIterator. There are 24500 - 3 = 24497 degrees of freedom. iter=0: reduced chi2=0.500062: I=1, dir=[1, 1] arcsec iter=1: reduced chi2=7.46868e-06: I=0.00100539, dir=[0.999992, 1] arcsec iter=2: reduced chi2=6.96963e-06: I=6.89253e-06, dir=[0.991957, 1.00281] arcsec iter=3: reduced chi2=6.96949e-06: I=6.96351e-06, dir=[-0.174069, 1.40248] arcsec iter=4: reduced chi2=6.96921e-06: I=2.56854e-05, dir=[0.214229, 1.38695] arcsec iter=5: reduced chi2=6.96919e-06: I=2.994e-05, dir=[0.173962, 1.38327] arcsec If data weights are arbitrarily scaled, the following formal errors will be underestimated by at least a factor sqrt(reduced chi2). If the fit is systematically poor, the errors are much worse. I = 2.994e-05 +/- 0.00903508 x = 0.173962 +/- 109.533 arcsec y = 1.38327 +/- 96.0549 arcsec Writing componentlist to file: /home/casatest/casa6/casatestutils/nosedir/test_task_uvmodelfit/test2.cl test_sourcepar ---------------- Check that sourcepar selects starting guess for component parameters PASSED test_task_uvmodelfit.py::uvmodelfit_test::test_spwSelect 2023-09-07 15:39:43 WARN uvmodelfit::calibrater::setvi(bool,bool) Forcing use of OLD VisibilityIterator. There are 120250 - 3 = 120247 degrees of freedom. iter=0: reduced chi2=7.53424: I=1, dir=[0, 0] arcsec iter=1: reduced chi2=5.60908: I=0.00491201, dir=[0.00397324, 0.000426711] arcsec iter=2: reduced chi2=5.60904: I=0.00392362, dir=[0.822108, 0.081166] arcsec iter=3: reduced chi2=5.60903: I=0.00607976, dir=[3.01616, -1.14771] arcsec iter=4: reduced chi2=5.609: I=0.00620436, dir=[2.34701, 1.20117] arcsec iter=5: reduced chi2=5.60892: I=0.00758467, dir=[2.57163, 0.636844] arcsec If data weights are arbitrarily scaled, the following formal errors will be underestimated by at least a factor sqrt(reduced chi2). If the fit is systematically poor, the errors are much worse. I = 0.00758467 +/- 0.00207026 x = 2.57163 +/- 0.441119 arcsec y = 0.636844 +/- 0.400796 arcsec Writing componentlist to file: /home/casatest/casa6/casatestutils/nosedir/test_task_uvmodelfit/test1.cl 2023-09-07 15:39:45 WARN uvmodelfit::calibrater::setvi(bool,bool) Forcing use of OLD VisibilityIterator. There are 120250 - 3 = 120247 degrees of freedom. iter=0: reduced chi2=7.51732: I=1, dir=[0, 0] arcsec iter=1: reduced chi2=5.74274: I=0.000542439, dir=[-0.00820008, -0.00879566] arcsec iter=2: reduced chi2=5.74274: I=-0.000361932, dir=[-14.2715, -15.2826] arcsec iter=3: reduced chi2=5.74274: I=-0.000196652, dir=[-0.856895, -18.97] arcsec iter=4: reduced chi2=5.74274: I=-0.000207681, dir=[2.06202, -19.1228] arcsec iter=5: reduced chi2=5.74273: I=-0.000254358, dir=[0.975174, -18.2686] arcsec If data weights are arbitrarily scaled, the following formal errors will be underestimated by at least a factor sqrt(reduced chi2). If the fit is systematically poor, the errors are much worse. I = -0.000254358 +/- 0.00216578 x = 0.975174 +/- 14.3472 arcsec y = -18.2686 +/- 12.2369 arcsec Writing componentlist to file: /home/casatest/casa6/casatestutils/nosedir/test_task_uvmodelfit/test2.cl test_spwSelect ---------------- Check that the spw parameter properly selects spectral windows PASSED test_task_uvmodelfit.py::uvmodelfit_test::test_takesvis 2023-09-07 15:39:46 WARN uvmodelfit::calibrater::setvi(bool,bool) Forcing use of OLD VisibilityIterator. There are 24500 - 3 = 24497 degrees of freedom. iter=0: reduced chi2=0.500026: I=1, dir=[0, 0] arcsec iter=1: reduced chi2=1.30279e-06: I=0.00103511, dir=[-2.3514e-06, -6.82833e-07] arcsec iter=2: reduced chi2=8.03765e-07: I=3.66475e-05, dir=[-0.00227513, -0.000660685] arcsec iter=3: reduced chi2=8.03717e-07: I=3.61935e-05, dir=[-0.066776, -0.0192953] arcsec iter=4: reduced chi2=8.03657e-07: I=3.75341e-05, dir=[-0.138375, -0.0379022] arcsec iter=5: reduced chi2=8.03594e-07: I=3.9096e-05, dir=[-0.209874, -0.056095] arcsec If data weights are arbitrarily scaled, the following formal errors will be underestimated by at least a factor sqrt(reduced chi2). If the fit is systematically poor, the errors are much worse. I = 3.9096e-05 +/- 0.00903508 x = -0.209874 +/- 83.8907 arcsec y = -0.056095 +/- 73.5601 arcsec test_takesvis ----------------- Check that the task takes a valid visibility file PASSED test_task_uvmodelfit.py::uvmodelfit_test::test_timerangeSelect 2023-09-07 15:39:47 WARN uvmodelfit::calibrater::setvi(bool,bool) Forcing use of OLD VisibilityIterator. There are 24500 - 3 = 24497 degrees of freedom. iter=0: reduced chi2=0.504128: I=1, dir=[0, 0] arcsec iter=1: reduced chi2=0.00132736: I=-0.00173421, dir=[-0.000110601, 4.91035e-05] arcsec iter=2: reduced chi2=0.00132666: I=-0.00273533, dir=[0.0636726, -0.028279] arcsec iter=3: reduced chi2=0.00132647: I=-0.00280967, dir=[0.11429, -0.0464787] arcsec iter=4: reduced chi2=0.00132621: I=-0.00287665, dir=[0.172625, -0.0644859] arcsec iter=5: reduced chi2=0.00132586: I=-0.00296507, dir=[0.240406, -0.0824503] arcsec If data weights are arbitrarily scaled, the following formal errors will be underestimated by at least a factor sqrt(reduced chi2). If the fit is systematically poor, the errors are much worse. I = -0.00296507 +/- 0.00903508 x = 0.240406 +/- 1.10742 arcsec y = -0.0824503 +/- 0.969818 arcsec Writing componentlist to file: /home/casatest/casa6/casatestutils/nosedir/test_task_uvmodelfit/test1.cl 2023-09-07 15:39:47 WARN uvmodelfit::calibrater::setvi(bool,bool) Forcing use of OLD VisibilityIterator. There are 24500 - 3 = 24497 degrees of freedom. iter=0: reduced chi2=0.501728: I=1, dir=[0, 0] arcsec iter=1: reduced chi2=0.00217666: I=0.00150831, dir=[1.40788e-05, 9.95773e-06] arcsec iter=2: reduced chi2=0.00217616: I=0.000510322, dir=[0.00935402, 0.00661427] arcsec iter=3: reduced chi2=0.00217616: I=0.000511476, dir=[0.0392212, 0.0243698] arcsec iter=4: reduced chi2=0.00217615: I=0.000516714, dir=[0.0766723, 0.037258] arcsec iter=5: reduced chi2=0.00217615: I=0.000523594, dir=[0.124002, 0.0466822] arcsec If data weights are arbitrarily scaled, the following formal errors will be underestimated by at least a factor sqrt(reduced chi2). If the fit is systematically poor, the errors are much worse. I = 0.000523594 +/- 0.00903508 x = 0.124002 +/- 6.27964 arcsec y = 0.0466822 +/- 5.49192 arcsec Writing componentlist to file: /home/casatest/casa6/casatestutils/nosedir/test_task_uvmodelfit/test2.cl test_timerangeSelect ----------------------- Check that the timerange parameter properly selects the desired timerange PASSED test_task_uvmodelfit.py::uvmodelfit_test::test_uvrangeSelect 2023-09-07 15:39:47 WARN uvmodelfit::calibrater::setvi(bool,bool) Forcing use of OLD VisibilityIterator. There are 3440 - 3 = 3437 degrees of freedom. iter=0: reduced chi2=0.500333: I=1, dir=[0, 0] arcsec iter=1: reduced chi2=4.73559e-05: I=0.00114933, dir=[-0.000549538, 1.07287e-05] arcsec iter=2: reduced chi2=4.68293e-05: I=0.000151181, dir=[-0.47899, 0.00933264] arcsec iter=3: reduced chi2=4.67821e-05: I=0.000332335, dir=[-4.03323, -0.0859994] arcsec iter=4: reduced chi2=4.65965e-05: I=0.000425135, dir=[-4.4663, -1.56114] arcsec iter=5: reduced chi2=4.64256e-05: I=0.00085118, dir=[-5.06439, -1.72933] arcsec If data weights are arbitrarily scaled, the following formal errors will be underestimated by at least a factor sqrt(reduced chi2). If the fit is systematically poor, the errors are much worse. I = 0.00085118 +/- 0.0241121 x = -5.06439 +/- 34.2969 arcsec y = -1.72933 +/- 31.3727 arcsec Writing componentlist to file: /home/casatest/casa6/casatestutils/nosedir/test_task_uvmodelfit/test1.cl 2023-09-07 15:39:47 WARN uvmodelfit::calibrater::setvi(bool,bool) Forcing use of OLD VisibilityIterator. There are 8440 - 3 = 8437 degrees of freedom. iter=0: reduced chi2=0.500218: I=1, dir=[0, 0] arcsec iter=1: reduced chi2=1.47216e-06: I=0.000960188, dir=[2.69551e-05, 1.00754e-06] arcsec iter=2: reduced chi2=9.73043e-07: I=-3.835e-05, dir=[0.028114, 0.00105097] arcsec iter=3: reduced chi2=9.71377e-07: I=-3.62331e-05, dir=[-0.683209, -0.0300068] arcsec iter=4: reduced chi2=9.69616e-07: I=-8.21256e-05, dir=[-0.919942, 0.215778] arcsec iter=5: reduced chi2=9.69552e-07: I=-9.07441e-05, dir=[-0.957306, 0.215738] arcsec If data weights are arbitrarily scaled, the following formal errors will be underestimated by at least a factor sqrt(reduced chi2). If the fit is systematically poor, the errors are much worse. I = -9.07441e-05 +/- 0.0153937 x = -0.957306 +/- 91.656 arcsec y = 0.215738 +/- 89.4617 arcsec Writing componentlist to file: /home/casatest/casa6/casatestutils/nosedir/test_task_uvmodelfit/test2.cl test_uvrangeSelect -------------------- Check that the uvrange parameter properly select the uvranges PASSED test_task_uvmodelfit.py::uvmodelfit_test::test_varypar 2023-09-07 15:39:48 WARN uvmodelfit::calibrater::setvi(bool,bool) Forcing use of OLD VisibilityIterator. There are 24500 - 3 = 24497 degrees of freedom. iter=0: reduced chi2=0.500062: I=1, dir=[1, 1] arcsec iter=1: reduced chi2=7.46868e-06: I=0.00100539, dir=[0.999992, 1] arcsec iter=2: reduced chi2=6.96963e-06: I=6.89253e-06, dir=[0.991957, 1.00281] arcsec iter=3: reduced chi2=6.96949e-06: I=6.96351e-06, dir=[-0.174069, 1.40248] arcsec iter=4: reduced chi2=6.96921e-06: I=2.56854e-05, dir=[0.214229, 1.38695] arcsec iter=5: reduced chi2=6.96919e-06: I=2.994e-05, dir=[0.173962, 1.38327] arcsec If data weights are arbitrarily scaled, the following formal errors will be underestimated by at least a factor sqrt(reduced chi2). If the fit is systematically poor, the errors are much worse. I = 2.994e-05 +/- 0.00903508 x = 0.173962 +/- 109.533 arcsec y = 1.38327 +/- 96.0549 arcsec Writing componentlist to file: /home/casatest/casa6/casatestutils/nosedir/test_task_uvmodelfit/test1.cl 2023-09-07 15:39:48 WARN uvmodelfit::calibrater::setvi(bool,bool) Forcing use of OLD VisibilityIterator. There are 24500 - 1 = 24499 degrees of freedom. iter=0: reduced chi2=0.500021: I=1, dir=[1, 1] arcsec iter=1: reduced chi2=7.46808e-06: I=0.00100539, dir=[1, 1] arcsec iter=2: reduced chi2=6.96906e-06: I=6.89195e-06, dir=[1, 1] arcsec iter=3: reduced chi2=6.96906e-06: I=6.39283e-06, dir=[1, 1] arcsec iter=4: reduced chi2=6.96906e-06: I=6.3927e-06, dir=[1, 1] arcsec iter=5: reduced chi2=6.96906e-06: I=6.3927e-06, dir=[1, 1] arcsec If data weights are arbitrarily scaled, the following formal errors will be underestimated by at least a factor sqrt(reduced chi2). If the fit is systematically poor, the errors are much worse. I = 6.3927e-06 +/- 0.00903508 x = 1 +/- 0 arcsec y = 1 +/- 0 arcsec Writing componentlist to file: /home/casatest/casa6/casatestutils/nosedir/test_task_uvmodelfit/test2.cl test_varypar -------------- Check that varypar selects which parameters to let vary the fit PASSED - generated xml file: /home/casatest/casa6/casatestutils/nosedir/xml/test_task_uvmodelfit/nose.xml - ======================= 13 passed, 2 warnings in 12.56s ======================== ============================= test session starts ============================== platform linux -- Python 3.8.7, pytest-7.4.1, pluggy-1.3.0 -- /usr/local/bin/python3.8 cachedir: .pytest_cache rootdir: /home/casatest/casa6/casatestutils/nosedir/test_task_imsubimage configfile: pytest.ini collecting ... collected 5 items test_task_imsubimage.py::imsubimage_test::test_CAS7704 2023-09-07 15:39:51 WARN image::open (file src/tools/image/image_cmpt.cc, line 4208) Another image is already open, closing first 2023-09-07 15:39:51 SEVERE imsubimage::regionmanager::frombcs Exception Reported: Exception: Overriding spectral specification must be limited to a sngle channel range. 2023-09-07 15:39:51 SEVERE imsubimage::regionmanager::frombcs+ ... thrown by void casa::RegionTextParser::_setOverridingChannelRange(const casacore::String&) at File: /source/casa6/casatools/src/code/imageanalysis/IO/RegionTextParser.cc, line: 1313 at File: /source/casa6/casatools/src/code/imageanalysis/Regions/CasacRegionManager.cc, line: 445 2023-09-07 15:39:51 SEVERE imsubimage::::casa Task imsubimage raised an exception of class RuntimeError with the following message: Exception: Overriding spectral specification must be limited to a sngle channel range. 2023-09-07 15:39:51 SEVERE imsubimage::::casa+ ... thrown by void casa::RegionTextParser::_setOverridingChannelRange(const casacore::String&) at File: /source/casa6/casatools/src/code/imageanalysis/IO/RegionTextParser.cc, line: 1313 at File: /source/casa6/casatools/src/code/imageanalysis/Regions/CasacRegionManager.cc, line: 445 2023-09-07 15:39:51 WARN imsubimage::CasacRegionManager::fromBCS Stokes cannot be determined because this region type is not handled yet. But chances are very good this is no need to be alarmed. 2023-09-07 15:39:52 WARN imsubimage::CasacRegionManager::fromBCS Stokes cannot be determined because this region type is not handled yet. But chances are very good this is no need to be alarmed. Test CAS-7704, chans can be specified with region file PASSED test_task_imsubimage.py::imsubimage_test::test_beams Test per plane beams PASSED test_task_imsubimage.py::imsubimage_test::test_history verify history writing PASSED test_task_imsubimage.py::imsubimage_test::test_keepaxes Test the keepaxes parameter PASSED test_task_imsubimage.py::imsubimage_test::test_stretch 2023-09-07 15:39:59 SEVERE imsubimage::image::subimage (file src/tools/image/image_cmpt.cc, line 6162) Exception Reported: The input image shape ([20, 30, 4, 10]) and mask shape ([20, 30, 4, 1]) are different, and it was specified that the mask should not be extended, so the mask cannot be applied to the (sub)image. Specifying that the mask should be extended may resolve the issue at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/SubImageFactory.tcc, line: 306 2023-09-07 15:39:59 SEVERE imsubimage::::casa Task imsubimage raised an exception of class RuntimeError with the following message: The input image shape ([20, 30, 4, 10]) and mask shape ([20, 30, 4, 1]) are different, and it was specified that the mask should not be extended, so the mask cannot be applied to the (sub)image. Specifying that the mask should be extended may resolve the issue at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/SubImageFactory.tcc, line: 306 2023-09-07 15:40:00 SEVERE imsubimage::image::subimage (file src/tools/image/image_cmpt.cc, line 6162) Exception Reported: Unable to extend mask: ExtendSpecifier - new nor stretch axes given at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/SubImageFactory.tcc, line: 313 2023-09-07 15:40:00 SEVERE imsubimage::::casa Task imsubimage raised an exception of class RuntimeError with the following message: Unable to extend mask: ExtendSpecifier - new nor stretch axes given at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/SubImageFactory.tcc, line: 313 Test the stretch parameter PASSED - generated xml file: /home/casatest/casa6/casatestutils/nosedir/xml/test_task_imsubimage/nose.xml - ======================== 5 passed, 2 warnings in 10.69s ======================== ============================= test session starts ============================== platform linux -- Python 3.8.7, pytest-7.4.1, pluggy-1.3.0 -- /usr/local/bin/python3.8 cachedir: .pytest_cache rootdir: /home/casatest/casa6/casatestutils/nosedir/test_task_imstat configfile: pytest.ini collecting ... collected 12 items test_task_imstat.py::imstat_test::test_CAS_2195_image_can_have_linear_rather_than_direction_coordinate verify fix for CAS-2195, image has linear, not direction, coordinate PASSED test_task_imstat.py::imstat_test::test_biweight 2023-09-07 15:40:02 WARN imstat::image::statistics (file src/tools/image/image_cmpt.cc, line 5995) The biweight algorithm does not support computation of quantile-related (median, MADM, first/third quartile, IQR) statistics (robust=True). Proceeding without calculating those stats. ....10....20....30....40....50....60....70....80....90....100% 2023-09-07 15:40:12 WARN imstat::image::statistics (file src/tools/image/image_cmpt.cc, line 5995) The biweight algorithm does not support computation of quantile-related (median, MADM, first/third quartile, IQR) statistics (robust=True). Proceeding without calculating those stats. ....10....20....30....40....50....60....70....80....90....100% 2023-09-07 15:40:21 WARN imstat::image::statistics (file src/tools/image/image_cmpt.cc, line 5995) The biweight algorithm does not support computation of quantile-related (median, MADM, first/third quartile, IQR) statistics (robust=True). Proceeding without calculating those stats. Test biweight algorithm CAS-11100 PASSED test_task_imstat.py::imstat_test::test_box_param_can_have_spaces test that box parameter can have spaces, CAS-2050 PASSED test_task_imstat.py::imstat_test::test_chauvenet Test Chauvenet's criterion algorithm PASSED test_task_imstat.py::imstat_test::test_fithalf Test fit to half algorithm PASSED test_task_imstat.py::imstat_test::test_hingesfences Test hinges-fences algorithm PASSED test_task_imstat.py::imstat_test::test_internal_region_exclusion 2023-09-07 15:40:35 WARN imstat:::: Stokes cannot be determined because this region type is not handled yet. But chances are very good this is no need to be alarmed. Verify data not returned for internally excluded regions PASSED test_task_imstat.py::imstat_test::test_logfile_param test logfile PASSED test_task_imstat.py::imstat_test::test_moment_map_flux Test 1: verify moment maps can have flux densities computed in statistics PASSED test_task_imstat.py::imstat_test::test_multiple_region_support test multiple region support PASSED test_task_imstat.py::imstat_test::test_specifying_axes_param choose axes works PASSED test_task_imstat.py::imstat_test::test_stretch 2023-09-07 15:40:40 SEVERE imstat::image::statistics (file src/tools/image/image_cmpt.cc, line 5995) Exception Reported: The input image shape ([200, 200, 1, 20]) and mask shape ([200, 200, 1, 1]) are different, and it was specified that the mask should not be extended, so the mask cannot be applied to the (sub)image. Specifying that the mask should be extended may resolve the issue at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/SubImageFactory.tcc, line: 306 2023-09-07 15:40:40 SEVERE imstat::::casa Task imstat raised an exception of class RuntimeError with the following message: The input image shape ([200, 200, 1, 20]) and mask shape ([200, 200, 1, 1]) are different, and it was specified that the mask should not be extended, so the mask cannot be applied to the (sub)image. Specifying that the mask should be extended may resolve the issue at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/SubImageFactory.tcc, line: 306 imstat: Test stretch parameter PASSED - generated xml file: /home/casatest/casa6/casatestutils/nosedir/xml/test_task_imstat/nose.xml - ======================= 12 passed, 2 warnings in 39.54s ======================== ============================= test session starts ============================== platform linux -- Python 3.8.7, pytest-7.4.1, pluggy-1.3.0 -- /usr/local/bin/python3.8 cachedir: .pytest_cache rootdir: /home/casatest/casa6/casatestutils/nosedir/test_task_setjy configfile: pytest.ini collecting ... setjy tests will use data from /opt/casa/data/casatestdata/unittest/setjy/ collected 31 items test_task_setjy.py::test_SingleObservation::test1_SingleObservationOldModel Test vs an MS with a single observation using the Butler-JPL-Horizons 2010 model Create a new local copy of the MS... Running setjy(field='Titan'). Removing a local copy of MS from the previous test... PASSED test_task_setjy.py::test_SingleObservation::test2_SingleObservationScaleByChan Test vs an MS with a single observation using the Butler-JPL-Horizons 2010 model and scalying by channel Create a new local copy of the MS... Running setjy(field='Titan'). Removing a local copy of MS from the previous test... PASSED test_task_setjy.py::test_SingleObservation::test3_SingleObservationNewModel Test vs an MS with one single observation using the Butler-JPL-Horizons 2012 model Create a new local copy of the MS... Running setjy(field='Titan'). Removing a local copy of MS from the previous test... PASSED test_task_setjy.py::test_SingleObservation::test4_SingleObservationSelectByIntent Test vs an MS with one single observation using the Butler-JPL-Horizons 2010 model with the selection by intent Create a new local copy of the MS... Running setjy(field='Titan'). Removing a local copy of MS from the previous test... PASSED test_task_setjy.py::test_SingleObservation::test5_SingleObservationSelectByIntentNewModel 2023-09-07 15:42:34 WARN ms::msselect MSSelectionNullSelection : The selected table has zero rows. 2023-09-07 15:42:34 WARN ms::msselect MSSelectionNullSelection : The selected table has zero rows. 2023-09-07 15:42:34 WARN ms::msselect MSSelectionNullSelection : The selected table has zero rows. 2023-09-07 15:42:34 WARN ms::msselect MSSelectionNullSelection : The selected table has zero rows. Test vs an MS with one single observation using the Butler-JPL-Horizons 2012 model with the selection by intent Create a new local copy of the MS... Running setjy(field='Titan'). Removing a local copy of MS from the previous test... PASSED test_task_setjy.py::test_MultipleObservations::test1_MultipleObservationOldModel Test vs an MS with multiple observations using the Butler-JPL-Horizons 2010 model Create a new local copy of the MS... Running setjy(field='Titan'). Removing a local copy of MS from the previous test... PASSED test_task_setjy.py::test_MultipleObservations::test2_MultipleObservationNewModel 2023-09-07 15:42:48 WARN ms::msselect MSSelectionNullSelection : The selected table has zero rows. 2023-09-07 15:42:48 WARN ms::msselect MSSelectionNullSelection : The selected table has zero rows. Test vs an MS with multiple observations using the Butler-JPL-Horizons 2012 model Create a new local copy of the MS... Running setjy(field='Titan'). Removing a local copy of MS from the previous test... PASSED test_task_setjy.py::test_ModImage::test1_UBandModelwithQBandMS Test U-Band model with Q-Band data to see impact of flux density scale Create a new local copy of the MS... Running multiple setjy with different parameters... !!!!! Run with standard="Perley-Butler 2010" !!!!! !!!!! Run with standard="Perley-Taylor 99" !!!!! !!!! Run with standard="manual", fluxdensity !!!!! !!!! Run with standard="manual", fluxdensity and spix !!!!! Removing a local copy of MS from the previous test... PASSED test_task_setjy.py::test_newStandards::test_PB2013 Create a new local copy of the MS... ret={'12': {'0': {'fluxd': array([0.99137115, 0. , 0. , 0. ])}, '1': {'fluxd': array([0.99131727, 0. , 0. , 0. ])}, 'fieldName': '0542+498_1'}, 'format': "{field Id: {spw Id: {fluxd: [I,Q,U,V] in Jy}, 'fieldName':field name }}"} PASSED test_task_setjy.py::test_newStandards::test_PB2017 Create a new local copy of the MS... PASSED test_task_setjy.py::test_newVLAmodelimages::test_3C138_KaBandModel Create a new local copy of the MS... Removing a local copy of MS from the previous test... PASSED test_task_setjy.py::test_newVLAmodelimages::test_3C147_KaBandModel Create a new local copy of the MS... Removing a local copy of MS from the previous test... PASSED test_task_setjy.py::test_newVLAmodelimages::test_3C286_KaBandModel Create a new local copy of the MS... Removing a local copy of MS from the previous test... PASSED test_task_setjy.py::test_newVLAmodelimages::test_3C48_KaBandModel Create a new local copy of the MS... Removing a local copy of MS from the previous test... PASSED test_task_setjy.py::test_newStandards_MMS::test_PB2013_MMS 2023-09-07 15:48:17 WARN ms::msselect MSSelectionNullSelection : The selected table has zero rows. 2023-09-07 15:48:17 WARN ms::msselect MSSelectionNullSelection : The selected table has zero rows. 2023-09-07 15:48:20 WARN ms::msselect MSSelectionNullSelection : The selected table has zero rows. 2023-09-07 15:48:20 WARN ms::msselect MSSelectionNullSelection : The selected table has zero rows. 2023-09-07 15:48:20 WARN ms::msselect MSSelectionNullSelection : The selected table has zero rows. 2023-09-07 15:48:20 WARN ms::msselect MSSelectionNullSelection : The selected table has zero rows. 2023-09-07 15:48:20 WARN ms::msselect MSSelectionNullSelection : The selected table has zero rows. Create a new local copy of the MS... ................. Creating test MMS .................. Removing a local copy of MS from the previous test... Removing a local copy of MMS from the previous test... PASSED test_task_setjy.py::test_newStandards_MMS::test_PB2017_MMS 2023-09-07 15:50:28 WARN ms::msselect MSSelectionNullSelection : The selected table has zero rows. 2023-09-07 15:50:28 WARN ms::msselect MSSelectionNullSelection : The selected table has zero rows. 2023-09-07 15:50:30 WARN ms::msselect MSSelectionNullSelection : The selected table has zero rows. 2023-09-07 15:50:30 WARN ms::msselect MSSelectionNullSelection : The selected table has zero rows. 2023-09-07 15:50:30 WARN ms::msselect MSSelectionNullSelection : The selected table has zero rows. 2023-09-07 15:50:30 WARN ms::msselect MSSelectionNullSelection : The selected table has zero rows. 2023-09-07 15:50:30 WARN ms::msselect MSSelectionNullSelection : The selected table has zero rows. Create a new local copy of the MS... ................. Creating test MMS .................. Removing a local copy of MS from the previous test... Removing a local copy of MMS from the previous test... PASSED test_task_setjy.py::test_inputs::test_listmodels Test listmodels mode Create a new local copy of the MS... Running setjy in listmodels mode .... 3C123_P.im 3C138_A.im 3C138_C.im 3C138_K.im 3C138_L.im 3C138_P.im 3C138_Q.im 3C138_S.im 3C138_U.im 3C138_X.im 3C147_A.im 3C147_C.im 3C147_K.im 3C147_L.im 3C147_P.im 3C147_Q.im 3C147_S.im 3C147_U.im 3C147_X.im 3C196_P.im 3C286_A.im 3C286_C.im 3C286_K.im 3C286_L.im 3C286_P.im 3C286_Q.im 3C286_S.im 3C286_U.im 3C286_X.im 3C295_P.im 3C380_P.im 3C48_A.im 3C48_C.im 3C48_K.im 3C48_L.im 3C48_P.im 3C48_Q.im 3C48_S.im 3C48_U.im 3C48_X.im README PASSED test_task_setjy.py::test_inputs::test_vischeck 2023-09-07 15:50:32 SEVERE ms::open Exception Reported: Table /home/casatest/casa6/casatestutils/nosedir/test_task_setjy/wrong.ms does not exist 2023-09-07 15:50:32 SEVERE ms::open Exception Reported: Table /home/casatest/casa6/casatestutils/nosedir/test_task_setjy/wrong.ms does not exist 2023-09-07 15:50:32 SEVERE setjy::::casa Task setjy raised an exception of class RuntimeError with the following message: Table /home/casatest/casa6/casatestutils/nosedir/test_task_setjy/wrong.ms does not exist Test input vis check Create a new local copy of the MS... Running setjy with a non-existant vis PASSED test_task_setjy.py::test_conesearch::test_searchByPosition Create a new local copy of the MS... Removing a local copy of MS from the previous test... PASSED test_task_setjy.py::test_fluxscaleStandard::test_fluxscaleStandard1 Test for accepting input fluxscale dictionary Create a new local copy of the MS... Removing a local copy of MS from the previous test... PASSED test_task_setjy.py::test_setpol::test_setpol1 Test for multi-term spix (alpha and beta) Create a new local copy of the MS... Removing a local copy of MS from the previous test... PASSED test_task_setjy.py::test_setpol::test_setpol2 Test for constant polindex and polangle with I flux density Create a new local copy of the MS... Removing a local copy of MS from the previous test... PASSED test_task_setjy.py::test_setpol::test_setpol3 Test for frequency-dependent polindex (2 terms) Create a new local copy of the MS... Removing a local copy of MS from the previous test... PASSED test_task_setjy.py::test_setpol::test_setpol4 Test for frequency-dependent polangle (2 terms) Create a new local copy of the MS... Removing a local copy of MS from the previous test... PASSED test_task_setjy.py::test_setpol::test_setpol_wrongspix 2023-09-07 15:50:54 SEVERE setjy::::casa Task setjy raised an exception of class Exception with the following message: The spectral index is less than -10! Please check the spix parameter. 2023-09-07 15:50:55 SEVERE setjy::::casa Task setjy raised an exception of class Exception with the following message: The spectral index is greater than 10! Please check the spix parameter. Test for wrong spix value Create a new local copy of the MS... Removing a local copy of MS from the previous test... PASSED test_task_setjy.py::test_setpol::testr5 Test for rotation measure (with constant polindex and polangle) Create a new local copy of the MS... Removing a local copy of MS from the previous test... PASSED test_task_setjy.py::test_setpol::testr6 Test for spectral index with curvature and frequnecy-dependent polindex and polangle with rotmeas Create a new local copy of the MS... Removing a local copy of MS from the previous test... PASSED test_task_setjy.py::test_ephemtbl::test_ephemtbl1 Test for Titan with the ephemeris table in J2000 Create a new local copy of the MS... Checking returned flux densities... Checking values of model amplitudes near 1st null ... Checking values of model phases transition of 1st null (shuold see phase 0 deg -> 180 deg)... Removing a local copy of MS from the previous test... PASSED test_task_setjy.py::test_ephemtbl::test_ephemtbl2 2023-09-07 15:51:13 WARN setjy::::casa Processing 4 spw(s) and at least some of them are a few 1000 channels or more. This may take many minutes (>3min per spw for 3840 channels) in some cases. Please be patient. Test for Uranus with the ephemeris table with the positions in ICRS Create a new local copy of the MS... Checking returned flux densities... Checking values of mean model amplitudes Checking values of mean model phases Removing a local copy of MS from the previous test... PASSED test_task_setjy.py::test_tpmAsteroid::test1_tpm Test Thermo physical models for asteroid flux densities Create a new local copy of the MS... Removing a local copy of MS from the previous test... PASSED test_task_setjy.py::test_NullSelection::test_empty_sel_handled 2023-09-07 15:52:21 WARN ms::msselect MSSelectionNullSelection : The selected table has zero rows. setjy with null selection produces False (and not None or empty dictionary) Create a new local copy of the MS... Removing a local copy of MS from the previous test... PASSED - generated xml file: /home/casatest/casa6/casatestutils/nosedir/xml/test_task_setjy/nose.xml - ================== 31 passed, 2 warnings in 699.85s (0:11:39) ================== ============================= test session starts ============================== platform linux -- Python 3.8.7, pytest-7.4.1, pluggy-1.3.0 -- /usr/local/bin/python3.8 cachedir: .pytest_cache rootdir: /home/casatest/casa6/casatestutils/nosedir/test_task_tclean configfile: pytest.ini collecting ... 2023-09-07 15:52:24 WARN ::casa casampi not available - not testing MPIEnvironment stuff collected 291 items test_task_tclean.py::test_onefield::test_onefield_all_outputs_mfs 2023-09-07 15:52:30 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. [onefield] : test_onefield_all_outputs_mfs : Make all output images even when not needed PASSED test_task_tclean.py::test_onefield::test_onefield_all_outputs_mtmfs 2023-09-07 15:52:47 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. 2023-09-07 15:52:48 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. [onefield] : test_onefield_all_outputs_mtmfs : Make all output images even when not needed PASSED test_task_tclean.py::test_onefield::test_onefield_asp 2023-09-07 15:53:53 WARN ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap. 2023-09-07 15:54:48 WARN ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap. 2023-09-07 15:55:16 WARN ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap. [onefield] Test_Onefield_asp : mfs with asp minor cycle PASSED test_task_tclean.py::test_onefield::test_onefield_autonames 2023-09-07 15:55:45 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. 2023-09-07 15:55:50 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. 2023-09-07 15:55:56 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. [onefield] Test_Onefield_autonames : Test auto increment of image names PASSED test_task_tclean.py::test_onefield::test_onefield_briggsabs [onefield] test_onefield_briggsabs: PASSED test_task_tclean.py::test_onefield::test_onefield_clark [onefield] Test_Onefield_clark : mfs with clark minor cycle PASSED test_task_tclean.py::test_onefield::test_onefield_cube_restoringbeam 2023-09-07 15:56:52 WARN SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2462) No rest frequency info, using the center of the selected spw(s):1.475e+09 Hz. Velocity labelling may not be correct. 2023-09-07 15:56:59 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. 2023-09-07 15:57:01 WARN SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2462) No rest frequency info, using the center of the selected spw(s):1.475e+09 Hz. Velocity labelling may not be correct. 2023-09-07 15:57:09 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. [onefield] Test explicit restoring beams for cube : Test peak flux with niter=0, compared with smoothing vs restoringbeam PASSED test_task_tclean.py::test_onefield::test_onefield_defaults 2023-09-07 15:57:18 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. [onefield] Test_Onefield_defaults : Defaults PASSED test_task_tclean.py::test_onefield::test_onefield_gridders 2023-09-07 15:57:23 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. 2023-09-07 15:57:31 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. [onefield] Test_Onefield_gridders : Check all single field gridder equivalent names are accepted PASSED test_task_tclean.py::test_onefield::test_onefield_hogbom [onefield] Test_Onefield_hogbom : mfs with hogbom minor cycle [check_tfmask] T/F mask name for tst_uid___A001_X1234a_X56cb.s19_0.J2253+1608_bp.more-dash.virtspw19.mfs.I.iter0.hoghbom.image is : ['mask0'] (Pass : should be ['mask0']) [check_tfmask] T/F mask name for tst_uid___A001_X1234a_X56cb.s19_0.J2253+1608_bp.more-dash.virtspw19.mfs.I.iter0.hoghbom.pb is : ['mask0'] (Pass : should be ['mask0']) PASSED test_task_tclean.py::test_onefield::test_onefield_mem Peak Res at start of step : 1.53377 Flux at start of step : 0 MAX RES at end : 12.9409 peakres : 12.9409 model : 6.00513 Peak Res at start of step : 0.833885 Flux at start of step : 6.00513 MAX RES at end : 12.7053 peakres : 12.7053 model : 6.98252 [onefield] Test_Onefield_mem : mfs with mem minor cycle PASSED test_task_tclean.py::test_onefield::test_onefield_mtmfs [onefield] Test_Onefield_mtmfs : mt-mfs with minor cycle iterations PASSED test_task_tclean.py::test_onefield::test_onefield_mtmfs_2spws_2MSs [onefield] Test_onefield_mtmfs_2spws_2MSs : MT-MFS on multi-spws in separate MSs, to test default reffreq and coordinate system generation (CAS-9518) PASSED test_task_tclean.py::test_onefield::test_onefield_mtmfs_nterms1 [onefield] Test_Onefield_mtmfs_nterms1 : mt-mfs with nterms=1 (CAS-11364, CAS-11367) PASSED test_task_tclean.py::test_onefield::test_onefield_mtmfs_restoringbeam 2023-09-07 15:58:47 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. 2023-09-07 15:58:48 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. 0%....10....20....30....40....50....60....70....80....90....100% 2023-09-07 15:59:09 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. 2023-09-07 15:59:09 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. [onefield] Test explicit restoring beams for mtmfs : Test peak flux with niter=0, compared with smoothing vs restoringbeam PASSED test_task_tclean.py::test_onefield::test_onefield_mtmfs_smallscalebias [onefield] Test_Onefield_mtmfs : mt-mfs with minor cycle iterations and smallscalebias = 0.9 PASSED test_task_tclean.py::test_onefield::test_onefield_multiscale [onefield] Test_Onefield_multiscale : mfs with multiscale minor cycle PASSED test_task_tclean.py::test_onefield::test_onefield_pcwdT_and_pcwdF 2023-09-07 15:59:40 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. 2023-09-07 15:59:46 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. PASSED test_task_tclean.py::test_onefield::test_onefield_projections 2023-09-07 15:59:52 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. 2023-09-07 15:59:59 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. 2023-09-07 16:00:04 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. 2023-09-07 16:00:10 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. [onefield] Test_Onefield_projections : test selected projections PASSED test_task_tclean.py::test_onefield::test_onefield_psf_fit [onefield] test_onefield_psf_fit : test psf fitting algorithm for different pixels per beam PASSED test_task_tclean.py::test_onefield::test_onefield_rectangular_pixels [onefield] : test_onefield_rectangular_pixels : Test restoration with rectangular pixels (cas-7171) PASSED test_task_tclean.py::test_onefield::test_onefield_restart_mfs [onefield] : test_onefield_restart_mfs : Check calcpsf,calcres and ability to restart and continue PASSED test_task_tclean.py::test_onefield::test_onefield_restart_mtmfs [onefield] : test_onefield_restart_mtmfs : Check calcpsf,calcres and ability to restart and continue PASSED test_task_tclean.py::test_onefield::test_onefield_restore_mtmfs_niter0 2023-09-07 16:01:38 WARN SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. 2023-09-07 16:01:38 WARN SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. 2023-09-07 16:01:49 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. 2023-09-07 16:01:51 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. [onefield] : test_onefield_restore_mtmfs_niter0 : Niter=0 run followed by restoration without a model PASSED test_task_tclean.py::test_onefield::test_onefield_twoMS [onefield] Test_Onefield_twoMS : One field, two input MSs, also test automatic fallback to 'data' column when no 'corrected' data column PASSED test_task_tclean.py::test_onefield::test_onefield_twoMS_Briggs [onefield] Test_Onefield_twoMS with Briggs weighting: One field, two input MSs (for verification of CAS-11978) PASSED test_task_tclean.py::test_onefield::test_onefield_twoMS_diffcolumns [onefield] Test_Onefield_twoMS_diffcolumns : One field, two input MSs, one with data and one with data and corrected PASSED test_task_tclean.py::test_onefield::test_onefield_weighting [onefield] Test_Onefield_weighting : mfs with different weighting (natural, uniform, briggs, radial, superuniform) Test beamarea of tst0.image (natural) is greater than beamarea of tst.image (uniform) Test beamarea of tst2.image (briggs -2) is greater than beamarea of tst.image (uniform) Test beamarea of tst3.image (briggs 0.5) is greater than beamarea of tst2.image (briggs -2)) Test beamarea of tst4.image (briggs 2) is greater than beamarea of tst3.image (briggs 0.5)) PASSED test_task_tclean.py::test_iterbot::test_iterbot_cube_1 2023-09-07 16:03:41 WARN SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2462) No rest frequency info, using the center of the selected spw(s):1.475e+09 Hz. Velocity labelling may not be correct. [iterbot] Test_Iterbot_cube_1 : iteration counting across channels (>niter) PASSED test_task_tclean.py::test_iterbot::test_iterbot_cube_2 2023-09-07 16:03:59 WARN SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2462) No rest frequency info, using the center of the selected spw(s):1.475e+09 Hz. Velocity labelling may not be correct. [iterbot] Test_Iterbot_cube_2 : High threshold, iterate only on line channels. PASSED test_task_tclean.py::test_iterbot::test_iterbot_cube_3 2023-09-07 16:04:15 WARN SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2462) No rest frequency info, using the center of the selected spw(s):1.475e+09 Hz. Velocity labelling may not be correct. 2023-09-07 16:04:24 WARN SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. [iterbot] Test_Iterbot_cube_3 : Very high threshold, no iteration (verification of CAS-8576 fix) len(summ_minor)= 1 PASSED test_task_tclean.py::test_iterbot::test_iterbot_cube_deconvolvers 2023-09-07 16:04:54 WARN SDAlgorithmMSClean::takeOneStep (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SDAlgorithmMSClean.cc, line 185) MSClean minor cycle stopped at large scale negative or diverging 2023-09-07 16:04:54 WARN SDAlgorithmMSClean::takeOneStep (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SDAlgorithmMSClean.cc, line 185) MSClean minor cycle stopped at large scale negative or diverging 2023-09-07 16:04:56 WARN SDAlgorithmMSClean::takeOneStep (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SDAlgorithmMSClean.cc, line 185) MSClean minor cycle stopped at large scale negative or diverging [iterbot] : test_iterbot_deconvolvers : Do all minor cycle algorithms respond in the same way to iteration controls ? Let's see ! PASSED test_task_tclean.py::test_iterbot::test_iterbot_cube_fullsummary_false 2023-09-07 16:05:01 WARN SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2462) No rest frequency info, using the center of the selected spw(s):1.475e+09 Hz. Velocity labelling may not be correct. [iterbot] Test_Iterbot_Cube_Fullsummry_True : test fullsummary paramater = false (cube) PASSED test_task_tclean.py::test_iterbot::test_iterbot_cube_fullsummary_true 2023-09-07 16:05:21 WARN SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2462) No rest frequency info, using the center of the selected spw(s):1.475e+09 Hz. Velocity labelling may not be correct. [iterbot] Test_Iterbot_Cube_Fullsummry_True : test fullsummary paramater = True (cube) PASSED test_task_tclean.py::test_iterbot::test_iterbot_cube_nsigma 2023-09-07 16:05:38 WARN SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2462) No rest frequency info, using the center of the selected spw(s):1.475e+09 Hz. Velocity labelling may not be correct. [iterbot] Test_Iterbot_cube_nsigma : nsigma threshold for cube [check_stopcode] Stopcode is 8 (Pass : should be 8) PASSED test_task_tclean.py::test_iterbot::test_iterbot_cube_restart_pbmask 2023-09-07 16:06:43 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. [iterbot] Test_cube_restart_updatedmask : restart cube with pbmask (CAS-13508 fix verification) PASSED test_task_tclean.py::test_iterbot::test_iterbot_cube_restart_updatedmask 2023-09-07 16:06:56 WARN ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap. 2023-09-07 16:06:58 WARN ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap. 2023-09-07 16:06:58 WARN ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap. [iterbot] Test_cube_restart_updatedmask : restart cube with an updated mask (CAS-13508 fix verification) PASSED test_task_tclean.py::test_iterbot::test_iterbot_cube_tol 2023-09-07 16:07:01 WARN SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2462) No rest frequency info, using the center of the selected spw(s):1.475e+09 Hz. Velocity labelling may not be correct. [iterbot] Test_Iterbot_cube_tol :threshold test to allow a tolerance (1/100) (verification of CAS-11278 fix) [check_stopcode] Stopcode is 2 (Pass : should be 2) PASSED test_task_tclean.py::test_iterbot::test_iterbot_divergence [iterbot] Test_Iterbot_divergence : Use negative loop gain to make it diverge (verification of CAS-9244 fix) PASSED test_task_tclean.py::test_iterbot::test_iterbot_mfs_1 [iterbot] Test_Iterbot_Mfs_1 : Zero Iterations PASSED test_task_tclean.py::test_iterbot::test_iterbot_mfs_2 [iterbot] Test_Iterbot_Mfs_2 : Iterations with low gain PASSED test_task_tclean.py::test_iterbot::test_iterbot_mfs_3 [iterbot] Test_Iterbot_Mfs_3 : Cycleniter test PASSED test_task_tclean.py::test_iterbot::test_iterbot_mfs_4 [iterbot] Test_Iterbot_Mfs_4 : Iterations with high gain PASSED test_task_tclean.py::test_iterbot::test_iterbot_mfs_5 [iterbot] Test_Iterbot_Mfs_5 : Threshold test PASSED test_task_tclean.py::test_iterbot::test_iterbot_mfs_6 [iterbot] Test_Iterbot_Mfs_6 : Cycleniter and threshold PASSED test_task_tclean.py::test_iterbot::test_iterbot_mfs_7 [iterbot] Test_Iterbot_Mfs_7 : Threshold + cyclefactor to trigger major cycles earlier PASSED test_task_tclean.py::test_iterbot::test_iterbot_mfs_8 [iterbot] Test_Iterbot_Mfs_8 : minpsffraction to trigger major cycles earlier. PASSED test_task_tclean.py::test_iterbot::test_iterbot_mfs_9 [iterbot] Test_Iterbot_Mfs_9 : maxpsffraction PASSED test_task_tclean.py::test_iterbot::test_iterbot_mfs_deconvolvers [iterbot] : test_iterbot_deconvolvers : Do all minor cycle algorithms respond in the same way to iteration controls ? Now they do. PASSED test_task_tclean.py::test_iterbot::test_iterbot_mfs_fullsummary_false [iterbot] Test_Iterbot_Mfs_Fullsummary_False : test fullsummary parameter = F (use hogbom deconvolver) PASSED test_task_tclean.py::test_iterbot::test_iterbot_mfs_fullsummary_true [iterbot] Test_Iterbot_Mfs_Fullsummary_True : test fullsummary parameter = T (use hogbom deconvolver) PASSED test_task_tclean.py::test_iterbot::test_iterbot_mfs_restart_pbmask [iterbot] Test_mfs_restart_updatedmask : restart mfs with pbmask (CAS-13508 fix verification) PASSED test_task_tclean.py::test_iterbot::test_iterbot_mfs_restart_updatedmask 2023-09-07 16:10:51 WARN ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap. 2023-09-07 16:10:52 WARN ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap. 2023-09-07 16:10:52 WARN ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap. [iterbot] Test_mfs_restart_updatedmask : restart mfs with an updated mask (CAS-13508 fix verification) PASSED test_task_tclean.py::test_iterbot::test_iterbot_nmajor_0 2023-09-07 16:11:01 WARN SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. [iterbot] Test_Iterbot_nmajor_0 : Performs zero major cycle iteration len(summ_minor)= 1 [check_stopcode] Stopcode is 9 (Pass : should be 9) PASSED test_task_tclean.py::test_iterbot::test_iterbot_nmajor_2 [iterbot] Test_Iterbot_nmajor_2 : Performs two major cycle iterations [check_stopcode] Stopcode is 9 (Pass : should be 9) PASSED test_task_tclean.py::test_multifield::test_multifield_autonames 2023-09-07 16:11:14 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. 2023-09-07 16:11:14 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. 2023-09-07 16:11:21 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. 2023-09-07 16:11:22 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. 2023-09-07 16:11:27 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. 2023-09-07 16:11:44 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. 2023-09-07 16:11:44 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. [multifield] Test_Multifield_4 : Test auto increment of image names PASSED test_task_tclean.py::test_multifield::test_multifield_both_cube [multifield] Test_Multifield_both_cube : Two fields, both cube PASSED test_task_tclean.py::test_multifield::test_multifield_both_cube_diffshape 2023-09-07 16:12:13 WARN task_tclean::SIImageStore::getPSFGaussian (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2075) PSF is blank for[C2:P0] 2023-09-07 16:12:13 WARN task_tclean::SIImageStore::getPSFGaussian (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2075) PSF is blank for[C2:P0] [multifield] Test_Multifield_both_cube : Two fields, both cube but different nchans PASSED test_task_tclean.py::test_multifield::test_multifield_both_mfs [multifield] Test_Multifield_both_mfs : Two fields, both mfs PASSED test_task_tclean.py::test_multifield::test_multifield_both_mtmfs [multifield] Test_Multifield_both_mtmfs : Two fields, both mt-mfs PASSED test_task_tclean.py::test_multifield::test_multifield_cube_mfs [multifield] Test_Multifield_cube_mfs : Two fields, one cube and one mfs PASSED test_task_tclean.py::test_multifield::test_multifield_cube_mtmfs [multifield] Test_Multifield_cube_mtmfs : Two fields, one cube and one mtmfs PASSED test_task_tclean.py::test_multifield::test_multifield_diff_gridders [multifield] Test_Multifield_diff_gridders : Two fields, both mfs, gridft and wproject PASSED test_task_tclean.py::test_multifield::test_multifield_facets_mfs [multifield] Test_Multifield_mfs_facets : Facetted imaging (mfs) PASSED test_task_tclean.py::test_multifield::test_multifield_facets_mtmfs [multifield] Test_facets_mtmfs : Facetted imaging (mt-mfs) PASSED test_task_tclean.py::test_multifield::test_multifield_mfs_mtmfs [multifield] Test_Multifield_mfs_mtmfs : Two fields, one mt-mfs and one mfs (i.e. different deconvolvers) PASSED test_task_tclean.py::test_multifield::test_multifield_overlap_mfs [multifield] Test_Multifield_overlap_mfs : Two overlapping image fields, both mfs PASSED test_task_tclean.py::test_multifield::test_multifield_overlap_mtmfs [multifield] Test_Multifield_overlap_mtmfs : Two overlapping image fields, both mt-mfs PASSED test_task_tclean.py::test_stokes::test_stokes_cube_I [stokes] Test_Stokes_cube_I : cube with stokes I PASSED test_task_tclean.py::test_stokes::test_stokes_cube_IQUV_fromRL [stokes] Test_Stokes_cube_IQUV_fromRL : cube with stokes IQUV PASSED test_task_tclean.py::test_stokes::test_stokes_cube_IQUV_fromXY [stokes] Test_Stokes_cube_IQUV_fromXY : cube with stokes IQUV PASSED test_task_tclean.py::test_stokes::test_stokes_cube_IV [stokes] Test_Stokes_stokes_IV : cube with stokes V PASSED test_task_tclean.py::test_stokes::test_stokes_cube_Q [stokes] Test_Stokes_cube_Q : cube with stokes Q PASSED test_task_tclean.py::test_stokes::test_stokes_cube_QU [stokes] Test_Stokes_stokes_QU : cube with stokes QU PASSED test_task_tclean.py::test_stokes::test_stokes_cube_U [stokes] Test_Stokes_cube_U : cube with stokes U PASSED test_task_tclean.py::test_stokes::test_stokes_cube_V [stokes] Test_Stokes_cube_V : cube with stokes V PASSED test_task_tclean.py::test_stokes::test_stokes_mfs_I [stokes] Test_Stokes_I_mfs mfs with stokes I PASSED test_task_tclean.py::test_stokes::test_stokes_mfs_IV [stokes] Test_Stokes_mfs_IV : mfs with stokes IV PASSED test_task_tclean.py::test_stokes::test_stokes_mfs_Q [stokes] Test_Stokes_mfs_Q : mfs with stokes Q PASSED test_task_tclean.py::test_stokes::test_stokes_mfs_QU [stokes] Test_Stokes_mfs_QU : mfs with stokes QU PASSED test_task_tclean.py::test_stokes::test_stokes_mfs_U [stokes] Test_Stokes_mfs_U : mfs with stokes U PASSED test_task_tclean.py::test_stokes::test_stokes_mfs_V [stokes] Test_Stokes_mfs_V : mfs with stokes V PASSED test_task_tclean.py::test_stokes::test_stokes_mixed_cube_IQUV 2023-09-07 16:17:36 WARN task_tclean::SynthesisImagerVi2::runCubeGridding (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisImagerVi2.cc, line 1588) Error : Error in copying internal T/F mask : Invalid Table operation: SetupNewTable /home/casatest/casa6/casatestutils/nosedir/test_task_tclean/tst_5.residual/mask0 is already opened (is in the table cache) 2023-09-07 16:17:55 WARN task_tclean::SynthesisImagerVi2::runCubeGridding (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisImagerVi2.cc, line 1588) Error : Error in copying internal T/F mask : Invalid Table operation: SetupNewTable /home/casatest/casa6/casatestutils/nosedir/test_task_tclean/tst_5.residual/mask0 is already opened (is in the table cache) 2023-09-07 16:18:08 WARN task_tclean::SynthesisImagerVi2::runCubeGridding (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisImagerVi2.cc, line 1588) Error : Error in copying internal T/F mask : Invalid Table operation: SetupNewTable /home/casatest/casa6/casatestutils/nosedir/test_task_tclean/tst_7.residual/mask0 is already opened (is in the table cache) [stokes] Test_Stokes_IQUV_mixed_mfs with Linear Pol dataset and Stokes U PASSED test_task_tclean.py::test_stokes::test_stokes_mixed_cube_I_and_U 2023-09-07 16:19:41 WARN task_tclean::SIImageStore::getPSFGaussian (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2075) PSF is blank for[C0:P0] [C1:P0] [C2:P0] 2023-09-07 16:19:46 WARN SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. 2023-09-07 16:20:03 WARN task_tclean::SIImageStore::getPSFGaussian (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2075) PSF is blank for[C0:P0] 2023-09-07 16:20:03 WARN SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. 2023-09-07 16:20:10 WARN task_tclean::SIImageStore::getPSFGaussian (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2075) PSF is blank for[C0:P0] 2023-09-07 16:20:11 WARN SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. 2023-09-07 16:20:13 WARN task_tclean::SIImageStore::getPSFGaussian (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2075) PSF is blank for[C0:P0] [stokes] Test_Stokes_I_and_U_mixed_mfs mfs with Circular Pol dataset PASSED test_task_tclean.py::test_stokes::test_stokes_mixed_mfs_IQUV [stokes] Test_Stokes_IQUV_mixed_mfs with Linear Pol dataset and Stokes U PASSED test_task_tclean.py::test_stokes::test_stokes_mixed_mfs_I_and_U 2023-09-07 16:22:32 WARN task_tclean::SIImageStore::getPSFGaussian (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2075) PSF is blank for[C0:P0] 2023-09-07 16:22:33 WARN SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. 2023-09-07 16:22:51 WARN task_tclean::SIImageStore::getPSFGaussian (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2075) PSF is blank for[C0:P0] 2023-09-07 16:22:52 WARN SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. [stokes] Test_Stokes_I_and_U_mixed_mfs mfs with Circular Pol dataset PASSED test_task_tclean.py::test_stokes::test_stokes_mtmfs_IQUV [stokes] Test_Stokes_mtmfs_IQUV : mtmfs with stokes IQUV PASSED test_task_tclean.py::test_stokes::test_stokes_mtmfs_Q [stokes] Test_Stokes_mtmfs_Q : mtmfs with stokes Q PASSED test_task_tclean.py::test_cube::test_cube_0 [cube] Test_Cube_0 new : channel, default start and width, LSRK [check_spec_frame] tstCubetest_chandefstdefwidth.image: Spec frame is LSRK with crval 999988750.3872563 (Pass : should be LSRK with expected crval 999988750 ) PASSED test_task_tclean.py::test_cube::test_cube_1 [cube] Test_Cube_1 : channel, default start and width, TOPO [check_spec_frame] tstCubetest_chandefstdefwidthtopo.image: Spec frame is TOPO with crval 999999999.9999999 (Pass : should be TOPO with expected crval 999999990.0 ) PASSED test_task_tclean.py::test_cube::test_cube_10 [cube] Test_Cube_10 : velocity, default start, width='-23983.4m/s', TOPO [check_spec_frame] tstCubetest_veldefstwd2m.image: Spec frame is TOPO with crval 1025000007.0048459 (Pass : should be TOPO with expected crval 1025000000.0 ) PASSED test_task_tclean.py::test_cube::test_cube_11 2023-09-07 16:24:10 WARN task_tclean::SIImageStore::getPSFGaussian (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2075) PSF is blank for[C5:P0] [C6:P0] [C7:P0] [C8:P0] [C9:P0] [cube] Test_Cube_11 : velocity, start='11991.7km/s', default width, TOPO [check_spec_frame] tstCubetest_velst4defwd.image: Spec frame is TOPO with crval 1200000000.0 (Pass : should be TOPO with expected crval 1200000000.0 ) PASSED test_task_tclean.py::test_cube::test_cube_12 2023-09-07 16:24:21 WARN task_tclean::SIImageStore::getPSFGaussian (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2075) PSF is blank for[C5:P0] [C6:P0] [C7:P0] [C8:P0] [C9:P0] [cube] Test_Cube_12 : velocity, start='11977.6km/s', default width, BARY [check_spec_frame] tstCubetest_velst4defwdbary.image: Spec frame is BARY with crval 1200058783.6669326 (Pass : should be BARY with expected crval 1200058783.0 ) PASSED test_task_tclean.py::test_cube::test_cube_13 2023-09-07 16:24:33 WARN task_tclean::SIImageStore::getPSFGaussian (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2075) PSF is blank for[C1:P0] [C4:P0] [C5:P0] [C6:P0] [C7:P0] [cube] Test_Cube_13 : velocity, start='-41347.5km/s', default width , veltype=optical LSRK PASSED test_task_tclean.py::test_cube::test_cube_14 [cube] Test_Cube_14 : frequency, start(quanity)={'unit': 'GHz', 'value': 1.2}, default width, veltype=radio LSRK [check_spec_frame] tstCubetest_stqfreqdefwd.image: Spec frame is LSRK with crval 1200000000.0 (Pass : should be LSRK with expected crval 1200000000.0 ) PASSED test_task_tclean.py::test_cube::test_cube_15 [cube] Test_Cube_15 : frequency, start={'m0': {'unit': 'Hz', 'value': 1199989000.0}, 'refer': 'LSRK', 'type': 'frequency'}, default width, veltype=radio LSRK [check_spec_frame] tstCubetest_stmfreqdefwd.image: Spec frame is LSRK with crval 1199990000.0 (Pass : should be LSRK with expected crval 1199989000.0 ) PASSED test_task_tclean.py::test_cube::test_cube_16 2023-09-07 16:25:09 WARN task_tclean::SIImageStore::getPSFGaussian (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2075) PSF is blank for[C5:P0] [C6:P0] [C7:P0] [C8:P0] [C9:P0] [cube] Test_Cube_16 : velocity(quantity), start={'unit': 'km/s', 'value': 11991.7}, default width, TOPO [check_spec_frame] tstCubetest_stqveldefwd.image: Spec frame is TOPO with crval 1200000000.0 (Pass : should be TOPO with expected crval 1200000000.0 ) PASSED test_task_tclean.py::test_cube::test_cube_17 The frame in start:BARY Override frame=TOPO The frame in start:BARY Override frame=TOPO 2023-09-07 16:25:21 WARN task_tclean::SIImageStore::getPSFGaussian (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2075) PSF is blank for[C5:P0] [C6:P0] [C7:P0] [C8:P0] [C9:P0] The frame in start:BARY Override frame=TOPO The frame in start:BARY Override frame=TOPO [cube] Test_Cube_17 : velocity(measure), start={'m0': {'unit': 'm/s', 'value': 11977600.0}, 'refer': 'BARY', 'type': 'radialvelocity'}, default width(outframe=TOPO will be overridden) [check_spec_frame] tstCubetest_stmveldefwd.image: Spec frame is BARY with crval 1200058783.6669326 (Pass : should be BARY with expected crval 1200058783.0 ) PASSED test_task_tclean.py::test_cube::test_cube_18 [cube] Test_Cube_18 : velocity, default start, width(quantity)={'unit': 'km/s', 'value': 11991.7} [check_spec_frame] tstCubetest_veldefstqvwidth.image: Spec frame is TOPO with crval 1450000066.5460367 (Pass : should be TOPO with expected crval 1450000000.0 ) PASSED test_task_tclean.py::test_cube::test_cube_19 [cube] Test_Cube_19 : velocity, default start, width(measure)={'m0': {'unit': 'm/s', 'value': 11991700.0}, 'refer': 'TOPO', 'type': 'radialvelocity'}, TOPO [check_spec_frame] tstCubetest_veldefstmvwidth.image: Spec frame is TOPO with crval 1450000066.5460367 (Pass : should be TOPO with expected crval 1450000000.0 ) PASSED test_task_tclean.py::test_cube::test_cube_2 [cube] Test_Cube_2 : channel, default start, width=2, LSRK [check_spec_frame] tstCubetest_chandefstwidth2.image: Spec frame is LSRK with crval 1024988469.1469376 (Pass : should be LSRK with expected crval 1024988460.0 ) PASSED test_task_tclean.py::test_cube::test_cube_20 2023-09-07 16:26:10 WARN task_tclean::SIImageStore::getPSFGaussian (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2075) PSF is blank for[C5:P0] [C6:P0] [C7:P0] [C8:P0] [C9:P0] [cube] Test_Cube_20 : doppler, start={'m0': {'unit': 'm/s', 'value': 11994336.49363042}, 'refer': 'RADIO', 'type': 'doppler'}, default width, LSRK [check_spec_frame] tstCubetest_stdopdefwd.image: Spec frame is LSRK with crval 1199989152.1620603 (Pass : should be LSRK with expected crval 1199989152.0 ) PASSED test_task_tclean.py::test_cube::test_cube_21 2023-09-07 16:26:21 WARN task_tclean::SIImageStore::getPSFGaussian (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2075) PSF is blank for[C6:P0] [C7:P0] [cube] Test_Cube_21 : channel, start=4, default width, channel gap (10-11) LSRK [check_spec_frame] tstCubetest_st4gap.image: Spec frame is LSRK with crval 1199986500.4647074 (Pass : should be LSRK with expected crval 1199986500.0 ) PASSED test_task_tclean.py::test_cube::test_cube_22 [cube] Test_Cube_22 : channel, start=0, default width, step=2 LSRK nearest [check_spec_frame] tstCubetest_st4stride2.image: Spec frame is LSRK with crval 999988750.3872563 (Pass : should be LSRK with expected crval 999988750.387 ) PASSED test_task_tclean.py::test_cube::test_cube_23 [cube] Test_Cube_23 : spw with channel selection( 0:4~13 ), default start, LSRK nearest [check_spec_frame] tstCubetest_defstspwchansel4.image: Spec frame is TOPO with crval 1200000000.0 (Pass : should be TOPO with expected crval 1200000000.0 ) PASSED test_task_tclean.py::test_cube::test_cube_3 [cube] Test_Cube_3 : channel, start=5, default width, LSRK [check_spec_frame] tstCubetest_chanst5wd1.image: Spec frame is LSRK with crval 1249985937.9840703 (Pass : should be LSRK with expected crval 1249985937.0 ) PASSED test_task_tclean.py::test_cube::test_cube_4 2023-09-07 16:27:11 WARN task_tclean::SIImageStore::getPSFGaussian (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2075) PSF is blank for[C0:P0] [C1:P0] [C2:P0] [C3:P0] [C4:P0] [C5:P0] [cube] Test_Cube_4 : channel, spw=0:5~19, LSRK PASSED test_task_tclean.py::test_cube::test_cube_5 [cube] Test_Cube_5 : frequency, default start, width='100MHz'(2 x chanwidth), TOPO [check_spec_frame] tstCubetest_freqdefstwd2.image: Spec frame is TOPO with crval 1025000000.0 (Pass : should be TOPO with expected crval 1025000000.0 ) PASSED test_task_tclean.py::test_cube::test_cube_6 [cube] Test_Cube_6 : frequency, start='1.1GHz', default width, TOPO [check_spec_frame] tstCubetest_freqst2defwd.image: Spec frame is TOPO with crval 1100000000.0 (Pass : should be TOPO with expected crval 1100000000.0 ) PASSED test_task_tclean.py::test_cube::test_cube_7 2023-09-07 16:27:48 WARN task_tclean::SIImageStore::getPSFGaussian (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2075) PSF is blank for[C0:P0] [C1:P0] [cube] Test_Cube_7 : frequency, start='1.1GHz', default width, spw=0:4~19, TOPO [check_spec_frame] tstCubetest_freqst2defwdspwsel.image: Spec frame is TOPO with crval 1100000000.0 (Pass : should be TOPO with expected crval 1100000000.0 ) PASSED test_task_tclean.py::test_cube::test_cube_8 [cube] Test_Cube_8 : frequency, start='1.5GHz', width='-50MHz', TOPO [check_spec_frame] tstCubetest_freqst10wdm.image: Spec frame is TOPO with crval 1500000000.0 (Pass : should be TOPO with expected crval 1500000000.0 ) PASSED test_task_tclean.py::test_cube::test_cube_9 [cube] Test_Cube_9 : frequency, default start, width='23983.4km/s', TOPO [check_spec_frame] tstCubetest_veldefstwd2.image: Spec frame is TOPO with crval 1925000133.092074 (Pass : should be TOPO with expected crval 1925000000.0 ) PASSED test_task_tclean.py::test_cube::test_cube_D1 [cube] Test_Cube_D1 : specmode cubedata - No runtime doppler corrections PASSED test_task_tclean.py::test_cube::test_cube_D2 [cube] Test_Cube_D2 : specmode cube - WITH doppler corrections PASSED test_task_tclean.py::test_cube::test_cube_badchannel_restoringbeam 2023-09-07 16:28:57 WARN SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2462) No rest frequency info, using the center of the selected spw(s):1.475e+09 Hz. Velocity labelling may not be correct. 2023-09-07 16:29:18 WARN SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2462) No rest frequency info, using the center of the selected spw(s):1.475e+09 Hz. Velocity labelling may not be correct. [cube] Test auto restoring beam with a bad edge channel PASSED test_task_tclean.py::test_cube::test_cube_chanchunks_auto 2023-09-07 16:29:39 WARN SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2462) No rest frequency info, using the center of the selected spw(s):1.475e+09 Hz. Velocity labelling may not be correct. [cube] Test channel chunking for large cubes : automatic calc of nchanchunks PASSED test_task_tclean.py::test_cube::test_cube_chanchunks_savemodel 2023-09-07 16:29:56 WARN SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2462) No rest frequency info, using the center of the selected spw(s):1.475e+09 Hz. Velocity labelling may not be correct. 0%....10....20....30....40....50....60....70....80....90....100% 0%....10....20....30....40....50....60....70....80....90....100% [cube] Test channel chunking for large cubes and save model PASSED test_task_tclean.py::test_cube::test_cube_common_restoringbeam 2023-09-07 16:30:58 WARN SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2462) No rest frequency info, using the center of the selected spw(s):1.475e+09 Hz. Velocity labelling may not be correct. 2023-09-07 16:31:13 WARN SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2462) No rest frequency info, using the center of the selected spw(s):1.475e+09 Hz. Velocity labelling may not be correct. [cube] Test_cube_restoringbeam (cas10849/10946) : Test parallel and serial run on same refconcat images PASSED test_task_tclean.py::test_cube::test_cube_continuum_subtract_uvsub [cube] Test_Cube_continuum_subtract : Using uvsub SKIPPED (Skip until we can check why the model column is empty in al...) test_task_tclean.py::test_cube::test_cube_descendF1 [cube] Test_Cube_DescendF1: specmode cube with descending frequency data, default start and width [check_spec_frame] tst.image: Spec frame is LSRK with crval 1949978063.2551498 with cdelt -49999437.51936245 (Pass : should be LSRK with expected crval 1949978000.0 with expected cdelt -49999438.0 ) PASSED test_task_tclean.py::test_cube::test_cube_descendF10 [cube] Test_Cube_DescendF10: specmode cube with descendign frequency data, start in velocity with defualt width [check_spec_frame] tst.image: Spec frame is LSRK with crval 1699980874.7690377 with cdelt -49999437.51936245 (Pass : should be LSRK with expected crval 1699980875.0 with expected cdelt -49999438.0 ) PASSED test_task_tclean.py::test_cube::test_cube_descendF11 [cube] Test_Cube_DescendF11: specmode cube with descendign frequency data, start in velocity with defualt width [check_spec_frame] tst.image: Spec frame is LSRK with crval 1699980874.7690377 with cdelt -49999437.51920533 (Pass : should be LSRK with expected crval 1699980875.0 with expected cdelt -49999438.0 ) PASSED test_task_tclean.py::test_cube::test_cube_descendF12 [cube] Test_Cube_DescendF12: specmode cube with descendign frequency data, start in velocity with defualt width [check_spec_frame] tst.image: Spec frame is LSRK with crval 1499983123.3246036 with cdelt 49999437.51920509 (Pass : should be LSRK with expected crval 1499983125.58 with expected cdelt 49999438.0 ) PASSED test_task_tclean.py::test_cube::test_cube_descendF13 2023-09-07 16:32:19 WARN task_tclean::SIImageStore::getPSFGaussian (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2075) PSF is blank for[C9:P0] [cube] Test_Cube_DescendF13: specmode cube with descendign frequency data, start in velocity with defualt width [check_spec_frame] tst.image: Spec frame is LSRK with crval 1449983688.060026 with cdelt -49999437.51920533 (Pass : should be LSRK with expected crval 1449983688.0 with expected cdelt -49999437.5194 ) PASSED test_task_tclean.py::test_cube::test_cube_descendF14 2023-09-07 16:32:33 WARN task_tclean::SIImageStore::getPSFGaussian (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2075) PSF is blank for[C0:P0] [cube] Test_Cube_DescendF14: specmode cube with descendign frequency data, start in velocity with defualt width [check_spec_frame] tst.image: Spec frame is LSRK with crval 999988750.3871776 with cdelt 49999437.51920533 (Pass : should be LSRK with expected crval 999988750.387 with expected cdelt 49999438.0 ) PASSED test_task_tclean.py::test_cube::test_cube_descendF2 [cube] Test_Cube_DescendF2: specmode cube with descending frequency data, start in channel no. with default width [check_spec_frame] tst.image: Spec frame is LSRK with crval 1699980875.6583362 with cdelt -49999437.51936293 (Pass : should be LSRK with expected crval 1699981000.0 with expected cdelt -49999438.0 ) PASSED test_task_tclean.py::test_cube::test_cube_descendF3 [cube] Test_Cube_DescendF3: specmode cube with descending frequency data, start in channel no. with width=1 [check_spec_frame] tst.image: Spec frame is LSRK with crval 1699980875.6583362 with cdelt -49999437.51936293 (Pass : should be LSRK with expected crval 1699981000.0 with expected cdelt -49999438.0 ) PASSED test_task_tclean.py::test_cube::test_cube_descendF4 [cube] Test_Cube_DescendF4: specmode cube with descending frequency data, start in freuquency with default width [check_spec_frame] tst.image: Spec frame is LSRK with crval 1499983125.5808845 with cdelt 49999437.51936293 (Pass : should be LSRK with expected crval 1499983125.0 with expected cdelt 49999438.0 ) PASSED test_task_tclean.py::test_cube::test_cube_descendF5 [cube] Test_Cube_DescendF5: specmode cube with descending frequency data, start in freuquency with default width [check_spec_frame] tst.image: Spec frame is LSRK with crval 1499983124.9999995 with cdelt 49999437.51936293 (Pass : should be LSRK with expected crval 1499983125.0 with expected cdelt 49999438.0 ) PASSED test_task_tclean.py::test_cube::test_cube_descendF6 [cube] Test_Cube_DescendF6: specmode cube with descending frequency data, start in freuquency with a positive width [check_spec_frame] tst.image: Spec frame is LSRK with crval 1499983124.9999998 with cdelt 49999438.0 (Pass : should be LSRK with expected crval 1499983125.0 with expected cdelt 49999438.0 ) PASSED test_task_tclean.py::test_cube::test_cube_descendF7 [cube] Test_Cube_DescendF7: specmode cube with descending frequency data, start in freuquency with a negative width [check_spec_frame] tst.image: Spec frame is LSRK with crval 1699980999.9999998 with cdelt -49999438.0 (Pass : should be LSRK with expected crval 1699981000.0 with expected cdelt -49999438.0 ) PASSED test_task_tclean.py::test_cube::test_cube_descendF8 [cube] Test_Cube_DescendF8: specmode cube with descending frequency data, width in a positive freuquency with default start [check_spec_frame] tst.image: Spec frame is LSRK with crval 999988750.6275749 with cdelt 49999438.0 (Pass : should be LSRK with expected crval 999989000.0 with expected cdelt 49999438.0 ) PASSED test_task_tclean.py::test_cube::test_cube_descendF9 [cube] Test_Cube_DescendF9: specmode cube with descending frequency data, width in a positive freuquency with default start [check_spec_frame] tst.image: Spec frame is LSRK with crval 1449983692.627575 with cdelt -49999438.0 (Pass : should be LSRK with expected crval 1449983692.63 with expected cdelt -49999438.0 ) PASSED test_task_tclean.py::test_cube::test_cube_flagged_mosaic_clark 0%....10....20....30....40....50....60....70....80....90....100% 2023-09-07 16:34:49 WARN task_tclean::SIImageStore::getPSFGaussian (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2075) PSF is blank for[C0:P0] 2023-09-07 16:34:49 WARN tclean::::casa Warning! Non-zero values at the edge of the .pb image can cause unexpected aliasing effects! (found value 1.0 at index [0, 0, 0, 1]) 0%....10....20....30....40....50....60....70....80....90....100% 0%....10....20....30....40....50....60....70....80....90....100% 0%....10....20....30....40....50....60....70....80....90....100% CAS-12957: 0-value channels aren't skipped with gridder=mosaic and initial channels are flagged PASSED test_task_tclean.py::test_cube::test_cube_flagged_mosaic_hogbom 0%....10....20....30....40....50....60....70....80....90....100% 2023-09-07 16:36:53 WARN task_tclean::SIImageStore::getPSFGaussian (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2075) PSF is blank for[C0:P0] 2023-09-07 16:36:54 WARN tclean::::casa Warning! Non-zero values at the edge of the .pb image can cause unexpected aliasing effects! (found value 1.0 at index [0, 0, 0, 1]) 0%....10....20....30....40....50....60....70....80....90....100% 0%....10....20....30....40....50....60....70....80....90....100% 0%....10....20....30....40....50....60....70....80....90....100% CAS-12957: 0-value channels aren't skipped with gridder=mosaic and initial channels are flagged [check_tfmask] T/F mask name for tst.image is : ['mask0'] (Pass : should be ['mask0']) PASSED test_task_tclean.py::test_cube::test_cube_flagged_mosaic_mtmfs CAS-12957: 0-value channels aren't skipped with gridder=mosaic and initial channels are flagged SKIPPED (Skip test.) test_task_tclean.py::test_cube::test_cube_flagged_mosaic_multiscale 0%....10....20....30....40....50....60....70....80....90....100% 2023-09-07 16:39:06 WARN task_tclean::SIImageStore::getPSFGaussian (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2075) PSF is blank for[C0:P0] 2023-09-07 16:39:07 WARN tclean::::casa Warning! Non-zero values at the edge of the .pb image can cause unexpected aliasing effects! (found value 1.0 at index [0, 0, 0, 1]) 0%....10....20....30....40....50....60....70....80....90....100% 0%....10....20....30....40....50....60....70....80....90....100% 0%....10....20....30....40....50....60....70....80....90....100% CAS-12957: 0-value channels aren't skipped with gridder=mosaic and initial channels are flagged PASSED test_task_tclean.py::test_cube::test_cube_mtmfs_nterms1 [cube] Test mtmfs with cube and nterms = 1 SKIPPED (Skip. This test deprecated. no longer need mtmfs for cube u...) test_task_tclean.py::test_cube::test_cube_perchanweight_briggs 2023-09-07 16:40:54 WARN SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2462) No rest frequency info, using the center of the selected spw(s):1.475e+09 Hz. Velocity labelling may not be correct. 2023-09-07 16:41:13 WARN SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2462) No rest frequency info, using the center of the selected spw(s):1.475e+09 Hz. Velocity labelling may not be correct. 2023-09-07 16:41:53 WARN SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2462) No rest frequency info, using the center of the selected spw(s):1.475e+09 Hz. Velocity labelling may not be correct. 2023-09-07 16:42:29 WARN SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2462) No rest frequency info, using the center of the selected spw(s):1.475e+09 Hz. Velocity labelling may not be correct. [cube] test_cube_perchanweight_briggs: PASSED test_task_tclean.py::test_cube::test_cube_twoMS_startfreq [cube] Test cube with list of two MSs with start in frequency specified (test CAS-12877 fix) [check_spec_frame] tst.image: Spec frame is LSRK with crval 1199989000.0 (Pass : should be LSRK with expected crval 1199989000.0 ) [check_spec_frame] tst_reverse.image: Spec frame is LSRK with crval 1199989000.0 (Pass : should be LSRK with expected crval 1199989000.0 ) PASSED test_task_tclean.py::test_cube::test_cube_twoMS_startvel [cube] Test cube with list of two MSs with start in velocity specified (test CAS-12877 fix) [check_spec_frame] tst.image: Spec frame is LSRK with crval 1199989152.16206 (Pass : should be LSRK with expected crval 1199989000.0 ) [check_spec_frame] tst_reverse.image: Spec frame is LSRK with crval 1199989152.16206 (Pass : should be LSRK with expected crval 1199989000.0 ) PASSED test_task_tclean.py::test_cube::test_cube_weighting_taper 2023-09-07 16:44:31 WARN SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2462) No rest frequency info, using the center of the selected spw(s):1.475e+09 Hz. Velocity labelling may not be correct. 2023-09-07 16:45:26 WARN SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2462) No rest frequency info, using the center of the selected spw(s):1.475e+09 Hz. Velocity labelling may not be correct. 2023-09-07 16:46:02 WARN SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2462) No rest frequency info, using the center of the selected spw(s):1.475e+09 Hz. Velocity labelling may not be correct. 2023-09-07 16:46:33 WARN SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2462) No rest frequency info, using the center of the selected spw(s):1.475e+09 Hz. Velocity labelling may not be correct. [cube] test_cube_weighting_taper: PASSED test_task_tclean.py::test_cube::test_cube_weighting_taper_cas13260 2023-09-07 16:47:18 WARN SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2462) No rest frequency info, using the center of the selected spw(s):1.475e+09 Hz. Velocity labelling may not be correct. 0%....10....20....30....40....50....60....70....80....90....100% 2023-09-07 16:48:00 WARN SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2462) No rest frequency info, using the center of the selected spw(s):1.475e+09 Hz. Velocity labelling may not be correct. 2023-09-07 16:48:32 WARN SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2462) No rest frequency info, using the center of the selected spw(s):1.475e+09 Hz. Velocity labelling may not be correct. 2023-09-07 16:49:20 WARN SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2462) No rest frequency info, using the center of the selected spw(s):1.475e+09 Hz. Velocity labelling may not be correct. [cube] test_cube_weighting_taper_cas13260: PASSED test_task_tclean.py::test_cube::test_cube_weighting_taper_cas13260_old [cube] test_cube_weighting_taper_cas1326_old: SKIPPED (Skip until we can figure out what causes the common bean di...) test_task_tclean.py::test_cube::test_cubedata_mtmfs_nterms1 [cube] Test mtmfs with cube data and nterms = 1 SKIPPED (Skip. This test deprecated. no longer need mtmfs for cube u...) test_task_tclean.py::test_mask::test_mask_1 [mask] test_mask_1 : Input mask as file and string : mfs PASSED test_task_tclean.py::test_mask::test_mask_2 2023-09-07 16:50:35 WARN SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2462) No rest frequency info, using the center of the selected spw(s):1.475e+09 Hz. Velocity labelling may not be correct. 0%....10....20....30....40....50....60....70....80....90....100% 2023-09-07 16:51:22 WARN SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2462) No rest frequency info, using the center of the selected spw(s):1.475e+09 Hz. Velocity labelling may not be correct. [mask] test_mask_2 : Input mask as file and string : cube (few channels) PASSED test_task_tclean.py::test_mask::test_mask_3 [mask] test_mask_3 : Input mask as image-to-be-regridded (ra/dec) : mfs PASSED test_task_tclean.py::test_mask::test_mask_4 2023-09-07 16:52:29 WARN SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2462) No rest frequency info, using the center of the selected spw(s):1.475e+09 Hz. Velocity labelling may not be correct. 2023-09-07 16:53:04 WARN SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2462) No rest frequency info, using the center of the selected spw(s):1.475e+09 Hz. Velocity labelling may not be correct. 2023-09-07 16:53:11 WARN task_tclean::SIImageStore::getPSFGaussian (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2075) PSF is blank for[C13:P0] 2023-09-07 16:53:16 WARN ImageRegridder::_regrid Warning: template/imagename relative channel size is 1 2023-09-07 16:53:16 WARN ImageRegridder::_regrid imregrid/ia.regrid() interpolates over spectral channels and does not average channels together. Noise in your resulting image will be the noise in the original individual channels, not the averaged channel noise. To average output channels together, use specsmooth (or ia.boxcar() or ia.hanning() to smooth the spectral axis of your input cube to close to desired resolution and use imregrid/ia.regrid() to regrid it to the desired spectral coordinate grid. [mask] test_mask_4 : Input mask as image-to-be-regridded(ra/dec/specframe) : cube PASSED test_task_tclean.py::test_mask::test_mask_5 2023-09-07 16:53:36 WARN SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2462) No rest frequency info, using the center of the selected spw(s):1.475e+09 Hz. Velocity labelling may not be correct. 2023-09-07 16:54:02 WARN SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2462) No rest frequency info, using the center of the selected spw(s):1.475e+09 Hz. Velocity labelling may not be correct. 2023-09-07 16:54:10 WARN ImageRegridder::_regrid Warning: template/imagename relative channel size is 1 2023-09-07 16:54:10 WARN ImageRegridder::_regrid imregrid/ia.regrid() interpolates over spectral channels and does not average channels together. Noise in your resulting image will be the noise in the original individual channels, not the averaged channel noise. To average output channels together, use specsmooth (or ia.boxcar() or ia.hanning() to smooth the spectral axis of your input cube to close to desired resolution and use imregrid/ia.regrid() to regrid it to the desired spectral coordinate grid. [mask] test_mask_5 : Input cube mask that has different chan ranges (use mask from the 1st tclean with a different channel range in the 2nd tclean run) PASSED test_task_tclean.py::test_mask::test_mask_autobox_multithresh [mask] test_mask__autobox_multithresh : multi-threshold Autobox (default) PASSED test_task_tclean.py::test_mask::test_mask_autobox_multithresh_cube_IQUV [mask] test_mask__autobox_multithresh_cube_IQUV : multi-threshold Autobox (minbeamfrac=0.05) with cube full polarizaiton (IQUV) imaging PASSED test_task_tclean.py::test_mask::test_mask_autobox_multithresh_mfs_IQUV [mask] test_mask__autobox_multithresh_mtmfs_IQUV : multi-threshold Autobox (minbeamfrac=0.3) with cube full polarizaiton (IQUV) imaging PASSED test_task_tclean.py::test_mask::test_mask_autobox_multithresh_newnoise [mask] test_mask__autobox_multithresh_newnoise : multi-threshold Autobox invoking the new noise calc. PASSED test_task_tclean.py::test_mask::test_mask_autobox_multithresh_with_absorption [mask] test_mask__autobox_multithresh_on_absorption : multi-threshold Autobox (minbeamfrac=0.3) on the data with both emission and absorption PASSED test_task_tclean.py::test_mask::test_mask_autobox_multithresh_with_nsigma [mask] test_mask__autobox_multithresh : multi-threshold Autobox invoking the new noise calc. PASSED test_task_tclean.py::test_mask::test_mask_autobox_multithresh_with_nsigma_newnoise [mask] test_mask__autobox_multithresh : multi-threshold Autobox invoking the new noise calc. PASSED test_task_tclean.py::test_mask::test_mask_autobox_multithresh_with_prune [mask] test_mask__autobox_multithresh_with_prune : multi-threshold Autobox (minbeamfrac=0.3) PASSED test_task_tclean.py::test_mask::test_mask_autobox_multithresh_with_stopmask [mask] test_mask__autobox_multithresh_with_stopmask : multi-threshold Autobox (minbeamfrac=0.3) with stop mask on PASSED test_task_tclean.py::test_mask::test_mask_combined_1 [mask] test_mask_combined_1 : string + pbmask SKIPPED (Skip test.) test_task_tclean.py::test_mask::test_mask_combined_2 [mask] test_mask_combined_2 : Autobox + pbmask SKIPPED (Skip test.) test_task_tclean.py::test_mask::test_mask_expand_contstokesIQUVmask_nodegen_to_cube_IQUV [mask] test_mask_expand_contstokesIQUVmask_nodegen_to_cube_IQUV : Test for expanding input continuum Stokes IQUV mask with its degenerate axes removed to cube IQUV imaging PASSED test_task_tclean.py::test_mask::test_mask_expand_contstokesIQUVmask_to_cube_IQUV [mask] test_mask_expand_contstokesIQUVmask_to_cube_IQUV : Test for expanding input continuum Stokes IQUV mask to cube IQUV imaging PASSED test_task_tclean.py::test_mask::test_mask_expand_contstokesImask_nodegen_to_IQUV [mask] test_mask_expand_contstokesImask_nodegen_to_IQUV : Test for expanding input continuum Stokes I mask with its degenerate axes removed to continuum multi-stokes imaging PASSED test_task_tclean.py::test_mask::test_mask_expand_contstokesImask_nodegen_to_cube [mask] test_mask_expand_contstokesImask_nodegen_to_cube : Test for expanding input continuum Stokes I mask with its degenerate axes removed to cube imaging PASSED test_task_tclean.py::test_mask::test_mask_expand_contstokesImask_nodegen_to_cube_IQUV [mask] test_mask_extend_contstokesImask_nodegen_to_cube_IQUV : Test for extending input continuum Stokes I mask with its denenerate axes removed to cube multi-stokes imaging PASSED test_task_tclean.py::test_mask::test_mask_expand_contstokesImask_to_IQUV [mask] test_mask_expand_contstokesImask_to_IQUV : Test for expanding input continuum Stokes I mask to continuum multi-stokes imaging PASSED test_task_tclean.py::test_mask::test_mask_expand_contstokesImask_to_cube [mask] test_mask_expand_contstokesImask_to_cube : Test for expanding input continuum Stokes I mask to cube imaging PASSED test_task_tclean.py::test_mask::test_mask_expand_contstokesImask_to_cube_IQUV [mask] test_mask_extend_contstokesImask_to_cube_IQUV : Test for extending input continuum Stokes I mask to cube multi-stokes imaging PASSED test_task_tclean.py::test_mask::test_mask_expand_cubestokesImask_nodegen_to_cube_IQUV [mask] test_mask_expand_contstokesIQUVmask_nodegen_to_cube_IQUV : Test for expanding input cube Stokes I mask with its degenerate axes removed to cube (of the same spectral coordinates) IQUV imaging PASSED test_task_tclean.py::test_mask::test_mask_expand_cubestokesImask_to_cube_IQUV [mask] test_mask_expand_contstokesIQUVmask_to_cube_IQUV : Test for expanding input cube Stokes I mask to cube (of the same spectral coordinates) IQUV imaging PASSED test_task_tclean.py::test_mask::test_mask_long_region_specification 2023-09-07 16:58:18 WARN SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2462) No rest frequency info, using the center of the selected spw(s):1.475e+09 Hz. Velocity labelling may not be correct. 0%....10....20....30....40....50....60....70....80....90....100% 2023-09-07 16:58:32 WARN ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap. [mask] test_mask_long_region_specification : Test the fix for CAS-13624 report= [ check_ret_structure ] Return dictionary struture check: type=reduced ( Pass : found all expected keys ) [ check_ims ] Image made : ['tst.mask', 'tst.image'] = [True, True] ( Pass : should all be True ) All expected keywords in imageinfo, miscinfo, and coords found. (check_keywords) [check_history] All expected history entries found. (Pass) [ check_pix_val ] tst.mask : Value is 1.0 at [256, 256, 0, 0] ( Pass : should be 1.0 , Epsilon: 0.05) [ check_pix_val ] tst.mask : Value is 1.0 at [255, 253, 0, 3] ( Pass : should be 1.0 , Epsilon: 0.05) [ check_pix_val ] tst.mask : Value is 0.0 at [260, 259, 0, 0] ( Pass : should be 0.0 , Epsilon: 0.05) [ check_logs ]: found 1 matching log lines (Pass) PASSED test_task_tclean.py::test_mask::test_mask_outlier [mask] test_mask_outlier : With outlier fields SKIPPED (Skip test.) test_task_tclean.py::test_mask::test_mask_pbmask [mask] test_mask_pbmask : pb mask SKIPPED (Skip test.) test_task_tclean.py::test_mask::test_mask_zerostart 2023-09-07 16:59:00 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. 2023-09-07 16:59:11 WARN SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. [mask] test_mask_zerostart : Test that a zero starting mask is caught len(summ_minor)= 1 [check_stopcode] Stopcode is 7 (Pass : should be 7) PASSED test_task_tclean.py::test_wproject::test_wterm_awproject 0%....10....20....30....40....50....60....70....80....90....100% 0%....10....20....30....40....50....60....70....80....90....100% 2023-09-07 17:02:11 WARN AWProjectWBFT2::makeSensitivityImage(Complex)[R&D] Setting up for weights accumulation during gridding to compute sensitivity pattern. 2023-09-07 17:02:11 WARN AWProjectWBFT2::makeSensitivityImage(Complex)[R&D]+ Consequently, the first gridding cycle will be slower than the subsequent ones. Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [24967.98828125] Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [24970.275390625] 2023-09-07 17:02:31 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. [wproject] Test_Widefield_wproj : W-Projection using the AWProject gridder PASSED test_task_tclean.py::test_wproject::test_wterm_facets 2023-09-07 17:02:54 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. [wproject] Test_Widefield_wproj : Facets PASSED test_task_tclean.py::test_wproject::test_wterm_wproject 2023-09-07 17:03:11 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. [wproject] Test_Widefield_wproj : W-Projection [check_tfmask] T/F mask name for tst.wyes.image is : ['T'] (Pass : should be ['T']) PASSED test_task_tclean.py::test_wproject::test_wterm_wproject_facets 0%....10....20....30....40....50....60....70....80....90....100% 2023-09-07 17:03:31 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. [wproject] Test_Widefield_wproj : Facets with wprojection per facet PASSED test_task_tclean.py::test_widefield::test_mosaicft_newpsfphasecenter test_mosaicft_newpsfphasecenter : different phasecenter for psf PASSED test_task_tclean.py::test_widefield::test_mosaicft_newpsfphasecenter_cube test_mosaicft_newpsfphasecenter_cube : different phasecenter for psf PASSED test_task_tclean.py::test_widefield::test_widefield_aproj_cube 2023-09-07 17:04:18 WARN SynthesisImagerVi2::dryGridding (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisImagerVi2.cc, line 2949) Making a "blank" CFCache 2023-09-07 17:04:18 WARN AWProjectWBFT2::makeSensitivityImage(Complex)[R&D] Setting up for weights accumulation during gridding to compute sensitivity pattern. 2023-09-07 17:04:18 WARN AWProjectWBFT2::makeSensitivityImage(Complex)[R&D]+ Consequently, the first gridding cycle will be slower than the subsequent ones. 2023-09-07 17:04:21 WARN SynthesisImagerVi2::fillCFCache (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisImagerVi2.cc, line 3033) Re-loading the "blank" CFCache for filling 2023-09-07 17:04:22 WARN AWConvFunc2::makeConvFunction2[R&D] Filling CFs for baseline type 0, PA slot 0 Processing request for geometries from observatory EVLA, antenna type STANDARD 2023-09-07 17:06:14 WARN task_tclean::AWProjectWBFT2::makeSensitivityImage(Complex)[R&D] Setting up for weights accumulation during gridding to compute sensitivity pattern. 2023-09-07 17:06:14 WARN task_tclean::AWProjectWBFT2::makeSensitivityImage(Complex)[R&D]+ Consequently, the first gridding cycle will be slower than the subsequent ones. Sum of weights: Axis Lengths: [1, 3] (NB: Matrix in Row/Column order) [8986.681640625, 8987.97265625, 8986.8125] Sum of weights: Axis Lengths: [1, 3] (NB: Matrix in Row/Column order) [8620.7197265625, 8892.841796875, 8750.7109375] 2023-09-07 17:06:21 WARN task_tclean::FTMachine::initMaps Time degrid 0.56 Sum of weights: Axis Lengths: [1, 3] (NB: Matrix in Row/Column order) [8620.7197265625, 8892.841796875, 8750.7109375] [widefield] Test_Widefield_aproj_cube_aproj : Cube with AW-Projection and rotation off PASSED test_task_tclean.py::test_widefield::test_widefield_aproj_mfs 0%....10....20....30....40....50....60....70....80....90....100% 0%....10....20....30....40....50....60....70....80....90....100% 2023-09-07 17:07:04 WARN task_tclean::AWProjectWBFT2::makeSensitivityImage(Complex)[R&D] Setting up for weights accumulation during gridding to compute sensitivity pattern. 2023-09-07 17:07:04 WARN task_tclean::AWProjectWBFT2::makeSensitivityImage(Complex)[R&D]+ Consequently, the first gridding cycle will be slower than the subsequent ones. Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [8987.9716796875] 0%....10....20....30....40....50....60....70....80....90....100% Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [8892.8388671875] 2023-09-07 17:07:20 WARN task_tclean::FTMachine::initMaps Time degrid 0.2 Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [8892.8388671875] 0%....10....20....30....40....50....60....70....80....90....100% 2023-09-07 17:07:31 WARN task_tclean::FTMachine::initMaps Time degrid 0.54 Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [8892.8388671875] [widefield] Test_Widefield_aproj : MFS with narrowband AWProjection (wbawp=F, 1spw) stokes I PASSED test_task_tclean.py::test_widefield::test_widefield_aproj_mtmfs 0%....10....20....30....40....50....60....70....80....90....100% 0%....10....20....30....40....50....60....70....80....90....100% 2023-09-07 17:09:23 WARN AWProjectWBFT2::makeSensitivityImage(Complex)[R&D] Setting up for weights accumulation for term 0 during gridding to compute sensitivity pattern. 2023-09-07 17:09:23 WARN AWProjectWBFT2::makeSensitivityImage(Complex)[R&D]+ Consequently, the first gridding cycle will be slower than the subsequent ones. 2023-09-07 17:09:25 WARN AWProjectWBFT2::makeSensitivityImage(Complex)[R&D] Setting up for weights accumulation for term 1 during gridding to compute sensitivity pattern. 2023-09-07 17:09:25 WARN AWProjectWBFT2::makeSensitivityImage(Complex)[R&D]+ Consequently, the first gridding cycle will be slower than the subsequent ones. 2023-09-07 17:09:25 WARN AWProjectWBFT2::makeSensitivityImage(Complex)[R&D] Setting up for weights accumulation for term 2 during gridding to compute sensitivity pattern. 2023-09-07 17:09:25 WARN AWProjectWBFT2::makeSensitivityImage(Complex)[R&D]+ Consequently, the first gridding cycle will be slower than the subsequent ones. Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [26961.46875] Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [0.01998169533908367157] Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [718.9395751953125] Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [26264.271484375] Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [25.992128372192382812] 2023-09-07 17:09:34 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. 2023-09-07 17:09:35 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. [widefield] Test_Widefield_aproj_mtmfs : MFS with AWProjection (wbawp=T,conjbeams=F, allspw) and nt=2 stokes I PASSED test_task_tclean.py::test_widefield::test_widefield_mosaicft_cube [widefield] Test_Widefield_mosaicft_cube : MFS with mosaicft stokes I PASSED test_task_tclean.py::test_widefield::test_widefield_mosaicft_mfs [widefield] Test_Widefield_mosaic : MFS with mosaicft stokes I [check_tfmask] T/F mask name for tst.image is : ['mask0'] (Pass : should be ['mask0']) PASSED test_task_tclean.py::test_widefield::test_widefield_mosaicft_mfs_mosweightTrue [widefield] Test_Widefield_mosaic : MFS with mosaicft stokes I briggs mosweight=True(default) PASSED test_task_tclean.py::test_widefield::test_widefield_mosaicft_mtmfs 0%....10....20....30....40....50....60....70....80....90....100% 0%....10....20....30....40....50....60....70....80....90....100% 0%....10....20....30....40....50....60....70....80....90....100% [widefield] Test_Widefield_mosaicft_mtmfs : MT-MFS with mosaicft stokes I, alpha [check_tfmask] T/F mask name for tst.image.tt0 is : ['mask0'] (Pass : should be ['mask0']) PASSED test_task_tclean.py::test_widefield::test_widefield_mosaicft_mtmfs_conj 0%....10....20....30....40....50....60....70....80....90....100% [widefield] Test_Widefield_mosaicft_mtmfs : MT-MFS with mosaicft stokes I, alpha PASSED test_task_tclean.py::test_widefield::test_widefield_mosaicft_mtmfs_pbsquare 0%....10....20....30....40....50....60....70....80....90....100% 0%....10....20....30....40....50....60....70....80....90....100% 0%....10....20....30....40....50....60....70....80....90....100% [widefield] Test_Widefield_mosaicft_mtmfs : MT-MFS with mosaicft stokes I, alpha PASSED test_task_tclean.py::test_widefield::test_widefield_wbaproj_mfs 0%....10....20....30....40....50....60....70....80....90....100% 0%....10....20....30....40....50....60....70....80....90....100% 2023-09-07 17:13:59 WARN task_tclean::AWProjectWBFT2::makeSensitivityImage(Complex)[R&D] Setting up for weights accumulation during gridding to compute sensitivity pattern. 2023-09-07 17:13:59 WARN task_tclean::AWProjectWBFT2::makeSensitivityImage(Complex)[R&D]+ Consequently, the first gridding cycle will be slower than the subsequent ones. Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [26963.904296875] Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [26252.552734375] 2023-09-07 17:14:08 WARN task_tclean::FTMachine::initMaps Time degrid 0.75 Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [26252.552734375] 2023-09-07 17:14:10 WARN task_tclean::FTMachine::initMaps Time degrid 0.67 Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [26252.552734375] [widefield] Test_Widefield_wbaproj_mfs : MFS with wideband AWProjection (wbawp=T, allspw) and nt=1 stokes I PASSED test_task_tclean.py::test_widefield::test_widefield_wbaproj_mtmfs 0%....10....20....30....40....50....60....70....80....90....100% 0%....10....20....30....40....50....60....70....80....90....100% 2023-09-07 17:16:02 WARN task_tclean::AWProjectWBFT2::makeSensitivityImage(Complex)[R&D] Setting up for weights accumulation for term 0 during gridding to compute sensitivity pattern. 2023-09-07 17:16:02 WARN task_tclean::AWProjectWBFT2::makeSensitivityImage(Complex)[R&D]+ Consequently, the first gridding cycle will be slower than the subsequent ones. 2023-09-07 17:16:04 WARN task_tclean::AWProjectWBFT2::makeSensitivityImage(Complex)[R&D] Setting up for weights accumulation for term 1 during gridding to compute sensitivity pattern. 2023-09-07 17:16:04 WARN task_tclean::AWProjectWBFT2::makeSensitivityImage(Complex)[R&D]+ Consequently, the first gridding cycle will be slower than the subsequent ones. 2023-09-07 17:16:04 WARN task_tclean::AWProjectWBFT2::makeSensitivityImage(Complex)[R&D] Setting up for weights accumulation for term 2 during gridding to compute sensitivity pattern. 2023-09-07 17:16:04 WARN task_tclean::AWProjectWBFT2::makeSensitivityImage(Complex)[R&D]+ Consequently, the first gridding cycle will be slower than the subsequent ones. Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [26963.904296875] Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [-0.0060295211151242256165] Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [719.0369873046875] Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [26252.552734375] Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [-25.402654647827148438] 2023-09-07 17:16:17 WARN task_tclean::FTMachine::initMaps Time degrid 0.52 2023-09-07 17:16:17 WARN task_tclean::FTMachine::initMaps Time degrid 0.39 Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [26252.552734375] Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [-25.402654647827148438] 2023-09-07 17:16:21 WARN task_tclean::FTMachine::initMaps Time degrid 0.57 2023-09-07 17:16:21 WARN task_tclean::FTMachine::initMaps Time degrid 0.36 Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [26252.552734375] Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [-25.402654647827148438] [widefield] Test_Widefield_wbaproj_mtmfs : MFS with wideband AWProjection (wbawp=T,conjbeams=T, allspw) and nt=2 stokes I PASSED test_task_tclean.py::test_modelvis::test_modelvis_1 [modelpredict] Test_modelvis_1 : mfs with no save model PASSED test_task_tclean.py::test_modelvis::test_modelvis_10 0%....10....20....30....40....50....60....70....80....90....100% 0%....10....20....30....40....50....60....70....80....90....100% 0%....10....20....30....40....50....60....70....80....90....100% [modelpredict] Test_modelvis_10 : Use input model of different (narrower) freq range than data [check_chanvals] Chan 3 is (0.9999999999999999+0j) (Pass : should be ==1.0) [check_chanvals] Chan 3 is (0.6942970446700978+0j) (Pass : should be >0.0) PASSED test_task_tclean.py::test_modelvis::test_modelvis_11 0%....10....20....30....40....50....60....70....80....90....100% 0%....10....20....30....40....50....60....70....80....90....100% 0%....10....20....30....40....50....60....70....80....90....100% [modelpredict] Test_modelvis_11 : Predict model image over channel gaps not included in imaging PASSED test_task_tclean.py::test_modelvis::test_modelvis_12 0%....10....20....30....40....50....60....70....80....90....100% [modelpredict] Test_modelvis_12 : (CAS-12618) mfs with automask and save model column (single tclean call, internally a separate predit model step) PASSED test_task_tclean.py::test_modelvis::test_modelvis_13 [modelpredict] Test_modelvis_13 : (CAS-12618) mfs with automask and save virtual model (saving model via a separate predict model step) PASSED test_task_tclean.py::test_modelvis::test_modelvis_14 0%....10....20....30....40....50....60....70....80....90....100% [modelpredict] Test_modelvis_14 : (cas-12618) mfs with nsigma and save model column (saving model via a separate predict model step) PASSED test_task_tclean.py::test_modelvis::test_modelvis_15 [modelpredict] Test_modelvis_15 : (CAS-12618) mfs with nsigma and save model column (saving model via a separate predict model step) PASSED test_task_tclean.py::test_modelvis::test_modelvis_16 2023-09-07 17:21:08 WARN SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2462) No rest frequency info, using the center of the selected spw(s):1.475e+09 Hz. Velocity labelling may not be correct. 2023-09-07 17:21:26 WARN SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2462) No rest frequency info, using the center of the selected spw(s):1.475e+09 Hz. Velocity labelling may not be correct. 0%....10....20....30....40....50....60....70....80....90....100% [modelpredict] Test_modelvis_16 : (CAS-12618) cube with and save model column for auto-multithresh PASSED test_task_tclean.py::test_modelvis::test_modelvis_17 2023-09-07 17:21:53 WARN SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2462) No rest frequency info, using the center of the selected spw(s):1.475e+09 Hz. Velocity labelling may not be correct. 2023-09-07 17:22:09 WARN SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2462) No rest frequency info, using the center of the selected spw(s):1.475e+09 Hz. Velocity labelling may not be correct. [modelpredict] Test_modelvis_17 : (CAS-12618) cube with and save virtual model for auto-multithreseh PASSED test_task_tclean.py::test_modelvis::test_modelvis_18 2023-09-07 17:22:16 WARN SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2462) No rest frequency info, using the center of the selected spw(s):1.475e+09 Hz. Velocity labelling may not be correct. 2023-09-07 17:22:31 WARN SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2462) No rest frequency info, using the center of the selected spw(s):1.475e+09 Hz. Velocity labelling may not be correct. 0%....10....20....30....40....50....60....70....80....90....100% [modelpredict] Test_modelvis_18 : (CAS-12618) cube with and save model column for nsgima >0.0 PASSED test_task_tclean.py::test_modelvis::test_modelvis_19 2023-09-07 17:22:58 WARN SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2462) No rest frequency info, using the center of the selected spw(s):1.475e+09 Hz. Velocity labelling may not be correct. 2023-09-07 17:23:14 WARN SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2462) No rest frequency info, using the center of the selected spw(s):1.475e+09 Hz. Velocity labelling may not be correct. [modelpredict] Test_modelvis_19 : (CAS-12618) cube with and save virtual model for nsima >0.0 PASSED test_task_tclean.py::test_modelvis::test_modelvis_2 0%....10....20....30....40....50....60....70....80....90....100% 0%....10....20....30....40....50....60....70....80....90....100% 0%....10....20....30....40....50....60....70....80....90....100% [modelpredict] Test_modelvis_2 : mfs with save model column PASSED test_task_tclean.py::test_modelvis::test_modelvis_20 0%....10....20....30....40....50....60....70....80....90....100% [modelpredict] Test_modelvis_20 : (CAS-13615) mfs with automask and save model column (saving model via a separate niter=0 tclean call) PASSED test_task_tclean.py::test_modelvis::test_modelvis_21 [modelpredict] Test_modelvis_21 : (CAS-13615) mfs with automask and save virtual model (saving model via a separate niter=0 tclean call) PASSED test_task_tclean.py::test_modelvis::test_modelvis_22 0%....10....20....30....40....50....60....70....80....90....100% [modelpredict] Test_modelvis_22 : (cas-13615) mfs with nsigma and save model column (saving model via a separate niter=0 tclean call) PASSED test_task_tclean.py::test_modelvis::test_modelvis_23 [modelpredict] Test_modelvis_23 : (CAS-13615) mfs with nsigma and save model column (saving model via a separate niterpredict model step) PASSED test_task_tclean.py::test_modelvis::test_modelvis_24 2023-09-07 17:25:49 WARN SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2462) No rest frequency info, using the center of the selected spw(s):1.475e+09 Hz. Velocity labelling may not be correct. 2023-09-07 17:26:09 WARN SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2462) No rest frequency info, using the center of the selected spw(s):1.475e+09 Hz. Velocity labelling may not be correct. 0%....10....20....30....40....50....60....70....80....90....100% [modelpredict] Test_modelvis_24 : (CAS-13615) cube with and save model column for auto-multithresh (in two steps) PASSED test_task_tclean.py::test_modelvis::test_modelvis_25 2023-09-07 17:26:30 WARN SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2462) No rest frequency info, using the center of the selected spw(s):1.475e+09 Hz. Velocity labelling may not be correct. 2023-09-07 17:26:50 WARN SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2462) No rest frequency info, using the center of the selected spw(s):1.475e+09 Hz. Velocity labelling may not be correct. [modelpredict] Test_modelvis_25: (CAS-13615) cube with and save virtual model for auto-multithreseh (in two steps) PASSED test_task_tclean.py::test_modelvis::test_modelvis_26 2023-09-07 17:26:55 WARN SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2462) No rest frequency info, using the center of the selected spw(s):1.475e+09 Hz. Velocity labelling may not be correct. 2023-09-07 17:27:13 WARN SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2462) No rest frequency info, using the center of the selected spw(s):1.475e+09 Hz. Velocity labelling may not be correct. 0%....10....20....30....40....50....60....70....80....90....100% [modelpredict] Test_modelvis_26 : (CAS-13615) cube with and save model column for nsgima >0.0 (in two steps) PASSED test_task_tclean.py::test_modelvis::test_modelvis_27 2023-09-07 17:27:36 WARN SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2462) No rest frequency info, using the center of the selected spw(s):1.475e+09 Hz. Velocity labelling may not be correct. 2023-09-07 17:27:53 WARN SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2462) No rest frequency info, using the center of the selected spw(s):1.475e+09 Hz. Velocity labelling may not be correct. [modelpredict] Test_modelvis_27: (CAS-13615) cube with and save virtual model for nsigma >0.0 (in two steps) PASSED test_task_tclean.py::test_modelvis::test_modelvis_28 [modelpredict] Test_modelvis_28: (CAS-13925) mfs with two MSes, savemodel=modelcolumn, nsigma > 0.0 PASSED test_task_tclean.py::test_modelvis::test_modelvis_29 [modelpredict] Test_modelvis_29: (CAS-13925) cube with two MSes, savemodel=modelcolumn, nsigma > 0.0 PASSED test_task_tclean.py::test_modelvis::test_modelvis_3 [modelpredict] Test_modelvis_3 : mfs with save virtual model PASSED test_task_tclean.py::test_modelvis::test_modelvis_4 [modelpredict] Test_modelvis_4 : mt-mfs with no save model PASSED test_task_tclean.py::test_modelvis::test_modelvis_5 0%....10....20....30....40....50....60....70....80....90....100% 0%....10....20....30....40....50....60....70....80....90....100% 0%....10....20....30....40....50....60....70....80....90....100% [modelpredict] Test_modelvis_5 : mt-mfs with save model column PASSED test_task_tclean.py::test_modelvis::test_modelvis_6 [modelpredict] Test_modelvis_6 : mt-mfs with save virtual model PASSED test_task_tclean.py::test_modelvis::test_modelvis_7 2023-09-07 17:30:36 WARN SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2462) No rest frequency info, using the center of the selected spw(s):1.425e+09 Hz. Velocity labelling may not be correct. 0%....10....20....30....40....50....60....70....80....90....100% 0%....10....20....30....40....50....60....70....80....90....100% 2023-09-07 17:31:34 WARN SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2462) No rest frequency info, using the center of the selected spw(s):1.475e+09 Hz. Velocity labelling may not be correct. 0%....10....20....30....40....50....60....70....80....90....100% [modelpredict] Test_modelvis_7 : cube with chan selection and save model column [check_chanvals] Chan 3 is (0.9999999999999999+0j) (Pass : should be ==1.0) [check_chanvals] Chan 3 is (0.7863571717245512+0j) (Pass : should be ==(0.7863571722888284+0j)) PASSED test_task_tclean.py::test_modelvis::test_modelvis_8 2023-09-07 17:32:15 WARN SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2462) No rest frequency info, using the center of the selected spw(s):1.425e+09 Hz. Velocity labelling may not be correct. 2023-09-07 17:32:17 WARN task_tclean::SIImageStore::getPSFGaussian (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2075) PSF is blank for[C0:P0] 2023-09-07 17:32:27 WARN SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2462) No rest frequency info, using the center of the selected spw(s):1.475e+09 Hz. Velocity labelling may not be correct. [modelpredict] Test_modelvis_8 : cube with chan selection and save virtual model PASSED test_task_tclean.py::test_modelvis::test_modelvis_9 0%....10....20....30....40....50....60....70....80....90....100% [modelpredict] Test_modelvis_9 : Don't de-grid channels with zero model. Also test limited-freq mask PASSED test_task_tclean.py::test_startmodel::test_csys_startmodel_restart_cube 2023-09-07 17:33:38 WARN SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2462) No rest frequency info, using the center of the selected spw(s):1.475e+09 Hz. Velocity labelling may not be correct. 2023-09-07 17:33:45 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. 2023-09-07 17:33:48 WARN SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2462) No rest frequency info, using the center of the selected spw(s):1.475e+09 Hz. Velocity labelling may not be correct. 2023-09-07 17:33:59 WARN SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2462) No rest frequency info, using the center of the selected spw(s):1.475e+09 Hz. Velocity labelling may not be correct. 0%....10....20....30....40....50....60....70....80....90....100% 2023-09-07 17:34:24 WARN SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2462) No rest frequency info, using the center of the selected spw(s):1.475e+09 Hz. Velocity labelling may not be correct. 2023-09-07 17:34:32 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. 2023-09-07 17:34:34 WARN SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2462) No rest frequency info, using the center of the selected spw(s):1.475e+09 Hz. Velocity labelling may not be correct. 2023-09-07 17:34:46 WARN SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2462) No rest frequency info, using the center of the selected spw(s):1.475e+09 Hz. Velocity labelling may not be correct. 0%....10....20....30....40....50....60....70....80....90....100% [startmodel] test_csys_startmodel_restart_cube : Check that csys differences w.r.to latpoles for parallel vs serial runs are appropriately squashed. Run a sequence of tclean runs to trigger a complicated situation of restarts, mixing serial/parallel and model writes. This sequence, coupled with the algorithm options listed below in tests #1 through #6 trigger three different errors that have been fixed in this branch, and one that will be addressed via CAS-9386 (cube refactor). tclean call sequence : --- (a) Parallel run for niter=0 --- (b) Serial/Parallel run for niter=10, with calcres=F, calcpsf=F : to reuse images from prev. --- (c) Serial model-predict run (without/with startmodel) : in one case it reuses prev image-set. in other case it reuses only 'model'. --- (d) Impbcor on the output of (b) Note that this is not a full fix of the various instances of the 'latpole' inconsistency, but only a workaround. Hence it needs a test to ensure this keeps working. Run with cube - hogbom - False Run with cube - hogbom - usestartmodel = False - imaging in parallel [check_chanvals] Chan 19 is (0.5040750624302417+0j) (Pass : should be <0.9) Run with cube - hogbom - True Run with cube - hogbom - usestartmodel = True - imaging in parallel [check_chanvals] Chan 19 is (0.5040750624302417+0j) (Pass : should be <0.9) PASSED test_task_tclean.py::test_startmodel::test_csys_startmodel_restart_mfs [startmodel] test_csys_startmodel_restart_cube Run a sequence of tclean runs to trigger a complicated situation of restarts, mixing serial/parallel and model writes. This sequence, coupled with the algorithm options listed below in tests #1 through #6 trigger three different errors that have been fixed in this branch, and one that will be addressed via CAS-9386 (cube refactor). tclean call sequence : --- (a) Parallel run for niter=0 --- (b) Serial/Parallel run for niter=10, with calcres=F, calcpsf=F : to reuse images from prev. --- (c) Serial model-predict run (without/with startmodel) : in one case it reuses prev image-set. in other case it reuses only 'model'. --- (d) Impbcor on the output of (b) Note that this is not a full fix of the various instances of the 'latpole' inconsistency, but only a workaround. Hence it needs a test to ensure this keeps working. SKIPPED (Skip the test temporarily) test_task_tclean.py::test_startmodel::test_startmodel_mfs_changeshape_1 2023-09-07 17:35:15 SEVERE tclean::::casa Task tclean raised an exception of class RuntimeError with the following message: Error in making PSF : Cannot open existing image : tst1.psf : There is a shape mismatch between existing images ([100, 100, 1, 1]) and current parameters ([120, 120, 1, 1]). If you are attempting to restart a run with a new image shape, please change imagename and supply the old model or mask as inputs (via the startmodel or mask parameters) so that they can be regridded to the new shape before continuing. [startmodel] test_startmodel_mfs_changeshape_1 : Restart a run but change shape only (cas-6937) PASSED test_task_tclean.py::test_startmodel::test_startmodel_mfs_changeshape_2 [startmodel] test_startmodel_mfs_changeshape_2 : Restart a run using 'startmodel' and change shape and imagename PASSED test_task_tclean.py::test_startmodel::test_startmodel_mfs_continue [startmodel] test_startmodel_mfs_continue : Restart a run with no parameter changes PASSED test_task_tclean.py::test_startmodel::test_startmodel_mfs_restart [startmodel] test_startmodel_mfs_restart : Restart a run using 'startmodel' and changed imagename PASSED test_task_tclean.py::test_startmodel::test_startmodel_mtmfs_restart [startmodel] test_startmodel_mtmfs_restart : Restart a multi-term run using 'startmodel' and changed imagename PASSED test_task_tclean.py::test_startmodel::test_startmodel_regrid_cube 2023-09-07 17:37:11 WARN SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2462) No rest frequency info, using the center of the selected spw(s):1.475e+09 Hz. Velocity labelling may not be correct. 2023-09-07 17:37:14 WARN task_tclean::SIImageStore::getPSFGaussian (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2075) PSF is blank for[C18:P0] [C19:P0] 2023-09-07 17:37:27 WARN SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2462) No rest frequency info, using the center of the selected spw(s):1.475e+09 Hz. Velocity labelling may not be correct. [modelpredict] Test_startmodel_regrid_cube : Regrid input model onto new image grid : cube (ra/dec/specframe) PASSED test_task_tclean.py::test_startmodel::test_startmodel_regrid_mfs [modelpredict] Test_startmodel_regrid_mfs : Regrid input model onto new image grid : mfs (ra/dec) PASSED test_task_tclean.py::test_startmodel::test_startmodel_with_mask_mfs [startmodel] test_startmodel_with_mask_mfs : Mask out some regions in the startmodel, before prediction PASSED test_task_tclean.py::test_startmodel::test_startmodel_with_mask_mtmfs [startmodel] test_startmodel_with_mask_mtmfs : Mask out some regions in the startmodel, before prediction PASSED test_task_tclean.py::test_pbcor::test_pbcor_cube_basic [pbcor] Test pbcor with cube PASSED test_task_tclean.py::test_pbcor::test_pbcor_cube_mosaicft [pbcor] Test pbcor with cube with mosaicft [check_tfmask] T/F mask name for tst.image is : ['T'] (Pass : should be ['T']) [check_tfmask] T/F mask name for tst.pb is : ['mask0'] (Pass : should be ['mask0']) [check_tfmask] T/F mask name for tst.image.pbcor is : ['mask0'] (Pass : should be ['mask0']) PASSED test_task_tclean.py::test_pbcor::test_pbcor_cube_twosteps [pbcor] Test pbcor with cube with imaging and pbcor separately PASSED test_task_tclean.py::test_pbcor::test_pbcor_mfs [pbcor] Test pbcor with mfs PASSED test_task_tclean.py::test_pbcor::test_pbcor_mfs_restart 2023-09-07 17:39:58 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. [pbcor] Test pbcor with mfs and a restart PASSED test_task_tclean.py::test_pbcor::test_pbcor_mtmfs 2023-09-07 17:40:16 WARN task_tclean::SIImageStoreMultiTerm::pbcorPlane (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStoreMultiTerm.cc, line 1157) Wideband (multi-term) PB correction is not yet available via tclean in the 4.7 release. Please use the widebandpbcor task instead. [pbcor] Test pbcor with mtmfs PASSED test_task_tclean.py::test_pbcor::test_pbcor_turn_off_pbmask 2023-09-07 17:40:23 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. [pbcor] Test pbcor with mfs where the internal T/F mask is turned off [check_tfmask] T/F mask name for tst.image is : ['T'] (Pass : should be ['T']) [check_tfmask] T/F mask name for tst.pb is : ['mask0'] (Pass : should be ['mask0']) [check_tfmask] T/F mask name for tst.image.pbcor is : ['mask0'] (Pass : should be ['mask0']) PASSED test_task_tclean.py::test_hetarray_imaging::test_het_antenna_mosaic_cube_alma This dataset has two groups of antennas (12m and 7m) with cross baselines. This test exercises the mosaic gridder for joint imaging of 12m, 7m and cross baseline data. It images 12m, 7m, cross baselines separately and together and matches expected flux with the measured fluxes. It tests the use of canned ALMA primary beam models in heterogeneous array imaging mode. The simulated dataset consists of one 1Jy source. Therefore, the PB at the location of the source should match the intensity value. PASSED test_task_tclean.py::test_hetarray_imaging::test_het_antenna_mosaic_cube_ngvla 2023-09-07 17:45:57 WARN SynthesisImager::getVPRecord (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisImager.cc, line 2040) vpmanager does not have a beam for antenna : NGVLA1. 2023-09-07 17:45:57 WARN SynthesisImager::getVPRecord (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisImager.cc, line 2040)+ If needed, please use the vpanager to define one (and optionally save its state as a table and supply its name via the vptable parameter.). 2023-09-07 17:45:57 WARN SynthesisImager::getVPRecord (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisImager.cc, line 2040)+ For now, we will proceed by reading dish diameters from the ANTENNA subtable, and form Airy disk beams. 2023-09-07 17:45:58 WARN task_tclean::SynthesisImager::getVPRecord (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisImager.cc, line 2040) vpmanager does not have a beam for antenna : NGVLA1. 2023-09-07 17:45:58 WARN task_tclean::SynthesisImager::getVPRecord (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisImager.cc, line 2040)+ If needed, please use the vpanager to define one (and optionally save its state as a table and supply its name via the vptable parameter.). 2023-09-07 17:45:58 WARN task_tclean::SynthesisImager::getVPRecord (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisImager.cc, line 2040)+ For now, we will proceed by reading dish diameters from the ANTENNA subtable, and form Airy disk beams. 0%....10....20....30....40....50....60....70....80....90....100% 2023-09-07 17:46:20 WARN task_tclean::SynthesisImager::getVPRecord (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisImager.cc, line 2040) vpmanager does not have a beam for antenna : NGVLA1. 2023-09-07 17:46:20 WARN task_tclean::SynthesisImager::getVPRecord (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisImager.cc, line 2040)+ If needed, please use the vpanager to define one (and optionally save its state as a table and supply its name via the vptable parameter.). 2023-09-07 17:46:20 WARN task_tclean::SynthesisImager::getVPRecord (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisImager.cc, line 2040)+ For now, we will proceed by reading dish diameters from the ANTENNA subtable, and form Airy disk beams. 2023-09-07 17:46:36 WARN task_tclean::SynthesisImager::getVPRecord (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisImager.cc, line 2040) vpmanager does not have a beam for antenna : NGVLA1. 2023-09-07 17:46:36 WARN task_tclean::SynthesisImager::getVPRecord (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisImager.cc, line 2040)+ If needed, please use the vpanager to define one (and optionally save its state as a table and supply its name via the vptable parameter.). 2023-09-07 17:46:36 WARN task_tclean::SynthesisImager::getVPRecord (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisImager.cc, line 2040)+ For now, we will proceed by reading dish diameters from the ANTENNA subtable, and form Airy disk beams. 2023-09-07 17:46:59 WARN task_tclean::SynthesisImager::getVPRecord (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisImager.cc, line 2040) vpmanager does not have a beam for antenna : NGVLA1. 2023-09-07 17:46:59 WARN task_tclean::SynthesisImager::getVPRecord (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisImager.cc, line 2040)+ If needed, please use the vpanager to define one (and optionally save its state as a table and supply its name via the vptable parameter.). 2023-09-07 17:46:59 WARN task_tclean::SynthesisImager::getVPRecord (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisImager.cc, line 2040)+ For now, we will proceed by reading dish diameters from the ANTENNA subtable, and form Airy disk beams. 2023-09-07 17:47:15 WARN task_tclean::SynthesisImager::getVPRecord (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisImager.cc, line 2040) vpmanager does not have a beam for antenna : NGVLA1. 2023-09-07 17:47:15 WARN task_tclean::SynthesisImager::getVPRecord (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisImager.cc, line 2040)+ If needed, please use the vpanager to define one (and optionally save its state as a table and supply its name via the vptable parameter.). 2023-09-07 17:47:15 WARN task_tclean::SynthesisImager::getVPRecord (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisImager.cc, line 2040)+ For now, we will proceed by reading dish diameters from the ANTENNA subtable, and form Airy disk beams. 2023-09-07 17:47:32 WARN task_tclean::SynthesisImager::getVPRecord (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisImager.cc, line 2040) vpmanager does not have a beam for antenna : NGVLA1. 2023-09-07 17:47:32 WARN task_tclean::SynthesisImager::getVPRecord (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisImager.cc, line 2040)+ If needed, please use the vpanager to define one (and optionally save its state as a table and supply its name via the vptable parameter.). 2023-09-07 17:47:32 WARN task_tclean::SynthesisImager::getVPRecord (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisImager.cc, line 2040)+ For now, we will proceed by reading dish diameters from the ANTENNA subtable, and form Airy disk beams. 2023-09-07 17:47:52 WARN SynthesisImager::getVPRecord (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisImager.cc, line 2040) vpmanager does not have a beam for antenna : NGVLA1. 2023-09-07 17:47:52 WARN SynthesisImager::getVPRecord (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisImager.cc, line 2040)+ If needed, please use the vpanager to define one (and optionally save its state as a table and supply its name via the vptable parameter.). 2023-09-07 17:47:52 WARN SynthesisImager::getVPRecord (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisImager.cc, line 2040)+ For now, we will proceed by reading dish diameters from the ANTENNA subtable, and form Airy disk beams. 2023-09-07 17:47:53 WARN task_tclean::SynthesisImager::getVPRecord (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisImager.cc, line 2040) vpmanager does not have a beam for antenna : NGVLA1. 2023-09-07 17:47:53 WARN task_tclean::SynthesisImager::getVPRecord (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisImager.cc, line 2040)+ If needed, please use the vpanager to define one (and optionally save its state as a table and supply its name via the vptable parameter.). 2023-09-07 17:47:53 WARN task_tclean::SynthesisImager::getVPRecord (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisImager.cc, line 2040)+ For now, we will proceed by reading dish diameters from the ANTENNA subtable, and form Airy disk beams. 2023-09-07 17:48:09 WARN task_tclean::SynthesisImager::getVPRecord (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisImager.cc, line 2040) vpmanager does not have a beam for antenna : NGVLA1. 2023-09-07 17:48:09 WARN task_tclean::SynthesisImager::getVPRecord (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisImager.cc, line 2040)+ If needed, please use the vpanager to define one (and optionally save its state as a table and supply its name via the vptable parameter.). 2023-09-07 17:48:09 WARN task_tclean::SynthesisImager::getVPRecord (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisImager.cc, line 2040)+ For now, we will proceed by reading dish diameters from the ANTENNA subtable, and form Airy disk beams. 2023-09-07 17:48:26 WARN task_tclean::SynthesisImager::getVPRecord (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisImager.cc, line 2040) vpmanager does not have a beam for antenna : NGVLA1. 2023-09-07 17:48:26 WARN task_tclean::SynthesisImager::getVPRecord (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisImager.cc, line 2040)+ If needed, please use the vpanager to define one (and optionally save its state as a table and supply its name via the vptable parameter.). 2023-09-07 17:48:26 WARN task_tclean::SynthesisImager::getVPRecord (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisImager.cc, line 2040)+ For now, we will proceed by reading dish diameters from the ANTENNA subtable, and form Airy disk beams. 2023-09-07 17:48:44 WARN task_tclean::SynthesisImager::getVPRecord (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisImager.cc, line 2040) vpmanager does not have a beam for antenna : NGVLA1. 2023-09-07 17:48:44 WARN task_tclean::SynthesisImager::getVPRecord (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisImager.cc, line 2040)+ If needed, please use the vpanager to define one (and optionally save its state as a table and supply its name via the vptable parameter.). 2023-09-07 17:48:44 WARN task_tclean::SynthesisImager::getVPRecord (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisImager.cc, line 2040)+ For now, we will proceed by reading dish diameters from the ANTENNA subtable, and form Airy disk beams. 2023-09-07 17:49:04 WARN task_tclean::SynthesisImager::getVPRecord (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisImager.cc, line 2040) vpmanager does not have a beam for antenna : NGVLA1. 2023-09-07 17:49:04 WARN task_tclean::SynthesisImager::getVPRecord (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisImager.cc, line 2040)+ If needed, please use the vpanager to define one (and optionally save its state as a table and supply its name via the vptable parameter.). 2023-09-07 17:49:04 WARN task_tclean::SynthesisImager::getVPRecord (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisImager.cc, line 2040)+ For now, we will proceed by reading dish diameters from the ANTENNA subtable, and form Airy disk beams. This dataset has two groups of antennas (18m and 6m) with cross baselines. This test exercises the mosaic gridder for joint imaging of 18m, 6m and cross baseline data. This test uses default Airy Disk primary beam models generated purely from the ANTENNA table's diameter column. This test has a non-standard (unknown) observatory name and represents the use case of an arbitrary telescope for which primary beam models are unknown and whose size is guided only by the ANTENNA subtable. The simulated dataset consists of one 1Jy source. Therefore, the PB at the location of the source should match the intensity value. PASSED test_task_tclean.py::test_hetarray_imaging::test_het_antenna_mosaic_cube_vptable_complex This dataset has two groups of antennas (18m and 6m) with cross baselines. This test exercises the mosaic gridder for joint imaging of 18m, 6m and cross baseline data. This test uses user-specified primary beam images via a VPTable - with complex-valued planes. The simulated dataset consists of one 1Jy source. Therefore, the PB at the location of the source should match the intensity value. SKIPPED (Skip test due to unexplained bamboo errors. Manual tests ru...) test_task_tclean.py::test_hetarray_imaging::test_het_antenna_mosaic_cube_vptable_float This dataset has two groups of antennas (18m and 6m) with cross baselines. This test exercises the mosaic gridder for joint imaging of 18m, 6m and cross baseline data. This test uses user-specified primary beam images via a VPTable - with float-valued planes. The simulated dataset consists of one 1Jy source. Therefore, the PB at the location of the source should match the intensity value. SKIPPED (Skip test due to unexplained bamboo errors. Manual tests ru...) test_task_tclean.py::test_hetarray_imaging::test_het_pointing_offsets_awproject_cube 2023-09-07 17:49:28 WARN SynthesisImagerVi2::dryGridding (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisImagerVi2.cc, line 2949) Making a "blank" CFCache 2023-09-07 17:49:28 WARN AWProjectWBFT2::makeSensitivityImage(Complex)[R&D] Setting up for weights accumulation during gridding to compute sensitivity pattern. 2023-09-07 17:49:28 WARN AWProjectWBFT2::makeSensitivityImage(Complex)[R&D]+ Consequently, the first gridding cycle will be slower than the subsequent ones. 2023-09-07 17:49:31 WARN SynthesisImagerVi2::fillCFCache (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisImagerVi2.cc, line 3033) Re-loading the "blank" CFCache for filling 2023-09-07 17:49:31 WARN AWConvFunc2::makeConvFunction2[R&D] Filling CFs for baseline type 0, PA slot 0 2023-09-07 17:49:43 WARN AWProjectWBFT2::makeSensitivityImage(Complex)[R&D] Setting up for weights accumulation during gridding to compute sensitivity pattern. 2023-09-07 17:49:43 WARN AWProjectWBFT2::makeSensitivityImage(Complex)[R&D]+ Consequently, the first gridding cycle will be slower than the subsequent ones. Sum of weights: Axis Lengths: [1, 3] (NB: Matrix in Row/Column order) [1404.0137939453125, 1404.0025634765625, 1404.017333984375] 0%....10....20....30....40....50....60....70....80....90....100% Sum of weights: Axis Lengths: [1, 3] (NB: Matrix in Row/Column order) [1403.6683349609375, 1403.7412109375, 1403.22802734375] 2023-09-07 17:49:59 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. 2023-09-07 17:50:08 WARN SynthesisImagerVi2::dryGridding (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisImagerVi2.cc, line 2949) Making a "blank" CFCache 2023-09-07 17:50:08 WARN AWProjectWBFT2::makeSensitivityImage(Complex)[R&D] Setting up for weights accumulation during gridding to compute sensitivity pattern. 2023-09-07 17:50:08 WARN AWProjectWBFT2::makeSensitivityImage(Complex)[R&D]+ Consequently, the first gridding cycle will be slower than the subsequent ones. 2023-09-07 17:50:11 WARN SynthesisImagerVi2::fillCFCache (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisImagerVi2.cc, line 3033) Re-loading the "blank" CFCache for filling 2023-09-07 17:50:11 WARN AWConvFunc2::makeConvFunction2[R&D] Filling CFs for baseline type 0, PA slot 0 2023-09-07 17:50:22 WARN AWProjectWBFT2::makeSensitivityImage(Complex)[R&D] Setting up for weights accumulation during gridding to compute sensitivity pattern. 2023-09-07 17:50:22 WARN AWProjectWBFT2::makeSensitivityImage(Complex)[R&D]+ Consequently, the first gridding cycle will be slower than the subsequent ones. Sum of weights: Axis Lengths: [1, 3] (NB: Matrix in Row/Column order) [1404.0137939453125, 1404.0025634765625, 1404.017333984375] Sum of weights: Axis Lengths: [1, 3] (NB: Matrix in Row/Column order) [1403.6683349609375, 1403.7412109375, 1403.22802734375] 2023-09-07 17:50:37 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. 2023-09-07 17:50:58 WARN SynthesisImagerVi2::dryGridding (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisImagerVi2.cc, line 2949) Making a "blank" CFCache 2023-09-07 17:50:58 WARN AWProjectWBFT2::makeSensitivityImage(Complex)[R&D] Setting up for weights accumulation during gridding to compute sensitivity pattern. 2023-09-07 17:50:58 WARN AWProjectWBFT2::makeSensitivityImage(Complex)[R&D]+ Consequently, the first gridding cycle will be slower than the subsequent ones. 2023-09-07 17:51:03 WARN SynthesisImagerVi2::fillCFCache (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisImagerVi2.cc, line 3033) Re-loading the "blank" CFCache for filling 2023-09-07 17:51:03 WARN AWConvFunc2::makeConvFunction2[R&D] Filling CFs for baseline type 0, PA slot 0 2023-09-07 17:51:20 WARN AWProjectWBFT2::makeSensitivityImage(Complex)[R&D] Setting up for weights accumulation during gridding to compute sensitivity pattern. 2023-09-07 17:51:20 WARN AWProjectWBFT2::makeSensitivityImage(Complex)[R&D]+ Consequently, the first gridding cycle will be slower than the subsequent ones. Sum of weights: Axis Lengths: [1, 3] (NB: Matrix in Row/Column order) [182.0017852783203125, 182.0003204345703125, 182.0022430419921875] Sum of weights: Axis Lengths: [1, 3] (NB: Matrix in Row/Column order) [181.957489013671875, 181.964599609375, 181.90167236328125] 2023-09-07 17:51:34 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. 2023-09-07 17:51:38 WARN SynthesisImagerVi2::dryGridding (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisImagerVi2.cc, line 2949) Making a "blank" CFCache 2023-09-07 17:51:38 WARN AWProjectWBFT2::makeSensitivityImage(Complex)[R&D] Setting up for weights accumulation during gridding to compute sensitivity pattern. 2023-09-07 17:51:38 WARN AWProjectWBFT2::makeSensitivityImage(Complex)[R&D]+ Consequently, the first gridding cycle will be slower than the subsequent ones. 2023-09-07 17:51:40 WARN SynthesisImagerVi2::fillCFCache (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisImagerVi2.cc, line 3033) Re-loading the "blank" CFCache for filling 2023-09-07 17:51:41 WARN AWConvFunc2::makeConvFunction2[R&D] Filling CFs for baseline type 0, PA slot 0 2023-09-07 17:52:00 WARN AWProjectWBFT2::makeSensitivityImage(Complex)[R&D] Setting up for weights accumulation during gridding to compute sensitivity pattern. 2023-09-07 17:52:00 WARN AWProjectWBFT2::makeSensitivityImage(Complex)[R&D]+ Consequently, the first gridding cycle will be slower than the subsequent ones. Sum of weights: Axis Lengths: [1, 3] (NB: Matrix in Row/Column order) [364.003570556640625, 364.00067138671875, 364.0045166015625] Sum of weights: Axis Lengths: [1, 3] (NB: Matrix in Row/Column order) [363.914764404296875, 363.933929443359375, 363.798004150390625] 2023-09-07 17:52:34 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. 2023-09-07 17:52:39 WARN SynthesisImagerVi2::dryGridding (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisImagerVi2.cc, line 2949) Making a "blank" CFCache 2023-09-07 17:52:39 WARN AWProjectWBFT2::makeSensitivityImage(Complex)[R&D] Setting up for weights accumulation during gridding to compute sensitivity pattern. 2023-09-07 17:52:39 WARN AWProjectWBFT2::makeSensitivityImage(Complex)[R&D]+ Consequently, the first gridding cycle will be slower than the subsequent ones. 2023-09-07 17:52:42 WARN SynthesisImagerVi2::fillCFCache (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisImagerVi2.cc, line 3033) Re-loading the "blank" CFCache for filling 2023-09-07 17:52:43 WARN AWConvFunc2::makeConvFunction2[R&D] Filling CFs for baseline type 0, PA slot 0 2023-09-07 17:52:55 WARN AWProjectWBFT2::makeSensitivityImage(Complex)[R&D] Setting up for weights accumulation during gridding to compute sensitivity pattern. 2023-09-07 17:52:55 WARN AWProjectWBFT2::makeSensitivityImage(Complex)[R&D]+ Consequently, the first gridding cycle will be slower than the subsequent ones. Sum of weights: Axis Lengths: [1, 3] (NB: Matrix in Row/Column order) [676.00665283203125, 676.001220703125, 676.00836181640625] Sum of weights: Axis Lengths: [1, 3] (NB: Matrix in Row/Column order) [675.83966064453125, 675.8740234375, 675.62823486328125] 2023-09-07 17:53:31 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. This dataset has two groups of antennas and two timesteps, with pointing centers forming the corners of a square around the source (and MS phasecenter). Cube imaging with awproject : For all three channels, check that the source and PB are the same such that pbcorrected intensity is 1.0 Jy. [check_tfmask] T/F mask name for tst_pcorr0_uspF.image is : ['T'] (Pass : should be ['T']) PASSED test_task_tclean.py::test_hetarray_imaging::test_het_pointing_offsets_awproject_mtmfs 2023-09-07 17:53:47 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. 2023-09-07 17:53:48 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. 2023-09-07 17:54:03 WARN AWProjectWBFT2::makeSensitivityImage(Complex)[R&D] Setting up for weights accumulation for term 0 during gridding to compute sensitivity pattern. 2023-09-07 17:54:03 WARN AWProjectWBFT2::makeSensitivityImage(Complex)[R&D]+ Consequently, the first gridding cycle will be slower than the subsequent ones. 2023-09-07 17:54:15 WARN AWProjectWBFT2::makeSensitivityImage(Complex)[R&D] Setting up for weights accumulation for term 1 during gridding to compute sensitivity pattern. 2023-09-07 17:54:15 WARN AWProjectWBFT2::makeSensitivityImage(Complex)[R&D]+ Consequently, the first gridding cycle will be slower than the subsequent ones. 2023-09-07 17:54:15 WARN AWProjectWBFT2::makeSensitivityImage(Complex)[R&D] Setting up for weights accumulation for term 2 during gridding to compute sensitivity pattern. 2023-09-07 17:54:15 WARN AWProjectWBFT2::makeSensitivityImage(Complex)[R&D]+ Consequently, the first gridding cycle will be slower than the subsequent ones. Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [546.0020751953125] Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [-4.1873336158460006118e-06] Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [14.560070037841796875] 0%....10....20....30....40....50....60....70....80....90....100% Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [545.818603515625] Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [0.011750645935535430908] 2023-09-07 17:54:38 WARN task_tclean::MultiTermMatrixCleaner::computeHessianPeak (file /source/casa6/casatools/src/code/synthesis/MeasurementEquations/MultiTermMatrixCleaner.cc, line 844) The PSF peak is not at the center of the image... 2023-09-07 17:54:38 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. 2023-09-07 17:54:39 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. 2023-09-07 17:55:00 WARN task_tclean::FTMachine::initMaps Time degrid 0.03 2023-09-07 17:55:00 WARN task_tclean::FTMachine::initMaps Time degrid 0.01 Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [545.818603515625] Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [0.011750645935535430908] 2023-09-07 17:55:38 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. 2023-09-07 17:55:39 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. 0%....10....20....30....40....50....60....70....80....90....100% 2023-09-07 17:55:57 WARN AWProjectWBFT2::makeSensitivityImage(Complex)[R&D] Setting up for weights accumulation for term 0 during gridding to compute sensitivity pattern. 2023-09-07 17:55:57 WARN AWProjectWBFT2::makeSensitivityImage(Complex)[R&D]+ Consequently, the first gridding cycle will be slower than the subsequent ones. 2023-09-07 17:56:10 WARN AWProjectWBFT2::makeSensitivityImage(Complex)[R&D] Setting up for weights accumulation for term 1 during gridding to compute sensitivity pattern. 2023-09-07 17:56:10 WARN AWProjectWBFT2::makeSensitivityImage(Complex)[R&D]+ Consequently, the first gridding cycle will be slower than the subsequent ones. 2023-09-07 17:56:10 WARN AWProjectWBFT2::makeSensitivityImage(Complex)[R&D] Setting up for weights accumulation for term 2 during gridding to compute sensitivity pattern. 2023-09-07 17:56:10 WARN AWProjectWBFT2::makeSensitivityImage(Complex)[R&D]+ Consequently, the first gridding cycle will be slower than the subsequent ones. Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [2028.0076904296875] Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [-7.5311536420485936105e-06] Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [54.0802459716796875] 0%....10....20....30....40....50....60....70....80....90....100% Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [2027.3455810546875] Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [0.041608247905969619751] 2023-09-07 17:56:32 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. 2023-09-07 17:56:32 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. 2023-09-07 17:56:56 WARN task_tclean::FTMachine::initMaps Time degrid 0.06 2023-09-07 17:56:56 WARN task_tclean::FTMachine::initMaps Time degrid 0.04 Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [2027.3455810546875] Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [0.041608247905969619751] This dataset has two groups of antennas and two timesteps, with pointing centers forming the corners of a square around the source (and MS phasecenter). MTMFS imaging with awproject : Check that source and PB are the same. Check that alpha is 0.0 (with conjbeams=True). PASSED test_task_tclean.py::test_mosaic_mtmfs::test_mtmfs_awproject_cbFalse_onefield 2023-09-07 17:57:26 WARN AWProjectWBFT2::makeSensitivityImage(Complex)[R&D] Setting up for weights accumulation for term 0 during gridding to compute sensitivity pattern. 2023-09-07 17:57:26 WARN AWProjectWBFT2::makeSensitivityImage(Complex)[R&D]+ Consequently, the first gridding cycle will be slower than the subsequent ones. 2023-09-07 17:57:26 WARN AWProjectWBFT2::makeSensitivityImage(Complex)[R&D] Setting up for weights accumulation for term 1 during gridding to compute sensitivity pattern. 2023-09-07 17:57:26 WARN AWProjectWBFT2::makeSensitivityImage(Complex)[R&D]+ Consequently, the first gridding cycle will be slower than the subsequent ones. 2023-09-07 17:57:26 WARN AWProjectWBFT2::makeSensitivityImage(Complex)[R&D] Setting up for weights accumulation for term 2 during gridding to compute sensitivity pattern. 2023-09-07 17:57:26 WARN AWProjectWBFT2::makeSensitivityImage(Complex)[R&D]+ Consequently, the first gridding cycle will be slower than the subsequent ones. Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [25045.986328125] Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [-38.660953521728515625] Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [666.22607421875] 0%....10....20....30....40....50....60....70....80....90....100% Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [24991.74609375] Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [-29.408252716064453125] 2023-09-07 17:57:45 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. 2023-09-07 17:57:45 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [25045.986328125] Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [-38.660953521728515625] Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [666.22607421875] Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [24991.74609375] Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [-29.408252716064453125] 2023-09-07 17:58:11 WARN task_tclean::FTMachine::initMaps Time degrid 0.32 2023-09-07 17:58:11 WARN task_tclean::FTMachine::initMaps Time degrid 0.27 Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [24991.74609375] Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [-29.408252716064453125] PASSED test_task_tclean.py::test_mosaic_mtmfs::test_mtmfs_awproject_cbFalse_onefield_upTrue 2023-09-07 17:58:23 WARN AWProjectWBFT2::makeSensitivityImage(Complex)[R&D] Setting up for weights accumulation for term 0 during gridding to compute sensitivity pattern. 2023-09-07 17:58:23 WARN AWProjectWBFT2::makeSensitivityImage(Complex)[R&D]+ Consequently, the first gridding cycle will be slower than the subsequent ones. 2023-09-07 17:58:24 WARN AWProjectWBFT2::makeSensitivityImage(Complex)[R&D] Setting up for weights accumulation for term 1 during gridding to compute sensitivity pattern. 2023-09-07 17:58:24 WARN AWProjectWBFT2::makeSensitivityImage(Complex)[R&D]+ Consequently, the first gridding cycle will be slower than the subsequent ones. 2023-09-07 17:58:24 WARN AWProjectWBFT2::makeSensitivityImage(Complex)[R&D] Setting up for weights accumulation for term 2 during gridding to compute sensitivity pattern. 2023-09-07 17:58:24 WARN AWProjectWBFT2::makeSensitivityImage(Complex)[R&D]+ Consequently, the first gridding cycle will be slower than the subsequent ones. Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [25045.986328125] Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [-38.660953521728515625] Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [666.22607421875] 0%....10....20....30....40....50....60....70....80....90....100% Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [24991.74609375] Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [-29.408252716064453125] 2023-09-07 17:58:40 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. 2023-09-07 17:58:40 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [25045.986328125] Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [-38.660953521728515625] Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [666.22607421875] Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [24991.74609375] Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [-29.408252716064453125] 2023-09-07 17:59:00 WARN task_tclean::FTMachine::initMaps Time degrid 0.43 2023-09-07 17:59:00 WARN task_tclean::FTMachine::initMaps Time degrid 0.36 Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [24991.74609375] Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [-29.408252716064453125] PASSED test_task_tclean.py::test_mosaic_mtmfs::test_mtmfs_awproject_cbFalse_twofield 2023-09-07 17:59:13 WARN AWProjectWBFT2::makeSensitivityImage(Complex)[R&D] Setting up for weights accumulation for term 0 during gridding to compute sensitivity pattern. 2023-09-07 17:59:13 WARN AWProjectWBFT2::makeSensitivityImage(Complex)[R&D]+ Consequently, the first gridding cycle will be slower than the subsequent ones. 2023-09-07 17:59:13 WARN AWProjectWBFT2::makeSensitivityImage(Complex)[R&D] Setting up for weights accumulation for term 1 during gridding to compute sensitivity pattern. 2023-09-07 17:59:13 WARN AWProjectWBFT2::makeSensitivityImage(Complex)[R&D]+ Consequently, the first gridding cycle will be slower than the subsequent ones. 2023-09-07 17:59:13 WARN AWProjectWBFT2::makeSensitivityImage(Complex)[R&D] Setting up for weights accumulation for term 2 during gridding to compute sensitivity pattern. 2023-09-07 17:59:13 WARN AWProjectWBFT2::makeSensitivityImage(Complex)[R&D]+ Consequently, the first gridding cycle will be slower than the subsequent ones. Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [50083.97265625] Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [-78.52791595458984375] Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [1332.2119140625] 0%....10....20....30....40....50....60....70....80....90....100% Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [49971.4375] Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [-60.80541229248046875] 2023-09-07 17:59:29 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. 2023-09-07 17:59:29 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [50083.97265625] Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [-78.52791595458984375] Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [1332.2119140625] Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [49971.4375] Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [-60.80541229248046875] 2023-09-07 17:59:51 WARN task_tclean::FTMachine::initMaps Time degrid 0.61 2023-09-07 17:59:51 WARN task_tclean::FTMachine::initMaps Time degrid 0.58 Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [49971.4375] Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [-60.80541229248046875] PASSED test_task_tclean.py::test_mosaic_mtmfs::test_mtmfs_awproject_cbFalse_twofield_upTrue 2023-09-07 18:00:01 WARN AWProjectWBFT2::makeSensitivityImage(Complex)[R&D] Setting up for weights accumulation for term 0 during gridding to compute sensitivity pattern. 2023-09-07 18:00:01 WARN AWProjectWBFT2::makeSensitivityImage(Complex)[R&D]+ Consequently, the first gridding cycle will be slower than the subsequent ones. 2023-09-07 18:00:01 WARN AWProjectWBFT2::makeSensitivityImage(Complex)[R&D] Setting up for weights accumulation for term 1 during gridding to compute sensitivity pattern. 2023-09-07 18:00:01 WARN AWProjectWBFT2::makeSensitivityImage(Complex)[R&D]+ Consequently, the first gridding cycle will be slower than the subsequent ones. 2023-09-07 18:00:01 WARN AWProjectWBFT2::makeSensitivityImage(Complex)[R&D] Setting up for weights accumulation for term 2 during gridding to compute sensitivity pattern. 2023-09-07 18:00:01 WARN AWProjectWBFT2::makeSensitivityImage(Complex)[R&D]+ Consequently, the first gridding cycle will be slower than the subsequent ones. 0%....10....20....30....40....50....60....70....80....90....100% Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [50083.97265625] Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [-78.52791595458984375] Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [1332.2119140625] Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [49971.4375] Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [-60.80541229248046875] 2023-09-07 18:00:21 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. 2023-09-07 18:00:21 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [50083.97265625] Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [-78.52791595458984375] Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [1332.2119140625] Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [49971.4375] Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [-60.80541229248046875] 2023-09-07 18:00:42 WARN task_tclean::FTMachine::initMaps Time degrid 0.95 2023-09-07 18:00:42 WARN task_tclean::FTMachine::initMaps Time degrid 0.8 Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [49971.4375] Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [-60.80541229248046875] PASSED test_task_tclean.py::test_mosaic_mtmfs::test_mtmfs_awproject_cbTrue_onefield 2023-09-07 18:00:53 WARN AWProjectWBFT2::makeSensitivityImage(Complex)[R&D] Setting up for weights accumulation for term 0 during gridding to compute sensitivity pattern. 2023-09-07 18:00:53 WARN AWProjectWBFT2::makeSensitivityImage(Complex)[R&D]+ Consequently, the first gridding cycle will be slower than the subsequent ones. 2023-09-07 18:00:53 WARN AWProjectWBFT2::makeSensitivityImage(Complex)[R&D] Setting up for weights accumulation for term 1 during gridding to compute sensitivity pattern. 2023-09-07 18:00:53 WARN AWProjectWBFT2::makeSensitivityImage(Complex)[R&D]+ Consequently, the first gridding cycle will be slower than the subsequent ones. 2023-09-07 18:00:53 WARN AWProjectWBFT2::makeSensitivityImage(Complex)[R&D] Setting up for weights accumulation for term 2 during gridding to compute sensitivity pattern. 2023-09-07 18:00:53 WARN AWProjectWBFT2::makeSensitivityImage(Complex)[R&D]+ Consequently, the first gridding cycle will be slower than the subsequent ones. Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [25047.9921875] Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [-38.265960693359375] Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [666.30633544921875] Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [24994.3125] Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [-41.743953704833984375] 2023-09-07 18:01:03 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. 2023-09-07 18:01:04 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [25047.9921875] Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [-38.265960693359375] Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [666.30633544921875] Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [24994.3125] Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [-41.743953704833984375] 2023-09-07 18:01:21 WARN task_tclean::FTMachine::initMaps Time degrid 0.3 2023-09-07 18:01:21 WARN task_tclean::FTMachine::initMaps Time degrid 0.28 Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [24994.3125] Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [-41.743953704833984375] PASSED test_task_tclean.py::test_mosaic_mtmfs::test_mtmfs_awproject_cbTrue_onefield_use_standard_psf 2023-09-07 18:01:35 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. 2023-09-07 18:01:35 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. 2023-09-07 18:01:41 WARN AWProjectWBFT2::makeSensitivityImage(Complex)[R&D] Setting up for weights accumulation for term 0 during gridding to compute sensitivity pattern. 2023-09-07 18:01:41 WARN AWProjectWBFT2::makeSensitivityImage(Complex)[R&D]+ Consequently, the first gridding cycle will be slower than the subsequent ones. 2023-09-07 18:01:41 WARN AWProjectWBFT2::makeSensitivityImage(Complex)[R&D] Setting up for weights accumulation for term 1 during gridding to compute sensitivity pattern. 2023-09-07 18:01:41 WARN AWProjectWBFT2::makeSensitivityImage(Complex)[R&D]+ Consequently, the first gridding cycle will be slower than the subsequent ones. 2023-09-07 18:01:41 WARN AWProjectWBFT2::makeSensitivityImage(Complex)[R&D] Setting up for weights accumulation for term 2 during gridding to compute sensitivity pattern. 2023-09-07 18:01:41 WARN AWProjectWBFT2::makeSensitivityImage(Complex)[R&D]+ Consequently, the first gridding cycle will be slower than the subsequent ones. Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [25047.9921875] Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [-38.265960693359375] Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [666.30633544921875] 0%....10....20....30....40....50....60....70....80....90....100% Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [24994.3125] Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [-41.743953704833984375] 2023-09-07 18:01:53 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. 2023-09-07 18:01:53 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. 2023-09-07 18:01:57 WARN SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. 2023-09-07 18:01:57 WARN SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. PASSED test_task_tclean.py::test_mosaic_mtmfs::test_mtmfs_awproject_cbTrue_twofield 2023-09-07 18:02:01 WARN AWProjectWBFT2::makeSensitivityImage(Complex)[R&D] Setting up for weights accumulation for term 0 during gridding to compute sensitivity pattern. 2023-09-07 18:02:01 WARN AWProjectWBFT2::makeSensitivityImage(Complex)[R&D]+ Consequently, the first gridding cycle will be slower than the subsequent ones. 2023-09-07 18:02:01 WARN AWProjectWBFT2::makeSensitivityImage(Complex)[R&D] Setting up for weights accumulation for term 1 during gridding to compute sensitivity pattern. 2023-09-07 18:02:01 WARN AWProjectWBFT2::makeSensitivityImage(Complex)[R&D]+ Consequently, the first gridding cycle will be slower than the subsequent ones. 2023-09-07 18:02:01 WARN AWProjectWBFT2::makeSensitivityImage(Complex)[R&D] Setting up for weights accumulation for term 2 during gridding to compute sensitivity pattern. 2023-09-07 18:02:01 WARN AWProjectWBFT2::makeSensitivityImage(Complex)[R&D]+ Consequently, the first gridding cycle will be slower than the subsequent ones. Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [50089.984375] Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [-77.3379364013671875] Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [1332.452392578125] 0%....10....20....30....40....50....60....70....80....90....100% Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [49980.71875] Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [-84.63439178466796875] 2023-09-07 18:02:17 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. 2023-09-07 18:02:17 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [50089.984375] Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [-77.3379364013671875] Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [1332.452392578125] Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [49980.71875] Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [-84.63439178466796875] 2023-09-07 18:02:36 WARN task_tclean::FTMachine::initMaps Time degrid 0.58 2023-09-07 18:02:36 WARN task_tclean::FTMachine::initMaps Time degrid 0.57 Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [49980.71875] Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [-84.63439178466796875] PASSED test_task_tclean.py::test_mosaic_mtmfs::test_mtmfs_awproject_cbTrue_twofield_use_standard_psf 2023-09-07 18:02:46 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. 2023-09-07 18:02:46 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. 2023-09-07 18:02:49 WARN AWProjectWBFT2::makeSensitivityImage(Complex)[R&D] Setting up for weights accumulation for term 0 during gridding to compute sensitivity pattern. 2023-09-07 18:02:49 WARN AWProjectWBFT2::makeSensitivityImage(Complex)[R&D]+ Consequently, the first gridding cycle will be slower than the subsequent ones. 2023-09-07 18:02:49 WARN AWProjectWBFT2::makeSensitivityImage(Complex)[R&D] Setting up for weights accumulation for term 1 during gridding to compute sensitivity pattern. 2023-09-07 18:02:49 WARN AWProjectWBFT2::makeSensitivityImage(Complex)[R&D]+ Consequently, the first gridding cycle will be slower than the subsequent ones. 2023-09-07 18:02:49 WARN AWProjectWBFT2::makeSensitivityImage(Complex)[R&D] Setting up for weights accumulation for term 2 during gridding to compute sensitivity pattern. 2023-09-07 18:02:49 WARN AWProjectWBFT2::makeSensitivityImage(Complex)[R&D]+ Consequently, the first gridding cycle will be slower than the subsequent ones. Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [50089.984375] Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [-77.3379364013671875] Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [1332.452392578125] 0%....10....20....30....40....50....60....70....80....90....100% Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [49980.71875] Sum of weights: Axis Lengths: [1, 1] (NB: Matrix in Row/Column order) [-84.63439178466796875] 2023-09-07 18:03:04 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. 2023-09-07 18:03:04 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. 2023-09-07 18:03:08 WARN SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. 2023-09-07 18:03:08 WARN SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. PASSED test_task_tclean.py::test_mosaic_mtmfs::test_mtmfs_mosaic_cbFalse_onefield 2023-09-07 18:03:23 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. 2023-09-07 18:03:24 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. PASSED test_task_tclean.py::test_mosaic_mtmfs::test_mtmfs_mosaic_cbFalse_onefield_upTrue 2023-09-07 18:03:52 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. 2023-09-07 18:03:52 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. PASSED test_task_tclean.py::test_mosaic_mtmfs::test_mtmfs_mosaic_cbFalse_twofield 2023-09-07 18:04:33 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. 2023-09-07 18:04:34 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. PASSED test_task_tclean.py::test_mosaic_mtmfs::test_mtmfs_mosaic_cbFalse_twofield_upTrue 2023-09-07 18:05:07 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. 2023-09-07 18:05:07 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. PASSED test_task_tclean.py::test_mosaic_mtmfs::test_mtmfs_mosaic_cbTrue_onefield 2023-09-07 18:05:41 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. 2023-09-07 18:05:42 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. PASSED test_task_tclean.py::test_mosaic_mtmfs::test_mtmfs_mosaic_cbTrue_onefield_use_standard_psf 2023-09-07 18:06:07 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. 2023-09-07 18:06:07 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. 2023-09-07 18:06:22 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. 2023-09-07 18:06:22 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. 2023-09-07 18:06:26 WARN SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. 2023-09-07 18:06:26 WARN SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. PASSED test_task_tclean.py::test_mosaic_mtmfs::test_mtmfs_mosaic_cbTrue_twofield 0%....10....20....30....40....50....60....70....80....90....100% 2023-09-07 18:06:44 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. 2023-09-07 18:06:44 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. PASSED test_task_tclean.py::test_mosaic_mtmfs::test_mtmfs_mosaic_cbTrue_twofield_use_standard_psf 2023-09-07 18:07:11 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. 2023-09-07 18:07:11 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. 2023-09-07 18:07:27 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. 2023-09-07 18:07:27 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. 2023-09-07 18:07:32 WARN SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. 2023-09-07 18:07:32 WARN SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. PASSED test_task_tclean.py::test_mosaic_mtmfs::test_mtmfs_mosaic_mwFalse_briggs_twofield 0%....10....20....30....40....50....60....70....80....90....100% PASSED test_task_tclean.py::test_mosaic_mtmfs::test_mtmfs_standard_onefield 2023-09-07 18:08:07 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. 2023-09-07 18:08:07 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. 2023-09-07 18:08:11 WARN widebandpbcor::::casa widebandpbcor is a temporary task, meant for use until a widebandpbcor option is enabled from within the tclean task. 2023-09-07 18:08:29 WARN widebandpbcor::::casa widebandpbcor is a temporary task, meant for use until a widebandpbcor option is enabled from within the tclean task. PASSED test_task_tclean.py::test_mosaic_mtmfs::test_mtmfs_standard_twofield 2023-09-07 18:08:44 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. 2023-09-07 18:08:45 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. 2023-09-07 18:08:48 WARN widebandpbcor::::casa widebandpbcor is a temporary task, meant for use until a widebandpbcor option is enabled from within the tclean task. 2023-09-07 18:09:10 WARN widebandpbcor::::casa widebandpbcor is a temporary task, meant for use until a widebandpbcor option is enabled from within the tclean task. PASSED test_task_tclean.py::test_mosaic_cube::test_cube_awproject_cbFalse_mwFalse_onefield 2023-09-07 18:09:22 WARN AWProjectWBFT2::makeSensitivityImage(Complex)[R&D] Setting up for weights accumulation during gridding to compute sensitivity pattern. 2023-09-07 18:09:22 WARN AWProjectWBFT2::makeSensitivityImage(Complex)[R&D]+ Consequently, the first gridding cycle will be slower than the subsequent ones. Sum of weights: Axis Lengths: [1, 3] (NB: Matrix in Row/Column order) [8423.9794921875, 8390.0009765625, 8232.0048828125] Sum of weights: Axis Lengths: [1, 3] (NB: Matrix in Row/Column order) [8381.1103515625, 8375.2392578125, 8235.396484375] 2023-09-07 18:09:27 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. Sum of weights: Axis Lengths: [1, 3] (NB: Matrix in Row/Column order) [8423.9794921875, 8390.0009765625, 8232.0048828125] Sum of weights: Axis Lengths: [1, 3] (NB: Matrix in Row/Column order) [8381.1103515625, 8375.2392578125, 8235.396484375] 2023-09-07 18:09:38 WARN task_tclean::FTMachine::initMaps Time degrid 0.27 Sum of weights: Axis Lengths: [1, 3] (NB: Matrix in Row/Column order) [8381.1103515625, 8375.2392578125, 8235.396484375] PASSED test_task_tclean.py::test_mosaic_cube::test_cube_awproject_cbFalse_mwFalse_onefield_upTrue 2023-09-07 18:09:44 WARN AWProjectWBFT2::makeSensitivityImage(Complex)[R&D] Setting up for weights accumulation during gridding to compute sensitivity pattern. 2023-09-07 18:09:44 WARN AWProjectWBFT2::makeSensitivityImage(Complex)[R&D]+ Consequently, the first gridding cycle will be slower than the subsequent ones. Sum of weights: Axis Lengths: [1, 3] (NB: Matrix in Row/Column order) [8423.9794921875, 8390.0009765625, 8232.0048828125] Sum of weights: Axis Lengths: [1, 3] (NB: Matrix in Row/Column order) [8381.1103515625, 8375.2392578125, 8235.396484375] 2023-09-07 18:09:49 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. Sum of weights: Axis Lengths: [1, 3] (NB: Matrix in Row/Column order) [8423.9794921875, 8390.0009765625, 8232.0048828125] Sum of weights: Axis Lengths: [1, 3] (NB: Matrix in Row/Column order) [8381.1103515625, 8375.2392578125, 8235.396484375] 2023-09-07 18:10:03 WARN task_tclean::FTMachine::initMaps Time degrid 0.45 Sum of weights: Axis Lengths: [1, 3] (NB: Matrix in Row/Column order) [8381.1103515625, 8375.2392578125, 8235.396484375] PASSED test_task_tclean.py::test_mosaic_cube::test_cube_awproject_cbFalse_mwFalse_twofield 2023-09-07 18:10:09 WARN AWProjectWBFT2::makeSensitivityImage(Complex)[R&D] Setting up for weights accumulation during gridding to compute sensitivity pattern. 2023-09-07 18:10:09 WARN AWProjectWBFT2::makeSensitivityImage(Complex)[R&D]+ Consequently, the first gridding cycle will be slower than the subsequent ones. Sum of weights: Axis Lengths: [1, 3] (NB: Matrix in Row/Column order) [16847.958984375, 16778.001953125, 16458.009765625] Sum of weights: Axis Lengths: [1, 3] (NB: Matrix in Row/Column order) [16762.2109375, 16748.359375, 16460.869140625] 2023-09-07 18:10:15 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. Sum of weights: Axis Lengths: [1, 3] (NB: Matrix in Row/Column order) [16847.958984375, 16778.001953125, 16458.009765625] Sum of weights: Axis Lengths: [1, 3] (NB: Matrix in Row/Column order) [16762.2109375, 16748.359375, 16460.869140625] 2023-09-07 18:10:28 WARN task_tclean::FTMachine::initMaps Time degrid 0.67 Sum of weights: Axis Lengths: [1, 3] (NB: Matrix in Row/Column order) [16762.2109375, 16748.359375, 16460.869140625] PASSED test_task_tclean.py::test_mosaic_cube::test_cube_awproject_cbFalse_mwFalse_twofield_upTrue 2023-09-07 18:10:33 WARN AWProjectWBFT2::makeSensitivityImage(Complex)[R&D] Setting up for weights accumulation during gridding to compute sensitivity pattern. 2023-09-07 18:10:33 WARN AWProjectWBFT2::makeSensitivityImage(Complex)[R&D]+ Consequently, the first gridding cycle will be slower than the subsequent ones. Sum of weights: Axis Lengths: [1, 3] (NB: Matrix in Row/Column order) [16847.958984375, 16778.001953125, 16458.009765625] Sum of weights: Axis Lengths: [1, 3] (NB: Matrix in Row/Column order) [16762.2109375, 16748.359375, 16460.869140625] 2023-09-07 18:10:40 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. Sum of weights: Axis Lengths: [1, 3] (NB: Matrix in Row/Column order) [16847.958984375, 16778.001953125, 16458.009765625] Sum of weights: Axis Lengths: [1, 3] (NB: Matrix in Row/Column order) [16762.2109375, 16748.359375, 16460.869140625] 2023-09-07 18:10:55 WARN task_tclean::FTMachine::initMaps Time degrid 1.06 Sum of weights: Axis Lengths: [1, 3] (NB: Matrix in Row/Column order) [16762.2109375, 16748.359375, 16460.869140625] PASSED test_task_tclean.py::test_mosaic_cube::test_cube_awproject_cbFalse_mwTrue_onefield 2023-09-07 18:11:04 WARN AWProjectWBFT2::makeSensitivityImage(Complex)[R&D] Setting up for weights accumulation during gridding to compute sensitivity pattern. 2023-09-07 18:11:04 WARN AWProjectWBFT2::makeSensitivityImage(Complex)[R&D]+ Consequently, the first gridding cycle will be slower than the subsequent ones. Sum of weights: Axis Lengths: [1, 3] (NB: Matrix in Row/Column order) [8423.9794921875, 8390.0009765625, 8232.0048828125] Sum of weights: Axis Lengths: [1, 3] (NB: Matrix in Row/Column order) [8381.1103515625, 8375.2392578125, 8235.396484375] 2023-09-07 18:11:09 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. Sum of weights: Axis Lengths: [1, 3] (NB: Matrix in Row/Column order) [8423.9794921875, 8390.0009765625, 8232.0048828125] Sum of weights: Axis Lengths: [1, 3] (NB: Matrix in Row/Column order) [8381.1103515625, 8375.2392578125, 8235.396484375] 2023-09-07 18:11:20 WARN task_tclean::FTMachine::initMaps Time degrid 0.31 Sum of weights: Axis Lengths: [1, 3] (NB: Matrix in Row/Column order) [8381.1103515625, 8375.2392578125, 8235.396484375] PASSED test_task_tclean.py::test_mosaic_cube::test_cube_awproject_cbFalse_mwTrue_twofield 2023-09-07 18:11:25 WARN AWProjectWBFT2::makeSensitivityImage(Complex)[R&D] Setting up for weights accumulation during gridding to compute sensitivity pattern. 2023-09-07 18:11:25 WARN AWProjectWBFT2::makeSensitivityImage(Complex)[R&D]+ Consequently, the first gridding cycle will be slower than the subsequent ones. Sum of weights: Axis Lengths: [1, 3] (NB: Matrix in Row/Column order) [16847.958984375, 16778.001953125, 16458.009765625] Sum of weights: Axis Lengths: [1, 3] (NB: Matrix in Row/Column order) [16762.2109375, 16748.359375, 16460.869140625] 2023-09-07 18:11:32 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. Sum of weights: Axis Lengths: [1, 3] (NB: Matrix in Row/Column order) [16847.958984375, 16778.001953125, 16458.009765625] Sum of weights: Axis Lengths: [1, 3] (NB: Matrix in Row/Column order) [16762.2109375, 16748.359375, 16460.869140625] 2023-09-07 18:11:47 WARN task_tclean::FTMachine::initMaps Time degrid 0.66 Sum of weights: Axis Lengths: [1, 3] (NB: Matrix in Row/Column order) [16762.2109375, 16748.359375, 16460.869140625] PASSED test_task_tclean.py::test_mosaic_cube::test_cube_mosaic_cbFalse_mwFalse_onefield 2023-09-07 18:12:00 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. PASSED test_task_tclean.py::test_mosaic_cube::test_cube_mosaic_cbFalse_mwFalse_onefield_upTrue 2023-09-07 18:12:38 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. PASSED test_task_tclean.py::test_mosaic_cube::test_cube_mosaic_cbFalse_mwFalse_twofield 2023-09-07 18:13:05 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. PASSED test_task_tclean.py::test_mosaic_cube::test_cube_mosaic_cbFalse_mwFalse_twofield_upTrue 2023-09-07 18:13:37 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. PASSED test_task_tclean.py::test_mosaic_cube::test_cube_mosaic_cbFalse_mwTrue_onefield 2023-09-07 18:14:05 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. PASSED test_task_tclean.py::test_mosaic_cube::test_cube_mosaic_cbFalse_mwTrue_twofield 2023-09-07 18:14:40 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. PASSED test_task_tclean.py::test_mosaic_cube::test_cube_standard_onefield 2023-09-07 18:15:05 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. [mosaic_cube] Test_cube_standard_onefield : One field, standard gridder PASSED test_task_tclean.py::test_mosaic_cube::test_cube_standard_twofield 2023-09-07 18:15:21 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. [mosaic_cube] Test_cube_standard_twofield : two field, cube imaging with standard gridder PASSED test_task_tclean.py::test_mosaic_cube::test_cube_wproj_onefield 2023-09-07 18:15:38 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. [test_mosaic_cube] test_cube_wproj_onefield : One field, widefield cube imaging with wprojection gridder PASSED test_task_tclean.py::test_mosaic_cube::test_cube_wproj_onefield_autowprojplanes 2023-09-07 18:15:55 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. [test_mosaic_cube] test_cube_wproj_onefield_autowprojplanes : One field, widefield cube imaging, gridder='wproject', automaticalluy calculate wprojplanes PASSED test_task_tclean.py::test_mosaic_cube::test_cube_wproj_twofield 2023-09-07 18:16:12 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. [test_mosaic_cube] test_cube_wproj_twofield : Two fields, widefield cube imaging with wprojection PASSED test_task_tclean.py::test_mosaic_cube::test_mosaic_briggsbwtaper SKIPPED (Skip test.) test_task_tclean.py::test_ephemeris::test_multifield_cube_eph 2023-09-07 18:16:26 WARN SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2089) imsize with 420 pixels is not an efficient imagesize. Try 432 instead. 2023-09-07 18:16:27 WARN SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2089) imsize with 420 pixels is not an efficient imagesize. Try 432 instead. 2023-09-07 18:16:30 WARN task_tclean::SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2089) imsize with 420 pixels is not an efficient imagesize. Try 432 instead. 2023-09-07 18:16:32 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. [ephemeris] test_multifield_cube_eph : multifield (mosaic gridder), cubesource mode PASSED test_task_tclean.py::test_ephemeris::test_multifield_mfs_eph 2023-09-07 18:16:34 WARN SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2089) imsize with 420 pixels is not an efficient imagesize. Try 432 instead. 2023-09-07 18:16:40 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. [ephemeris] test_multifield_mfs_eph : multifield (mosaic gridder), mfs mode PASSED test_task_tclean.py::test_ephemeris::test_onefield_cube_eph 2023-09-07 18:16:44 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. [ephemeris] test_onefield_cube_eph : single field (standard gridder), cubesource mode PASSED test_task_tclean.py::test_ephemeris::test_onefield_mfs_eph 2023-09-07 18:16:48 WARN task_tclean::SIImageStore::restore (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SIImageStore.cc, line 2284) Restoring with an empty model image. Only residuals will be processed to form the output restored image. [ephemeris] test_onefield_mfs_eph : single field (standard gridder), mfs mode PASSED test_task_tclean.py::test_errors_failures::test_bad_freqframe_define_image 2023-09-07 18:16:50 WARN SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2089) imsize with 98 pixels is not an efficient imagesize. Try 100 instead. 2023-09-07 18:16:50 SEVERE tclean::::casa Task tclean raised an exception of class RuntimeError with the following message: Invalid Image Parameter set : Invalid Frequency Frame fail_! test_bad_freqframe: produce exception in initializeImagers/defineImage File ".../__casac__/synthesisimager.py", line 180, in defineimage return _synthesisimager.synthesisimager_defineimage(self, *args, **kwargs) RuntimeError: Invalid Image Parameter set : Invalid Frequency Frame fail_! PASSED test_task_tclean.py::test_errors_failures::test_error_gridding 2023-09-07 18:16:52 SEVERE task_tclean::FTMachine::initMaps number of pixels 6 on x axis is smaller that the gridding support 6 Please use a larger value 2023-09-07 18:16:52 WARN task_tclean::SynthesisImagerVi2::CubeMajorCycle (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/CubeMajorCycleAlgorithm.cc, line 338) Exception for chan range [0, 9] --- Error in making PSF : 2023-09-07 18:16:52 SEVERE task_tclean::FTMachine::initMaps number of pixels 6 on x axis is smaller that the gridding support 6 Please use a larger value ################################## ############################# Exception: Error in making PSF : 2023-09-07 18:16:52 SEVERE task_tclean::FTMachine::initMaps number of pixels 6 on x axis is smaller that the gridding support 6 Please use a larger value 2023-09-07 18:16:52 SEVERE task_tclean::SynthesisImagerVi2::runCubeGridding (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisImagerVi2.cc, line 1588) remainder rank 0 failed 2023-09-07 18:16:52 SEVERE tclean::::casa Task tclean raised an exception of class RuntimeError with the following message: Error in making PSF : One or more of the cube section failed in de/gridding. Return values for the sections: [0] test_error_gridding: produces exception in gridding One way to make gridding fail is to give imsize=3,4, etc. This fails like: RuntimeError: Error in making PSF : One or more of the cube section failed in de/gridding. Return values for the sections: [0] With a preceding SEVERE error messages: SEVERE task_tclean::FTMachine::initMaps number of pixels 6 on x axis is smaller that the gridding support 6 Please use a larger value SEVERE task_tclean::CubeMajorCycleAlgorithm::task (file .../code/synthesis/ImagerObjects/CubeMajorCycleAlgorithm.cc, line 136) Exception: Error in making PSF : SEVERE task_tclean::FTMachine::initMapsnumber of pixels 6 on x axis is smaller that the gridding support 6 Please use a larger value PASSED test_task_tclean.py::test_errors_failures::test_wrong_field_select_data 2023-09-07 18:16:52 WARN Field Expression: Found out-of-range index(s) in the list (33 ) [TIP: Double-quoted strings forces name matching] 2023-09-07 18:16:52 SEVERE tclean::::casa Task tclean raised an exception of class RuntimeError with the following message: Error in selectData() : Field Expression: Partial or no match for Field ID list [33] 2023-09-07 18:16:52 SEVERE tclean::::casa+ (near char. 2 in string "33") test_wrong_field: should produce exception in selectData. Exception like: RuntimeError: Error in selectData() : Field Expression: Partial or no match for Field ID list [33] PASSED test_task_tclean.py::test_errors_failures::test_wrong_spw_select_data 2023-09-07 18:16:52 SEVERE tclean::::casa Task tclean raised an exception of class RuntimeError with the following message: Error in selectData() : Spw Expression: No match found for 33, test_wrong_spw: should produce exception in selectData. Should throw something like RuntimeError: Error in selectData() : Spw Expression: No match found for 33, PASSED test_task_tclean.py::test_gclean::test_gclean_threeiter 2023-09-07 18:16:53 WARN SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2462) No rest frequency info, using the center of the selected spw(s):1.475e+09 Hz. Velocity labelling may not be correct. 2023-09-07 18:17:05 WARN SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2462) No rest frequency info, using the center of the selected spw(s):1.475e+09 Hz. Velocity labelling may not be correct. 2023-09-07 18:17:10 WARN SynthesisParamsImage::buildCoordinateSystem (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisUtilMethods.cc, line 2462) No rest frequency info, using the center of the selected spw(s):1.475e+09 Hz. Velocity labelling may not be correct. test_gclean_threeiter: test the the gclean generator runs for at least three iterations PASSED - generated xml file: /home/casatest/casa6/casatestutils/nosedir/xml/test_task_tclean/nose.xml - =========================== short test summary info ============================ SKIPPED [1] test_task_tclean.py:2837: Skip until we can check why the model column is empty in all channels, after the tclean run. May need new ticket. SKIPPED [1] test_task_tclean.py:3065: Skip test. SKIPPED [1] test_task_tclean.py:2963: Skip. This test deprecated. no longer need mtmfs for cube use msclean SKIPPED [1] test_task_tclean.py:2754: Skip until we can figure out what causes the common bean difference between the local runs and bamboo runs for reim_point_linRL.ms SKIPPED [1] test_task_tclean.py:2972: Skip. This test deprecated. no longer need mtmfs for cube use msclean SKIPPED [1] test_task_tclean.py:3215: Skip test. SKIPPED [1] test_task_tclean.py:3220: Skip test. SKIPPED [1] test_task_tclean.py:3225: Skip test. SKIPPED [1] test_task_tclean.py:3210: Skip test. SKIPPED [1] test_task_tclean.py:4415: Skip the test temporarily SKIPPED [1] test_task_tclean.py:5164: Skip test due to unexplained bamboo errors. Manual tests run correctly. See CAS-13530 for history. SKIPPED [1] test_task_tclean.py:5073: Skip test due to unexplained bamboo errors. Manual tests run correctly. See CAS-13530 for history. SKIPPED [1] test_task_tclean.py:5563: Skip test. =========== 278 passed, 13 skipped, 2 warnings in 8691.98s (2:24:51) =========== ============================= test session starts ============================== platform linux -- Python 3.8.7, pytest-7.4.1, pluggy-1.3.0 -- /usr/local/bin/python3.8 cachedir: .pytest_cache rootdir: /home/casatest/casa6/casatestutils/nosedir/test_task_flagmanager configfile: pytest.ini collecting ... flagmanager tests will use data from /opt/casa/data/casatestdata/unittest/flagmanager/ collected 7 items test_task_flagmanager.py::test_flagmanager_ms::test1m flagmanager test1m: mode=list, flagbackup=True/False Moving data... PASSED test_task_flagmanager.py::test_flagmanager_ms::test2m flagmanager test2m: Create, then restore autoflag The MS is already around, just unflag After flagging antenna 2 there were 5252.0 flags After flagging antenna 2 and 3 there were 10302.0 flags After restoring pre-antenna 2 flagging, there are 5252.0 flags; should be 5252.0 PASSED test_task_flagmanager.py::test_flagmanager_ms::test_CAS2701 2023-09-07 18:17:23 SEVERE flagmanager::::casa Task flagmanager raised an exception of class ValueError with the following message: Illegal empty versionname: '' flagmanager: Do not allow flagversions with empty versionname'' The MS is already around, just unflag Expected exception: Illegal empty versionname: '' PASSED test_task_flagmanager.py::test_flagmanager_ms::test_dictionary1 flagmanager: Test the returned dictionary in list mode The MS is already around, just unflag PASSED test_task_flagmanager.py::test_flagmanager_ms::test_rename flagmanager: do not overwrite an existing versionname The MS is already around, just unflag PASSED test_task_flagmanager.py::test_flagmanager_ms::test_save 2023-09-07 18:17:29 WARN flagmanager::::casa Version name 'Do_Not_Overwrite_Me' already exist. Will rename it to Do_Not_Overwrite_Me.old.1694110649 flagmanager: CAS-3080, do not overwrite an existing versionname The MS is already around, just unflag Rename versionname to Do_Not_Overwrite_Me Move existing versionname to temporary name PASSED test_task_flagmanager.py::test_flagmanager_caltables::test_caltable_flagbackup 2023-09-07 18:17:31 WARN Found pre-v4.1 caltable (/home/casatest/casa6/casatestutils/nosedir/test_task_flagmanager/cal.fewscans.bpass); attempting to update... 2023-09-07 18:17:31 WARN + SUCCEEDED: trivial OBSERVATION/OBSERVATION_ID have been added. Flagmanager:: cal table mode=list, flagbackup=True/False Moving data... {0: {'name': 'A much better caltable version !', 'comment': 'This is a *much* better name'}, 'MS': '/home/casatest/casa6/casatestutils/nosedir/test_task_flagmanager/cal.fewscans.bpass'} PASSED - generated xml file: /home/casatest/casa6/casatestutils/nosedir/xml/test_task_flagmanager/nose.xml - ======================== 7 passed, 2 warnings in 16.35s ======================== ============================= test session starts ============================== platform linux -- Python 3.8.7, pytest-7.4.1, pluggy-1.3.0 -- /usr/local/bin/python3.8 cachedir: .pytest_cache rootdir: /home/casatest/casa6/casatestutils/nosedir/test_task_initweights configfile: pytest.ini collecting ... initweights tests will use data from /opt/casa/data/casatestdata/unittest/initweights/ collected 35 items test_task_initweights.py::initweights_tsys_base::testTinttsysLC The following MS spws have no corresponding cal spws in tsysweight_ave.tsys.cal: 0 2 4 6 8 9 10 11 12 13 14 15 16 2023-09-07 18:17:35 WARN initweights::Calibrater::selectvis Initializing SIGMA and WEIGHT according to channel bandwidth, integration time, and Tsys. NOTE this is an expert mode. Test wtmode='tinttsys', interp='linear,cspline' PASSED test_task_initweights.py::initweights_tsys_base::testTinttsysLCSp The following MS spws have no corresponding cal spws in tsysweight_ave.tsys.cal: 0 2 4 6 8 9 10 11 12 13 14 15 16 2023-09-07 18:17:35 WARN initweights::Calibrater::selectvis Initializing SIGMA and WEIGHT according to channel bandwidth, integration time, and Tsys. NOTE this is an expert mode. Test wtmode='tinttsys', interp='linear,cspline', dowtsp=True PASSED test_task_initweights.py::initweights_tsys_base::testTinttsysLL The following MS spws have no corresponding cal spws in tsysweight_ave.tsys.cal: 0 2 4 6 8 9 10 11 12 13 14 15 16 2023-09-07 18:17:36 WARN initweights::Calibrater::selectvis Initializing SIGMA and WEIGHT according to channel bandwidth, integration time, and Tsys. NOTE this is an expert mode. Test wtmode='tinttsys', interp='linear,linear' PASSED test_task_initweights.py::initweights_tsys_base::testTinttsysLLSp The following MS spws have no corresponding cal spws in tsysweight_ave.tsys.cal: 0 2 4 6 8 9 10 11 12 13 14 15 16 2023-09-07 18:17:36 WARN initweights::Calibrater::selectvis Initializing SIGMA and WEIGHT according to channel bandwidth, integration time, and Tsys. NOTE this is an expert mode. Test wtmode='tinttsys', interp='linear,linear', dowtsp=True PASSED test_task_initweights.py::initweights_tsys_base::testTinttsysNN The following MS spws have no corresponding cal spws in tsysweight_ave.tsys.cal: 0 2 4 6 8 9 10 11 12 13 14 15 16 2023-09-07 18:17:37 WARN initweights::Calibrater::selectvis Initializing SIGMA and WEIGHT according to channel bandwidth, integration time, and Tsys. NOTE this is an expert mode. Test wtmode='tinttsys', interp='nearest,nearest' PASSED test_task_initweights.py::initweights_tsys_base::testTinttsysNNSp The following MS spws have no corresponding cal spws in tsysweight_ave.tsys.cal: 0 2 4 6 8 9 10 11 12 13 14 15 16 2023-09-07 18:17:37 WARN initweights::Calibrater::selectvis Initializing SIGMA and WEIGHT according to channel bandwidth, integration time, and Tsys. NOTE this is an expert mode. Test wtmode='tinttsys', interp='nearest,nearest', dowtsp=True PASSED test_task_initweights.py::initweights_tsys_base::testTsysLC The following MS spws have no corresponding cal spws in tsysweight_ave.tsys.cal: 0 2 4 6 8 9 10 11 12 13 14 15 16 2023-09-07 18:17:38 WARN initweights::Calibrater::selectvis Initializing SIGMA and WEIGHT according to channel bandwidth and Tsys. NOTE this is an expert mode. Test wtmode='tsys', interp='linear,cspline' PASSED test_task_initweights.py::initweights_tsys_base::testTsysLCSp The following MS spws have no corresponding cal spws in tsysweight_ave.tsys.cal: 0 2 4 6 8 9 10 11 12 13 14 15 16 2023-09-07 18:17:38 WARN initweights::Calibrater::selectvis Initializing SIGMA and WEIGHT according to channel bandwidth and Tsys. NOTE this is an expert mode. Test wtmode='tsys', interp='linear,cspline', dowtsp=True PASSED test_task_initweights.py::initweights_tsys_base::testTsysLL The following MS spws have no corresponding cal spws in tsysweight_ave.tsys.cal: 0 2 4 6 8 9 10 11 12 13 14 15 16 2023-09-07 18:17:39 WARN initweights::Calibrater::selectvis Initializing SIGMA and WEIGHT according to channel bandwidth and Tsys. NOTE this is an expert mode. Test wtmode='tsys', interp='linear,linear' PASSED test_task_initweights.py::initweights_tsys_base::testTsysLLSp The following MS spws have no corresponding cal spws in tsysweight_ave.tsys.cal: 0 2 4 6 8 9 10 11 12 13 14 15 16 2023-09-07 18:17:40 WARN initweights::Calibrater::selectvis Initializing SIGMA and WEIGHT according to channel bandwidth and Tsys. NOTE this is an expert mode. Test wtmode='tsys', interp='linear,linear', dowtsp=True PASSED test_task_initweights.py::initweights_tsys_base::testTsysNN The following MS spws have no corresponding cal spws in tsysweight_ave.tsys.cal: 0 2 4 6 8 9 10 11 12 13 14 15 16 2023-09-07 18:17:41 WARN initweights::Calibrater::selectvis Initializing SIGMA and WEIGHT according to channel bandwidth and Tsys. NOTE this is an expert mode. Test wtmode='tsys', interp='nearest,nearest' PASSED test_task_initweights.py::initweights_tsys_base::testTsysNNSp The following MS spws have no corresponding cal spws in tsysweight_ave.tsys.cal: 0 2 4 6 8 9 10 11 12 13 14 15 16 2023-09-07 18:17:41 WARN initweights::Calibrater::selectvis Initializing SIGMA and WEIGHT according to channel bandwidth and Tsys. NOTE this is an expert mode. Test wtmode='tsys', interp='nearest,nearest', dowtsp=True PASSED test_task_initweights.py::initweights_tsys_map::testTinttsysMapLC The following MS spws have no corresponding cal spws in tsysweight_ave.tsys.cal: 0 2 4 6 8 10 12 14 16 2023-09-07 18:17:42 WARN initweights::Calibrater::selectvis Initializing SIGMA and WEIGHT according to channel bandwidth, integration time, and Tsys. NOTE this is an expert mode. Test spwmap wtmode='tinttsys', interp='linear,cspline' PASSED test_task_initweights.py::initweights_tsys_map::testTinttsysMapLCSp The following MS spws have no corresponding cal spws in tsysweight_ave.tsys.cal: 0 2 4 6 8 10 12 14 16 2023-09-07 18:17:42 WARN initweights::Calibrater::selectvis Initializing SIGMA and WEIGHT according to channel bandwidth, integration time, and Tsys. NOTE this is an expert mode. Test spwmap wtmode='tinttsys', interp='linear,cspline', dowtsp=True PASSED test_task_initweights.py::initweights_tsys_map::testTinttsysMapLL The following MS spws have no corresponding cal spws in tsysweight_ave.tsys.cal: 0 2 4 6 8 10 12 14 16 2023-09-07 18:17:43 WARN initweights::Calibrater::selectvis Initializing SIGMA and WEIGHT according to channel bandwidth, integration time, and Tsys. NOTE this is an expert mode. Test spwmap wtmode='tinttsys', interp='linear,linear' PASSED test_task_initweights.py::initweights_tsys_map::testTinttsysMapLLSp The following MS spws have no corresponding cal spws in tsysweight_ave.tsys.cal: 0 2 4 6 8 10 12 14 16 2023-09-07 18:17:43 WARN initweights::Calibrater::selectvis Initializing SIGMA and WEIGHT according to channel bandwidth, integration time, and Tsys. NOTE this is an expert mode. Test spwmap wtmode='tinttsys', interp='linear,linear', dowtsp=True PASSED test_task_initweights.py::initweights_tsys_map::testTinttsysMapNN The following MS spws have no corresponding cal spws in tsysweight_ave.tsys.cal: 0 2 4 6 8 10 12 14 16 2023-09-07 18:17:44 WARN initweights::Calibrater::selectvis Initializing SIGMA and WEIGHT according to channel bandwidth, integration time, and Tsys. NOTE this is an expert mode. Test spwmap wtmode='tinttsys', interp='nearest,nearest' PASSED test_task_initweights.py::initweights_tsys_map::testTinttsysMapNNSp The following MS spws have no corresponding cal spws in tsysweight_ave.tsys.cal: 0 2 4 6 8 10 12 14 16 2023-09-07 18:17:44 WARN initweights::Calibrater::selectvis Initializing SIGMA and WEIGHT according to channel bandwidth, integration time, and Tsys. NOTE this is an expert mode. Test spwmap wtmode='tinttsys', interp='nearest,nearest', dowtsp=True PASSED test_task_initweights.py::initweights_tsys_map::testTsysMapLC The following MS spws have no corresponding cal spws in tsysweight_ave.tsys.cal: 0 2 4 6 8 10 12 14 16 2023-09-07 18:17:45 WARN initweights::Calibrater::selectvis Initializing SIGMA and WEIGHT according to channel bandwidth and Tsys. NOTE this is an expert mode. Test spwmap wtmode='tsys', interp='linear,cspline' PASSED test_task_initweights.py::initweights_tsys_map::testTsysMapLCSp The following MS spws have no corresponding cal spws in tsysweight_ave.tsys.cal: 0 2 4 6 8 10 12 14 16 2023-09-07 18:17:45 WARN initweights::Calibrater::selectvis Initializing SIGMA and WEIGHT according to channel bandwidth and Tsys. NOTE this is an expert mode. Test spwmap wtmode='tsys', interp='linear,cspline', dowtsp=True PASSED test_task_initweights.py::initweights_tsys_map::testTsysMapLL The following MS spws have no corresponding cal spws in tsysweight_ave.tsys.cal: 0 2 4 6 8 10 12 14 16 2023-09-07 18:17:46 WARN initweights::Calibrater::selectvis Initializing SIGMA and WEIGHT according to channel bandwidth and Tsys. NOTE this is an expert mode. Test spwmap wtmode='tsys', interp='linear,linear' PASSED test_task_initweights.py::initweights_tsys_map::testTsysMapLLSp The following MS spws have no corresponding cal spws in tsysweight_ave.tsys.cal: 0 2 4 6 8 10 12 14 16 2023-09-07 18:17:46 WARN initweights::Calibrater::selectvis Initializing SIGMA and WEIGHT according to channel bandwidth and Tsys. NOTE this is an expert mode. Test spwmap wtmode='tsys', interp='linear,linear', dowtsp=True PASSED test_task_initweights.py::initweights_tsys_map::testTsysMapNN The following MS spws have no corresponding cal spws in tsysweight_ave.tsys.cal: 0 2 4 6 8 10 12 14 16 2023-09-07 18:17:47 WARN initweights::Calibrater::selectvis Initializing SIGMA and WEIGHT according to channel bandwidth and Tsys. NOTE this is an expert mode. Test spwmap wtmode='tsys', interp='nearest,nearest' PASSED test_task_initweights.py::initweights_tsys_map::testTsysMapNNSp The following MS spws have no corresponding cal spws in tsysweight_ave.tsys.cal: 0 2 4 6 8 10 12 14 16 2023-09-07 18:17:47 WARN initweights::Calibrater::selectvis Initializing SIGMA and WEIGHT according to channel bandwidth and Tsys. NOTE this is an expert mode. Test spwmap wtmode='tsys', interp='nearest,nearest', dowtsp=True PASSED test_task_initweights.py::initweights_base::testNyq Test wtmode='nyq', dowtsp=F PASSED test_task_initweights.py::initweights_base::testNyqSp Test wtmode='nyq', dowtsp=T PASSED test_task_initweights.py::initweights_base::testOnes Test wtmode='ones', dowtsp=F PASSED test_task_initweights.py::initweights_base::testOnesSp Test wtmode='ones', dowtsp=T PASSED test_task_initweights.py::initweights_base::testSigma Test wtmode='sigma', dowtsp=F PASSED test_task_initweights.py::initweights_base::testSigmaSp Test wtmode='sigma', dowtsp=T PASSED test_task_initweights.py::initweights_base::testWeightSp Test wtmode='weight', dowtsp=T PASSED test_task_initweights.py::initweights_delspcol::testDelsigsp Test wtmode='delsigsp', dowtsp=F PASSED test_task_initweights.py::initweights_delspcol::testDelsigspSp Test wtmode='delsigsp', dowtsp=T PASSED test_task_initweights.py::initweights_delspcol::testDelwtsp Test wtmode='delwtsp', dowtsp=F PASSED test_task_initweights.py::initweights_delspcol::testDelwtspSp Test wtmode='delwtsp', dowtsp=T PASSED - generated xml file: /home/casatest/casa6/casatestutils/nosedir/xml/test_task_initweights/nose.xml - ======================= 35 passed, 2 warnings in 25.35s ======================== ============================= test session starts ============================== platform linux -- Python 3.8.7, pytest-7.4.1, pluggy-1.3.0 -- /usr/local/bin/python3.8 cachedir: .pytest_cache rootdir: /home/casatest/casa6/casatestutils/nosedir/test_task_sdpolaverage configfile: pytest.ini collecting ... collected 3 items test_task_sdpolaverage.py::test_sdpolaverage::test_default PASSED test_task_sdpolaverage.py::test_sdpolaverage::test_stokes_corrected_data PASSED test_task_sdpolaverage.py::test_sdpolaverage::test_stokes_float_data PASSED - generated xml file: /home/casatest/casa6/casatestutils/nosedir/xml/test_task_sdpolaverage/nose.xml - ======================== 3 passed, 2 warnings in 13.73s ======================== ============================= test session starts ============================== platform linux -- Python 3.8.7, pytest-7.4.1, pluggy-1.3.0 -- /usr/local/bin/python3.8 cachedir: .pytest_cache rootdir: /home/casatest/casa6/casatestutils/nosedir/test_task_vishead configfile: pytest.ini collecting ... vishead tests will use data from /opt/casa/data/casatestdata/unittest/vishead/ collected 9 items test_task_vishead.py::vishead_test::test_accessors Vishead: Test put/get modes List value of cal_grp: (array([0, 0, 0, 0, 0]), {}) Read value: (array([0, 0, 0, 0, 0]), {}) ************* Test 1 (get cal_grp[0]) start ************* ************* Test get cal_grp[0] OK ************* ************* Test 2 (get cal_grp[1]) start ************* ************* Test get cal_grp[1] OK ************* ************* Test 3 (put/get cal_grp[0]) start ************* New value: 42.0 Read new value: 42 ************* Test put/get cal_grp[0] OK ************* ************* Test 4 (put/get cal_grp[1]) start ************* New value: 42.0 Read new value: 42 ************* Test put/get cal_grp[1] OK ************* ************* Test 5 (put/get cal_grp[2]) start ************* New value: 42.0 Read new value: 42 ************* Test put/get cal_grp[2] OK ************* ************* Test 6 (put/get cal_grp[3]) start ************* New value: 42.0 Read new value: 42 ************* Test put/get cal_grp[3] OK ************* ************* Test 7 (put/get cal_grp[4]) start ************* New value: 42.0 Read new value: 42 ************* Test put/get cal_grp[4] OK ************* List value of field: (array(['3C273-F0', '1310+323-F0', 'NGC4826-F0', 'NGC4826-F1', 'NGC4826-F2', 'NGC4826-F3', 'NGC4826-F4', 'NGC4826-F5', 'NGC4826-F6'], dtype=' triggering computeAntUVW calculations The MS is already around, just unflag The MS is already around, just unflag PASSED test_task_flagdata.py::test_shadow::test_shadow_alma_small flagdata: flag shadowe antennas, compare with expected calculations based on the UVWs from the MS The MS is already around, just unflag Moving data... PASSED test_task_flagdata.py::test_shadow::test_vla_without_addantenna flagdata: simple mode shadow test without adding antennas The MS is already around, just unflag PASSED test_task_flagdata.py::test_msselection::test_amp flagdata: select only cross-correlations Unflag the MS PASSED test_task_flagdata.py::test_msselection::test_autocorr1 flagdata: flag only auto-correlations with antenna selection Unflag the MS PASSED test_task_flagdata.py::test_msselection::test_autocorr2 2023-09-07 18:47:47 WARN FlagDataHandler::preLoadColumn (file /source/casa6/casatools/src/code/flagging/Flagging/FlagDataHandler.cc, line 989) PROCESSOR sub-table is empty. Assuming CORRELATOR type. flagdata: flag auto-corrs with parameter Unflag the MS PASSED test_task_flagdata.py::test_msselection::test_autocorr3 2023-09-07 18:47:51 WARN FlagDataHandler::preLoadColumn (file /source/casa6/casatools/src/code/flagging/Flagging/FlagDataHandler.cc, line 989) PROCESSOR sub-table is empty. Assuming CORRELATOR type. flagdata: flag auto-corrs in list mode Unflag the MS PASSED test_task_flagdata.py::test_msselection::test_simple flagdata: select only cross-correlations Unflag the MS PASSED test_task_flagdata.py::test_msselection::test_spw_error_handler_id 2023-09-07 18:47:55 WARN Spw Expression: No match found for 32, 33, 2023-09-07 18:47:55 WARN Spw Expression: No match found for 32, 33, flagdata: A non-existing spw ID in a compound with a existing spw should not fail Unflag the MS PASSED test_task_flagdata.py::test_msselection::test_spw_error_handler_name 2023-09-07 18:47:58 WARN Spw Expression: No match found for "Subband:8" 2023-09-07 18:47:58 WARN Spw Expression: No match found for "Subband:8" flagdata: A non-existing spw name in a compound with a existing spw should not fail Unflag the MS Moving data... PASSED test_task_flagdata.py::test_statistics_queries::test021 flagdata: Test of flagging statistics and queries Unflag the MS PASSED test_task_flagdata.py::test_statistics_queries::test10 flagdata: quack mode Unflag the MS PASSED test_task_flagdata.py::test_statistics_queries::test11 flagdata: quack mode Unflag the MS PASSED test_task_flagdata.py::test_statistics_queries::test12 flagdata: quack mode Unflag the MS PASSED test_task_flagdata.py::test_statistics_queries::test13 flagdata: quack mode, quackincrement Unflag the MS 571536.0 of 2854278.0 data was flagged, expected 571536 of 2854278 857304.0 of 2854278.0 data was flagged, expected 857304 of 2854278 1571724.0 of 2854278.0 data was flagged, expected 1571724 of 2854278 1762236.0 of 2854278.0 data was flagged, expected 1762236 of 2854278 PASSED test_task_flagdata.py::test_statistics_queries::test9 flagdata: quack mode Unflag the MS PASSED test_task_flagdata.py::test_statistics_queries::test_CAS2021 flagdata: test antenna negation selection Unflag the MS PASSED test_task_flagdata.py::test_statistics_queries::test_CAS2212 flagdata: Clipping scan selection, CAS-2212, CAS-3496 Unflag the MS PASSED test_task_flagdata.py::test_statistics_queries::test_chanavg0 Unflag the MS Test of channel average PASSED test_task_flagdata.py::test_statistics_queries::test_chanavg1 Unflag the MS PASSED test_task_flagdata.py::test_statistics_queries::test_chanavg2 Unflag the MS PASSED test_task_flagdata.py::test_statistics_queries::test_chanavg3 Unflag the MS PASSED test_task_flagdata.py::test_statistics_queries::test_quackincrement_list 2023-09-07 18:48:24 WARN AgentFlagger::initAgents Cannot have quackincrement=True in list mode. Agent quack will be ignored! Unflag the MS PASSED test_task_flagdata.py::test_selections::test_action flagdata: action = calculate Unflag the MS PASSED test_task_flagdata.py::test_selections::test_antenna flagdata: antenna selection Unflag the MS 196434.0 of 196434.0 data was flagged, expected 196434 of 196434 PASSED test_task_flagdata.py::test_selections::test_array flagdata: array selection Unflag the MS 196434.0 of 196434.0 data was flagged, expected 196434 of 196434 PASSED test_task_flagdata.py::test_selections::test_correlation Unflag the MS 98217.0 of 196434.0 data was flagged, expected 98217 of 196434 0.0 of 1427139.0 data was flagged, expected 0 of 1427139 196434.0 of 196434.0 data was flagged, expected 196434 of 196434 PASSED test_task_flagdata.py::test_selections::test_field flagdata: field selection Unflag the MS 39186.0 of 196434.0 data was flagged, expected 39186 of 196434 PASSED test_task_flagdata.py::test_selections::test_missing_corr_product 2023-09-07 18:48:43 WARN Manual::sanitizeCorrExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 959) Correlation product [LR] not available 2023-09-07 18:48:45 WARN Manual::sanitizeCorrExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 959) Correlation product [RL] not available CAS-4234: Keep going when one of the corr products is not available but others are present Unflag the MS 196434.0 of 196434.0 data was flagged, expected 196434 of 196434 PASSED test_task_flagdata.py::test_selections::test_multi_timerange flagdata: CAS-5300, in list mode, flag multiple timerange intervals Unflag the MS PASSED test_task_flagdata.py::test_selections::test_scan flagdata: scan selection and manualflag compatibility Unflag the MS PASSED test_task_flagdata.py::test_selections::test_spw flagdata: spw selection Unflag the MS 196434.0 of 196434.0 data was flagged, expected 196434 of 196434 PASSED test_task_flagdata.py::test_selections::test_spw_list flagdata: spw selection in list mode Unflag the MS PASSED test_task_flagdata.py::test_selections::test_timerange flagdata: timerange selection Unflag the MS 6552.0 of 196434.0 data was flagged, expected 6552 of 196434 PASSED test_task_flagdata.py::test_selections::test_uvrange flagdata: uvrange selection Unflag the MS 55944.0 of 196434.0 data was flagged, expected 55944 of 196434 PASSED test_task_flagdata.py::test_alma::test_abs_all flagdata: clip ABS ALL. Do not flag WVR Moving data... PASSED test_task_flagdata.py::test_alma::test_abs_i flagdata: clip ABS_I. Do not flag WVR The MS is already around, just unflag PASSED test_task_flagdata.py::test_alma::test_abs_wvr flagdata: clip ABS_WVR The MS is already around, just unflag PASSED test_task_flagdata.py::test_alma::test_alma_spw flagdata: flag various spw The MS is already around, just unflag PASSED test_task_flagdata.py::test_alma::test_autocorr_wvr flagdata: CAS-5286, do not flag auto-correlations in WVR data The MS is already around, just unflag PASSED test_task_flagdata.py::test_alma::test_autocorr_wvr_list flagdata: CAS-5485 flag autocorrs in list mode The MS is already around, just unflag PASSED test_task_flagdata.py::test_alma::test_null_intent_selection1 2023-09-07 18:49:07 WARN AgentFlagger::initAgents Cannot create agent Manual_0: State Expression: No match found for "FOCUS" 2023-09-07 18:49:07 WARN AgentFlagger::initAgents+ State Expression: Partial or no match for State ID list [] 2023-09-07 18:49:07 WARN AgentFlagger::initAgents Cannot create agent Manual_2: State Expression: No match found for "*DELAY*" 2023-09-07 18:49:07 WARN AgentFlagger::initAgents+ State Expression: Partial or no match for State ID list [] flagdata: handle unknown scan intent in list mode The MS is already around, just unflag PASSED test_task_flagdata.py::test_alma::test_scanitent flagdata: scanintent selection The MS is already around, just unflag PASSED test_task_flagdata.py::test_alma::test_unknown_intent 2023-09-07 18:49:11 WARN State Expression: No match found for "*FOCUS*" flagdata: CAS-3712, handle unknown value in intent expression The MS is already around, just unflag PASSED test_task_flagdata.py::test_alma::test_wvr flagdata: flag WVR correlation The MS is already around, just unflag 608.0 of 608.0 data was flagged, expected 608 of 608 PASSED test_task_flagdata.py::test_selections2::test_field_breakdown 2023-09-07 18:49:15 WARN Clip::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested correlation (RR) not available in current spectral window (2) 2023-09-07 18:49:15 WARN Clip::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested correlation (RR) not available in current spectral window (2) 2023-09-07 18:49:15 WARN Clip::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested correlation (RR) not available in current spectral window (2) 2023-09-07 18:49:15 WARN Clip::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested correlation (RR) not available in current spectral window (2) 2023-09-07 18:49:15 WARN Clip::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested correlation (RR) not available in current spectral window (2) 2023-09-07 18:49:15 WARN Clip::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested correlation (RR) not available in current spectral window (2) 2023-09-07 18:49:15 WARN Clip::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested correlation (RR) not available in current spectral window (2) 2023-09-07 18:49:15 WARN Clip::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested correlation (RR) not available in current spectral window (2) 2023-09-07 18:49:15 WARN Clip::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested correlation (RR) not available in current spectral window (2) 2023-09-07 18:49:15 WARN Clip::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested correlation (RR) not available in current spectral window (2) 2023-09-07 18:49:15 WARN Clip::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested correlation (RR) not available in current spectral window (2) 2023-09-07 18:49:15 WARN Clip::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested correlation (RR) not available in current spectral window (2) 2023-09-07 18:49:15 WARN Clip::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested correlation (RR) not available in current spectral window (2) 2023-09-07 18:49:15 WARN Clip::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested correlation (RR) not available in current spectral window (2) 2023-09-07 18:49:15 WARN Clip::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested correlation (RR) not available in current spectral window (2) 2023-09-07 18:49:15 WARN Clip::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested correlation (RR) not available in current spectral window (2) 2023-09-07 18:49:15 WARN Clip::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested correlation (RR) not available in current spectral window (2) 2023-09-07 18:49:15 WARN Clip::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested correlation (RR) not available in current spectral window (2) 2023-09-07 18:49:15 WARN Clip::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested correlation (RR) not available in current spectral window (2) 2023-09-07 18:49:15 WARN Clip::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested correlation (RR) not available in current spectral window (2) 2023-09-07 18:49:15 WARN Clip::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested correlation (RR) not available in current spectral window (2) 2023-09-07 18:49:15 WARN Clip::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested correlation (RR) not available in current spectral window (2) 2023-09-07 18:49:15 WARN Clip::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested correlation (RR) not available in current spectral window (2) 2023-09-07 18:49:15 WARN Clip::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested correlation (RR) not available in current spectral window (2) 2023-09-07 18:49:15 WARN Clip::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested correlation (RR) not available in current spectral window (2) 2023-09-07 18:49:15 WARN Clip::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested correlation (RR) not available in current spectral window (2) 2023-09-07 18:49:15 WARN Clip::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested correlation (RR) not available in current spectral window (2) 2023-09-07 18:49:15 WARN Clip::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested correlation (RR) not available in current spectral window (2) 2023-09-07 18:49:15 WARN Clip::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested correlation (RR) not available in current spectral window (2) 2023-09-07 18:49:15 WARN Clip::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested correlation (RR) not available in current spectral window (2) 2023-09-07 18:49:15 WARN Clip::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested correlation (RR) not available in current spectral window (2) 2023-09-07 18:49:15 WARN Clip::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested correlation (RR) not available in current spectral window (2) 2023-09-07 18:49:15 WARN Clip::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested correlation (RR) not available in current spectral window (2) 2023-09-07 18:49:15 WARN Clip::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested correlation (RR) not available in current spectral window (2) 2023-09-07 18:49:15 WARN Clip::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested correlation (RR) not available in current spectral window (2) 2023-09-07 18:49:15 WARN Clip::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested correlation (RR) not available in current spectral window (2) 2023-09-07 18:49:15 WARN Clip::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested correlation (RR) not available in current spectral window (2) 2023-09-07 18:49:15 WARN Clip::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested correlation (RR) not available in current spectral window (2) flagdata: Produce a separated dictionary per field Moving data... PASSED test_task_flagdata.py::test_selections2::test_observation1 flagdata: observation ID selections The MS is already around, just unflag PASSED test_task_flagdata.py::test_selections2::test_observation2 flagdata: observation ID selections in list mode The MS is already around, just unflag PASSED test_task_flagdata.py::test_elevation::test_interval Unflag the MS 2092230.0 of 2854278.0 data was flagged, expected 2092230 of 2854278 PASSED test_task_flagdata.py::test_elevation::test_lower Unflag the MS 0.0 of 2854278.0 data was flagged, expected 0 of 2854278 0.0 of 2854278.0 data was flagged, expected 0 of 2854278 666792.0 of 2854278.0 data was flagged, expected 666792 of 2854278 1428840.0 of 2854278.0 data was flagged, expected 1428840 of 2854278 2854278.0 of 2854278.0 data was flagged, expected 2854278 of 2854278 PASSED test_task_flagdata.py::test_elevation::test_upper Unflag the MS 1425438.0 of 2854278.0 data was flagged, expected 1425438 of 2854278 PASSED test_task_flagdata.py::test_list_file::test_anychar 2023-09-07 18:49:34 SEVERE flagdata::::casa Parameter '$3[' in row=0 is not a valid flagdata parameter 2023-09-07 18:49:34 SEVERE flagdata::::casa Task flagdata raised an exception of class ValueError with the following message: Error reading the input list. Make sure the syntax used in the list follows the rules given in the inline help of the task. flagdata: Do not continue if parameter doesn't exist Unflag the MS Expected IOError error: Error reading the input list. Make sure the syntax used in the list follows the rules given in the inline help of the task. PASSED test_task_flagdata.py::test_list_file::test_file1 flagdata: apply flags from a list and do not save Unflag the MS PASSED test_task_flagdata.py::test_list_file::test_file2 flagdata: only save parameters without running the tool Unflag the MS PASSED test_task_flagdata.py::test_list_file::test_file3 flagdata: flag and save list to FLAG_CMD Unflag the MS PASSED test_task_flagdata.py::test_list_file::test_file4 flagdata: save without running and apply in flagcmd Unflag the MS PASSED test_task_flagdata.py::test_list_file::test_file6 flagdata: select by reason in list mode from a file Unflag the MS PASSED test_task_flagdata.py::test_list_file::test_file_CAS4819 flagdata: CAS-4819, Flag commands from three files Unflag the MS PASSED test_task_flagdata.py::test_list_file::test_file_overwrite_false 2023-09-07 18:49:45 SEVERE flagdata::::casa Task flagdata raised an exception of class RuntimeError with the following message: You have set overwrite to False. Remove listnewfile.txt before saving the flag commands flagdata: Use savepars and overwrite=False with an existing file Unflag the MS PASSED test_task_flagdata.py::test_list_file::test_file_overwrite_false1 flagdata: Use savepars and overwrite=False Unflag the MS PASSED test_task_flagdata.py::test_list_file::test_file_overwrite_true flagdata: Use savepars and overwrite=True Unflag the MS PASSED test_task_flagdata.py::test_list_file::test_file_scan_int 2023-09-07 18:49:47 SEVERE flagdata::::casa exceptions must derive from BaseException 2023-09-07 18:49:47 SEVERE flagdata::::casa Task flagdata raised an exception of class ValueError with the following message: Error reading the input list. Make sure the syntax used in the list follows the rules given in the inline help of the task. flagdata: select a scan by giving an int value Unflag the MS PASSED test_task_flagdata.py::test_list_file::test_file_scan_list 2023-09-07 18:49:48 SEVERE flagdata::::casa exceptions must derive from BaseException 2023-09-07 18:49:48 SEVERE flagdata::::casa Task flagdata raised an exception of class ValueError with the following message: Error reading the input list. Make sure the syntax used in the list follows the rules given in the inline help of the task. flagdata: select a scan by giving a list value. Expect error. Unflag the MS PASSED test_task_flagdata.py::test_list_file::test_file_summary1 flagdata: summary commands in list mode Unflag the MS Summary 0 ( Scan2 ) : Flagged : 238140.0 out of 2854278.0 Summary 1 ( Zeros ) : Flagged : 0.0 out of 2854278.0 PASSED test_task_flagdata.py::test_list_file::test_file_summary2 flagdata: compare summaries from a list with individual reports Unflag the MS PASSED test_task_flagdata.py::test_list_file::test_reason1 flagdata: add_reason to FLAG_CMD Unflag the MS PASSED test_task_flagdata.py::test_list_file::test_reason2 flagdata: add_reason to text file Unflag the MS PASSED test_task_flagdata.py::test_list_file::test_reason3 flagdata: replace input reason from file with cmdreason Unflag the MS PASSED test_task_flagdata.py::test_list_file::test_reason4 flagdata: select by reason from two files Unflag the MS PASSED test_task_flagdata.py::test_list_list::test_cmdreason1 flagdata: allow whitespace in cmdreason Unflag the MS PASSED test_task_flagdata.py::test_list_list::test_cmdreason2 flagdata: Blanks in reason are also allowed in FLAG_CMD table Unflag the MS PASSED test_task_flagdata.py::test_list_list::test_list1 flagdata: apply flags from a Python list and do not save Unflag the MS PASSED test_task_flagdata.py::test_list_list::test_list2 flagdata: only save parameters without running the tool Unflag the MS PASSED test_task_flagdata.py::test_list_list::test_list3 flagdata: Compare flags from flagdata and flagcmd Unflag the MS PASSED test_task_flagdata.py::test_list_list::test_list5 flagdata: select by reason in list mode from a list Unflag the MS PASSED test_task_flagdata.py::test_list_list::test_list_summary1 flagdata: check names of multiple summaries in a list Unflag the MS PASSED test_task_flagdata.py::test_list_list::test_reason_list flagdata: replace input reason from list with cmdreason Unflag the MS PASSED test_task_flagdata.py::test_clip::test_clip_file1 flagdata: clip zeros in mode=list and save reason to FLAG_CMD The MS is already around, just unflag PASSED test_task_flagdata.py::test_clip::test_clip_list1 flagdata: clip zeros in mode=list and save reason to FLAG_CMD The MS is already around, just unflag PASSED test_task_flagdata.py::test_clip::test_clip_no_model_col 2023-09-07 18:50:29 WARN AgentFlagger::validateDataColumn Data column CORRECTED_DATA does not exist in input data 2023-09-07 18:50:29 WARN AgentFlagger::validateDataColumn Data column MODEL_DATA or virtual MODEL_DATA does not exist in input data 2023-09-07 18:50:29 WARN AgentFlagger::parseAgentParameters Cannot parse agent parameters 2023-09-07 18:50:29 SEVERE flagdata::::casa Task flagdata raised an exception of class ValueError with the following message: Failed to parse parameters for mode clip 2023-09-07 18:50:29 WARN AgentFlagger::validateDataColumn Data column MODEL_DATA or virtual MODEL_DATA does not exist in input data 2023-09-07 18:50:29 WARN AgentFlagger::parseAgentParameters Cannot parse agent parameters 2023-09-07 18:50:29 SEVERE flagdata::::casa Task flagdata raised an exception of class ValueError with the following message: Failed to parse parameters for mode clip flagdata: Should fail when MODEL or virtual MODEL columns do not exist The MS is already around, just unflag Unflag the MS flagadta is expected to fail with datacolumn=RESIDUAL flagadta is expected to fail with datacolumn=RESIDUAL_DATA PASSED test_task_flagdata.py::test_clip::test_clip_timeavg_cmp_mstransform flagdata: clip with time average and compare with mstransform The MS is already around, just unflag PASSED test_task_flagdata.py::test_clip::test_clip_virtual_model_col_use_delmod 2023-09-07 18:51:25 WARN AgentFlagger::validateDataColumn Data column MODEL_DATA or virtual MODEL_DATA does not exist in input data 2023-09-07 18:51:25 WARN AgentFlagger::parseAgentParameters Cannot parse agent parameters 2023-09-07 18:51:25 SEVERE flagdata::::casa Task flagdata raised an exception of class ValueError with the following message: Failed to parse parameters for mode clip flagdata: Should flag DATA-MODEL when RESIDUAL-DATA is asked The MS is already around, just unflag Unflag the MS PASSED test_task_flagdata.py::test_clip::test_clip_with_model_col flagdata: Should flag DATA-MODEL when RESIDUAL-DATA is asked The MS is already around, just unflag Unflag the MS PASSED test_task_flagdata.py::test_clip::test_clipzeros flagdata: clip only zero-value data The MS is already around, just unflag PASSED test_task_flagdata.py::test_clip::test_datacol_corrected 'flagdata: clip CORRECTED data column The MS is already around, just unflag PASSED test_task_flagdata.py::test_clip::test_residual_col flagdata: clip RESIDUAL column The MS is already around, just unflag PASSED test_task_flagdata.py::test_clip::test_timeavg_spw9_2scans flagdata: clip with time averaging in spw 9 The MS is already around, just unflag PASSED test_task_flagdata.py::test_antint::test_antint_list_mode1_with_clip flagdata in list mode: mode = antint + clip, spw = 2, minchanfrac=0.3 Moving data... PASSED test_task_flagdata.py::test_antint::test_antint_list_mode2_compare_against_flagcmd flagdata and flagcmd in list mode: mode = antint, spw = 2, minchanfrac=0.3 The MS is already around, just unflag PASSED test_task_flagdata.py::test_antint::test_antint_spw0_high_threshold flagdata: mode = antint, spw = 0, minchanfrac = 0.45 The MS is already around, just unflag PASSED test_task_flagdata.py::test_antint::test_antint_spw0_low_threshold flagdata: mode = antint, spw = 0, minchanfrac = 0.05 The MS is already around, just unflag PASSED test_task_flagdata.py::test_antint::test_antint_spw3_high_threshold flagdata: mode = antint, spw = 3, minchanfrac = 0.6 The MS is already around, just unflag PASSED test_task_flagdata.py::test_antint::test_antint_spw3_low_threshold flagdata: mode = antint, spw = 3, minchanfrac = -.1 The MS is already around, just unflag PASSED test_task_flagdata.py::test_CASA_4_0_bug_fix::test_CAS_4200 2023-09-07 18:51:53 WARN AgentFlagger::initAgents Cannot create agent Quack: Parameter 'quackinterval' must be greater than zero. 2023-09-07 18:51:53 SEVERE AgentFlagger::run There is no agent to run in list flagdata: Test quack mode with quackinterval 0 Moving data... PASSED test_task_flagdata.py::test_CASA_4_0_bug_fix::test_CAS_4270 flagdata: Test uvrange given in lambda units The MS is already around, just unflag PASSED test_task_flagdata.py::test_CASA_4_0_bug_fix::test_CAS_4312 flagdata: Test channel selection with Rflag agent The MS is already around, just unflag PASSED test_task_flagdata.py::test_CASA_4_0_bug_fix::test_alias flagdata: Test flagdata alias The MS is already around, just unflag PASSED test_task_flagdata.py::test_CASA_4_0_bug_fix::test_invalid_antenna 2023-09-07 18:52:13 WARN Antenna Expression: No match found for token(s) "ea93" flagdata: CAS-3712, handle good and bad antenna names in MS selection The MS is already around, just unflag PASSED test_task_flagdata.py::test_CASA_4_0_bug_fix::test_spw_freq1 flagdata: CAS-3562, flag all spw channels greater than a frequency The MS is already around, just unflag PASSED test_task_flagdata.py::test_CASA_4_0_bug_fix::test_spw_freq2 flagdata: CAS-3562, flag the channel with a frequency The MS is already around, just unflag PASSED test_task_flagdata.py::test_CASA_4_0_bug_fix::test_spw_freq3 flagdata: CAS-3562, flag a range of frequencies The MS is already around, just unflag PASSED test_task_flagdata.py::test_correlations::test_xx_xy flagdata: flag XX,XY Moving data... PASSED test_task_flagdata.py::test_correlations::test_xx_yx flagdata: flag XX,YX Moving data... PASSED test_task_flagdata.py::test_correlations::test_xx_yx_xy flagdata: flag XX,YX, XY with space Moving data... PASSED test_task_flagdata.py::test_correlations::test_yy_yx flagdata: flag YY,YX Moving data... PASSED test_task_flagdata.py::test_tsys::test_channel_selection 2023-09-07 18:52:27 WARN Found pre-v4.1 caltable (/home/casatest/casa6/casatestutils/nosedir/test_task_flagdata/X7ef.tsys); attempting to update... 2023-09-07 18:52:27 WARN + SUCCEEDED: trivial OBSERVATION/OBSERVATION_ID have been added. 2023-09-07 18:52:28 WARN MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 8 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range. 2023-09-07 18:52:28 WARN MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 8 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 8 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 18:52:28 WARN MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 8 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 8 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 18:52:28 WARN MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 8 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 8 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 6 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 18:52:28 WARN MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 8 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 8 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 6 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 18:52:28 WARN MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 8 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 8 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 6 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 18:52:28 WARN MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 8 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 8 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 6 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 18:52:28 WARN MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 8 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 8 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 6 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 18:52:28 WARN MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 8 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 8 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 6 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 18:52:28 WARN MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 8 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 8 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 6 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 18 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 18:52:28 WARN MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 8 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 8 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 6 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 18 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 20 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 18:52:28 WARN MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 8 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 8 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 6 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 18 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 20 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 22 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 18:52:28 WARN MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 8 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 8 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 6 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 18 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 20 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 22 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 24 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 18:52:28 WARN MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 8 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 8 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 6 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 18 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 20 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 22 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 24 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 25 (valid range 0~3). Limiting it to be within the available range. 2023-09-07 18:52:28 WARN MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 8 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 8 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 6 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 18 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 20 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 22 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 24 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 25 (valid range 0~3). Limiting it to be within the available range.Channel 8 out of range for SPW 26 (valid range 0~3). Limiting it to be within the available range. 2023-09-07 18:52:28 WARN MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 8 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 8 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 6 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 18 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 20 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 22 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 24 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 25 (valid range 0~3). Limiting it to be within the available range.Channel 8 out of range for SPW 26 (valid range 0~3). Limiting it to be within the available range.Channel 8 out of range for SPW 27 (valid range 0~3). Limiting it to be within the available range. 2023-09-07 18:52:28 WARN MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 8 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 8 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 6 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 18 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 20 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 22 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 24 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 25 (valid range 0~3). Limiting it to be within the available range.Channel 8 out of range for SPW 26 (valid range 0~3). Limiting it to be within the available range.Channel 8 out of range for SPW 27 (valid range 0~3). Limiting it to be within the available range.Channel 8 out of range for SPW 28 (valid range 0~3). Limiting it to be within the available range. 2023-09-07 18:52:28 WARN MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 8 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 8 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 6 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 18 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 20 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 22 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 24 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 25 (valid range 0~3). Limiting it to be within the available range.Channel 8 out of range for SPW 26 (valid range 0~3). Limiting it to be within the available range.Channel 8 out of range for SPW 27 (valid range 0~3). Limiting it to be within the available range.Channel 8 out of range for SPW 28 (valid range 0~3). Limiting it to be within the available range.Channel 8 out of range for SPW 29 (valid range 0~3). Limiting it to be within the available range. 2023-09-07 18:52:28 WARN MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 8 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 8 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 6 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 18 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 20 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 22 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 24 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 25 (valid range 0~3). Limiting it to be within the available range.Channel 8 out of range for SPW 26 (valid range 0~3). Limiting it to be within the available range.Channel 8 out of range for SPW 27 (valid range 0~3). Limiting it to be within the available range.Channel 8 out of range for SPW 28 (valid range 0~3). Limiting it to be within the available range.Channel 8 out of range for SPW 29 (valid range 0~3). Limiting it to be within the available range.Channel 8 out of range for SPW 30 (valid range 0~3). Limiting it to be within the available range. 2023-09-07 18:52:28 WARN MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 8 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 8 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 6 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 18 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 20 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 22 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 24 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 25 (valid range 0~3). Limiting it to be within the available range.Channel 8 out of range for SPW 26 (valid range 0~3). Limiting it to be within the available range.Channel 8 out of range for SPW 27 (valid range 0~3). Limiting it to be within the available range.Channel 8 out of range for SPW 28 (valid range 0~3). Limiting it to be within the available range.Channel 8 out of range for SPW 29 (valid range 0~3). Limiting it to be within the available range.Channel 8 out of range for SPW 30 (valid range 0~3). Limiting it to be within the available range.Channel 8 out of range for SPW 31 (valid range 0~3). Limiting it to be within the available range. 2023-09-07 18:52:28 WARN MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 8 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 8 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 6 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 18 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 20 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 22 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 24 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 25 (valid range 0~3). Limiting it to be within the available range.Channel 8 out of range for SPW 26 (valid range 0~3). Limiting it to be within the available range.Channel 8 out of range for SPW 27 (valid range 0~3). Limiting it to be within the available range.Channel 8 out of range for SPW 28 (valid range 0~3). Limiting it to be within the available range.Channel 8 out of range for SPW 29 (valid range 0~3). Limiting it to be within the available range.Channel 8 out of range for SPW 30 (valid range 0~3). Limiting it to be within the available range.Channel 8 out of range for SPW 31 (valid range 0~3). Limiting it to be within the available range.Channel 8 out of range for SPW 32 (valid range 0~3). Limiting it to be within the available range. 2023-09-07 18:52:28 WARN MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 8 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 8 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 6 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 18 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 20 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 22 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 24 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 25 (valid range 0~3). Limiting it to be within the available range.Channel 8 out of range for SPW 26 (valid range 0~3). Limiting it to be within the available range.Channel 8 out of range for SPW 27 (valid range 0~3). Limiting it to be within the available range.Channel 8 out of range for SPW 28 (valid range 0~3). Limiting it to be within the available range.Channel 8 out of range for SPW 29 (valid range 0~3). Limiting it to be within the available range.Channel 8 out of range for SPW 30 (valid range 0~3). Limiting it to be within the available range.Channel 8 out of range for SPW 31 (valid range 0~3). Limiting it to be within the available range.Channel 8 out of range for SPW 32 (valid range 0~3). Limiting it to be within the available range.Channel 8 out of range for SPW 33 (valid range 0~3). Limiting it to be within the available range. 2023-09-07 18:52:28 WARN MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range. 2023-09-07 18:52:28 WARN MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 18:52:28 WARN MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 18:52:28 WARN MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 6 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 18:52:28 WARN MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 6 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 18:52:28 WARN MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 6 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 18:52:28 WARN MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 6 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 18:52:28 WARN MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 6 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 18:52:28 WARN MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 6 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 18:52:28 WARN MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 6 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 18 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 18:52:28 WARN MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 6 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 18 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 20 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 18:52:28 WARN MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 6 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 18 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 20 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 22 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 18:52:28 WARN MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 6 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 18 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 20 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 22 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 24 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 18:52:28 WARN MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 6 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 18 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 20 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 22 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 24 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 25 (valid range 0~3). Limiting it to be within the available range. 2023-09-07 18:52:28 WARN MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 6 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 18 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 20 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 22 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 24 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 25 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 26 (valid range 0~3). Limiting it to be within the available range. 2023-09-07 18:52:28 WARN MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 6 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 18 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 20 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 22 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 24 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 25 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 26 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 27 (valid range 0~3). Limiting it to be within the available range. 2023-09-07 18:52:28 WARN MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 6 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 18 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 20 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 22 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 24 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 25 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 26 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 27 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 28 (valid range 0~3). Limiting it to be within the available range. 2023-09-07 18:52:28 WARN MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 6 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 18 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 20 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 22 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 24 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 25 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 26 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 27 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 28 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 29 (valid range 0~3). Limiting it to be within the available range. 2023-09-07 18:52:28 WARN MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 6 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 18 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 20 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 22 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 24 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 25 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 26 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 27 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 28 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 29 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 30 (valid range 0~3). Limiting it to be within the available range. 2023-09-07 18:52:28 WARN MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 6 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 18 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 20 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 22 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 24 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 25 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 26 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 27 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 28 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 29 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 30 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 31 (valid range 0~3). Limiting it to be within the available range. 2023-09-07 18:52:28 WARN MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 6 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 18 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 20 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 22 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 24 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 25 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 26 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 27 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 28 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 29 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 30 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 31 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 32 (valid range 0~3). Limiting it to be within the available range. 2023-09-07 18:52:28 WARN MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 6 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 18 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 20 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 22 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 24 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 25 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 26 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 27 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 28 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 29 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 30 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 31 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 32 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 33 (valid range 0~3). Limiting it to be within the available range. 2023-09-07 18:52:28 WARN MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 8 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range. 2023-09-07 18:52:28 WARN MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 8 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 8 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 18:52:28 WARN MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 8 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 8 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 18:52:28 WARN MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 8 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 8 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 6 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 18:52:28 WARN MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 8 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 8 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 6 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 18:52:28 WARN MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 8 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 8 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 6 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 18:52:28 WARN MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 8 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 8 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 6 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 18:52:28 WARN MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 8 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 8 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 6 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 18:52:28 WARN MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 8 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 8 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 6 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 18:52:28 WARN MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 8 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 8 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 6 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 18 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 18:52:28 WARN MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 8 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 8 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 6 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 18 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 20 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 18:52:28 WARN MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 8 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 8 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 6 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 18 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 20 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 22 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 18:52:28 WARN MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 8 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 8 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 6 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 18 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 20 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 22 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 24 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 18:52:28 WARN MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 8 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 8 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 6 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 18 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 20 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 22 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 24 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 25 (valid range 0~3). Limiting it to be within the available range. 2023-09-07 18:52:28 WARN MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 8 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 8 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 6 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 18 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 20 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 22 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 24 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 25 (valid range 0~3). Limiting it to be within the available range.Channel 8 out of range for SPW 26 (valid range 0~3). Limiting it to be within the available range. 2023-09-07 18:52:28 WARN MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 8 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 8 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 6 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 18 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 20 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 22 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 24 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 25 (valid range 0~3). Limiting it to be within the available range.Channel 8 out of range for SPW 26 (valid range 0~3). Limiting it to be within the available range.Channel 8 out of range for SPW 27 (valid range 0~3). Limiting it to be within the available range. 2023-09-07 18:52:28 WARN MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 8 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 8 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 6 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 18 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 20 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 22 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 24 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 25 (valid range 0~3). Limiting it to be within the available range.Channel 8 out of range for SPW 26 (valid range 0~3). Limiting it to be within the available range.Channel 8 out of range for SPW 27 (valid range 0~3). Limiting it to be within the available range.Channel 8 out of range for SPW 28 (valid range 0~3). Limiting it to be within the available range. 2023-09-07 18:52:28 WARN MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 8 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 8 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 6 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 18 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 20 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 22 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 24 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 25 (valid range 0~3). Limiting it to be within the available range.Channel 8 out of range for SPW 26 (valid range 0~3). Limiting it to be within the available range.Channel 8 out of range for SPW 27 (valid range 0~3). Limiting it to be within the available range.Channel 8 out of range for SPW 28 (valid range 0~3). Limiting it to be within the available range.Channel 8 out of range for SPW 29 (valid range 0~3). Limiting it to be within the available range. 2023-09-07 18:52:28 WARN MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 8 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 8 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 6 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 18 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 20 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 22 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 24 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 25 (valid range 0~3). Limiting it to be within the available range.Channel 8 out of range for SPW 26 (valid range 0~3). Limiting it to be within the available range.Channel 8 out of range for SPW 27 (valid range 0~3). Limiting it to be within the available range.Channel 8 out of range for SPW 28 (valid range 0~3). Limiting it to be within the available range.Channel 8 out of range for SPW 29 (valid range 0~3). Limiting it to be within the available range.Channel 8 out of range for SPW 30 (valid range 0~3). Limiting it to be within the available range. 2023-09-07 18:52:28 WARN MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 8 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 8 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 6 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 18 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 20 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 22 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 24 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 25 (valid range 0~3). Limiting it to be within the available range.Channel 8 out of range for SPW 26 (valid range 0~3). Limiting it to be within the available range.Channel 8 out of range for SPW 27 (valid range 0~3). Limiting it to be within the available range.Channel 8 out of range for SPW 28 (valid range 0~3). Limiting it to be within the available range.Channel 8 out of range for SPW 29 (valid range 0~3). Limiting it to be within the available range.Channel 8 out of range for SPW 30 (valid range 0~3). Limiting it to be within the available range.Channel 8 out of range for SPW 31 (valid range 0~3). Limiting it to be within the available range. 2023-09-07 18:52:28 WARN MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 8 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 8 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 6 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 18 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 20 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 22 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 24 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 25 (valid range 0~3). Limiting it to be within the available range.Channel 8 out of range for SPW 26 (valid range 0~3). Limiting it to be within the available range.Channel 8 out of range for SPW 27 (valid range 0~3). Limiting it to be within the available range.Channel 8 out of range for SPW 28 (valid range 0~3). Limiting it to be within the available range.Channel 8 out of range for SPW 29 (valid range 0~3). Limiting it to be within the available range.Channel 8 out of range for SPW 30 (valid range 0~3). Limiting it to be within the available range.Channel 8 out of range for SPW 31 (valid range 0~3). Limiting it to be within the available range.Channel 8 out of range for SPW 32 (valid range 0~3). Limiting it to be within the available range. 2023-09-07 18:52:28 WARN MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 8 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 8 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 6 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 18 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 20 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 22 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 24 (valid range 0~0). Limiting it to be within the available range.Channel 8 out of range for SPW 25 (valid range 0~3). Limiting it to be within the available range.Channel 8 out of range for SPW 26 (valid range 0~3). Limiting it to be within the available range.Channel 8 out of range for SPW 27 (valid range 0~3). Limiting it to be within the available range.Channel 8 out of range for SPW 28 (valid range 0~3). Limiting it to be within the available range.Channel 8 out of range for SPW 29 (valid range 0~3). Limiting it to be within the available range.Channel 8 out of range for SPW 30 (valid range 0~3). Limiting it to be within the available range.Channel 8 out of range for SPW 31 (valid range 0~3). Limiting it to be within the available range.Channel 8 out of range for SPW 32 (valid range 0~3). Limiting it to be within the available range.Channel 8 out of range for SPW 33 (valid range 0~3). Limiting it to be within the available range. 2023-09-07 18:52:28 WARN MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range. 2023-09-07 18:52:28 WARN MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 18:52:28 WARN MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 18:52:28 WARN MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 6 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 18:52:28 WARN MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 6 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 18:52:28 WARN MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 6 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 18:52:28 WARN MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 6 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 18:52:28 WARN MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 6 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 18:52:28 WARN MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 6 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 18:52:28 WARN MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 6 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 18 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 18:52:28 WARN MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 6 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 18 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 20 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 18:52:28 WARN MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 6 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 18 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 20 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 22 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 18:52:28 WARN MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 6 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 18 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 20 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 22 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 24 (valid range 0~0). Limiting it to be within the available range. 2023-09-07 18:52:28 WARN MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 6 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 18 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 20 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 22 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 24 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 25 (valid range 0~3). Limiting it to be within the available range. 2023-09-07 18:52:28 WARN MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 6 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 18 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 20 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 22 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 24 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 25 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 26 (valid range 0~3). Limiting it to be within the available range. 2023-09-07 18:52:28 WARN MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 6 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 18 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 20 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 22 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 24 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 25 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 26 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 27 (valid range 0~3). Limiting it to be within the available range. 2023-09-07 18:52:28 WARN MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 6 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 18 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 20 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 22 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 24 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 25 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 26 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 27 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 28 (valid range 0~3). Limiting it to be within the available range. 2023-09-07 18:52:28 WARN MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 6 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 18 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 20 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 22 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 24 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 25 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 26 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 27 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 28 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 29 (valid range 0~3). Limiting it to be within the available range. 2023-09-07 18:52:28 WARN MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 6 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 18 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 20 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 22 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 24 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 25 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 26 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 27 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 28 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 29 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 30 (valid range 0~3). Limiting it to be within the available range. 2023-09-07 18:52:28 WARN MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 6 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 18 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 20 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 22 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 24 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 25 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 26 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 27 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 28 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 29 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 30 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 31 (valid range 0~3). Limiting it to be within the available range. 2023-09-07 18:52:28 WARN MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 6 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 18 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 20 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 22 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 24 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 25 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 26 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 27 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 28 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 29 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 30 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 31 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 32 (valid range 0~3). Limiting it to be within the available range. 2023-09-07 18:52:28 WARN MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 127 out of range for SPW 0 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 2 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 4 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 6 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 8 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 10 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 12 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 14 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 16 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 18 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 20 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 22 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 24 (valid range 0~0). Limiting it to be within the available range.Channel 127 out of range for SPW 25 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 26 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 27 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 28 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 29 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 30 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 31 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 32 (valid range 0~3). Limiting it to be within the available range.Channel 127 out of range for SPW 33 (valid range 0~3). Limiting it to be within the available range. Flagdata: Select spw:channel in cal tables Moving data... PASSED test_task_flagdata.py::test_tsys::test_clip_fparam_all Flagdata:: Test cliping only zeros in all calibration solution products of FPARAM column The CalTable is already around, just unflag PASSED test_task_flagdata.py::test_tsys::test_clip_fparam_error_abs1 2023-09-07 18:52:29 WARN Clip::setAgentParameters (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 1171) Unsupported visibility expression: ABS_SOL1; selecting REAL by default. Complex operators are not supported for FLOAT_DATA/FPARAM/SNR/WEIGHT_SPECTRUM/WEIGHT Flagdata:: Error case test when a complex operator is used with CalTables The CalTable is already around, just unflag PASSED test_task_flagdata.py::test_tsys::test_clip_fparam_error_abs12 2023-09-07 18:52:29 WARN Clip::setAgentParameters (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 1171) Unsupported visibility expression: ABS SOL1,SOL2; selecting REAL by default. Complex operators are not supported for FLOAT_DATA/FPARAM/SNR/WEIGHT_SPECTRUM/WEIGHT Flagdata:: Fall back to default REAL operator The CalTable is already around, just unflag PASSED test_task_flagdata.py::test_tsys::test_clip_fparam_error_absall 2023-09-07 18:52:30 WARN Clip::setAgentParameters (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 1171) Unsupported visibility expression: ABS_ALL; selecting REAL by default. Complex operators are not supported for FLOAT_DATA/FPARAM/SNR/WEIGHT_SPECTRUM/WEIGHT Flagdata:: Error case test when a complex operator is used with CalTables The CalTable is already around, just unflag PASSED test_task_flagdata.py::test_tsys::test_clip_fparam_sol1 Flagdata:: Test clipping first calibration solution product of FPARAM column using a minmax range The CalTable is already around, just unflag PASSED test_task_flagdata.py::test_tsys::test_clip_fparam_sol1sol2 Flagdata:: Test cliping first and second calibration solution products of FPARAM column using a minmax range The CalTable is already around, just unflag PASSED test_task_flagdata.py::test_tsys::test_clip_fparam_sol2 Flagdata:: Test cliping second calibration solution product of FPARAM column using a minmax range The CalTable is already around, just unflag PASSED test_task_flagdata.py::test_tsys::test_clip_nans_fparam_all Flagdata:: Test cliping only NaNs/Infs in all calibration solution products of FPARAM column The CalTable is already around, just unflag PASSED test_task_flagdata.py::test_tsys::test_clip_snr_all Flagdata:: Test cliping all calibration solution products of SNR column using a minmax range for Tsys CalTable The CalTable is already around, just unflag PASSED test_task_flagdata.py::test_tsys::test_default_fparam Flagdata: default data column FPARAM The CalTable is already around, just unflag PASSED test_task_flagdata.py::test_tsys::test_invalid_corr 2023-09-07 18:52:33 WARN Clip::setAgentParameters (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 1171) Unsupported visibility expression: ABS_ALL; selecting REAL by default. Complex operators are not supported for FLOAT_DATA/FPARAM/SNR/WEIGHT_SPECTRUM/WEIGHT Flagdata: default correlation should be REAL_ALL in this case The CalTable is already around, just unflag PASSED test_task_flagdata.py::test_tsys::test_invalid_datacol_cal 2023-09-07 18:52:33 WARN AgentFlagger::validateDataColumn Data column does not exist in input data 2023-09-07 18:52:33 WARN AgentFlagger::parseAgentParameters Cannot parse agent parameters 2023-09-07 18:52:33 SEVERE flagdata::::casa Task flagdata raised an exception of class ValueError with the following message: Failed to parse parameters for mode clip Flagdata: invalid data column should not fall back to default The CalTable is already around, just unflag PASSED test_task_flagdata.py::test_tsys::test_invalid_scan 2023-09-07 18:52:34 SEVERE agentflagger:: (file src/tools/agentflagger/agentflagger_cmpt.cc, line 35) Exception Reported: MSSelectionNullSelection : The selected table has zero rows. 2023-09-07 18:52:34 SEVERE flagdata::::casa Task flagdata raised an exception of class RuntimeError with the following message: MSSelectionNullSelection : The selected table has zero rows. Flagdata: unsupported scan selection The CalTable is already around, just unflag Expected error: MSSelectionNullSelection : The selected table has zero rows. PASSED test_task_flagdata.py::test_tsys::test_list_fparam_sol1_extension Flagdata:: Test list mode to clip first calibration solution product of FPARAM column using a minmax range, and then extend to the other solution The CalTable is already around, just unflag PASSED test_task_flagdata.py::test_tsys::test_manual_antenna_selection Flagdata:: Manually flag a Tsys-based CalTable using antenna selection The CalTable is already around, just unflag PASSED test_task_flagdata.py::test_tsys::test_manual_field_selection Flagdata:: Manually flag a Tsys-based CalTable using field selection The CalTable is already around, just unflag PASSED test_task_flagdata.py::test_tsys::test_mixed_list 2023-09-07 18:52:35 WARN AgentFlagger::parseAgentParameters Mode elevation is not valid or doesn't exist 2023-09-07 18:52:35 WARN flagdata::::casa Failed to parse parameters of mode manual in row 3 2023-09-07 18:52:35 WARN AgentFlagger::parseAgentParameters Mode shadow is not valid or doesn't exist 2023-09-07 18:52:35 WARN flagdata::::casa Failed to parse parameters of mode manual in row 3 Flagdata: mixed supported and unsupported modes in a list The CalTable is already around, just unflag PASSED test_task_flagdata.py::test_tsys::test_spw_selection Flagdata: Select spw in cal tables The CalTable is already around, just unflag PASSED test_task_flagdata.py::test_tsys::test_tsys_scan1 Flagdata: select valid scans The CalTable is already around, just unflag PASSED test_task_flagdata.py::test_tsys::test_tsys_scan2 Flagdata: select valid and invalid scans The CalTable is already around, just unflag PASSED test_task_flagdata.py::test_tsys::test_tsys_time1 Flagdata: select a timerange The CalTable is already around, just unflag PASSED test_task_flagdata.py::test_tsys::test_tsys_time2 Flagdata: select a timerange for one spw The CalTable is already around, just unflag PASSED test_task_flagdata.py::test_tsys::test_unsupported_elevation 2023-09-07 18:52:38 WARN AgentFlagger::parseAgentParameters Mode elevation is not valid or doesn't exist 2023-09-07 18:52:38 SEVERE flagdata::::casa Task flagdata raised an exception of class ValueError with the following message: Failed to parse parameters for mode elevation Flagdata: Unsupported elevation mode The CalTable is already around, just unflag PASSED test_task_flagdata.py::test_tsys::test_unsupported_shadow 2023-09-07 18:52:38 WARN AgentFlagger::parseAgentParameters Mode shadow is not valid or doesn't exist 2023-09-07 18:52:38 SEVERE flagdata::::casa Task flagdata raised an exception of class ValueError with the following message: Failed to parse parameters for mode shadow Flagdata: Unsupported shadow mode The CalTable is already around, just unflag PASSED test_task_flagdata.py::test_bandpass::test_cal_time1 2023-09-07 18:52:38 WARN Found pre-v4.1 caltable (/home/casatest/casa6/casatestutils/nosedir/test_task_flagdata/cal.fewscans.bpass); attempting to update... 2023-09-07 18:52:38 WARN + SUCCEEDED: trivial OBSERVATION/OBSERVATION_ID have been added. Flagdata: clip a timerange from one field Moving data... PASSED test_task_flagdata.py::test_bandpass::test_cal_time_corr 2023-09-07 18:52:39 WARN Clip::setAgentParameters (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 1171) Unsupported complex operator: SOL2; using ABS by default. Supported expressions: REAL,IMAG,ARG,ABS,NORM. 2023-09-07 18:52:40 WARN Clip::setAgentParameters (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 1171) Unsupported complex operator: SOL2; using ABS by default. Supported expressions: REAL,IMAG,ARG,ABS,NORM. Flagdata: select a timerange for one solution The CalTable is already around, just unflag PASSED test_task_flagdata.py::test_bandpass::test_cal_time_field Flagdata: clip a timerange from another field The CalTable is already around, just unflag PASSED test_task_flagdata.py::test_bandpass::test_clip_minmax_cparam_all_for_bpass Flagdata:: Clip all calibration solutions of CPARAM column using a minmax range The CalTable is already around, just unflag PASSED test_task_flagdata.py::test_bandpass::test_clip_minmax_snr_all_for_bpass Flagdata:: Test cliping all calibration solution products of SNR column using a minmax range for bpass CalTable The CalTable is already around, just unflag PASSED test_task_flagdata.py::test_bandpass::test_clip_nan_and_inf_cparam_all_for_bpass Flagdata:: Clip only NaNs and Infs in all calibration solutions of CPARAM column The CalTable is already around, just unflag PASSED test_task_flagdata.py::test_bandpass::test_clip_one_list Flagdata: Flag one solution using one command in a list The CalTable is already around, just unflag PASSED test_task_flagdata.py::test_bandpass::test_default_cparam Flagdata: flag CPARAM as the default column The CalTable is already around, just unflag PASSED test_task_flagdata.py::test_bandpass::test_invalid_datacol 2023-09-07 18:52:44 WARN AgentFlagger::validateDataColumn Data column does not exist in input data 2023-09-07 18:52:44 WARN AgentFlagger::parseAgentParameters Cannot parse agent parameters 2023-09-07 18:52:44 SEVERE flagdata::::casa Task flagdata raised an exception of class ValueError with the following message: Failed to parse parameters for mode clip Flagdata: invalid data column should not fall back to default The CalTable is already around, just unflag PASSED test_task_flagdata.py::test_bandpass::test_list_antenna_Selection_for_bpass Flagdata:: Manually flag a bpass-based CalTable using list mode The CalTable is already around, just unflag PASSED test_task_flagdata.py::test_bandpass::test_list_field_Selection_for_bpass Flagdata:: Manually flag a bpass-based CalTable using list mode The CalTable is already around, just unflag PASSED test_task_flagdata.py::test_bandpass::test_manual_antenna_selection_for_bpass Flagdata:: Manually flag a bpass-based CalTable using antenna selection The CalTable is already around, just unflag PASSED test_task_flagdata.py::test_bandpass::test_manual_field_selection_for_bpass Flagdata:: Manually flag a bpass-based CalTable using field selection The CalTable is already around, just unflag PASSED test_task_flagdata.py::test_bandpass::test_nullselections 2023-09-07 18:52:46 SEVERE agentflagger:: (file src/tools/agentflagger/agentflagger_cmpt.cc, line 35) Exception Reported: MSSelectionNullSelection : The selected table has zero rows. 2023-09-07 18:52:46 SEVERE flagdata::::casa Task flagdata raised an exception of class RuntimeError with the following message: MSSelectionNullSelection : The selected table has zero rows. Flagdata: unkonwn scan selection in cal tables The CalTable is already around, just unflag Expected error: MSSelectionNullSelection : The selected table has zero rows. PASSED test_task_flagdata.py::test_bandpass::test_observation flagdata: flag an observation from an old cal table format The CalTable is already around, just unflag PASSED test_task_flagdata.py::test_bandpass::test_rflag_cparam_sol2_for_bpass Flagdata:: Test rflag solution 2 of CPARAM column for bpass The CalTable is already around, just unflag PASSED test_task_flagdata.py::test_bandpass::test_tfcrop_cparam_all_for_bpass 2023-09-07 18:52:51 WARN Tfcrop_SOL3::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL3) not available 2023-09-07 18:52:51 WARN Tfcrop_SOL4::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL4) not available 2023-09-07 18:52:51 WARN Tfcrop_SOL3::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL3) not available 2023-09-07 18:52:51 WARN Tfcrop_SOL4::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL4) not available 2023-09-07 18:52:52 WARN Tfcrop_SOL3::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL3) not available 2023-09-07 18:52:52 WARN Tfcrop_SOL4::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL4) not available 2023-09-07 18:52:52 WARN Tfcrop_SOL3::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL3) not available 2023-09-07 18:52:52 WARN Tfcrop_SOL4::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL4) not available 2023-09-07 18:52:52 WARN Tfcrop_SOL3::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL3) not available 2023-09-07 18:52:52 WARN Tfcrop_SOL4::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL4) not available 2023-09-07 18:52:52 WARN Tfcrop_SOL3::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL3) not available 2023-09-07 18:52:52 WARN Tfcrop_SOL4::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL4) not available 2023-09-07 18:52:52 WARN Tfcrop_SOL3::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL3) not available 2023-09-07 18:52:52 WARN Tfcrop_SOL4::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL4) not available 2023-09-07 18:52:52 WARN Tfcrop_SOL3::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL3) not available 2023-09-07 18:52:52 WARN Tfcrop_SOL4::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL4) not available 2023-09-07 18:52:52 WARN Tfcrop_SOL3::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL3) not available 2023-09-07 18:52:52 WARN Tfcrop_SOL4::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL4) not available 2023-09-07 18:52:52 WARN Tfcrop_SOL3::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL3) not available 2023-09-07 18:52:52 WARN Tfcrop_SOL4::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL4) not available 2023-09-07 18:52:52 WARN Tfcrop_SOL3::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL3) not available 2023-09-07 18:52:52 WARN Tfcrop_SOL4::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL4) not available 2023-09-07 18:52:52 WARN Tfcrop_SOL3::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL3) not available 2023-09-07 18:52:52 WARN Tfcrop_SOL4::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL4) not available 2023-09-07 18:52:52 WARN Tfcrop_SOL3::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL3) not available 2023-09-07 18:52:52 WARN Tfcrop_SOL4::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL4) not available 2023-09-07 18:52:52 WARN Tfcrop_SOL3::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL3) not available 2023-09-07 18:52:52 WARN Tfcrop_SOL4::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL4) not available 2023-09-07 18:52:52 WARN Tfcrop_SOL3::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL3) not available 2023-09-07 18:52:52 WARN Tfcrop_SOL4::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL4) not available 2023-09-07 18:52:52 WARN Tfcrop_SOL3::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL3) not available 2023-09-07 18:52:52 WARN Tfcrop_SOL4::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL4) not available 2023-09-07 18:52:52 WARN Tfcrop_SOL3::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL3) not available 2023-09-07 18:52:52 WARN Tfcrop_SOL4::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL4) not available 2023-09-07 18:52:52 WARN Tfcrop_SOL3::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL3) not available 2023-09-07 18:52:52 WARN Tfcrop_SOL4::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL4) not available 2023-09-07 18:52:52 WARN Tfcrop_SOL3::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL3) not available 2023-09-07 18:52:52 WARN Tfcrop_SOL4::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL4) not available 2023-09-07 18:52:52 WARN Tfcrop_SOL3::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL3) not available 2023-09-07 18:52:52 WARN Tfcrop_SOL4::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL4) not available 2023-09-07 18:52:52 WARN Tfcrop_SOL3::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL3) not available 2023-09-07 18:52:52 WARN Tfcrop_SOL4::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL4) not available 2023-09-07 18:52:52 WARN Tfcrop_SOL3::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL3) not available 2023-09-07 18:52:52 WARN Tfcrop_SOL4::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL4) not available 2023-09-07 18:52:52 WARN Tfcrop_SOL3::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL3) not available 2023-09-07 18:52:52 WARN Tfcrop_SOL4::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL4) not available 2023-09-07 18:52:52 WARN Tfcrop_SOL3::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL3) not available 2023-09-07 18:52:52 WARN Tfcrop_SOL4::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL4) not available 2023-09-07 18:52:52 WARN Tfcrop_SOL3::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL3) not available 2023-09-07 18:52:52 WARN Tfcrop_SOL4::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL4) not available 2023-09-07 18:52:52 WARN Tfcrop_SOL3::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL3) not available 2023-09-07 18:52:52 WARN Tfcrop_SOL4::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL4) not available 2023-09-07 18:52:52 WARN Tfcrop_SOL3::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL3) not available 2023-09-07 18:52:52 WARN Tfcrop_SOL4::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL4) not available 2023-09-07 18:52:52 WARN Tfcrop_SOL3::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL3) not available 2023-09-07 18:52:52 WARN Tfcrop_SOL4::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL4) not available 2023-09-07 18:52:52 WARN Tfcrop_SOL3::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL3) not available 2023-09-07 18:52:52 WARN Tfcrop_SOL4::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL4) not available 2023-09-07 18:52:52 WARN Tfcrop_SOL3::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL3) not available 2023-09-07 18:52:52 WARN Tfcrop_SOL4::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL4) not available 2023-09-07 18:52:52 WARN Tfcrop_SOL3::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL3) not available 2023-09-07 18:52:52 WARN Tfcrop_SOL4::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL4) not available 2023-09-07 18:52:52 WARN Tfcrop_SOL3::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL3) not available 2023-09-07 18:52:52 WARN Tfcrop_SOL4::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL4) not available 2023-09-07 18:52:52 WARN Tfcrop_SOL3::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL3) not available 2023-09-07 18:52:52 WARN Tfcrop_SOL4::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL4) not available 2023-09-07 18:52:52 WARN Tfcrop_SOL3::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL3) not available 2023-09-07 18:52:52 WARN Tfcrop_SOL4::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL4) not available 2023-09-07 18:52:52 WARN Tfcrop_SOL3::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL3) not available 2023-09-07 18:52:52 WARN Tfcrop_SOL4::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL4) not available 2023-09-07 18:52:52 WARN Tfcrop_SOL3::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL3) not available 2023-09-07 18:52:52 WARN Tfcrop_SOL4::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL4) not available 2023-09-07 18:52:52 WARN Tfcrop_SOL3::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL3) not available 2023-09-07 18:52:52 WARN Tfcrop_SOL4::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL4) not available 2023-09-07 18:52:52 WARN Tfcrop_SOL3::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL3) not available 2023-09-07 18:52:52 WARN Tfcrop_SOL4::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL4) not available 2023-09-07 18:52:52 WARN Tfcrop_SOL3::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL3) not available 2023-09-07 18:52:52 WARN Tfcrop_SOL4::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL4) not available 2023-09-07 18:52:52 WARN Tfcrop_SOL3::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL3) not available 2023-09-07 18:52:52 WARN Tfcrop_SOL4::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL4) not available 2023-09-07 18:52:52 WARN Tfcrop_SOL3::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL3) not available 2023-09-07 18:52:52 WARN Tfcrop_SOL4::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL4) not available 2023-09-07 18:52:52 WARN Tfcrop_SOL3::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL3) not available 2023-09-07 18:52:52 WARN Tfcrop_SOL4::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL4) not available 2023-09-07 18:52:52 WARN Tfcrop_SOL3::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL3) not available 2023-09-07 18:52:52 WARN Tfcrop_SOL4::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL4) not available 2023-09-07 18:52:52 WARN Tfcrop_SOL3::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL3) not available 2023-09-07 18:52:52 WARN Tfcrop_SOL4::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL4) not available 2023-09-07 18:52:52 WARN Tfcrop_SOL3::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL3) not available 2023-09-07 18:52:52 WARN Tfcrop_SOL4::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL4) not available 2023-09-07 18:52:52 WARN Tfcrop_SOL3::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL3) not available 2023-09-07 18:52:52 WARN Tfcrop_SOL4::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL4) not available 2023-09-07 18:52:52 WARN Tfcrop_SOL3::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL3) not available 2023-09-07 18:52:52 WARN Tfcrop_SOL4::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL4) not available 2023-09-07 18:52:52 WARN Tfcrop_SOL3::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL3) not available 2023-09-07 18:52:52 WARN Tfcrop_SOL4::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL4) not available 2023-09-07 18:52:52 WARN Tfcrop_SOL3::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL3) not available 2023-09-07 18:52:52 WARN Tfcrop_SOL4::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL4) not available 2023-09-07 18:52:53 WARN Tfcrop_SOL3::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL3) not available 2023-09-07 18:52:53 WARN Tfcrop_SOL4::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL4) not available 2023-09-07 18:52:53 WARN Tfcrop_SOL3::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL3) not available 2023-09-07 18:52:53 WARN Tfcrop_SOL4::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL4) not available 2023-09-07 18:52:53 WARN Tfcrop_SOL3::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL3) not available 2023-09-07 18:52:53 WARN Tfcrop_SOL4::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL4) not available 2023-09-07 18:52:53 WARN Tfcrop_SOL3::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL3) not available 2023-09-07 18:52:53 WARN Tfcrop_SOL4::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL4) not available 2023-09-07 18:52:53 WARN Tfcrop_SOL3::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL3) not available 2023-09-07 18:52:53 WARN Tfcrop_SOL4::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL4) not available 2023-09-07 18:52:53 WARN Tfcrop_SOL3::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL3) not available 2023-09-07 18:52:53 WARN Tfcrop_SOL4::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL4) not available 2023-09-07 18:52:53 WARN Tfcrop_SOL3::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL3) not available 2023-09-07 18:52:53 WARN Tfcrop_SOL4::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL4) not available 2023-09-07 18:52:53 WARN Tfcrop_SOL3::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL3) not available 2023-09-07 18:52:53 WARN Tfcrop_SOL4::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL4) not available 2023-09-07 18:52:53 WARN Tfcrop_SOL3::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL3) not available 2023-09-07 18:52:53 WARN Tfcrop_SOL4::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL4) not available 2023-09-07 18:52:53 WARN Tfcrop_SOL3::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL3) not available 2023-09-07 18:52:53 WARN Tfcrop_SOL4::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL4) not available 2023-09-07 18:52:53 WARN Tfcrop_SOL3::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL3) not available 2023-09-07 18:52:53 WARN Tfcrop_SOL4::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested Calibration solution element (SOL4) not available Flagdata:: Test tfcrop in ABS_ALL calibration solutions of CPARAM column The CalTable is already around, just unflag PASSED test_task_flagdata.py::test_bandpass::test_tfcrop_cparam_sol1_extension_for_bpass 2023-09-07 18:52:53 WARN Clip::setAgentParameters (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 1171) Unsupported complex operator: SOL1; using ABS by default. Supported expressions: REAL,IMAG,ARG,ABS,NORM. 2023-09-07 18:52:53 WARN Tfcrop::setAgentParameters (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 1171) Unsupported complex operator: SOL1; using ABS by default. Supported expressions: REAL,IMAG,ARG,ABS,NORM. Flagdata:: Test tfcrop first calibration solution product of CPARAM column, and then extend to the other solution for bpass CalTable The CalTable is already around, just unflag PASSED test_task_flagdata.py::test_bandpass::test_unsupported_modes 2023-09-07 18:52:55 WARN AgentFlagger::parseAgentParameters Mode elevation is not valid or doesn't exist 2023-09-07 18:52:55 SEVERE flagdata::::casa Task flagdata raised an exception of class ValueError with the following message: Failed to parse parameters for mode elevation 2023-09-07 18:52:55 WARN AgentFlagger::parseAgentParameters Mode shadow is not valid or doesn't exist 2023-09-07 18:52:55 SEVERE flagdata::::casa Task flagdata raised an exception of class ValueError with the following message: Failed to parse parameters for mode shadow Flagdata: elevation and shadow are not supported in cal tables The CalTable is already around, just unflag PASSED test_task_flagdata.py::test_newcal::test_newcal_clip 2023-09-07 18:52:56 WARN Clip::setAgentParameters (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 1171) Unsupported complex operator: SOL2; using ABS by default. Supported expressions: REAL,IMAG,ARG,ABS,NORM. Flagdata: clip zeros in one solution Moving data... PASSED test_task_flagdata.py::test_newcal::test_newcal_obs1 flagdata: flag an observation from a new cal table format The CalTable is already around, just unflag PASSED test_task_flagdata.py::test_newcal::test_newcal_obs2 flagdata: flag an observation and a scan from a new cal table format The CalTable is already around, just unflag PASSED test_task_flagdata.py::test_newcal::test_newcal_selection1 2023-09-07 18:52:58 WARN Clip::setAgentParameters (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 1171) Unsupported complex operator: SOL1; using ABS by default. Supported expressions: REAL,IMAG,ARG,ABS,NORM. Flagdata: select one solution for one scan and spw The CalTable is already around, just unflag PASSED test_task_flagdata.py::test_newcal::test_newcal_time1 Flagdata: select a timerange in a new cal table The CalTable is already around, just unflag PASSED test_task_flagdata.py::test_newcal::test_newcal_time2 Flagdata: select a timerange for half the scans The CalTable is already around, just unflag PASSED test_task_flagdata.py::test_weight_spectrum::test_clip_chanavg 2023-09-07 18:53:00 WARN Clip::setAgentParameters (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 1171) Unsupported visibility expression: ABS ALL; selecting REAL by default. Complex operators are not supported for FLOAT_DATA/FPARAM/SNR/WEIGHT_SPECTRUM/WEIGHT flagdata: datacolumn=WEIGHT_SPECTRUM, channel average Moving data... PASSED test_task_flagdata.py::test_weight_spectrum::test_clip_onepol flagdata: datacolumn=WEIGHT_SPECTRUM, one polarization The MS is already around, just unflag PASSED test_task_flagdata.py::test_weight_spectrum::test_clip_range 2023-09-07 18:53:01 WARN Clip::setAgentParameters (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 1171) Unsupported visibility expression: ABS ALL; selecting REAL by default. Complex operators are not supported for FLOAT_DATA/FPARAM/SNR/WEIGHT_SPECTRUM/WEIGHT flagdata: datacolumn=WEIGHT_SPECTRUM, flag a range The MS is already around, just unflag PASSED test_task_flagdata.py::test_weight_spectrum::test_clipzeros_weight 2023-09-07 18:53:02 WARN Clip::setAgentParameters (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 1171) Unsupported visibility expression: ABS ALL; selecting REAL by default. Complex operators are not supported for FLOAT_DATA/FPARAM/SNR/WEIGHT_SPECTRUM/WEIGHT flagdata: datacolumn=WEIGHT_SPECTRUM, clip zeros The MS is already around, just unflag PASSED test_task_flagdata.py::test_weight_spectrum::test_tfcrop_weight 2023-09-07 18:53:03 WARN Tfcrop_RR::setAgentParameters (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 1171) Unsupported visibility expression: ABS_RR; selecting REAL by default. Complex operators are not supported for FLOAT_DATA/FPARAM/SNR/WEIGHT_SPECTRUM/WEIGHT 2023-09-07 18:53:03 WARN Tfcrop_LL::setAgentParameters (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 1171) Unsupported visibility expression: ABS_LL; selecting REAL by default. Complex operators are not supported for FLOAT_DATA/FPARAM/SNR/WEIGHT_SPECTRUM/WEIGHT flagdata: datacolumn=WEIGHT_SPECTRUM, run tfcrop The MS is already around, just unflag PASSED test_task_flagdata.py::test_weight_spectrum::test_weight1 2023-09-07 18:53:05 WARN Clip::setAgentParameters (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 1171) Unsupported visibility expression: ABS ALL; selecting REAL by default. Complex operators are not supported for FLOAT_DATA/FPARAM/SNR/WEIGHT_SPECTRUM/WEIGHT flagdata: use datacolumn='WEIGHT' and clip spw=0 Moving data... PASSED test_task_flagdata.py::test_weight_spectrum::test_weight2 2023-09-07 18:53:06 WARN Clip::setAgentParameters (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 1171) Unsupported visibility expression: ABS ALL; selecting REAL by default. Complex operators are not supported for FLOAT_DATA/FPARAM/SNR/WEIGHT_SPECTRUM/WEIGHT flagdata: use datacolumn='WEIGHT' and clip inside The MS is already around, just unflag PASSED test_task_flagdata.py::test_weight_spectrum::test_weight3 2023-09-07 18:53:07 WARN Clip::setAgentParameters (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 1171) Unsupported visibility expression: ABS ALL; selecting REAL by default. Complex operators are not supported for FLOAT_DATA/FPARAM/SNR/WEIGHT_SPECTRUM/WEIGHT flagdata: clip using datacolumn='WEIGHT' and channelavg=True The MS is already around, just unflag PASSED test_task_flagdata.py::test_weight_spectrum::test_weight4 2023-09-07 18:53:07 WARN Clip::setAgentParameters (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 1171) Unsupported visibility expression: ABS ALL; selecting REAL by default. Complex operators are not supported for FLOAT_DATA/FPARAM/SNR/WEIGHT_SPECTRUM/WEIGHT flagdata: clip using datacolumn='WEIGHT' and select some channels The MS is already around, just unflag PASSED test_task_flagdata.py::test_weight_spectrum::test_weight5 2023-09-07 18:53:08 WARN Clip::setAgentParameters (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 1171) Unsupported visibility expression: ABS ALL; selecting REAL by default. Complex operators are not supported for FLOAT_DATA/FPARAM/SNR/WEIGHT_SPECTRUM/WEIGHT 2023-09-07 18:53:13 WARN Clip::setAgentParameters (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 1171) Unsupported visibility expression: ABS ALL; selecting REAL by default. Complex operators are not supported for FLOAT_DATA/FPARAM/SNR/WEIGHT_SPECTRUM/WEIGHT flagdata: clip using WEIGHT, then using WEIGHT_SPECTRUM The MS is already around, just unflag PASSED test_task_flagdata.py::test_float_column::test_clip_fchanavg flagdata: datacolumn=FLOAT_DATA, channel average Unflag the MS PASSED test_task_flagdata.py::test_float_column::test_clip_fchanavg_onepol flagdata: datacolumn=FLOAT_DATA, one pol, channel average Unflag the MS PASSED test_task_flagdata.py::test_float_column::test_clip_frange flagdata: datacolumn=FLOAT_DATA, flag a range Unflag the MS PASSED test_task_flagdata.py::test_float_column::test_field_name flagdata: Field name with whitespaces Unflag the MS PASSED test_task_flagdata.py::test_float_column::test_field_strange_chars flagdata: CAS-5481, field name with = sign Unflag the MS PASSED test_task_flagdata.py::test_float_column::test_float_autocorr flagdata: CAS-5286, autocorr=True should not flag single-dish data Unflag the MS PASSED test_task_flagdata.py::test_float_column::test_manual_channels flagdata: flag meta-data from a single-dish MS Unflag the MS PASSED test_task_flagdata.py::test_float_column::test_tfcrop_float 2023-09-07 18:53:16 WARN Tfcrop_YY::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested correlation (YY) not available in current spectral window (0) 2023-09-07 18:53:16 WARN Tfcrop_YY::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested correlation (YY) not available in current spectral window (0) 2023-09-07 18:53:16 WARN Tfcrop_YY::checkVisExpression (file /source/casa6/casatools/src/code/flagging/Flagging/FlagAgentBase.cc, line 2674) Requested correlation (YY) not available in current spectral window (0) flagdata: datacolumn=FLOAT_DATA, run tfcrop Unflag the MS PASSED test_task_flagdata.py::test_tbuff::test_double_tbuff flagdata: Apply a tbuff in the online flags Moving data... PASSED test_task_flagdata.py::test_tbuff::test_list_tbuff flagdata: Apply a tbuff list in two files The MS is already around, just unflag PASSED test_task_flagdata.py::test_tbuff::test_list_tbuff_timestamp flagdata: test a cmd list with tbuff when the timestamps are in HH:MM:SS format The MS is already around, just unflag PASSED test_task_flagdata.py::TestMergeManualTimerange::test_empty PASSED test_task_flagdata.py::TestMergeManualTimerange::test_invalid_range PASSED test_task_flagdata.py::TestMergeManualTimerange::test_merge PASSED test_task_flagdata.py::TestMergeManualTimerange::test_nohash_merge PASSED test_task_flagdata.py::TestMergeManualTimerange::test_nohash_nomerge PASSED test_task_flagdata.py::test_preaveraging::test_clip_chanavg flagdata: clip with chan average and compare vs mstransform Moving data... PASSED test_task_flagdata.py::test_preaveraging::test_clip_time_chanavg flagdata: clip with time/chan average and compare vs mstransform The MS is already around, just unflag PASSED test_task_flagdata.py::test_preaveraging::test_clip_timeavg flagdata: clip with time average and compare vs mstransform The MS is already around, just unflag PASSED test_task_flagdata.py::test_preaveraging::test_rflag_chanavg flagdata: rflag with chan average and compare vs mstransform The MS is already around, just unflag PASSED test_task_flagdata.py::test_preaveraging::test_rflag_chanavg_extendflags flagdata: rflag with chan average + extendflags, and compare vs mstransform The MS is already around, just unflag PASSED test_task_flagdata.py::test_preaveraging::test_rflag_time_chanavg flagdata: rflag with time/chan average and compare vs mstransform The MS is already around, just unflag PASSED test_task_flagdata.py::test_preaveraging::test_rflag_timeavg flagdata: rflag with time average and compare vs mstransform The MS is already around, just unflag PASSED test_task_flagdata.py::test_preaveraging::test_rflag_timeavg_extendflags flagdata: rflag with time average + extendflags, and compare vs mstransform The MS is already around, just unflag PASSED test_task_flagdata.py::test_preaveraging::test_tfcrop_chanavg flagdata: tfcrop with chan average and compare vs mstransform The MS is already around, just unflag PASSED test_task_flagdata.py::test_preaveraging::test_tfcrop_chanavg_extendflags flagdata: tfcrop with chan average + extendflags, and compare vs mstransform The MS is already around, just unflag PASSED test_task_flagdata.py::test_preaveraging::test_tfcrop_time_chanavg flagdata: tfcrop with time/chan average and compare vs mstransform The MS is already around, just unflag PASSED test_task_flagdata.py::test_preaveraging::test_tfcrop_timeavg flagdata: tfcrop with time average and compare vs mstransform The MS is already around, just unflag PASSED test_task_flagdata.py::test_preaveraging::test_tfcrop_timeavg_extendflags flagdata: tfcrop with time average + extendflags, and compare vs mstransform The MS is already around, just unflag PASSED test_task_flagdata.py::test_preaveraging_rflag_residual::test_rflag_channelavg_on_residual flagdata: rflag with channelavg on residual (corrected - model), and compare vs mstransform + rflag without average Moving data... PASSED test_task_flagdata.py::test_preaveraging_rflag_residual::test_rflag_timeavg_on_residual flagdata: rflag with timeavg on residual (corrected - model), and compare vs mstransform + rflag without timeavg The MS is already around, just unflag PASSED test_task_flagdata.py::test_virtual_col::test_no_model_col 2023-09-07 18:56:40 WARN AgentFlagger::validateDataColumn Data column MODEL_DATA or virtual MODEL_DATA does not exist in input data 2023-09-07 18:56:40 WARN AgentFlagger::parseAgentParameters Cannot parse agent parameters 2023-09-07 18:56:40 SEVERE flagdata::::casa Task flagdata raised an exception of class ValueError with the following message: Failed to parse parameters for mode clip flagdata: catch failure when MODEL or virtual MODEL do not exist Unflag the MS PASSED test_task_flagdata.py::test_virtual_col::test_virtual_model_col flagdata: Tests using a virtual MODEL column Unflag the MS PASSED test_task_flagdata.py::test_flags_propagation_channelavg::test_propagation_clip_chanbin_2 clip, chanavg, chanbin=2, propagate flags forth and back Moving data... PASSED test_task_flagdata.py::test_flags_propagation_channelavg::test_propagation_clip_chanbin_3 clip, chanavg, chanbin=3, propagate flags forth and back Moving data... PASSED test_task_flagdata.py::test_flags_propagation_channelavg::test_propagation_clip_chanbin_64 clip, chanavg, chanbin=64 (all), propagate flags forth and back Moving data... PASSED test_task_flagdata.py::test_flags_propagation_channelavg::test_propagation_rflag_chanbin_5 rflag, chanavg, chanbin=2, propagate flags forth and back Moving data... PASSED test_task_flagdata.py::test_flags_propagation_channelavg::test_propagation_tfcrop_chanbin_4 tfcrop, chanavg, chanbin=4, propagate flags forth and back Moving data... PASSED test_task_flagdata.py::test_flags_propagation_timeavg::test_propagation_clip_timebin_100s clip, timeavg, timebin=100, propagate flags forth and back Moving data... PASSED test_task_flagdata.py::test_flags_propagation_timeavg::test_propagation_clip_timebin_2s clip, timeavg, timebin=2, propagate flags forth and back Moving data... PASSED test_task_flagdata.py::test_flags_propagation_timeavg::test_propagation_clip_timebin_5s clip, timeavg, timebin=5, propagate flags forth and back Moving data... PASSED test_task_flagdata.py::test_flags_propagation_timeavg::test_propagation_rflag_timebin_20 rflag, timeavg, timebin=20, propagate flags forth and back Moving data... PASSED test_task_flagdata.py::test_flags_propagation_timeavg::test_propagation_tfcrop_timebin_20 tfcrop, timeavg, timebin=20, propagate flags forth and back Moving data... PASSED test_task_flagdata.py::test_forbid_avg_in_non_autoflagging_list::test_forbid_avg_list_antint 2023-09-07 18:57:29 SEVERE agentflagger:: (file src/tools/agentflagger/agentflagger_cmpt.cc, line 35) Exception Reported: Cannot use timeavg or channelavg in mode antint. timeavg=1, channelavg=0. These averaging options are only allowed for auto-flagging methods. Refusing this configuration. 2023-09-07 18:57:29 SEVERE flagdata::::casa Task flagdata raised an exception of class RuntimeError with the following message: Cannot use timeavg or channelavg in mode antint. timeavg=1, channelavg=0. These averaging options are only allowed for auto-flagging methods. Refusing this configuration. 2023-09-07 18:57:30 SEVERE agentflagger:: (file src/tools/agentflagger/agentflagger_cmpt.cc, line 35) Exception Reported: Cannot use timeavg or channelavg in mode antint. timeavg=0, channelavg=1. These averaging options are only allowed for auto-flagging methods. Refusing this configuration. 2023-09-07 18:57:30 SEVERE flagdata::::casa Task flagdata raised an exception of class RuntimeError with the following message: Cannot use timeavg or channelavg in mode antint. timeavg=0, channelavg=1. These averaging options are only allowed for auto-flagging methods. Refusing this configuration. flagdata: timeavg=True and channelavg=True should not be accepted in antint mode inside list Moving data... PASSED test_task_flagdata.py::test_forbid_avg_in_non_autoflagging_list::test_forbid_avg_list_elevation 2023-09-07 18:57:31 SEVERE agentflagger:: (file src/tools/agentflagger/agentflagger_cmpt.cc, line 35) Exception Reported: Cannot use timeavg or channelavg in mode elevation. timeavg=1, channelavg=0. These averaging options are only allowed for auto-flagging methods. Refusing this configuration. 2023-09-07 18:57:31 SEVERE flagdata::::casa Task flagdata raised an exception of class RuntimeError with the following message: Cannot use timeavg or channelavg in mode elevation. timeavg=1, channelavg=0. These averaging options are only allowed for auto-flagging methods. Refusing this configuration. 2023-09-07 18:57:32 SEVERE agentflagger:: (file src/tools/agentflagger/agentflagger_cmpt.cc, line 35) Exception Reported: Cannot use timeavg or channelavg in mode elevation. timeavg=0, channelavg=1. These averaging options are only allowed for auto-flagging methods. Refusing this configuration. 2023-09-07 18:57:32 SEVERE flagdata::::casa Task flagdata raised an exception of class RuntimeError with the following message: Cannot use timeavg or channelavg in mode elevation. timeavg=0, channelavg=1. These averaging options are only allowed for auto-flagging methods. Refusing this configuration. flagdata: timeavg=True and channelavg=True should not be accepted in elevation mode inside list The MS is already around, just unflag PASSED test_task_flagdata.py::test_forbid_avg_in_non_autoflagging_list::test_forbid_avg_list_manual 2023-09-07 18:57:33 SEVERE agentflagger:: (file src/tools/agentflagger/agentflagger_cmpt.cc, line 35) Exception Reported: Cannot use timeavg or channelavg in mode manual. timeavg=1, channelavg=0. These averaging options are only allowed for auto-flagging methods. Refusing this configuration. 2023-09-07 18:57:33 SEVERE flagdata::::casa Task flagdata raised an exception of class RuntimeError with the following message: Cannot use timeavg or channelavg in mode manual. timeavg=1, channelavg=0. These averaging options are only allowed for auto-flagging methods. Refusing this configuration. 2023-09-07 18:57:34 SEVERE agentflagger:: (file src/tools/agentflagger/agentflagger_cmpt.cc, line 35) Exception Reported: Cannot use timeavg or channelavg in mode manual. timeavg=0, channelavg=1. These averaging options are only allowed for auto-flagging methods. Refusing this configuration. 2023-09-07 18:57:34 SEVERE flagdata::::casa Task flagdata raised an exception of class RuntimeError with the following message: Cannot use timeavg or channelavg in mode manual. timeavg=0, channelavg=1. These averaging options are only allowed for auto-flagging methods. Refusing this configuration. flagdata: timeavg=True should not be accepted in manual mode inside list The MS is already around, just unflag PASSED test_task_flagdata.py::test_forbid_avg_in_non_autoflagging_list::test_forbid_avg_list_quack 2023-09-07 18:57:40 SEVERE agentflagger:: (file src/tools/agentflagger/agentflagger_cmpt.cc, line 35) Exception Reported: Cannot use timeavg or channelavg in mode quack. timeavg=1, channelavg=0. These averaging options are only allowed for auto-flagging methods. Refusing this configuration. 2023-09-07 18:57:40 SEVERE flagdata::::casa Task flagdata raised an exception of class RuntimeError with the following message: Cannot use timeavg or channelavg in mode quack. timeavg=1, channelavg=0. These averaging options are only allowed for auto-flagging methods. Refusing this configuration. 2023-09-07 18:57:40 SEVERE agentflagger:: (file src/tools/agentflagger/agentflagger_cmpt.cc, line 35) Exception Reported: Cannot use timeavg or channelavg in mode quack. timeavg=0, channelavg=1. These averaging options are only allowed for auto-flagging methods. Refusing this configuration. 2023-09-07 18:57:40 SEVERE flagdata::::casa Task flagdata raised an exception of class RuntimeError with the following message: Cannot use timeavg or channelavg in mode quack. timeavg=0, channelavg=1. These averaging options are only allowed for auto-flagging methods. Refusing this configuration. flagdata: timeavg=True and channelavg=True should not be accepted in quack mode inside list The MS is already around, just unflag PASSED test_task_flagdata.py::test_forbid_avg_in_non_autoflagging_list::test_forbid_avg_list_shadow 2023-09-07 18:57:41 SEVERE agentflagger:: (file src/tools/agentflagger/agentflagger_cmpt.cc, line 35) Exception Reported: Cannot use timeavg or channelavg in mode shadow. timeavg=1, channelavg=0. These averaging options are only allowed for auto-flagging methods. Refusing this configuration. 2023-09-07 18:57:41 SEVERE flagdata::::casa Task flagdata raised an exception of class RuntimeError with the following message: Cannot use timeavg or channelavg in mode shadow. timeavg=1, channelavg=0. These averaging options are only allowed for auto-flagging methods. Refusing this configuration. 2023-09-07 18:57:42 SEVERE agentflagger:: (file src/tools/agentflagger/agentflagger_cmpt.cc, line 35) Exception Reported: Cannot use timeavg or channelavg in mode shadow. timeavg=0, channelavg=1. These averaging options are only allowed for auto-flagging methods. Refusing this configuration. 2023-09-07 18:57:42 SEVERE flagdata::::casa Task flagdata raised an exception of class RuntimeError with the following message: Cannot use timeavg or channelavg in mode shadow. timeavg=0, channelavg=1. These averaging options are only allowed for auto-flagging methods. Refusing this configuration. flagdata: timeavg=True and channelavg=True should not be accepted in shadow mode inside list The MS is already around, just unflag PASSED test_task_flagdata.py::test_forbid_avg_in_non_autoflagging_list::test_forbid_avg_list_summary 2023-09-07 18:57:43 SEVERE agentflagger:: (file src/tools/agentflagger/agentflagger_cmpt.cc, line 35) Exception Reported: Cannot use timeavg or channelavg in mode summary. timeavg=1, channelavg=0. These averaging options are only allowed for auto-flagging methods. Refusing this configuration. 2023-09-07 18:57:43 SEVERE flagdata::::casa Task flagdata raised an exception of class RuntimeError with the following message: Cannot use timeavg or channelavg in mode summary. timeavg=1, channelavg=0. These averaging options are only allowed for auto-flagging methods. Refusing this configuration. 2023-09-07 18:57:43 SEVERE agentflagger:: (file src/tools/agentflagger/agentflagger_cmpt.cc, line 35) Exception Reported: Cannot use timeavg or channelavg in mode summary. timeavg=0, channelavg=1. These averaging options are only allowed for auto-flagging methods. Refusing this configuration. 2023-09-07 18:57:43 SEVERE flagdata::::casa Task flagdata raised an exception of class RuntimeError with the following message: Cannot use timeavg or channelavg in mode summary. timeavg=0, channelavg=1. These averaging options are only allowed for auto-flagging methods. Refusing this configuration. flagdata: timeavg=True and channelavg=True should not be accepted in summary mode inside list The MS is already around, just unflag PASSED test_task_flagdata.py::test_forbid_avg_in_non_autoflagging_list::test_forbid_avg_list_unflag 2023-09-07 18:57:44 SEVERE agentflagger:: (file src/tools/agentflagger/agentflagger_cmpt.cc, line 35) Exception Reported: Cannot use timeavg or channelavg in mode unflag. timeavg=1, channelavg=0. These averaging options are only allowed for auto-flagging methods. Refusing this configuration. 2023-09-07 18:57:44 SEVERE flagdata::::casa Task flagdata raised an exception of class RuntimeError with the following message: Cannot use timeavg or channelavg in mode unflag. timeavg=1, channelavg=0. These averaging options are only allowed for auto-flagging methods. Refusing this configuration. 2023-09-07 18:57:44 SEVERE agentflagger:: (file src/tools/agentflagger/agentflagger_cmpt.cc, line 35) Exception Reported: Cannot use timeavg or channelavg in mode unflag. timeavg=0, channelavg=1. These averaging options are only allowed for auto-flagging methods. Refusing this configuration. 2023-09-07 18:57:44 SEVERE flagdata::::casa Task flagdata raised an exception of class RuntimeError with the following message: Cannot use timeavg or channelavg in mode unflag. timeavg=0, channelavg=1. These averaging options are only allowed for auto-flagging methods. Refusing this configuration. flagdata: timeavg=True and channelavg=True should not be accepted in unflag mode inside list The MS is already around, just unflag PASSED test_task_flagdata.py::test_list_modes_forbidden_with_avg::test_allow_all_auto_methods_timeavg_chanavg_extendflags_antint Full list: all auto-methods, avg (time and chan), extendflags and antint Moving data... PASSED test_task_flagdata.py::test_list_modes_forbidden_with_avg::test_forbid_chanavg_list 2023-09-07 18:57:48 SEVERE agentflagger:: (file src/tools/agentflagger/agentflagger_cmpt.cc, line 35) Exception Reported: Cannot use clip mode with timeavg=True or channelavg=True and additional modes other than extend, display, and antint. timeavg=0, channelavg=1, and the following mode has been set up: manual. Refusing to accept this configuration. 2023-09-07 18:57:48 SEVERE flagdata::::casa Task flagdata raised an exception of class RuntimeError with the following message: Cannot use clip mode with timeavg=True or channelavg=True and additional modes other than extend, display, and antint. timeavg=0, channelavg=1, and the following mode has been set up: manual. Refusing to accept this configuration. flagdata: chanavg=True should not be accepted in list mode, with +manual The MS is already around, just unflag PASSED test_task_flagdata.py::test_list_modes_forbidden_with_avg::test_forbid_chanavg_list_other_modes 2023-09-07 18:57:49 SEVERE agentflagger:: (file src/tools/agentflagger/agentflagger_cmpt.cc, line 35) Exception Reported: Cannot use clip mode with timeavg=True or channelavg=True and additional modes other than extend, display, and antint. timeavg=0, channelavg=1, and the following mode has been set up: unflag. Refusing to accept this configuration. 2023-09-07 18:57:49 SEVERE flagdata::::casa Task flagdata raised an exception of class RuntimeError with the following message: Cannot use clip mode with timeavg=True or channelavg=True and additional modes other than extend, display, and antint. timeavg=0, channelavg=1, and the following mode has been set up: unflag. Refusing to accept this configuration. 2023-09-07 18:57:52 SEVERE agentflagger:: (file src/tools/agentflagger/agentflagger_cmpt.cc, line 35) Exception Reported: Cannot use clip mode with timeavg=True or channelavg=True and additional modes other than extend, display, and antint. timeavg=0, channelavg=1, and the following mode has been set up: shadow. Refusing to accept this configuration. 2023-09-07 18:57:52 SEVERE flagdata::::casa Task flagdata raised an exception of class RuntimeError with the following message: Cannot use clip mode with timeavg=True or channelavg=True and additional modes other than extend, display, and antint. timeavg=0, channelavg=1, and the following mode has been set up: shadow. Refusing to accept this configuration. 2023-09-07 18:57:53 SEVERE agentflagger:: (file src/tools/agentflagger/agentflagger_cmpt.cc, line 35) Exception Reported: Cannot use clip mode with timeavg=True or channelavg=True and additional modes other than extend, display, and antint. timeavg=0, channelavg=1, and the following mode has been set up: elevation. Refusing to accept this configuration. 2023-09-07 18:57:53 SEVERE flagdata::::casa Task flagdata raised an exception of class RuntimeError with the following message: Cannot use clip mode with timeavg=True or channelavg=True and additional modes other than extend, display, and antint. timeavg=0, channelavg=1, and the following mode has been set up: elevation. Refusing to accept this configuration. 2023-09-07 18:57:53 SEVERE agentflagger:: (file src/tools/agentflagger/agentflagger_cmpt.cc, line 35) Exception Reported: Cannot use clip mode with timeavg=True or channelavg=True and additional modes other than extend, display, and antint. timeavg=0, channelavg=1, and the following mode has been set up: quack. Refusing to accept this configuration. 2023-09-07 18:57:53 SEVERE flagdata::::casa Task flagdata raised an exception of class RuntimeError with the following message: Cannot use clip mode with timeavg=True or channelavg=True and additional modes other than extend, display, and antint. timeavg=0, channelavg=1, and the following mode has been set up: quack. Refusing to accept this configuration. 2023-09-07 18:57:54 SEVERE agentflagger:: (file src/tools/agentflagger/agentflagger_cmpt.cc, line 35) Exception Reported: Cannot use clip mode with timeavg=True or channelavg=True and additional modes other than extend, display, and antint. timeavg=0, channelavg=1, and the following mode has been set up: quack. Refusing to accept this configuration. 2023-09-07 18:57:54 SEVERE flagdata::::casa Task flagdata raised an exception of class RuntimeError with the following message: Cannot use clip mode with timeavg=True or channelavg=True and additional modes other than extend, display, and antint. timeavg=0, channelavg=1, and the following mode has been set up: quack. Refusing to accept this configuration. flagdata: chanavg=True should not be accepted in list mode, with shadow, unflag, elevation, quack The MS is already around, just unflag PASSED test_task_flagdata.py::test_list_modes_forbidden_with_avg::test_forbid_timeavg_list_longer 2023-09-07 18:57:55 SEVERE agentflagger:: (file src/tools/agentflagger/agentflagger_cmpt.cc, line 35) Exception Reported: Cannot use clip mode with timeavg=True or channelavg=True and additional modes other than extend, display, and antint. timeavg=1, channelavg=0, and the following mode has been set up: manual. Refusing to accept this configuration. 2023-09-07 18:57:55 SEVERE flagdata::::casa Task flagdata raised an exception of class RuntimeError with the following message: Cannot use clip mode with timeavg=True or channelavg=True and additional modes other than extend, display, and antint. timeavg=1, channelavg=0, and the following mode has been set up: manual. Refusing to accept this configuration. flagdata: timeavg=True should not be accepted in list mode, with +manual The MS is already around, just unflag PASSED test_task_flagdata.py::test_list_modes_forbidden_with_avg::test_test_forbid_timeavg_list 2023-09-07 18:57:56 SEVERE agentflagger:: (file src/tools/agentflagger/agentflagger_cmpt.cc, line 35) Exception Reported: Cannot use clip mode with timeavg=True or channelavg=True and additional modes other than extend, display, and antint. timeavg=1, channelavg=0, and the following mode has been set up: manual. Refusing to accept this configuration. 2023-09-07 18:57:56 SEVERE flagdata::::casa Task flagdata raised an exception of class RuntimeError with the following message: Cannot use clip mode with timeavg=True or channelavg=True and additional modes other than extend, display, and antint. timeavg=1, channelavg=0, and the following mode has been set up: manual. Refusing to accept this configuration. flagdata: timeavg=True should not be accepted in list mode, with +manual The MS is already around, just unflag PASSED test_task_flagdata.py::test_auto_methods_display::test_display_all_auto_timeavg_chanavg_extendflags_list_antint Display with auto-methods (all), avg (time and chan), extendflags + antint SKIPPED (These tests will open the flagging display GUI -> they are ...) test_task_flagdata.py::test_auto_methods_display::test_display_clip_timeavg_chanavg Display data with clip, enabling avg (time and chan) SKIPPED (These tests will open the flagging display GUI -> they are ...) test_task_flagdata.py::test_auto_methods_display::test_display_rflag_timeavg_chanavg_extendflags Display data with tfcrop, enabling avg (time and chan), extendflags SKIPPED (These tests will open the flagging display GUI -> they are ...) test_task_flagdata.py::test_auto_methods_display::test_display_tfcrop_timeavg_chanavg_extendflags Display data with tfcrop, enabling avg (time and chan), extendflags SKIPPED (These tests will open the flagging display GUI -> they are ...) - generated xml file: /home/casatest/casa6/casatestutils/nosedir/xml/test_task_flagdata/nose.xml - =========================== short test summary info ============================ SKIPPED [1] test_task_flagdata.py:5346: These tests will open the flagging display GUI -> they are not meant to run together with the usual automated verification tests of test_flagdata SKIPPED [1] test_task_flagdata.py:5319: These tests will open the flagging display GUI -> they are not meant to run together with the usual automated verification tests of test_flagdata SKIPPED [1] test_task_flagdata.py:5338: These tests will open the flagging display GUI -> they are not meant to run together with the usual automated verification tests of test_flagdata SKIPPED [1] test_task_flagdata.py:5328: These tests will open the flagging display GUI -> they are not meant to run together with the usual automated verification tests of test_flagdata ============ 244 passed, 4 skipped, 3 warnings in 754.39s (0:12:34) ============ ============================= test session starts ============================== platform linux -- Python 3.8.7, pytest-7.4.1, pluggy-1.3.0 -- /usr/local/bin/python3.8 cachedir: .pytest_cache rootdir: /home/casatest/casa6/casatestutils/nosedir/test_task_imfit configfile: pytest.ini collecting ... collected 33 items test_task_imfit.py::imfit_test::test_CAS_1233 PASSED test_task_imfit.py::imfit_test::test_CAS_2318 Verification of CAS-2318 fix PASSED test_task_imfit.py::imfit_test::test_CAS_2595 2023-09-07 18:58:01 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 18:58:01 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 18:58:01 WARN ImageFitterResults::writeCompList Requested persistent component list mycomplist_CAS-2595.tbl already exists and user does not wish to overwrite it so the component list will not be written 2023-09-07 18:58:02 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 18:58:02 WARN imfit::ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 18:58:03 WARN imfit::ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 18:58:03 WARN imfit::ImageFitterResults::writeCompList Requested persistent component list mycomplist_CAS-2595.tbl already exists and user does not wish to overwrite it so the component list will not be written 2023-09-07 18:58:03 WARN imfit::ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties Test CAS-2595 feature addition: write component list table PASSED test_task_imfit.py::imfit_test::test_CAS_2633 bug fix: imfit always returns 1000 MHz as image frequency PASSED test_task_imfit.py::imfit_test::test_CAS_2999 Test multiplane fitting PASSED test_task_imfit.py::imfit_test::test_CAS_7621 2023-09-07 18:58:12 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 18:58:12 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 18:58:13 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 18:58:13 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 18:58:13 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 18:58:15 WARN image::open (file src/tools/image/image_cmpt.cc, line 4208) Another image is already open, closing first 2023-09-07 18:58:15 WARN image::open (file src/tools/image/image_cmpt.cc, line 4208) Another image is already open, closing first Test that results are written to the proper channels in output images PASSED test_task_imfit.py::imfit_test::test_circular_gaussian 2023-09-07 18:58:15 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 18:58:15 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 18:58:15 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 18:58:15 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel Test convolved circular gaussian with noise doesn't throw exception (CAS-5211) PASSED test_task_imfit.py::imfit_test::test_deconvolved_dictionary 2023-09-07 18:58:16 WARN imfit::ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 18:58:16 WARN imfit::SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 18:58:16 WARN imfit::SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 18:58:16 WARN imfit::SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 18:58:16 WARN imfit::ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 18:58:16 WARN imfit::SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 18:58:16 WARN imfit::SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 18:58:16 WARN imfit::SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 18:58:16 WARN imfit::ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 18:58:17 WARN imfit::SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 18:58:17 WARN imfit::SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 18:58:17 WARN imfit::SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel Test deconvolved dictionary PASSED test_task_imfit.py::imfit_test::test_fit_using_box 2023-09-07 18:58:17 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 18:58:17 WARN imfit::ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 18:58:17 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 18:58:17 WARN imfit::ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 18:58:17 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 18:58:17 WARN imfit::ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties Imfit: Fit using box PASSED test_task_imfit.py::imfit_test::test_fit_using_estimates 2023-09-07 18:58:17 SEVERE image::fitcomponents (file src/tools/image/image_cmpt.cc, line 1829) Exception Reported: Exception: No valid estmates were found in file ./empty.txt. 2023-09-07 18:58:17 SEVERE image::fitcomponents (file src/tools/image/image_cmpt.cc, line 1829)+ ... thrown by void casa::FitterEstimatesFileParser::_parseFile(const casacore::RegularFile&) at File: /source/casa6/casatools/src/code/imageanalysis/IO/FitterEstimatesFileParser.cc, line: 178 Imfit: Test using estimates PASSED test_task_imfit.py::imfit_test::test_fit_using_full_image 2023-09-07 18:58:18 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 18:58:18 WARN imfit::ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties Imfit: Fit using full image PASSED test_task_imfit.py::imfit_test::test_fit_using_range 2023-09-07 18:58:19 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 18:58:20 WARN imfit::ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 18:58:22 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 18:58:25 WARN imfit::ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 18:58:25 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 18:58:26 WARN imfit::ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 18:58:26 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 18:58:29 WARN imfit::ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties Imfit: Fit using range PASSED test_task_imfit.py::imfit_test::test_fix_zero_level 2023-09-07 18:58:29 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 18:58:29 WARN imfit::ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties Test fixing zero level offset ***got 60498.55700137826 ***got 60498.55700137826 PASSED test_task_imfit.py::imfit_test::test_history 2023-09-07 18:58:32 WARN image::open (file src/tools/image/image_cmpt.cc, line 4208) Another image is already open, closing first 2023-09-07 18:58:34 WARN imfit::ImageFitter::_fitLoop Error writingmodel image. The reported error is Exception: mymod.im is currently present in the table cache and so is being used by another process. Please close it in the other process first before attempting to overwrite it. 2023-09-07 18:58:34 WARN imfit::ImageFitter::_fitLoop+ ... thrown by void casa::ImageTask::_removeExistingFileIfNecessary(const casacore::String&, casacore::Bool, casacore::Bool) const [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageTask.tcc, line: 137 Test history records are written PASSED test_task_imfit.py::imfit_test::test_k_image 2023-09-07 18:58:35 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 18:58:35 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties Test brightness units = K, CAS-5711 *** xx 2.2268833332393148e-08 got 1.2818371636733509e-09 PASSED test_task_imfit.py::imfit_test::test_logfile 2023-09-07 18:58:35 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 18:58:35 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 18:58:35 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 18:58:35 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 18:58:35 WARN imfit::ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 18:58:35 WARN imfit::ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 18:58:36 WARN imfit::ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 18:58:36 WARN imfit::ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties Imfit: Test logfile PASSED test_task_imfit.py::imfit_test::test_multibeam PASSED test_task_imfit.py::imfit_test::test_multiple_boxes 2023-09-07 18:58:36 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 18:58:36 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 18:58:36 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 18:58:36 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 18:58:36 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 18:58:36 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 18:58:36 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 18:58:36 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 18:58:36 WARN imfit::ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 18:58:36 WARN imfit::ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 18:58:36 WARN imfit::SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 18:58:36 WARN imfit::SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 18:58:36 WARN imfit::SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 18:58:36 WARN imfit::SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 18:58:36 WARN imfit::SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 18:58:36 WARN imfit::SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel Test support for multiple boxes (CAS-4978) PASSED test_task_imfit.py::imfit_test::test_newestimates 2023-09-07 18:58:37 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 18:58:37 WARN imfit::ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties Imfit: Test new estimates PASSED test_task_imfit.py::imfit_test::test_non_zero_channel imfit: test fitting for channel number other than zero (CAS-3676) PASSED test_task_imfit.py::imfit_test::test_nonconvergence 2023-09-07 18:58:38 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 18:58:38 WARN ImageFitter::_fitsky Fitting failed because NonLinearFitLM: error in loop solution 2023-09-07 18:58:38 WARN imfit::ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 18:58:38 WARN imfit::ImageFitter::_fitsky Fitting failed because NonLinearFitLM: error in loop solution Imfit: Test non-convergence PASSED test_task_imfit.py::imfit_test::test_polarization_image Imfit: Test polarization image PASSED test_task_imfit.py::imfit_test::test_position_errors Imfit: Test position errors *** got 3.2965186353000543e-07 *** got 3.2965186353000543e-07 PASSED test_task_imfit.py::imfit_test::test_precision 2023-09-07 18:58:39 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 18:58:39 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 18:58:39 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 18:58:39 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 18:58:39 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 18:58:39 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 18:58:39 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 18:58:39 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 18:58:39 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 18:58:39 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel Test double precision image works PASSED test_task_imfit.py::imfit_test::test_region_selection Test region selection raised in CAS-5093 PASSED test_task_imfit.py::imfit_test::test_residual_and_model 2023-09-07 18:58:44 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 18:58:46 WARN image::open (file src/tools/image/image_cmpt.cc, line 4208) Another image is already open, closing first 2023-09-07 18:58:46 WARN image::open (file src/tools/image/image_cmpt.cc, line 4208) Another image is already open, closing first 2023-09-07 18:58:46 WARN imfit::ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 18:58:48 WARN image::open (file src/tools/image/image_cmpt.cc, line 4208) Another image is already open, closing first 2023-09-07 18:58:48 WARN image::open (file src/tools/image/image_cmpt.cc, line 4208) Another image is already open, closing first Imfit: Test residual and model PASSED test_task_imfit.py::imfit_test::test_rms 2023-09-07 18:58:48 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 18:58:48 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 18:58:48 WARN componentlist::fromrecord componentlist is not empty; overwriting it 2023-09-07 18:58:48 WARN imfit::ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 18:58:48 WARN componentlist::fromrecord componentlist is not empty; overwriting it 2023-09-07 18:58:48 WARN imfit::ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 18:58:48 WARN componentlist::fromrecord componentlist is not empty; overwriting it Test rms parameter *** got 224.33974408119968 *** got 224.33974408119968 *** got 224.33974408119968 *** got 224.33974408119968 PASSED test_task_imfit.py::imfit_test::test_strange_units 2023-09-07 18:58:50 WARN ImageFitter::_finishConstruction Unrecognized intensity unit erg. Will assume Jy/pixel 2023-09-07 18:58:50 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 18:58:50 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 18:58:50 WARN SkyCompRep::peakToIntegralFlux() The image units 'erg' are not consistent 2023-09-07 18:58:50 WARN SkyCompRep::peakToIntegralFlux()+ with Jy when integrated over the sky. Assuming Jy/pixel 2023-09-07 18:58:50 WARN SkyCompRep::integralToPeakFlux() The image units 'erg' are not consistent 2023-09-07 18:58:50 WARN SkyCompRep::integralToPeakFlux()+ with Jy when integrated over the sky. Assuming Jy/pixel 2023-09-07 18:58:50 WARN imfit::ImageFitter::_finishConstruction Unrecognized intensity unit erg. Will assume Jy/pixel 2023-09-07 18:58:50 WARN imfit::ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 18:58:50 WARN imfit::SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 18:58:50 WARN imfit::SkyCompRep::peakToIntegralFlux() The image units 'erg' are not consistent 2023-09-07 18:58:50 WARN imfit::SkyCompRep::peakToIntegralFlux()+ with Jy when integrated over the sky. Assuming Jy/pixel 2023-09-07 18:58:50 WARN imfit::SkyCompRep::integralToPeakFlux() The image units 'erg' are not consistent 2023-09-07 18:58:50 WARN imfit::SkyCompRep::integralToPeakFlux()+ with Jy when integrated over the sky. Assuming Jy/pixel Imfit: Test strange units PASSED test_task_imfit.py::imfit_test::test_stretch 2023-09-07 18:58:51 WARN ImageFitter::_fitLoop Fit failed to converge because of exception: The input image shape ([70, 70, 4]) and mask shape ([70, 70, 1]) are different, and it was specified that the mask should not be extended, so the mask cannot be applied to the (sub)image. Specifying that the mask should be extended may resolve the issue at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/SubImageFactory.tcc, line: 306 2023-09-07 18:58:51 WARN ImageFitter::_fitLoop Fit failed to converge because of exception: The input image shape ([70, 70, 4]) and mask shape ([70, 70, 1]) are different, and it was specified that the mask should not be extended, so the mask cannot be applied to the (sub)image. Specifying that the mask should be extended may resolve the issue at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/SubImageFactory.tcc, line: 306 2023-09-07 18:58:51 WARN ImageFitter::_fitLoop Fit failed to converge because of exception: The input image shape ([70, 70, 4]) and mask shape ([70, 70, 1]) are different, and it was specified that the mask should not be extended, so the mask cannot be applied to the (sub)image. Specifying that the mask should be extended may resolve the issue at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/SubImageFactory.tcc, line: 306 2023-09-07 18:58:51 WARN ImageFitter::_fitLoop Fit failed to converge because of exception: The input image shape ([70, 70, 4]) and mask shape ([70, 70, 1]) are different, and it was specified that the mask should not be extended, so the mask cannot be applied to the (sub)image. Specifying that the mask should be extended may resolve the issue at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/SubImageFactory.tcc, line: 306 2023-09-07 18:58:51 WARN imfit::ImageFitter::_fitLoop Fit failed to converge because of exception: The input image shape ([70, 70, 4]) and mask shape ([70, 70, 1]) are different, and it was specified that the mask should not be extended, so the mask cannot be applied to the (sub)image. Specifying that the mask should be extended may resolve the issue at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/SubImageFactory.tcc, line: 306 2023-09-07 18:58:51 WARN imfit::ImageFitter::_fitLoop Fit failed to converge because of exception: The input image shape ([70, 70, 4]) and mask shape ([70, 70, 1]) are different, and it was specified that the mask should not be extended, so the mask cannot be applied to the (sub)image. Specifying that the mask should be extended may resolve the issue at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/SubImageFactory.tcc, line: 306 2023-09-07 18:58:51 WARN imfit::ImageFitter::_fitLoop Fit failed to converge because of exception: The input image shape ([70, 70, 4]) and mask shape ([70, 70, 1]) are different, and it was specified that the mask should not be extended, so the mask cannot be applied to the (sub)image. Specifying that the mask should be extended may resolve the issue at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/SubImageFactory.tcc, line: 306 2023-09-07 18:58:51 WARN imfit::ImageFitter::_fitLoop Fit failed to converge because of exception: The input image shape ([70, 70, 4]) and mask shape ([70, 70, 1]) are different, and it was specified that the mask should not be extended, so the mask cannot be applied to the (sub)image. Specifying that the mask should be extended may resolve the issue at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/SubImageFactory.tcc, line: 306 imfit : test mask stretch PASSED test_task_imfit.py::imfit_test::test_summary Test summary file, CAS-3478 PASSED test_task_imfit.py::imfit_test::test_uncertainties 2023-09-07 18:58:55 WARN ImageFitter::setNoiseFWHM noiseFWHM is less than a pixel width, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 18:58:55 WARN imfit::ImageFitter::setNoiseFWHM noiseFWHM is less than a pixel width, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 18:58:55 WARN componentlist::fromrecord componentlist is not empty; overwriting it 2023-09-07 18:58:55 WARN ImageFitter::setNoiseFWHM noiseFWHM is less than a pixel width, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 18:58:56 WARN componentlist::fromrecord componentlist is not empty; overwriting it 2023-09-07 18:58:56 WARN imfit::ImageFitter::setNoiseFWHM noiseFWHM is less than a pixel width, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 18:58:56 WARN componentlist::fromrecord componentlist is not empty; overwriting it 2023-09-07 18:58:56 WARN ImageFitter::setNoiseFWHM noiseFWHM is less than a pixel width, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 18:58:56 WARN componentlist::fromrecord componentlist is not empty; overwriting it 2023-09-07 18:58:56 WARN imfit::ImageFitter::setNoiseFWHM noiseFWHM is less than a pixel width, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 18:58:56 WARN componentlist::fromrecord componentlist is not empty; overwriting it 2023-09-07 18:58:56 WARN componentlist::fromrecord componentlist is not empty; overwriting it 2023-09-07 18:58:56 WARN componentlist::fromrecord componentlist is not empty; overwriting it 2023-09-07 18:58:56 WARN componentlist::fromrecord componentlist is not empty; overwriting it 2023-09-07 18:58:56 WARN componentlist::fromrecord componentlist is not empty; overwriting it 2023-09-07 18:58:56 WARN componentlist::fromrecord componentlist is not empty; overwriting it 2023-09-07 18:58:56 WARN componentlist::fromrecord componentlist is not empty; overwriting it 2023-09-07 18:58:56 WARN componentlist::fromrecord componentlist is not empty; overwriting it 2023-09-07 18:58:58 WARN componentlist::fromrecord componentlist is not empty; overwriting it 2023-09-07 18:58:58 WARN componentlist::fromrecord componentlist is not empty; overwriting it 2023-09-07 18:58:58 WARN componentlist::fromrecord componentlist is not empty; overwriting it 2023-09-07 18:58:58 WARN componentlist::fromrecord componentlist is not empty; overwriting it 2023-09-07 18:58:58 WARN componentlist::fromrecord componentlist is not empty; overwriting it Test uncertainties, CAS-3476 *** got 1.0980421265856741 *** got 1.0980421265856741 *** got 1.098042126585612 *** got 1.098042126585612 *** got 1.0980421279724164 long [29.63554843] lat [21.14122029] *** got 1.0980421279724164 long [29.63554843] lat [21.14122029] PASSED test_task_imfit.py::imfit_test::test_xx_fit 2023-09-07 18:58:58 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 18:58:59 WARN imfit::ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties Imfit: Fit using pol xx PASSED test_task_imfit.py::imfit_test::test_zero_level 2023-09-07 18:59:00 WARN ImageExprCalculator::compute2 Overwriting pixel values of the currently attached image 2023-09-07 18:59:02 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 18:59:02 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 18:59:02 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 18:59:02 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 18:59:02 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 18:59:02 WARN ImageExprCalculator::compute2 Overwriting pixel values of the currently attached image 2023-09-07 18:59:04 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 18:59:04 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 18:59:04 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 18:59:04 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 18:59:04 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 18:59:04 WARN ImageExprCalculator::compute2 Overwriting pixel values of the currently attached image 2023-09-07 18:59:06 WARN ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 18:59:06 WARN ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 18:59:06 WARN SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 18:59:06 WARN SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 18:59:06 WARN SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 18:59:07 WARN ImageExprCalculator::compute2 Overwriting pixel values of the currently attached image 2023-09-07 18:59:08 WARN imfit::ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 18:59:08 WARN imfit::ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 18:59:08 WARN imfit::SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 18:59:08 WARN imfit::SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 18:59:08 WARN imfit::SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 18:59:09 WARN ImageExprCalculator::compute2 Overwriting pixel values of the currently attached image 2023-09-07 18:59:10 WARN imfit::ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 18:59:10 WARN imfit::ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 18:59:10 WARN imfit::SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 18:59:10 WARN imfit::SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 18:59:10 WARN imfit::SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 18:59:10 WARN ImageExprCalculator::compute2 Overwriting pixel values of the currently attached image 2023-09-07 18:59:11 WARN imfit::ImageFitter::_finishConstruction Unrecognized intensity unit . Will assume Jy/pixel 2023-09-07 18:59:11 WARN imfit::ImageFitter::clearNoiseFWHM noiseFWHM not specified and image has no beam, using uncorrelated noise expressions to calculate uncertainties 2023-09-07 18:59:11 WARN imfit::SkyCompRep::convertToJy Cannot convert units of brightness to Jy - will assume Jy 2023-09-07 18:59:11 WARN imfit::SkyCompRep::peakToIntegralFlux() There are no image brightness units, assuming Jy/pixel 2023-09-07 18:59:11 WARN imfit::SkyCompRep::integralToPeakFlux() There are no image brightness units, assuming Jy/pixel Test zero level fitting PASSED - generated xml file: /home/casatest/casa6/casatestutils/nosedir/xml/test_task_imfit/nose.xml - ================== 33 passed, 2 warnings in 73.98s (0:01:13) =================== casatools.platform.str_encode is deprecated and will be removed in a future release ============================= test session starts ============================== platform linux -- Python 3.8.7, pytest-7.4.1, pluggy-1.3.0 -- /usr/local/bin/python3.8 cachedir: .pytest_cache rootdir: /home/casatest/casa6/casatestutils/nosedir/test_task_listobs configfile: pytest.ini collecting ... 2023-09-07 18:59:14 WARN ParallelDataHelper::getPartitionMap::casa Number of subMSs (8) is greater than available scan,ddi pairs (6), setting nsubms to 6 collected 89 items test_task_listobs.py::test_listobs::test_CAS_6733 Verify listobs runs to completion on data set in CAS-6733. This was an infinite loop bugfix PASSED test_task_listobs.py::test_listobs::test_almaOneRow Listobs 3: CAS-2751. Check that ALMA MS displays one row per scan PASSED test_task_listobs.py::test_listobs::test_antMMS 2023-09-07 19:01:06 WARN listobs::ms::msselect Antenna Expression: No match found for token(s) "abc" 2023-09-07 19:01:06 WARN listobs::ms::msselect No match found for the antenna specificion [ID(s): [3]] 2023-09-07 19:01:06 WARN listobs::ms::msselect RecordRep::get_pointer - incorrect data type String used for field baseline with type unknown Listobs test: Check to make sure the antenna information exists in all possible inputs in a MMS PASSED test_task_listobs.py::test_listobs::test_antMS 2023-09-07 19:01:06 WARN listobs::ms::msselect Antenna Expression: No match found for token(s) "abc" 2023-09-07 19:01:06 WARN listobs::ms::msselect No match found for the antenna specificion [ID(s): [3]] 2023-09-07 19:01:06 WARN listobs::ms::msselect RecordRep::get_pointer - incorrect data type String used for field baseline with type unknown Listobs test: Check to make sure the antenna information exists in all possible inputs in a MS PASSED test_task_listobs.py::test_listobs::test_antTimeAvgMMS 2023-09-07 19:01:07 WARN listobs::ms::msselect Antenna Expression: No match found for token(s) "abc" 2023-09-07 19:01:07 WARN listobs::ms::msselect No match found for the antenna specificion [ID(s): [3]] 2023-09-07 19:01:07 WARN listobs::ms::msselect RecordRep::get_pointer - incorrect data type String used for field baseline with type unknown Listobs test: Check to make sure the antenna information exists in all possible inputs in a time-averaged MMS PASSED test_task_listobs.py::test_listobs::test_antTimeAvgMS 2023-09-07 19:01:07 WARN listobs::ms::msselect Antenna Expression: No match found for token(s) "abc" 2023-09-07 19:01:07 WARN listobs::ms::msselect No match found for the antenna specificion [ID(s): [3]] 2023-09-07 19:01:07 WARN listobs::ms::msselect RecordRep::get_pointer - incorrect data type String used for field baseline with type unknown Listobs test: Check to make sure the antenna information exists in all possible inputs in a time-averaged MS PASSED test_task_listobs.py::test_listobs::test_antennaSelectionParam Listobs 7: test antenna selection parameters PASSED test_task_listobs.py::test_listobs::test_arrayMMS 2023-09-07 19:01:07 WARN listobs::ms::msselect Array Expression: Parse error at or near 'a' 2023-09-07 19:01:07 WARN listobs::ms::msselect+ (near char. 1 in string "abc") 2023-09-07 19:01:07 WARN listobs::ms::msselect MSSelectionNullSelection : The selected table has zero rows. Listobs test: Check for the existence of the array parameter in a MMS and accepts proper inputs PASSED test_task_listobs.py::test_listobs::test_arrayMS 2023-09-07 19:01:08 WARN listobs::ms::msselect Array Expression: Parse error at or near 'a' 2023-09-07 19:01:08 WARN listobs::ms::msselect+ (near char. 1 in string "abc") 2023-09-07 19:01:08 WARN listobs::ms::msselect MSSelectionNullSelection : The selected table has zero rows. Listobs test: Check for the existence of the array parameter in a MS and accepts proper inputs PASSED test_task_listobs.py::test_listobs::test_arrayTimeAvgMMS 2023-09-07 19:01:08 WARN listobs::ms::msselect Array Expression: Parse error at or near 'a' 2023-09-07 19:01:08 WARN listobs::ms::msselect+ (near char. 1 in string "abc") 2023-09-07 19:01:08 WARN listobs::ms::msselect MSSelectionNullSelection : The selected table has zero rows. Listobs test: Check for the existence of the array parameter in a time-averaged MMS and accepts proper inputs PASSED test_task_listobs.py::test_listobs::test_arrayTimeAvgMS 2023-09-07 19:01:08 WARN listobs::ms::msselect Array Expression: Parse error at or near 'a' 2023-09-07 19:01:08 WARN listobs::ms::msselect+ (near char. 1 in string "abc") 2023-09-07 19:01:08 WARN listobs::ms::msselect MSSelectionNullSelection : The selected table has zero rows. Listobs test: Check for the existence of the array parameter in a time-averaged MS and accepts proper inputs PASSED test_task_listobs.py::test_listobs::test_avgIntervalMMS Listobs test: Check that the Int (s) column exists for a MMS PASSED test_task_listobs.py::test_listobs::test_avgIntervalMS Listobs test: Check that the Int (s) column exists for a MS PASSED test_task_listobs.py::test_listobs::test_avgIntervalTimeAvgMMS Listobs test: Check that the Int (s) column exists for a time-averaged MMS PASSED test_task_listobs.py::test_listobs::test_avgIntervalTimeAvgMS Listobs test: Check that the Int (s) column exists for a time-averaged MS PASSED test_task_listobs.py::test_listobs::test_corrsMMS 2023-09-07 19:01:09 WARN listobs::ms::msselect RecordRep::get_pointer - incorrect data type String used for field polarization with type unknown 2023-09-07 19:01:09 WARN listobs::ms::msselect Poln. expression error: No match for polarization ID(s) (named RR) 2023-09-07 19:01:09 WARN listobs::ms::msselect+ (near char. 0 in string "RR") Listobs test: Check to make sure the correlation information exists in all possible inputs in a MMS PASSED test_task_listobs.py::test_listobs::test_corrsMS 2023-09-07 19:01:09 WARN listobs::ms::msselect RecordRep::get_pointer - incorrect data type String used for field polarization with type unknown 2023-09-07 19:01:09 WARN listobs::ms::msselect Poln. expression error: No match for polarization ID(s) (named RR) 2023-09-07 19:01:09 WARN listobs::ms::msselect+ (near char. 0 in string "RR") Listobs test: Check to make sure the correlation information exists in all possible inputs in a MS PASSED test_task_listobs.py::test_listobs::test_corrsTimeAvgMMS 2023-09-07 19:01:09 WARN listobs::ms::msselect RecordRep::get_pointer - incorrect data type String used for field polarization with type unknown 2023-09-07 19:01:09 WARN listobs::ms::msselect Poln. expression error: No match for polarization ID(s) (named RR) 2023-09-07 19:01:09 WARN listobs::ms::msselect+ (near char. 0 in string "RR") Listobs test: Check to make sure the correlation information exists in all possible inputs in a time-averaged MMS PASSED test_task_listobs.py::test_listobs::test_corrsTimeAvgMS 2023-09-07 19:01:10 WARN listobs::ms::msselect RecordRep::get_pointer - incorrect data type String used for field polarization with type unknown 2023-09-07 19:01:10 WARN listobs::ms::msselect Poln. expression error: No match for polarization ID(s) (named RR) 2023-09-07 19:01:10 WARN listobs::ms::msselect+ (near char. 0 in string "RR") Listobs test: Check to make sure the correlation information exists in all possible inputs in a time-averaged MS PASSED test_task_listobs.py::test_listobs::test_ephem ephemeris objects PASSED test_task_listobs.py::test_listobs::test_fieldMMS 2023-09-07 19:01:12 WARN listobs::ms::msselect Field Expression: No match found for name "0-2" 2023-09-07 19:01:12 WARN listobs::ms::msselect+ (near char. 3 in string "0-2") 2023-09-07 19:01:13 WARN listobs::ms::msselect Field Expression: No match found for name "abc" 2023-09-07 19:01:13 WARN listobs::ms::msselect+ (near char. 3 in string "abc") Listobs test: Check to make sure the field information exists in all possible inputs in a MMS PASSED test_task_listobs.py::test_listobs::test_fieldMS 2023-09-07 19:01:13 WARN listobs::ms::msselect Field Expression: No match found for name "0-2" 2023-09-07 19:01:13 WARN listobs::ms::msselect+ (near char. 3 in string "0-2") 2023-09-07 19:01:13 WARN listobs::ms::msselect Field Expression: No match found for name "abc" 2023-09-07 19:01:13 WARN listobs::ms::msselect+ (near char. 3 in string "abc") Listobs test: Check to make sure the field information exists in all possible inputs in a MS PASSED test_task_listobs.py::test_listobs::test_fieldTimeAvgMMS 2023-09-07 19:01:13 WARN listobs::ms::msselect Field Expression: No match found for name "0-2" 2023-09-07 19:01:13 WARN listobs::ms::msselect+ (near char. 3 in string "0-2") 2023-09-07 19:01:13 WARN listobs::ms::msselect Field Expression: No match found for name "abc" 2023-09-07 19:01:13 WARN listobs::ms::msselect+ (near char. 3 in string "abc") Listobs test: Check to make sure the field information exists in all possible inputs in a time-averaged MMS PASSED test_task_listobs.py::test_listobs::test_fieldTimeAvgMS 2023-09-07 19:01:13 WARN listobs::ms::msselect Field Expression: No match found for name "0-2" 2023-09-07 19:01:13 WARN listobs::ms::msselect+ (near char. 3 in string "0-2") 2023-09-07 19:01:13 WARN listobs::ms::msselect Field Expression: No match found for name "abc" 2023-09-07 19:01:13 WARN listobs::ms::msselect+ (near char. 3 in string "abc") Listobs test: Check to make sure the field information exists in all possible inputs in a time-averaged MS PASSED test_task_listobs.py::test_listobs::test_fileMMS Listobs test: Check to see if list file is generated from a MMS PASSED test_task_listobs.py::test_listobs::test_fileMS Listobs test: Check to see if list file is generated from a MS PASSED test_task_listobs.py::test_listobs::test_fileTimeAvgMMS Listobs test: Check to see if list file is generated from a time-averaged MMS PASSED test_task_listobs.py::test_listobs::test_fileTimeAvgMS Listobs test: Check to see if list file is generated from a time-averaged MS PASSED test_task_listobs.py::test_listobs::test_indivrow Listobs test: Check if one row is displayed per scan PASSED test_task_listobs.py::test_listobs::test_input Listobs test: Check all if listobs can take ms, mms, time averaged ms, and time averaged mms PASSED test_task_listobs.py::test_listobs::test_intentMMS 2023-09-07 19:01:15 WARN listobs::ms::msselect RecordRep::get_pointer - incorrect data type String used for field scanintent with type unknown 2023-09-07 19:01:15 WARN listobs::ms::msselect State Expression: No match found for "abc" 2023-09-07 19:01:15 WARN listobs::ms::msselect+ State Expression: Partial or no match for State ID list [] Listobs test: Check to see that Intent info exists for a MMS and accepts correct inputs PASSED test_task_listobs.py::test_listobs::test_intentMS 2023-09-07 19:01:15 WARN listobs::ms::msselect RecordRep::get_pointer - incorrect data type String used for field scanintent with type unknown 2023-09-07 19:01:15 WARN listobs::ms::msselect State Expression: No match found for "abc" 2023-09-07 19:01:15 WARN listobs::ms::msselect+ State Expression: Partial or no match for State ID list [] Listobs test: Check to see that Intent info exists for a MS and accepts correct inputs PASSED test_task_listobs.py::test_listobs::test_intentTimeAvgMMS 2023-09-07 19:01:15 WARN listobs::ms::msselect RecordRep::get_pointer - incorrect data type String used for field scanintent with type unknown 2023-09-07 19:01:15 WARN listobs::ms::msselect State Expression: No match found for "abc" 2023-09-07 19:01:15 WARN listobs::ms::msselect+ State Expression: Partial or no match for State ID list [] Listobs test: Check to see that Intent info exists for a time-averaged MMS and accepts correct inputs PASSED test_task_listobs.py::test_listobs::test_intentTimeAvgMS 2023-09-07 19:01:16 WARN listobs::ms::msselect RecordRep::get_pointer - incorrect data type String used for field scanintent with type unknown 2023-09-07 19:01:16 WARN listobs::ms::msselect State Expression: No match found for "abc" 2023-09-07 19:01:16 WARN listobs::ms::msselect+ State Expression: Partial or no match for State ID list [] Listobs test: Check to see that Intent info exists for a time-averaged MS and accepts correct inputs PASSED test_task_listobs.py::test_listobs::test_listunflMMS Listobs test: Check that the list unflagged column shows up in a MMS PASSED test_task_listobs.py::test_listobs::test_listunflMS Listobs test: Check that the list unflagged column shows up in a MS PASSED test_task_listobs.py::test_listobs::test_listunflTimeAvgMMS Listobs test: Check that the list unflagged column shows up in a time-averaged MMS PASSED test_task_listobs.py::test_listobs::test_listunflTimeAvgMS Listobs test: Check that the list unflagged column shows up in a time-averaged MS PASSED test_task_listobs.py::test_listobs::test_lofarDysco Verify that we can read a compressed MS that uses the Dysco storage manager PASSED test_task_listobs.py::test_listobs::test_logfileMMS Listobs test: Check to see if the logger generates a logfile entries PASSED test_task_listobs.py::test_listobs::test_logfileMS Listobs test: Check to see if the logger generates a logfile entries PASSED test_task_listobs.py::test_listobs::test_logfileTimeAvgMMS Listobs test: Check to see if the logger generates a logfile entries PASSED test_task_listobs.py::test_listobs::test_logfileTimeAvgMS Listobs test: Check to see if the logger generates a logfile entries PASSED test_task_listobs.py::test_listobs::test_logreadMMS Listobs test: Check that the log file from a MMS is human readable VERSION sys.version_info(major=3, minor=8, micro=7, releaselevel='final', serial=0) PASSED test_task_listobs.py::test_listobs::test_logreadMS Listobs test: Check that the log file from a MS is human readable VERSION sys.version_info(major=3, minor=8, micro=7, releaselevel='final', serial=0) PASSED test_task_listobs.py::test_listobs::test_logreadTimeAvgMMS Listobs test: Check that the log file from a time-averaged MMS is human readable VERSION sys.version_info(major=3, minor=8, micro=7, releaselevel='final', serial=0) PASSED test_task_listobs.py::test_listobs::test_logreadTimeAvgMS Listobs test: Check that the log file from a time-averaged MS is human readable VERSION sys.version_info(major=3, minor=8, micro=7, releaselevel='final', serial=0) PASSED test_task_listobs.py::test_listobs::test_longFieldName Listobs 2: CSV-591. Check if long field names are fully displayed PASSED test_task_listobs.py::test_listobs::test_nonVerboseFileSave Listobs 4: Save on a file, verbose=False PASSED test_task_listobs.py::test_listobs::test_novisMMS Listobs test: Check if there is any visibility information when using a MMS PASSED test_task_listobs.py::test_listobs::test_novisMS Listobs test: Check if there is any visibility information when using a MS PASSED test_task_listobs.py::test_listobs::test_novisTimeAvgMMS Listobs test: Check if there is any visibility information when using a time-averaged MMS PASSED test_task_listobs.py::test_listobs::test_novisTimeAvgMS Listobs test: Check if there is any visibility information when using a time-averaged MS PASSED test_task_listobs.py::test_listobs::test_observationMMS 2023-09-07 19:01:19 WARN listobs::ms::msselect Scan Expression: Parse error at or near 'a' 2023-09-07 19:01:19 WARN listobs::ms::msselect+ (near char. 1 in string "abc") 2023-09-07 19:01:19 WARN listobs::ms::msselect MSSelectionNullSelection : The selected table has zero rows. Listobs test: Check for the existence of the Observation parameter for a MMS and check for proper inputs PASSED test_task_listobs.py::test_listobs::test_observationMS 2023-09-07 19:01:19 WARN listobs::ms::msselect Scan Expression: Parse error at or near 'a' 2023-09-07 19:01:19 WARN listobs::ms::msselect+ (near char. 1 in string "abc") 2023-09-07 19:01:19 WARN listobs::ms::msselect MSSelectionNullSelection : The selected table has zero rows. Listobs test: Check for the existence of the Observation parameter for a MS and check for proper inputs PASSED test_task_listobs.py::test_listobs::test_observationTimeAvgMMS 2023-09-07 19:01:19 WARN listobs::ms::msselect Scan Expression: Parse error at or near 'a' 2023-09-07 19:01:19 WARN listobs::ms::msselect+ (near char. 1 in string "abc") 2023-09-07 19:01:19 WARN listobs::ms::msselect MSSelectionNullSelection : The selected table has zero rows. Listobs test: Check for the existence of the Observation parameter for a time-averaged MMS and check for proper inputs PASSED test_task_listobs.py::test_listobs::test_observationTimeAvgMS 2023-09-07 19:01:20 WARN listobs::ms::msselect Scan Expression: Parse error at or near 'a' 2023-09-07 19:01:20 WARN listobs::ms::msselect+ (near char. 1 in string "abc") 2023-09-07 19:01:20 WARN listobs::ms::msselect MSSelectionNullSelection : The selected table has zero rows. Listobs test: Check for the existence of the Observation parameter for a time-averaged MS and check for proper inputs PASSED test_task_listobs.py::test_listobs::test_overwrite 2023-09-07 19:01:20 SEVERE listobs::ms::summary Exception Reported: Exception: File: CAS-5203.log already exists; delete it, choose another name, or set overwrite=true.. 2023-09-07 19:01:20 SEVERE listobs::ms::summary+ ... thrown by casac::record* casac::ms::summary(bool, const string&, bool, double, bool, bool) at File: src/tools/ms/ms_cmpt.cc, line: 794 2023-09-07 19:01:20 SEVERE listobs::::casa Task listobs raised an exception of class RuntimeError with the following message: Exception: File: CAS-5203.log already exists; delete it, choose another name, or set overwrite=true.. 2023-09-07 19:01:20 SEVERE listobs::::casa+ ... thrown by casac::record* casac::ms::summary(bool, const string&, bool, double, bool, bool) at File: src/tools/ms/ms_cmpt.cc, line: 794 2023-09-07 19:01:20 SEVERE listobs::ms::summary Exception Reported: Exception: File: CAS-5203.log already exists; delete it, choose another name, or set overwrite=true.. 2023-09-07 19:01:20 SEVERE listobs::ms::summary+ ... thrown by casac::record* casac::ms::summary(bool, const string&, bool, double, bool, bool) at File: src/tools/ms/ms_cmpt.cc, line: 794 2023-09-07 19:01:20 SEVERE listobs::::casa Task listobs raised an exception of class RuntimeError with the following message: Exception: File: CAS-5203.log already exists; delete it, choose another name, or set overwrite=true.. 2023-09-07 19:01:20 SEVERE listobs::::casa+ ... thrown by casac::record* casac::ms::summary(bool, const string&, bool, double, bool, bool) at File: src/tools/ms/ms_cmpt.cc, line: 794 Test overwrite parameter - CAS-5203 PASSED test_task_listobs.py::test_listobs::test_overwriteMMS 2023-09-07 19:01:20 SEVERE listobs::ms::summary Exception Reported: Exception: File: listobs.txt already exists; delete it, choose another name, or set overwrite=true.. 2023-09-07 19:01:20 SEVERE listobs::ms::summary+ ... thrown by casac::record* casac::ms::summary(bool, const string&, bool, double, bool, bool) at File: src/tools/ms/ms_cmpt.cc, line: 794 2023-09-07 19:01:20 SEVERE listobs::::casa Task listobs raised an exception of class RuntimeError with the following message: Exception: File: listobs.txt already exists; delete it, choose another name, or set overwrite=true.. 2023-09-07 19:01:20 SEVERE listobs::::casa+ ... thrown by casac::record* casac::ms::summary(bool, const string&, bool, double, bool, bool) at File: src/tools/ms/ms_cmpt.cc, line: 794 2023-09-07 19:01:20 SEVERE listobs::ms::summary Exception Reported: Exception: File: listobs.txt already exists; delete it, choose another name, or set overwrite=true.. 2023-09-07 19:01:20 SEVERE listobs::ms::summary+ ... thrown by casac::record* casac::ms::summary(bool, const string&, bool, double, bool, bool) at File: src/tools/ms/ms_cmpt.cc, line: 794 2023-09-07 19:01:20 SEVERE listobs::::casa Task listobs raised an exception of class RuntimeError with the following message: Exception: File: listobs.txt already exists; delete it, choose another name, or set overwrite=true.. 2023-09-07 19:01:20 SEVERE listobs::::casa+ ... thrown by casac::record* casac::ms::summary(bool, const string&, bool, double, bool, bool) at File: src/tools/ms/ms_cmpt.cc, line: 794 Test overwrite parameter - CAS-5203: test for MMS PASSED test_task_listobs.py::test_listobs::test_overwriteMS 2023-09-07 19:01:20 SEVERE listobs::ms::summary Exception Reported: Exception: File: listobs.txt already exists; delete it, choose another name, or set overwrite=true.. 2023-09-07 19:01:20 SEVERE listobs::ms::summary+ ... thrown by casac::record* casac::ms::summary(bool, const string&, bool, double, bool, bool) at File: src/tools/ms/ms_cmpt.cc, line: 794 2023-09-07 19:01:20 SEVERE listobs::::casa Task listobs raised an exception of class RuntimeError with the following message: Exception: File: listobs.txt already exists; delete it, choose another name, or set overwrite=true.. 2023-09-07 19:01:20 SEVERE listobs::::casa+ ... thrown by casac::record* casac::ms::summary(bool, const string&, bool, double, bool, bool) at File: src/tools/ms/ms_cmpt.cc, line: 794 2023-09-07 19:01:20 SEVERE listobs::ms::summary Exception Reported: Exception: File: listobs.txt already exists; delete it, choose another name, or set overwrite=true.. 2023-09-07 19:01:20 SEVERE listobs::ms::summary+ ... thrown by casac::record* casac::ms::summary(bool, const string&, bool, double, bool, bool) at File: src/tools/ms/ms_cmpt.cc, line: 794 2023-09-07 19:01:20 SEVERE listobs::::casa Task listobs raised an exception of class RuntimeError with the following message: Exception: File: listobs.txt already exists; delete it, choose another name, or set overwrite=true.. 2023-09-07 19:01:20 SEVERE listobs::::casa+ ... thrown by casac::record* casac::ms::summary(bool, const string&, bool, double, bool, bool) at File: src/tools/ms/ms_cmpt.cc, line: 794 Test overwrite parameter - CAS-5203: test for MS PASSED test_task_listobs.py::test_listobs::test_overwriteTimeAvgMMS 2023-09-07 19:01:20 SEVERE listobs::ms::summary Exception Reported: Exception: File: listobs.txt already exists; delete it, choose another name, or set overwrite=true.. 2023-09-07 19:01:20 SEVERE listobs::ms::summary+ ... thrown by casac::record* casac::ms::summary(bool, const string&, bool, double, bool, bool) at File: src/tools/ms/ms_cmpt.cc, line: 794 2023-09-07 19:01:20 SEVERE listobs::::casa Task listobs raised an exception of class RuntimeError with the following message: Exception: File: listobs.txt already exists; delete it, choose another name, or set overwrite=true.. 2023-09-07 19:01:20 SEVERE listobs::::casa+ ... thrown by casac::record* casac::ms::summary(bool, const string&, bool, double, bool, bool) at File: src/tools/ms/ms_cmpt.cc, line: 794 2023-09-07 19:01:20 SEVERE listobs::ms::summary Exception Reported: Exception: File: listobs.txt already exists; delete it, choose another name, or set overwrite=true.. 2023-09-07 19:01:20 SEVERE listobs::ms::summary+ ... thrown by casac::record* casac::ms::summary(bool, const string&, bool, double, bool, bool) at File: src/tools/ms/ms_cmpt.cc, line: 794 2023-09-07 19:01:20 SEVERE listobs::::casa Task listobs raised an exception of class RuntimeError with the following message: Exception: File: listobs.txt already exists; delete it, choose another name, or set overwrite=true.. 2023-09-07 19:01:20 SEVERE listobs::::casa+ ... thrown by casac::record* casac::ms::summary(bool, const string&, bool, double, bool, bool) at File: src/tools/ms/ms_cmpt.cc, line: 794 Test overwrite parameter - CAS-5203: test for time-averaged MMS PASSED test_task_listobs.py::test_listobs::test_overwriteTimeAvgMS 2023-09-07 19:01:21 SEVERE listobs::ms::summary Exception Reported: Exception: File: listobs.txt already exists; delete it, choose another name, or set overwrite=true.. 2023-09-07 19:01:21 SEVERE listobs::ms::summary+ ... thrown by casac::record* casac::ms::summary(bool, const string&, bool, double, bool, bool) at File: src/tools/ms/ms_cmpt.cc, line: 794 2023-09-07 19:01:21 SEVERE listobs::::casa Task listobs raised an exception of class RuntimeError with the following message: Exception: File: listobs.txt already exists; delete it, choose another name, or set overwrite=true.. 2023-09-07 19:01:21 SEVERE listobs::::casa+ ... thrown by casac::record* casac::ms::summary(bool, const string&, bool, double, bool, bool) at File: src/tools/ms/ms_cmpt.cc, line: 794 2023-09-07 19:01:21 SEVERE listobs::ms::summary Exception Reported: Exception: File: listobs.txt already exists; delete it, choose another name, or set overwrite=true.. 2023-09-07 19:01:21 SEVERE listobs::ms::summary+ ... thrown by casac::record* casac::ms::summary(bool, const string&, bool, double, bool, bool) at File: src/tools/ms/ms_cmpt.cc, line: 794 2023-09-07 19:01:21 SEVERE listobs::::casa Task listobs raised an exception of class RuntimeError with the following message: Exception: File: listobs.txt already exists; delete it, choose another name, or set overwrite=true.. 2023-09-07 19:01:21 SEVERE listobs::::casa+ ... thrown by casac::record* casac::ms::summary(bool, const string&, bool, double, bool, bool) at File: src/tools/ms/ms_cmpt.cc, line: 794 Test overwrite parameter - CAS-5203: test for time-averaged MS PASSED test_task_listobs.py::test_listobs::test_scanMMS 2023-09-07 19:01:21 WARN listobs::ms::msselect RecordRep::get_pointer - incorrect data type String used for field scan with type unknown 2023-09-07 19:01:21 WARN listobs::ms::msselect Scan Expression: Parse error at or near 'a' 2023-09-07 19:01:21 WARN listobs::ms::msselect+ (near char. 1 in string "abc") Listobs test: Check to make sure the scan information exists in all possible inputs in a MMS PASSED test_task_listobs.py::test_listobs::test_scanMS 2023-09-07 19:01:21 WARN listobs::ms::msselect RecordRep::get_pointer - incorrect data type String used for field scan with type unknown 2023-09-07 19:01:21 WARN listobs::ms::msselect Scan Expression: Parse error at or near 'a' 2023-09-07 19:01:21 WARN listobs::ms::msselect+ (near char. 1 in string "abc") Listobs test: Check to make sure the scan information exists in all possible inputs in a MS PASSED test_task_listobs.py::test_listobs::test_scanSelectionParam Listobs 6: test scan selection parameters PASSED test_task_listobs.py::test_listobs::test_scanTimeAvgMMS 2023-09-07 19:01:22 WARN listobs::ms::msselect RecordRep::get_pointer - incorrect data type String used for field scan with type unknown 2023-09-07 19:01:22 WARN listobs::ms::msselect Scan Expression: Parse error at or near 'a' 2023-09-07 19:01:22 WARN listobs::ms::msselect+ (near char. 1 in string "abc") Listobs test: Check to make sure the scan information exists in all possible inputs in a time-averaged MMS PASSED test_task_listobs.py::test_listobs::test_scanTimeAvgMS 2023-09-07 19:01:22 WARN listobs::ms::msselect RecordRep::get_pointer - incorrect data type String used for field scan with type unknown 2023-09-07 19:01:22 WARN listobs::ms::msselect Scan Expression: Parse error at or near 'a' 2023-09-07 19:01:22 WARN listobs::ms::msselect+ (near char. 1 in string "abc") Listobs test: Check to make sure the scan information exists in all possible inputs in a time-averaged MS PASSED test_task_listobs.py::test_listobs::test_selectdataMMS Listobs test: Check to see if the selectdata parameter functions with a MMS PASSED test_task_listobs.py::test_listobs::test_selectdataMS Listobs test: Check to see if the selectdata parameter functions with a MS PASSED test_task_listobs.py::test_listobs::test_selectdataTimeAvgMMS Listobs test: Check to see if the selectdata parameter functions with a time-averaged MMS PASSED test_task_listobs.py::test_listobs::test_selectdataTimeAvgMS Listobs test: Check to see if the selectdata parameter functions with a time-averaged MS PASSED test_task_listobs.py::test_listobs::test_spwMMS 2023-09-07 19:01:23 WARN listobs::ms::msselect Spw Expression: No match found for 3, 2023-09-07 19:01:23 WARN listobs::ms::msselect Spw Expression: No match found for "abc" Listobs test: Check to make sure the spw information exists in all possible inputs in a MMS PASSED test_task_listobs.py::test_listobs::test_spwMS 2023-09-07 19:01:23 WARN listobs::ms::msselect Spw Expression: No match found for 3, 2023-09-07 19:01:23 WARN listobs::ms::msselect Spw Expression: No match found for "abc" Listobs test: Check to make sure the spw information exists in all possible inputs in a MS PASSED test_task_listobs.py::test_listobs::test_spwTimeAvgMMS 2023-09-07 19:01:23 WARN listobs::ms::msselect Spw Expression: No match found for 3, 2023-09-07 19:01:24 WARN listobs::ms::msselect Spw Expression: No match found for "abc" Listobs test: Check to make sure the spw information exists in all possible inputs in a time-averaged MMS PASSED test_task_listobs.py::test_listobs::test_spwTimeAvgMS 2023-09-07 19:01:24 WARN listobs::ms::msselect Spw Expression: No match found for 3, 2023-09-07 19:01:24 WARN listobs::ms::msselect Spw Expression: No match found for "abc" Listobs test: Check to make sure the spw information exists in all possible inputs in a time-averaged MS PASSED test_task_listobs.py::test_listobs::test_timerangeMMS 2023-09-07 19:01:24 WARN listobs::ms::msselect MSSelection time error: Parse error at or near token 'a' 2023-09-07 19:01:24 WARN listobs::ms::msselect+ (near char. 1 in string "abc") 2023-09-07 19:01:24 WARN listobs::ms::msselect RecordRep::get_pointer - incorrect data type String used for field time with type unknown 2023-09-07 19:01:24 WARN listobs::ms::msselect MSSelection time error: Parse error at or near token '-' 2023-09-07 19:01:24 WARN listobs::ms::msselect+ (near char. 9 in string "03:00:00-04:00:00") 2023-09-07 19:01:24 WARN listobs::ms::msselect+ [TIP: Did you know we use "~" as the range operator (for a good reason)?] 2023-09-07 19:01:24 WARN listobs::ms::msselect MSSelectionNullSelection : The selected table has zero rows. Listobs test: check that the proper inputs work for timerange on a MMS PASSED test_task_listobs.py::test_listobs::test_timerangeMS 2023-09-07 19:01:24 WARN listobs::ms::msselect MSSelection time error: Parse error at or near token 'a' 2023-09-07 19:01:24 WARN listobs::ms::msselect+ (near char. 1 in string "abc") 2023-09-07 19:01:24 WARN listobs::ms::msselect RecordRep::get_pointer - incorrect data type String used for field time with type unknown 2023-09-07 19:01:24 WARN listobs::ms::msselect MSSelection time error: Parse error at or near token '-' 2023-09-07 19:01:24 WARN listobs::ms::msselect+ (near char. 9 in string "03:00:00-04:00:00") 2023-09-07 19:01:24 WARN listobs::ms::msselect+ [TIP: Did you know we use "~" as the range operator (for a good reason)?] 2023-09-07 19:01:24 WARN listobs::ms::msselect MSSelectionNullSelection : The selected table has zero rows. Listobs test: check that the proper inputs work for timerange on a MS PASSED test_task_listobs.py::test_listobs::test_timerangeTimeAvgMMS 2023-09-07 19:01:24 WARN listobs::ms::msselect MSSelection time error: Parse error at or near token 'a' 2023-09-07 19:01:24 WARN listobs::ms::msselect+ (near char. 1 in string "abc") 2023-09-07 19:01:24 WARN listobs::ms::msselect RecordRep::get_pointer - incorrect data type String used for field time with type unknown 2023-09-07 19:01:24 WARN listobs::ms::msselect MSSelection time error: Parse error at or near token '-' 2023-09-07 19:01:24 WARN listobs::ms::msselect+ (near char. 9 in string "03:00:00-04:00:00") 2023-09-07 19:01:24 WARN listobs::ms::msselect+ [TIP: Did you know we use "~" as the range operator (for a good reason)?] 2023-09-07 19:01:24 WARN listobs::ms::msselect MSSelectionNullSelection : The selected table has zero rows. Listobs test: check that the proper inputs work for timerange on a time-averaged MMS PASSED test_task_listobs.py::test_listobs::test_timerangeTimeAvgMS 2023-09-07 19:01:25 WARN listobs::ms::msselect MSSelection time error: Parse error at or near token 'a' 2023-09-07 19:01:25 WARN listobs::ms::msselect+ (near char. 1 in string "abc") 2023-09-07 19:01:25 WARN listobs::ms::msselect RecordRep::get_pointer - incorrect data type String used for field time with type unknown 2023-09-07 19:01:25 WARN listobs::ms::msselect MSSelection time error: Parse error at or near token '-' 2023-09-07 19:01:25 WARN listobs::ms::msselect+ (near char. 9 in string "03:00:00-04:00:00") 2023-09-07 19:01:25 WARN listobs::ms::msselect+ [TIP: Did you know we use "~" as the range operator (for a good reason)?] 2023-09-07 19:01:25 WARN listobs::ms::msselect MSSelectionNullSelection : The selected table has zero rows. Listobs test: check that the proper inputs work for timerange on a time-averaged MS PASSED test_task_listobs.py::test_listobs::test_uvrangeMMS 2023-09-07 19:01:25 WARN listobs::ms::msselect RecordRep::get_pointer - incorrect data type String used for field uvdist with type unknown 2023-09-07 19:01:25 WARN listobs::ms::msselect UV Distribution Expression: Parse error at or near '-' 2023-09-07 19:01:25 WARN listobs::ms::msselect+ (near char. 2 in string "0-100") 2023-09-07 19:01:25 WARN listobs::ms::msselect+ [TIP: Did you know we use "~" as the range operator (for a good reason)?] 2023-09-07 19:01:25 WARN listobs::ms::msselect UV Distribution Expression: Parse error at or near 'a' 2023-09-07 19:01:25 WARN listobs::ms::msselect+ (near char. 1 in string "abc") Listobs test: check that the proper inputs work for uvrange on a MMS PASSED test_task_listobs.py::test_listobs::test_uvrangeMS 2023-09-07 19:01:25 WARN listobs::ms::msselect RecordRep::get_pointer - incorrect data type String used for field uvdist with type unknown 2023-09-07 19:01:25 WARN listobs::ms::msselect UV Distribution Expression: Parse error at or near '-' 2023-09-07 19:01:25 WARN listobs::ms::msselect+ (near char. 2 in string "0-100") 2023-09-07 19:01:25 WARN listobs::ms::msselect+ [TIP: Did you know we use "~" as the range operator (for a good reason)?] 2023-09-07 19:01:26 WARN listobs::ms::msselect UV Distribution Expression: Parse error at or near 'a' 2023-09-07 19:01:26 WARN listobs::ms::msselect+ (near char. 1 in string "abc") Listobs test: check that the proper inputs work for uvrange on a MS PASSED test_task_listobs.py::test_listobs::test_uvrangeTimeAvgMMS 2023-09-07 19:01:26 WARN listobs::ms::msselect RecordRep::get_pointer - incorrect data type String used for field uvdist with type unknown 2023-09-07 19:01:26 WARN listobs::ms::msselect UV Distribution Expression: Parse error at or near '-' 2023-09-07 19:01:26 WARN listobs::ms::msselect+ (near char. 2 in string "0-100") 2023-09-07 19:01:26 WARN listobs::ms::msselect+ [TIP: Did you know we use "~" as the range operator (for a good reason)?] 2023-09-07 19:01:26 WARN listobs::ms::msselect UV Distribution Expression: Parse error at or near 'a' 2023-09-07 19:01:26 WARN listobs::ms::msselect+ (near char. 1 in string "abc") Listobs test: check that the proper inputs work for uvrange on a time-averaged MMS PASSED test_task_listobs.py::test_listobs::test_uvrangeTimeAvgMS 2023-09-07 19:01:26 WARN listobs::ms::msselect RecordRep::get_pointer - incorrect data type String used for field uvdist with type unknown 2023-09-07 19:01:26 WARN listobs::ms::msselect UV Distribution Expression: Parse error at or near '-' 2023-09-07 19:01:26 WARN listobs::ms::msselect+ (near char. 2 in string "0-100") 2023-09-07 19:01:26 WARN listobs::ms::msselect+ [TIP: Did you know we use "~" as the range operator (for a good reason)?] 2023-09-07 19:01:26 WARN listobs::ms::msselect UV Distribution Expression: Parse error at or near 'a' 2023-09-07 19:01:26 WARN listobs::ms::msselect+ (near char. 1 in string "abc") Listobs test: check that the proper inputs work for uvrange on a time-averaged MS PASSED test_task_listobs.py::test_listobs::test_verboseFileSave Listobs 5: Save on a file, verbose=True PASSED test_task_listobs.py::test_listobs::test_verboseMMS Listobs test: Check that a verbose file is larger than a non-verbose one for a MMS PASSED test_task_listobs.py::test_listobs::test_verboseMS Listobs test: Check that a verbose file is larger than a non-verbose one for a MS PASSED test_task_listobs.py::test_listobs::test_verboseTimeAvgMMS Listobs test: Check that a verbose file is larger than a non-verbose one for a time-averaged MMS PASSED test_task_listobs.py::test_listobs::test_verboseTimeAvgMS Listobs test: Check that a verbose file is larger than a non-verbose one for a time-averaged MS PASSED test_task_listobs.py::test_listobs::test_wrongInp PASSED - generated xml file: /home/casatest/casa6/casatestutils/nosedir/xml/test_task_listobs/nose.xml - ================== 89 passed, 2 warnings in 137.57s (0:02:17) ================== ============================= test session starts ============================== platform linux -- Python 3.8.7, pytest-7.4.1, pluggy-1.3.0 -- /usr/local/bin/python3.8 cachedir: .pytest_cache rootdir: /home/casatest/casa6/casatestutils/nosedir/test_task_split configfile: pytest.ini collecting ... collected 122 items test_task_split.py::split_test_tav::test_data DATA[2], time avg. without correlation selection SKIPPED (split_test_tav is skipped) test_task_split.py::split_test_tav::test_data_ll DATA[2], time avg. LL SKIPPED (split_test_tav is skipped) test_task_split.py::split_test_tav::test_data_rllr DATA[2], time avg. RL, LR SKIPPED (split_test_tav is skipped) test_task_split.py::split_test_tav::test_data_rr DATA[2], time avg. RR SKIPPED (split_test_tav is skipped) test_task_split.py::split_test_tav::test_data_rrll DATA[2], time avg. RR, LL SKIPPED (split_test_tav is skipped) test_task_split.py::split_test_tav::test_sigma SIGMA[7], time avg. without correlation selection SKIPPED (split_test_tav is skipped) test_task_split.py::split_test_tav::test_sigma_ll SIGMA[7], time avg. LL SKIPPED (split_test_tav is skipped) test_task_split.py::split_test_tav::test_sigma_rllr SIGMA[7], time avg. RL, LR SKIPPED (split_test_tav is skipped) test_task_split.py::split_test_tav::test_sigma_rr SIGMA[7], time avg. RR SKIPPED (split_test_tav is skipped) test_task_split.py::split_test_tav::test_sigma_rrll SIGMA[7], time avg. RR, LL SKIPPED (split_test_tav is skipped) test_task_split.py::split_test_tav::test_sts Subtables, time avg. without correlation selection SKIPPED (split_test_tav is skipped) test_task_split.py::split_test_tav::test_sts_ll Subtables, time avg. LL SKIPPED (split_test_tav is skipped) test_task_split.py::split_test_tav::test_sts_rllr Subtables, time avg. RL, LR SKIPPED (split_test_tav is skipped) test_task_split.py::split_test_tav::test_sts_rr Subtables, time avg. RR SKIPPED (split_test_tav is skipped) test_task_split.py::split_test_tav::test_sts_rrll Subtables, time avg. RR, LL SKIPPED (split_test_tav is skipped) test_task_split.py::split_test_tav::test_wt WEIGHT[5], time avg. without correlation selection SKIPPED (split_test_tav is skipped) test_task_split.py::split_test_tav::test_wt_ll WEIGHT[5], time avg. LL SKIPPED (split_test_tav is skipped) test_task_split.py::split_test_tav::test_wt_rllr WEIGHT[5], time avg. RL, LR SKIPPED (split_test_tav is skipped) test_task_split.py::split_test_tav::test_wt_rr WEIGHT[5], time avg. RR SKIPPED (split_test_tav is skipped) test_task_split.py::split_test_tav::test_wt_rrll WEIGHT[5], time avg. RR, LL SKIPPED (split_test_tav is skipped) test_task_split.py::split_test_cav::test_data DATA[2], chan avg. without correlation selection Channel averaging Channel averaging rr Channel averaging ll PASSED test_task_split.py::split_test_cav::test_data_ll DATA[2], chan avg. LL PASSED test_task_split.py::split_test_cav::test_data_rr DATA[2], chan avg. RR PASSED test_task_split.py::split_test_cav::test_sigma SIGMA[7], chan avg. without correlation selection PASSED test_task_split.py::split_test_cav::test_sigma_ll SIGMA[7], chan avg. LL PASSED test_task_split.py::split_test_cav::test_sigma_rr SIGMA[7], chan avg. RR PASSED test_task_split.py::split_test_cav::test_sts Subtables, chan avg. without correlation selection PASSED test_task_split.py::split_test_cav::test_sts_ll Subtables, chan avg. LL PASSED test_task_split.py::split_test_cav::test_sts_rr Subtables, chan avg. RR PASSED test_task_split.py::split_test_cav::test_wt WEIGHT[5], chan avg. without correlation selection PASSED test_task_split.py::split_test_cav::test_wt_ll WEIGHT[5], chan avg. LL PASSED test_task_split.py::split_test_cav::test_wt_rr WEIGHT[5], chan avg. RR PASSED test_task_split.py::split_test_cav5::test_data 2023-09-07 19:02:00 WARN MSTransformManager::dropNonUniformWidthChannels Not enough input channels to populate output channel n# 2 from SPW 0. 2023-09-07 19:02:00 WARN MSTransformManager::dropNonUniformWidthChannels+ The channel will be dropped in order to have an uniform grid. 2023-09-07 19:02:12 WARN MSTransformManager::dropNonUniformWidthChannels Not enough input channels to populate output channel n# 2 from SPW 0. 2023-09-07 19:02:12 WARN MSTransformManager::dropNonUniformWidthChannels+ The channel will be dropped in order to have an uniform grid. DATA[2], chan avg. without correlation selection Channel averaging Channel averaging ll PASSED test_task_split.py::split_test_cav5::test_data_ll DATA[2], chan avg. LL PASSED test_task_split.py::split_test_cav5::test_sigma SIGMA[7], chan avg. without correlation selection PASSED test_task_split.py::split_test_cav5::test_sigma_ll SIGMA[7], chan avg. LL PASSED test_task_split.py::split_test_cav5::test_sts Subtables, chan avg. without correlation selection PASSED test_task_split.py::split_test_cav5::test_sts_ll Subtables, chan avg. LL PASSED test_task_split.py::split_test_cav5::test_wt WEIGHT[5], chan avg. without correlation selection PASSED test_task_split.py::split_test_cav5::test_wt_ll WEIGHT[5], chan avg. LL PASSED test_task_split.py::split_test_cdsp::test_bogus_cd_antid1 2023-09-07 19:02:34 WARN MSTransformDataHandler::filterOptSubtable At least one row of /opt/casa/data/casatestdata/unittest/split/bogusCDSP.ms/CALDEVICE has an antenna or spw mismatch. 2023-09-07 19:02:34 WARN MSTransformDataHandler::filterOptSubtable+ (Presumably from an older split, sorry.) 2023-09-07 19:02:34 WARN MSTransformDataHandler::filterOptSubtable+ If CALDEVICE is important, it should be fixed with tb or browsetable, 2023-09-07 19:02:34 WARN MSTransformDataHandler::filterOptSubtable+ or by redoing the split that made /opt/casa/data/casatestdata/unittest/split/bogusCDSP.ms (check its history). 2023-09-07 19:02:34 WARN MSTransformDataHandler::filterOptSubtable At least one row of /opt/casa/data/casatestdata/unittest/split/bogusCDSP.ms/SYSPOWER has an antenna or spw mismatch. 2023-09-07 19:02:34 WARN MSTransformDataHandler::filterOptSubtable+ (Presumably from an older split, sorry.) 2023-09-07 19:02:34 WARN MSTransformDataHandler::filterOptSubtable+ If SYSPOWER is important, it should be fixed with tb or browsetable, 2023-09-07 19:02:34 WARN MSTransformDataHandler::filterOptSubtable+ or by redoing the split that made /opt/casa/data/casatestdata/unittest/split/bogusCDSP.ms (check its history). ANTENNA_ID selection from a bad CALDEVICE Remapping CALDEVICE and SYSPOWER of cas-3307.ms Remapping CALDEVICE and SYSPOWER of bogusCDSP.ms PASSED test_task_split.py::split_test_cdsp::test_bogus_cd_antid2 ANTENNA_ID selection from a bad SYSPOWER PASSED test_task_split.py::split_test_cdsp::test_bogus_cd_spwid1 SPECTRAL_WINDOW_ID selection from a bad CALDEVICE PASSED test_task_split.py::split_test_cdsp::test_bogus_cd_spwid2 SPECTRAL_WINDOW_ID selection from a bad SYSPOWER PASSED test_task_split.py::split_test_cdsp::test_cd_antid1 ANTENNA_ID selection from CALDEVICE PASSED test_task_split.py::split_test_cdsp::test_cd_antid2 ANTENNA_ID selection from SYSPOWER PASSED test_task_split.py::split_test_cdsp::test_cd_spwid1 SPECTRAL_WINDOW_ID selection from CALDEVICE PASSED test_task_split.py::split_test_cdsp::test_cd_spwid2 SPECTRAL_WINDOW_ID selection from SYSPOWER PASSED test_task_split.py::split_test_cst::test_cst 2023-09-07 19:02:39 WARN MSTransformDataHandler::copySource Invalid SPW ID in SOURCE table row 7 2023-09-07 19:02:39 WARN MSTransformDataHandler::copySource Invalid SOURCE ID in SOURCE table row 10 2023-09-07 19:02:39 WARN MSTransformDataHandler::copySource Invalid SOURCE ID in SOURCE table row 13 2023-09-07 19:02:40 WARN MSTransformDataHandler::copySource Invalid SPW ID in SOURCE table row 15 2023-09-07 19:02:40 WARN MSTransformDataHandler::copySource Invalid SOURCE ID in SOURCE table row 22 2023-09-07 19:02:40 WARN MSTransformDataHandler::copySource Invalid SPW ID in SOURCE table row 22 Check that only the good part of a SOURCE subtable with some nonsense made it through Splitting /opt/casa/data/casatestdata/unittest/split/crazySourceTable.ms PASSED test_task_split.py::split_test_cst::test_obs Selected right observation IDs? PASSED test_task_split.py::split_test_state::test_state Is STATE correct after selecting by intent? PASSED test_task_split.py::split_test_cavcd::test_cavcd Was the CORRECTED_DATA column channel averaged? Splitting labelled_by_time+ichan.ms PASSED test_task_split.py::split_test_genericsubtables::test_genericsubtables Can we copy generic subtables? PASSED test_task_split.py::split_test_singchan::test_singchan Did we get the right channel? Splitting ctb80-vsm.ms PASSED test_task_split.py::split_test_blankov::test_blankov 2023-09-07 19:03:18 SEVERE split::::casa Task split raised an exception of class OSError with the following message: Please specify outputvis. Does outputvis == '' cause a prompt exit? Unexpected but probably benign exception: Please specify outputvis. PASSED test_task_split.py::split_test_almapol::test_almapol Can we select corrs when WVR data is in spw 0? PASSED test_task_split.py::split_test_almapol::test_nsid Did NS_WX_STATION_ID get copied? PASSED test_task_split.py::split_test_almapol::test_nspos Did NS_WX_STATION_POS get copied? PASSED test_task_split.py::split_test_unorderedpolspw::test_datashape Data shape Selecting spws 1, 3, and 5. PASSED test_task_split.py::split_test_unorderedpolspw::test_subtables DATA_DESCRIPTION, SPECTRAL_WINDOW, and POLARIZATION shapes PASSED test_task_split.py::split_test_sw_and_fc::test_cf0_noavg 2023-09-07 19:03:37 WARN MSTransformManager::dropNonUniformWidthChannels Not enough input channels to populate output channel n# 42 from SPW 1. 2023-09-07 19:03:37 WARN MSTransformManager::dropNonUniformWidthChannels+ The channel will be dropped in order to have an uniform grid. CHAN_FREQ[0] after selection, but no averaging. Checking SPECTRAL_WINDOW and FLAG_CMD with width 1. Checking SPECTRAL_WINDOW and FLAG_CMD with width 3. PASSED test_task_split.py::split_test_sw_and_fc::test_cf0_wavg CHAN_FREQ[0] after averaging, but no selection. PASSED test_task_split.py::split_test_sw_and_fc::test_cf_noavg CHAN_FREQ[33] after selection, but no averaging. PASSED test_task_split.py::split_test_sw_and_fc::test_cf_wavg CHAN_FREQ[33] after averaging, but no selection. PASSED test_task_split.py::split_test_sw_and_fc::test_cflc_noavg CHAN_FREQ[-1] after selection, but no averaging. PASSED test_task_split.py::split_test_sw_and_fc::test_cflc_wavg CHAN_FREQ[-1] after averaging, but no selection. PASSED test_task_split.py::split_test_sw_and_fc::test_cw_noavg CHAN_WIDTH after selection, but no averaging. PASSED test_task_split.py::split_test_sw_and_fc::test_cw_wavg CHAN_WIDTH after averaging, but no selection. PASSED test_task_split.py::split_test_sw_and_fc::test_eb_noavg EFFECTIVE_BW after selection, but no averaging. PASSED test_task_split.py::split_test_sw_and_fc::test_eb_wavg EFFECTIVE_BW after averaging, but no selection. PASSED test_task_split.py::split_test_sw_and_fc::test_fc_noavg Updating of FLAG_CMD after selection, but no averaging. PASSED test_task_split.py::split_test_sw_and_fc::test_fc_wavg Updating of FLAG_CMD after averaging, but simple selection. PASSED test_task_split.py::split_test_sw_and_fc::test_nchan_noavg # of channels after selection, but no averaging. PASSED test_task_split.py::split_test_sw_and_fc::test_nchan_wavg # of channels after averaging, but no selection. PASSED test_task_split.py::split_test_sw_and_fc::test_res_noavg RESOLUTION after selection, but no averaging. PASSED test_task_split.py::split_test_sw_and_fc::test_res_wavg RESOLUTION after averaging and simple selection. PASSED test_task_split.py::split_test_sw_and_fc::test_rf_noavg REF_FREQUENCY after selection, but no averaging. PASSED test_task_split.py::split_test_sw_and_fc::test_rf_wavg REF_FREQUENCY after averaging, but no selection. PASSED test_task_split.py::split_test_sw_and_fc::test_tb_noavg TOTAL_BANDWIDTH after selection, but no averaging. PASSED test_task_split.py::split_test_sw_and_fc::test_tb_wavg Is TOTAL_BANDWIDTH conserved after averaging, but no selection? PASSED test_task_split.py::split_test_optswc::test_bbcno_noavg 2023-09-07 19:03:41 WARN MSTransformManager::initDataSelectionParams Number of selected channels 1 for SPW 2 is smaller than specified chanbin 3 2023-09-07 19:03:41 WARN MSTransformManager::initDataSelectionParams+ Setting chanbin to 1 for SPW 2 2023-09-07 19:03:41 WARN MSTransformManager::initDataSelectionParams Number of selected channels 1 for SPW 4 is smaller than specified chanbin 3 2023-09-07 19:03:41 WARN MSTransformManager::initDataSelectionParams+ Setting chanbin to 1 for SPW 4 2023-09-07 19:03:41 WARN MSTransformManager::initDataSelectionParams Number of selected channels 1 for SPW 6 is smaller than specified chanbin 3 2023-09-07 19:03:41 WARN MSTransformManager::initDataSelectionParams+ Setting chanbin to 1 for SPW 6 2023-09-07 19:03:41 WARN MSTransformManager::initDataSelectionParams Number of selected channels 1 for SPW 8 is smaller than specified chanbin 3 2023-09-07 19:03:41 WARN MSTransformManager::initDataSelectionParams+ Setting chanbin to 1 for SPW 8 2023-09-07 19:03:45 WARN MSTransformManager::dropNonUniformWidthChannels Not enough input channels to populate output channel n# 1 from SPW 0. 2023-09-07 19:03:45 WARN MSTransformManager::dropNonUniformWidthChannels+ The channel will be dropped in order to have an uniform grid. 2023-09-07 19:03:45 WARN MSTransformManager::dropNonUniformWidthChannels Not enough input channels to populate output channel n# 42 from SPW 1. 2023-09-07 19:03:45 WARN MSTransformManager::dropNonUniformWidthChannels+ The channel will be dropped in order to have an uniform grid. 2023-09-07 19:03:45 WARN MSTransformManager::dropNonUniformWidthChannels Not enough input channels to populate output channel n# 42 from SPW 3. 2023-09-07 19:03:45 WARN MSTransformManager::dropNonUniformWidthChannels+ The channel will be dropped in order to have an uniform grid. 2023-09-07 19:03:45 WARN MSTransformManager::dropNonUniformWidthChannels Not enough input channels to populate output channel n# 42 from SPW 5. 2023-09-07 19:03:45 WARN MSTransformManager::dropNonUniformWidthChannels+ The channel will be dropped in order to have an uniform grid. 2023-09-07 19:03:45 WARN MSTransformManager::dropNonUniformWidthChannels Not enough input channels to populate output channel n# 42 from SPW 7. 2023-09-07 19:03:45 WARN MSTransformManager::dropNonUniformWidthChannels+ The channel will be dropped in order to have an uniform grid. Can we get BBC1? Checking SPECTRAL_WINDOW's opt cols with width 1. Checking SPECTRAL_WINDOW's opt cols with width 3. PASSED test_task_split.py::split_test_optswc::test_bbcno_wavg Can we get any BBC if we average? PASSED test_task_split.py::split_test_optswc::test_rightcols_noavg List of SW cols after selection, but no averaging. PASSED test_task_split.py::split_test_optswc::test_rightcols_wavg List of SW cols after averaging, but no selection. PASSED test_task_split.py::split_test_tav_then_cvel::test_cv cvel completed SKIPPED (split_test_tav_then_cvel is skipped) test_task_split.py::split_test_tav_then_cvel::test_tav_data Time averaged DATA SKIPPED (split_test_tav_then_cvel is skipped) test_task_split.py::split_test_tav_then_cvel::test_tav_int Time averaged INTERVAL SKIPPED (split_test_tav_then_cvel is skipped) test_task_split.py::split_test_tav_then_cvel::test_tav_scan Time averaged SCAN_NUMBER SKIPPED (split_test_tav_then_cvel is skipped) test_task_split.py::split_test_tav_then_cvel::test_tav_state_id Time averaged STATE_ID SKIPPED (split_test_tav_then_cvel is skipped) test_task_split.py::split_test_tav_then_cvel::test_tav_time Time averaged TIME SKIPPED (split_test_tav_then_cvel is skipped) test_task_split.py::split_test_tav_then_cvel::test_tav_wt Time averaged WEIGHT SKIPPED (split_test_tav_then_cvel is skipped) test_task_split.py::split_test_wttosig::test_sig_cavcorr SIGMA after channel averaging CORRECTED_DATA. Checking WEIGHT and SIGMA after ('data', '1', '0s'). Checking WEIGHT and SIGMA after ('corrected', '1', '0s'). Checking WEIGHT and SIGMA after ('data', '2', '0s'). Checking WEIGHT and SIGMA after ('data', '1', '60s'). Checking WEIGHT and SIGMA after ('data', '1', '30s'). Checking WEIGHT and SIGMA after ('corrected', '2', '0s'). Checking WEIGHT and SIGMA after ('corrected', '1', '30s'). Checking WEIGHT and SIGMA after ('corrected', '1', '60s'). PASSED test_task_split.py::split_test_wttosig::test_sig_cavdata SIGMA after channel averaging DATA. PASSED test_task_split.py::split_test_wttosig::test_sig_corrtodata SIGMA after straight CORRECTED -> DATA. PASSED test_task_split.py::split_test_wttosig::test_sig_straightselection SIGMA after straight selection of DATA. PASSED test_task_split.py::split_test_wttosig::test_sig_tav30sdata SIGMA after time averaging 30s DATA. PASSED test_task_split.py::split_test_wttosig::test_sig_tavcorr SIGMA after time averaging CORRECTED_DATA. PASSED test_task_split.py::split_test_wttosig::test_sig_tavdata SIGMA after time averaging DATA. PASSED test_task_split.py::split_test_wttosig::test_wt_cavcorr WEIGHT after channel averaging CORRECTED_DATA. PASSED test_task_split.py::split_test_wttosig::test_wt_cavdata WEIGHT after channel averaging DATA. PASSED test_task_split.py::split_test_wttosig::test_wt_corrtodata WEIGHT after straight CORRECTED -> DATA. PASSED test_task_split.py::split_test_wttosig::test_wt_straightselection WEIGHT after straight selection of DATA. PASSED test_task_split.py::split_test_wttosig::test_wt_tav30data WEIGHT after time averaging 30s DATA. PASSED test_task_split.py::split_test_wttosig::test_wt_tavcorr WEIGHT after time averaging CORRECTED_DATA. PASSED test_task_split.py::split_test_wttosig::test_wt_tavdata WEIGHT after time averaging DATA. PASSED test_task_split.py::split_test_singlespw_severalchranges::test_ddi_entries Check that there is a single row in the DDI table. Checking DDI after channel selection ranges in single SPW PASSED test_task_split.py::split_test_fc::test_fc_categories FLAG_CATEGORY's CATEGORY keyword SKIPPED (FLAG_CATEGORY not supported in mstransform (new split)) test_task_split.py::split_test_fc::test_fc_cav FLAG_CATEGORY after channel averaging SKIPPED (FLAG_CATEGORY not supported in mstransform (new split)) test_task_split.py::split_test_fc::test_fc_straightselection FLAG_CATEGORY after straight selection SKIPPED (FLAG_CATEGORY not supported in mstransform (new split)) test_task_split.py::split_test_fc::test_fc_tav FLAG_CATEGORY after time averaging SKIPPED (FLAG_CATEGORY not supported in mstransform (new split)) test_task_split.py::splitTests::test_combinescan_mms 2023-09-07 19:04:35 WARN split::::casa Cannot process MMS in parallel when combine='scan' because the subMSs do not contain all the selected scans 2023-09-07 19:04:35 SEVERE split::::casa Please set keepmms to False or use task mstransform in this case. 2023-09-07 19:04:35 SEVERE split::::casa Task split raised an exception of class Exception with the following message: Unable to continue with MMS processing split: combine=scan with axis=scan ................. Creating test MMS .................. Expected error! PASSED test_task_split.py::splitTests::test_combinescan_ms split: combine=scan with axis=scan, keepmms=false ................. Creating test MMS .................. PASSED test_task_split.py::splitTests::test_combinescan_spw_mms split: combine=scan with axis=spw ................. Creating test MMS .................. PASSED test_task_split.py::splitTests::test_flagversions 2023-09-07 19:05:25 SEVERE split::::casa Task split raised an exception of class RuntimeError with the following message: The flagversions spw0.ms.flagversions for the output MS already exists. Please delete it. split: raise an error when .flagversions exist PASSED test_task_split.py::splitTests::test_keepflags split: keepflags=False PASSED test_task_split.py::splitTests::test_numpy_width split: Automatically convert numpy type to Python type PASSED test_task_split.py::splitTests::test_numpy_width_mms 2023-09-07 19:05:44 WARN ParallelDataHelper::getPartitionMap::casa Number of subMSs (8) is greater than available scan,ddi pairs (4), setting nsubms to 4 2023-09-07 19:06:00 SEVERE ParallelDataHelper::::casa Task split raised an exception of class RuntimeError with the following message: MSSelectionNullSelection : The selected table has zero rows. 2023-09-07 19:06:05 SEVERE ParallelDataHelper::::casa Task split raised an exception of class RuntimeError with the following message: MSSelectionNullSelection : The selected table has zero rows. split: Automatically convert numpy type to Python type in an MMS ................. Creating test MMS .................. PASSED test_task_split.py::splitTests::test_split_combine_scan_axis 2023-09-07 19:06:19 WARN split::::casa Cannot process MMS in parallel when combine='scan' because the subMSs do not contain all the selected scans 2023-09-07 19:06:19 SEVERE split::::casa Please set keepmms to False or use task mstransform in this case. 2023-09-07 19:06:19 SEVERE split::::casa Task split raised an exception of class Exception with the following message: Unable to continue with MMS processing split: raise error when combine='scan' and axis='scan' ................. Creating test MMS .................. Expected Error: Unable to continue with MMS processing Expected Error! PASSED test_task_split.py::splitSpwPoln::test_split_chanavg_spw_with_diff_pol_shape split: channel average spw 0 that has repeated SPW ID PASSED test_task_split.py::splitSpwPoln::test_split_different_corrs split: split spws with different shapes PASSED test_task_split.py::splitUnsortedPoln::test_split_unsorted_polids split: split MS with unsorted polIDs PASSED test_task_split.py::splitUpdateFlagCmd::test_updateFlagcmd1 2023-09-07 19:06:46 WARN importasdm::::casa Ephemeris is in ICRS instead of J2000 frame. 2023-09-07 19:06:46 WARN importasdm::::casa+ Entry in SOURCE table will be converted to J2000 2023-09-07 19:06:46 WARN importasdm::::casa Ephemeris is in ICRS instead of J2000 frame. 2023-09-07 19:06:46 WARN importasdm::::casa+ Entry in SOURCE table will be converted to J2000 split: Do not update FLAG_CMD table when spw selection in FLAG_CMD is by name PASSED - generated xml file: /home/casatest/casa6/casatestutils/nosedir/xml/test_task_split/nose.xml - =========================== short test summary info ============================ SKIPPED [1] test_task_split.py:384: split_test_tav is skipped SKIPPED [1] test_task_split.py:417: split_test_tav is skipped SKIPPED [1] test_task_split.py:402: split_test_tav is skipped SKIPPED [1] test_task_split.py:410: split_test_tav is skipped SKIPPED [1] test_task_split.py:394: split_test_tav is skipped SKIPPED [1] test_task_split.py:459: split_test_tav is skipped SKIPPED [1] test_task_split.py:486: split_test_tav is skipped SKIPPED [1] test_task_split.py:473: split_test_tav is skipped SKIPPED [1] test_task_split.py:480: split_test_tav is skipped SKIPPED [1] test_task_split.py:466: split_test_tav is skipped SKIPPED [1] test_task_split.py:349: split_test_tav is skipped SKIPPED [1] test_task_split.py:369: split_test_tav is skipped SKIPPED [1] test_task_split.py:359: split_test_tav is skipped SKIPPED [1] test_task_split.py:364: split_test_tav is skipped SKIPPED [1] test_task_split.py:354: split_test_tav is skipped SKIPPED [1] test_task_split.py:424: split_test_tav is skipped SKIPPED [1] test_task_split.py:452: split_test_tav is skipped SKIPPED [1] test_task_split.py:439: split_test_tav is skipped SKIPPED [1] test_task_split.py:445: split_test_tav is skipped SKIPPED [1] test_task_split.py:432: split_test_tav is skipped SKIPPED [1] test_task_split.py:1613: split_test_tav_then_cvel is skipped SKIPPED [1] test_task_split.py:1538: split_test_tav_then_cvel is skipped SKIPPED [1] test_task_split.py:1584: split_test_tav_then_cvel is skipped SKIPPED [1] test_task_split.py:1596: split_test_tav_then_cvel is skipped SKIPPED [1] test_task_split.py:1591: split_test_tav_then_cvel is skipped SKIPPED [1] test_task_split.py:1601: split_test_tav_then_cvel is skipped SKIPPED [1] test_task_split.py:1572: split_test_tav_then_cvel is skipped SKIPPED [1] test_task_split.py:1879: FLAG_CATEGORY not supported in mstransform (new split) SKIPPED [1] test_task_split.py:1929: FLAG_CATEGORY not supported in mstransform (new split) SKIPPED [1] test_task_split.py:1884: FLAG_CATEGORY not supported in mstransform (new split) SKIPPED [1] test_task_split.py:1954: FLAG_CATEGORY not supported in mstransform (new split) ============ 91 passed, 31 skipped, 6 warnings in 325.44s (0:05:25) ============ ============================= test session starts ============================== platform linux -- Python 3.8.7, pytest-7.4.1, pluggy-1.3.0 -- /usr/local/bin/python3.8 cachedir: .pytest_cache rootdir: /home/casatest/casa6/casatestutils/nosedir/test_task_imhistory configfile: pytest.ini collecting ... collected 9 items test_task_imhistory.py::imhistory_test::test_appendModeDefaultOrigin 6. test_appendModeDefaultOrigin: Check that append mode adds a string to the image history with the default origin setting PASSED test_task_imhistory.py::imhistory_test::test_appendModeNoDefaults 5. test_appendModeNoDefaults: Check that the append mode adds a string to the image history without use of default settings for message or origin PASSED test_task_imhistory.py::imhistory_test::test_correctReturnedParameters 7. test_correctReturnedParameters: Check that imhistory returns the expected parameters by looking for FILLM and BPASS PASSED test_task_imhistory.py::imhistory_test::test_imhistory Test general functionality Ran ia.fromshape PASSED test_task_imhistory.py::imhistory_test::test_listModeNoVerbose 4. test_listModeNoVerbose: Check that the list mode with verbose off outputs an array of strings and does not output to the log file PASSED test_task_imhistory.py::imhistory_test::test_listModeVerbose 3. test_listModeVerbose: Check that the list mode with verbose on outputs to log file and outputs an array of strings PASSED test_task_imhistory.py::imhistory_test::test_noExistingMode 2023-09-07 19:07:00 SEVERE imhistory::::casa Task imhistory raised an exception of class ValueError with the following message: Unsopported mode fakeMode 8. test_noExistingMode: Check that an exception is raised when a non-valid mode is given PASSED test_task_imhistory.py::imhistory_test::test_takesCASAImage 1. test_takesCASAImage: Check that imhistory takes a CASA image file (*.image) PASSED test_task_imhistory.py::imhistory_test::test_takesFITS 2. test_takesFITS: Check that imhistory takes a FITS file PASSED - generated xml file: /home/casatest/casa6/casatestutils/nosedir/xml/test_task_imhistory/nose.xml - ======================== 9 passed, 2 warnings in 2.96s ========================= ============================= test session starts ============================== platform linux -- Python 3.8.7, pytest-7.4.1, pluggy-1.3.0 -- /usr/local/bin/python3.8 cachedir: .pytest_cache rootdir: /home/casatest/casa6/casatestutils/nosedir/test_task_delmod configfile: pytest.ini collecting ... collected 4 items test_task_delmod.py::delmod_test::test_mesSet 2023-09-07 19:07:02 WARN calibrater::setvi(bool,bool) Forcing use of OLD VisibilityIterator. test_messet ----------------- Checks that only a valid MS is accept as input The first assert checks that no severe errors appear in the log when preforming the task on a valid MS The second assert checks that a severe error is raised when the provided MS does not exist TABLE IS BEING REMOVED PASSED test_task_delmod.py::delmod_test::test_removefield 2023-09-07 19:07:04 WARN calibrater::setvi(bool,bool) Forcing use of OLD VisibilityIterator. 2023-09-07 19:07:06 WARN ft::FTMachine::initMaps No overlap in frequency between image channels and selected data found for this FTMachine 2023-09-07 19:07:06 WARN ft::FTMachine::initMaps+ Check your data selection and image parameters if you end up with a blank image test_removefield ---------------------- Check that the field selection paramter works as intended This test checks that the field selection removes the proper FIELD_ID from the MS The field is deleted and then table tools are used to open and check for the existence of the removed FIELD_ID The assertion checks that the specified FIELD_ID is no longer present in the MS TABLE IS BEING REMOVED PASSED test_task_delmod.py::delmod_test::test_removeotf 2023-09-07 19:07:08 WARN calibrater::setvi(bool,bool) Forcing use of OLD VisibilityIterator. 2023-09-07 19:07:10 WARN ft::FTMachine::initMaps No overlap in frequency between image channels and selected data found for this FTMachine 2023-09-07 19:07:10 WARN ft::FTMachine::initMaps+ Check your data selection and image parameters if you end up with a blank image test_removeotf ------------------ Checks that the vitual model is removed when the parameter otf=True The first assert statment checks that the model does exist initially (this may be unnessisary) The second assertion checks that the virtual model no longer exists TABLE IS BEING REMOVED PASSED test_task_delmod.py::delmod_test::test_removescr 2023-09-07 19:07:12 WARN calibrater::setvi(bool,bool) Forcing use of OLD VisibilityIterator. 2023-09-07 19:07:13 SEVERE getcol::MODEL_DATA Exception Reported: TableProxy::getColumn: column MODEL_DATA does not exist test_removescr ----------------------- Checks that the scratch column is removed when using the parameer scr=True The assert checks that table tools cannot access the scratch column after delmod has been performed TABLE IS BEING REMOVED PASSED - generated xml file: /home/casatest/casa6/casatestutils/nosedir/xml/test_task_delmod/nose.xml - ======================== 4 passed, 2 warnings in 12.77s ======================== ============================= test session starts ============================== platform linux -- Python 3.8.7, pytest-7.4.1, pluggy-1.3.0 -- /usr/local/bin/python3.8 cachedir: .pytest_cache rootdir: /home/casatest/casa6/casatestutils/nosedir/test_task_listpartition configfile: pytest.ini collecting ... collected 14 items test_task_listpartition.py::test_MS::testMS1 listpartition MS1: Input MS Linking to data... PASSED test_task_listpartition.py::test_MS::testMS2 listpartition MS2: Save to a file PASSED test_task_listpartition.py::test_MS::testMS3 listpartition MS3: Create an output dictionary PASSED test_task_listpartition.py::test_MMS_spw::testspw1 listpartition MMS spw1: Input MMS Linking to data... PASSED test_task_listpartition.py::test_MMS_spw::testspw2 listpartition MMS spw2: Save to a file PASSED test_task_listpartition.py::test_MMS_spw::testspw3 listpartition MMS spw3: Create an output dictionary PASSED test_task_listpartition.py::test_MMS_scan::testscan1 listpartition MMS scan1: Input MMS Linking to data... PASSED test_task_listpartition.py::test_MMS_scan::testscan2 listpartition MMS scan2: Save to a file PASSED test_task_listpartition.py::test_MMS_scan::testscan3 listpartition MMS scan3: Create an output dictionary PASSED test_task_listpartition.py::test_MMS_scan::testscan4 listpartition MMS scan4: check the sizes of the sub-MSs PASSED test_task_listpartition.py::test_MMS_mix::testmix1 listpartition MMS mix1: Input MMS Linking to data... PASSED test_task_listpartition.py::test_MMS_mix::testmix2 listpartition MMS mix2: Save to a file PASSED test_task_listpartition.py::test_MMS_mix::testmix3 listpartition MMS mix3: Create an output dictionary PASSED test_task_listpartition.py::test_MMS_mix::testmix4 listpartition MMS mix4: check the sizes of the sub-MSs PASSED - generated xml file: /home/casatest/casa6/casatestutils/nosedir/xml/test_task_listpartition/nose.xml - ======================= 14 passed, 2 warnings in 30.52s ======================== ============================= test session starts ============================== platform linux -- Python 3.8.7, pytest-7.4.1, pluggy-1.3.0 -- /usr/local/bin/python3.8 cachedir: .pytest_cache rootdir: /home/casatest/casa6/casatestutils/nosedir/test_task_sdtimeaverage configfile: pytest.ini collecting ... collected 41 items test_task_sdtimeaverage.py::test_sdtimeaverage::test_para10 sdtimeagerage::10:: scan=2 (Within the range). setUpClass::deleting existing work-MS. - TestMS.[sdimaging-t.ms] being created on current dir. ----- Generating MS. Nrow = 3843 ------ Putting Time,INTERVAL. ------ Calculating Curve. ------ Putting Curve. ------ Done. - TestMS(for TimeSpan.[sdimaging-t2.ms] being created on current dir. ----- Generating MS. Nrow = 3843 ------ stateOption Active, putting three STATE_IDs on the MS. ------ Putting Time,INTERVAL. ------ Calculating Curve. ------ Putting Curve. ------ Done. - TestMS(for data/float_data.[Uranus1.cal.Ant0.spw34-nobeyama.ms] being created. ------ changing Telscope Name. ------ changing Telscope Name. _run_task::starts -- checking scan selection -- -- checking Output Record Count -- tearDown::deleting MSs. PASSED test_task_sdtimeaverage.py::test_sdtimeaverage::test_param00 sdtimeagerage::00:: timerange = 00:00:00~01:04:03 NORMAL (3843s same as in MS). _run_task::starts -- checking Zero -- -- checking Output Record Count -- tearDown::deleting MSs. PASSED test_task_sdtimeaverage.py::test_sdtimeaverage::test_param01E sdtimeagerage::01E:: timerange = 00:00:00~01:00:00 ERROR case(3600s INSUFFICIENT). _run_task::starts -- checking Non Zero -- -- checking Output Record Count -- tearDown::deleting MSs. PASSED test_task_sdtimeaverage.py::test_sdtimeaverage::test_param02 sdtimeagerage::02:: timerange = "" (dafault). _run_task::starts -- checking Zero -- -- checking Output Record Count -- tearDown::deleting MSs. PASSED test_task_sdtimeaverage.py::test_sdtimeaverage::test_param100 sdtimeaverage::100:: timebin=1282(N=3). _run_task::starts -- checking ZeroSum of data1 and data2. -- checking Zero -- -- checking Time -- -- checking Time -- -- checking Time -- -- checking Weight and Sigma -- Weight Ref :1281.0 Weight :[1281.00012207 1281.00012207] Sigma :[0.02793994 0.02793994] -- checking Weight and Sigma -- Weight Ref :1281.0 Weight :[1281.00012207 1281.00012207] Sigma :[0.02793994 0.02793994] -- checking Weight and Sigma -- Weight Ref :1281.0 Weight :[1281.00012207 1281.00012207] Sigma :[0.02793994 0.02793994] -- checking Output Record Count -- tearDown::deleting MSs. PASSED test_task_sdtimeaverage.py::test_sdtimeaverage::test_param101 sdtimeaverage::101: timebin=3846(N=1), timebin="". _run_task::starts -- checking Zero -- -- checking Time -- -- checking Weight and Sigma -- Weight Ref :3843 Weight :[3842.99975586 3842.99975586] Sigma :[0.01613113 0.01613113] -- checking Output Record Count -- tearDown::deleting MSs. PASSED test_task_sdtimeaverage.py::test_sdtimeaverage::test_param103 sdtimeaverage::103: timebin=3846(N=1), timebin="all". _run_task::starts -- checking Zero -- -- checking Time -- -- checking Weight and Sigma -- Weight Ref :3843 Weight :[3842.99975586 3842.99975586] Sigma :[0.01613113 0.01613113] -- checking Output Record Count -- tearDown::deleting MSs. PASSED test_task_sdtimeaverage.py::test_sdtimeaverage::test_param11 sdtimeagerage::11:: scan=61 (Within the range). _run_task::starts -- checking scan selection -- -- checking Output Record Count -- tearDown::deleting MSs. PASSED test_task_sdtimeaverage.py::test_sdtimeaverage::test_param110 sdtimeagerage::110:: timebin="all". _run_task::starts -- checking Output Record Count -- tearDown::deleting MSs. PASSED test_task_sdtimeaverage.py::test_sdtimeaverage::test_param111 sdtimeagerage::111:: timebin="ALL". _run_task::starts -- checking Output Record Count -- tearDown::deleting MSs. PASSED test_task_sdtimeaverage.py::test_sdtimeaverage::test_param112 sdtimeagerage::112:: timebin='' (default). _run_task::starts -- checking Output Record Count -- tearDown::deleting MSs. PASSED test_task_sdtimeaverage.py::test_sdtimeaverage::test_param113E 2023-09-07 19:09:13 SEVERE sdtimeaverage:::: Error in QuantumHolder::fromString with input string "Alles": Illegal input units or format 2023-09-07 19:09:13 SEVERE sdtimeaverage::::+ in converting quantity 2023-09-07 19:09:13 SEVERE sdtimeaverage:::: Exception Reported: Error in QuantumHolder::fromString with input string "Alles": Illegal input units or format 2023-09-07 19:09:13 SEVERE sdtimeaverage::::+ in converting quantity 2023-09-07 19:09:14 SEVERE sdtimeaverage::::casa Traceback (most recent call last): 2023-09-07 19:09:14 SEVERE sdtimeaverage::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdtimeaverage.py", line 53, in sdtimeaverage 2023-09-07 19:09:14 SEVERE sdtimeaverage::::casa+ tbin = qa.convert(qa.quantity(timebin), 's')['value'] 2023-09-07 19:09:14 SEVERE sdtimeaverage::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/quanta.py", line 54, in quantity 2023-09-07 19:09:14 SEVERE sdtimeaverage::::casa+ return self._swigobj.quantity(v, unitname, keepshape) 2023-09-07 19:09:14 SEVERE sdtimeaverage::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/__casac__/quanta.py", line 255, in quantity 2023-09-07 19:09:14 SEVERE sdtimeaverage::::casa+ return _quanta.quanta_quantity(self, *args, **kwargs) 2023-09-07 19:09:14 SEVERE sdtimeaverage::::casa+ RuntimeError: Error in QuantumHolder::fromString with input string "Alles": Illegal input units or format 2023-09-07 19:09:14 SEVERE sdtimeaverage::::casa+ in converting quantity 2023-09-07 19:09:14 SEVERE sdtimeaverage::::casa Error in QuantumHolder::fromString with input string "Alles": Illegal input units or format 2023-09-07 19:09:14 SEVERE sdtimeaverage::::casa+ in converting quantity 2023-09-07 19:09:14 SEVERE sdtimeaverage::::casa Task sdtimeaverage raised an exception of class RuntimeError with the following message: Error in QuantumHolder::fromString with input string "Alles": Illegal input units or format 2023-09-07 19:09:14 SEVERE sdtimeaverage::::casa+ in converting quantity sdtimeagerage::113E:: timebin='Alles' (ERROR: Bad keyword). _run_task::starts Exception running sdtimeaverage: Error in QuantumHolder::fromString with input string "Alles": Illegal input units or format in converting quantity tearDown::deleting MSs. PASSED test_task_sdtimeaverage.py::test_sdtimeaverage::test_param114 sdtimeagerage::114:: timebin='aLL' (OK: Upper/Lower case mixed). _run_task::starts -- checking Output Record Count -- tearDown::deleting MSs. PASSED test_task_sdtimeaverage.py::test_sdtimeaverage::test_param115 2023-09-07 19:09:22 WARN sdtimeaverage::::casa Parameter timebin equals zero. No averaging will be performed. sdtimeagerage::115:: timebin='0' (No averaging, not an Error). _run_task::starts -- checking Output Record Count -- tearDown::deleting MSs. PASSED test_task_sdtimeaverage.py::test_sdtimeaverage::test_param116 2023-09-07 19:09:34 SEVERE sdtimeaverage::::casa Traceback (most recent call last): 2023-09-07 19:09:34 SEVERE sdtimeaverage::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdtimeaverage.py", line 60, in sdtimeaverage 2023-09-07 19:09:34 SEVERE sdtimeaverage::::casa+ raise ValueError( 2023-09-07 19:09:34 SEVERE sdtimeaverage::::casa+ ValueError: Parameter timebin must be >= '0s' to do time averaging 2023-09-07 19:09:34 SEVERE sdtimeaverage::::casa Parameter timebin must be >= '0s' to do time averaging 2023-09-07 19:09:34 SEVERE sdtimeaverage::::casa Task sdtimeaverage raised an exception of class ValueError with the following message: Parameter timebin must be >= '0s' to do time averaging sdtimeagerage::116:: timebin='-1' (Error. Not acceptable). _run_task::starts Exception running sdtimeaverage: Parameter timebin must be >= '0s' to do time averaging tearDown::deleting MSs. PASSED test_task_sdtimeaverage.py::test_sdtimeaverage::test_param12E 2023-09-07 19:09:34 SEVERE sdtimeaverage::::casa Traceback (most recent call last): 2023-09-07 19:09:34 SEVERE sdtimeaverage::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdtimeaverage.py", line 73, in sdtimeaverage 2023-09-07 19:09:34 SEVERE sdtimeaverage::::casa+ sdutil.do_mst( 2023-09-07 19:09:34 SEVERE sdtimeaverage::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/sdutil.py", line 683, in do_mst 2023-09-07 19:09:34 SEVERE sdtimeaverage::::casa+ mtlocal.open() 2023-09-07 19:09:34 SEVERE sdtimeaverage::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/mstransformer.py", line 36, in open 2023-09-07 19:09:34 SEVERE sdtimeaverage::::casa+ return self._swigobj.open() 2023-09-07 19:09:34 SEVERE sdtimeaverage::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/__casac__/mstransformer.py", line 176, in open 2023-09-07 19:09:34 SEVERE sdtimeaverage::::casa+ return _mstransformer.mstransformer_open(self) 2023-09-07 19:09:34 SEVERE sdtimeaverage::::casa+ RuntimeError: MSSelectionNullSelection : The selected table has zero rows. 2023-09-07 19:09:34 SEVERE sdtimeaverage::::casa MSSelectionNullSelection : The selected table has zero rows. 2023-09-07 19:09:34 SEVERE sdtimeaverage::::casa Task sdtimeaverage raised an exception of class RuntimeError with the following message: MSSelectionNullSelection : The selected table has zero rows. sdtimeagerage::12E:: scan=62 (Error Out of range). _run_task::starts Exception running sdtimeaverage: MSSelectionNullSelection : The selected table has zero rows. tearDown::deleting MSs. PASSED test_task_sdtimeaverage.py::test_sdtimeaverage::test_param13 sdtimeagerage::13:: scan='' (no number) Default action. _run_task::starts -- checking Zero -- -- checking Time -- -- checking Weight and Sigma -- Weight Ref :3843 Weight :[3842.99975586 3842.99975586] Sigma :[0.01613113 0.01613113] -- checking Output Record Count -- tearDown::deleting MSs. PASSED test_task_sdtimeaverage.py::test_sdtimeaverage::test_param20 sdtimeaverage::20:: field = 'FLS3a*' (Exact NAME). _run_task::starts -- checking Output Record Count -- tearDown::deleting MSs. PASSED test_task_sdtimeaverage.py::test_sdtimeaverage::test_param21E 2023-09-07 19:09:49 SEVERE sdtimeaverage::::casa Traceback (most recent call last): 2023-09-07 19:09:49 SEVERE sdtimeaverage::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdtimeaverage.py", line 73, in sdtimeaverage 2023-09-07 19:09:49 SEVERE sdtimeaverage::::casa+ sdutil.do_mst( 2023-09-07 19:09:49 SEVERE sdtimeaverage::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/sdutil.py", line 683, in do_mst 2023-09-07 19:09:49 SEVERE sdtimeaverage::::casa+ mtlocal.open() 2023-09-07 19:09:49 SEVERE sdtimeaverage::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/mstransformer.py", line 36, in open 2023-09-07 19:09:49 SEVERE sdtimeaverage::::casa+ return self._swigobj.open() 2023-09-07 19:09:49 SEVERE sdtimeaverage::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/__casac__/mstransformer.py", line 176, in open 2023-09-07 19:09:49 SEVERE sdtimeaverage::::casa+ return _mstransformer.mstransformer_open(self) 2023-09-07 19:09:49 SEVERE sdtimeaverage::::casa+ RuntimeError: Field Expression: No match found for name "hoge" 2023-09-07 19:09:49 SEVERE sdtimeaverage::::casa+ (near char. 4 in string "hoge") 2023-09-07 19:09:49 SEVERE sdtimeaverage::::casa Field Expression: No match found for name "hoge" 2023-09-07 19:09:49 SEVERE sdtimeaverage::::casa+ (near char. 4 in string "hoge") 2023-09-07 19:09:49 SEVERE sdtimeaverage::::casa Task sdtimeaverage raised an exception of class RuntimeError with the following message: Field Expression: No match found for name "hoge" 2023-09-07 19:09:49 SEVERE sdtimeaverage::::casa+ (near char. 4 in string "hoge") sdtimeaverage::21E:: field = 'hoge*' (Error :Bad NAME). _run_task::starts Exception running sdtimeaverage: Field Expression: No match found for name "hoge" (near char. 4 in string "hoge") tearDown::deleting MSs. PASSED test_task_sdtimeaverage.py::test_sdtimeaverage::test_param22 sdtimeaverage::22:: field = '*' (OK : wildcard). _run_task::starts -- checking Output Record Count -- tearDown::deleting MSs. PASSED test_task_sdtimeaverage.py::test_sdtimeaverage::test_param23 sdtimeaverage::23:: field = '' (OK : default). _run_task::starts -- checking Output Record Count -- tearDown::deleting MSs. PASSED test_task_sdtimeaverage.py::test_sdtimeaverage::test_param30 sdtimeaverage::30:: spw = '0' (exist). _run_task::starts -- checking Output Record Count -- tearDown::deleting MSs. PASSED test_task_sdtimeaverage.py::test_sdtimeaverage::test_param31E 2023-09-07 19:10:18 SEVERE sdtimeaverage::::casa Traceback (most recent call last): 2023-09-07 19:10:18 SEVERE sdtimeaverage::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdtimeaverage.py", line 73, in sdtimeaverage 2023-09-07 19:10:18 SEVERE sdtimeaverage::::casa+ sdutil.do_mst( 2023-09-07 19:10:18 SEVERE sdtimeaverage::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/sdutil.py", line 683, in do_mst 2023-09-07 19:10:18 SEVERE sdtimeaverage::::casa+ mtlocal.open() 2023-09-07 19:10:18 SEVERE sdtimeaverage::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/mstransformer.py", line 36, in open 2023-09-07 19:10:18 SEVERE sdtimeaverage::::casa+ return self._swigobj.open() 2023-09-07 19:10:18 SEVERE sdtimeaverage::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/__casac__/mstransformer.py", line 176, in open 2023-09-07 19:10:18 SEVERE sdtimeaverage::::casa+ return _mstransformer.mstransformer_open(self) 2023-09-07 19:10:18 SEVERE sdtimeaverage::::casa+ RuntimeError: Spw Expression: No match found for 9, 2023-09-07 19:10:18 SEVERE sdtimeaverage::::casa Spw Expression: No match found for 9, 2023-09-07 19:10:18 SEVERE sdtimeaverage::::casa Task sdtimeaverage raised an exception of class RuntimeError with the following message: Spw Expression: No match found for 9, sdtimeaverage::31E:: spw = '9' (Error: Not Exist). _run_task::starts Exception running sdtimeaverage: Spw Expression: No match found for 9, tearDown::deleting MSs. PASSED test_task_sdtimeaverage.py::test_sdtimeaverage::test_param32 sdtimeaverage::32:: spw = '' (default). _run_task::starts -- checking Output Record Count -- tearDown::deleting MSs. PASSED test_task_sdtimeaverage.py::test_sdtimeaverage::test_param33 sdtimeaverage::33:: spw = '*' (OK: Wildcard). _run_task::starts -- checking Output Record Count -- tearDown::deleting MSs. PASSED test_task_sdtimeaverage.py::test_sdtimeaverage::test_param40 sdtimeaverage::40:: antenna = 'GBT' (Exact name without &&&). _run_task::starts -- checking Output Record Count -- tearDown::deleting MSs. PASSED test_task_sdtimeaverage.py::test_sdtimeaverage::test_param41 sdtimeaverage::41:: antenna = 'GBT&&&' (Fully given). _run_task::starts -- checking Output Record Count -- tearDown::deleting MSs. PASSED test_task_sdtimeaverage.py::test_sdtimeaverage::test_param42E 2023-09-07 19:10:56 SEVERE sdtimeaverage::::casa Traceback (most recent call last): 2023-09-07 19:10:56 SEVERE sdtimeaverage::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdtimeaverage.py", line 73, in sdtimeaverage 2023-09-07 19:10:56 SEVERE sdtimeaverage::::casa+ sdutil.do_mst( 2023-09-07 19:10:56 SEVERE sdtimeaverage::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/sdutil.py", line 683, in do_mst 2023-09-07 19:10:56 SEVERE sdtimeaverage::::casa+ mtlocal.open() 2023-09-07 19:10:56 SEVERE sdtimeaverage::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/mstransformer.py", line 36, in open 2023-09-07 19:10:56 SEVERE sdtimeaverage::::casa+ return self._swigobj.open() 2023-09-07 19:10:56 SEVERE sdtimeaverage::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/__casac__/mstransformer.py", line 176, in open 2023-09-07 19:10:56 SEVERE sdtimeaverage::::casa+ return _mstransformer.mstransformer_open(self) 2023-09-07 19:10:56 SEVERE sdtimeaverage::::casa+ RuntimeError: Antenna Expression: No match found for token(s) "gBT" 2023-09-07 19:10:56 SEVERE sdtimeaverage::::casa Antenna Expression: No match found for token(s) "gBT" 2023-09-07 19:10:56 SEVERE sdtimeaverage::::casa Task sdtimeaverage raised an exception of class RuntimeError with the following message: Antenna Expression: No match found for token(s) "gBT" sdtimeaverage::42E antenna = 'gBT' (Error: Bad name). _run_task::starts Exception running sdtimeaverage: Antenna Expression: No match found for token(s) "gBT" tearDown::deleting MSs. PASSED test_task_sdtimeaverage.py::test_sdtimeaverage::test_param43E 2023-09-07 19:10:57 SEVERE sdtimeaverage::::casa Traceback (most recent call last): 2023-09-07 19:10:57 SEVERE sdtimeaverage::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdtimeaverage.py", line 73, in sdtimeaverage 2023-09-07 19:10:57 SEVERE sdtimeaverage::::casa+ sdutil.do_mst( 2023-09-07 19:10:57 SEVERE sdtimeaverage::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/sdutil.py", line 683, in do_mst 2023-09-07 19:10:57 SEVERE sdtimeaverage::::casa+ mtlocal.open() 2023-09-07 19:10:57 SEVERE sdtimeaverage::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/mstransformer.py", line 36, in open 2023-09-07 19:10:57 SEVERE sdtimeaverage::::casa+ return self._swigobj.open() 2023-09-07 19:10:57 SEVERE sdtimeaverage::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/__casac__/mstransformer.py", line 176, in open 2023-09-07 19:10:57 SEVERE sdtimeaverage::::casa+ return _mstransformer.mstransformer_open(self) 2023-09-07 19:10:57 SEVERE sdtimeaverage::::casa+ RuntimeError: Antenna Expression: No match found for token(s) "gBT" 2023-09-07 19:10:57 SEVERE sdtimeaverage::::casa Antenna Expression: No match found for token(s) "gBT" 2023-09-07 19:10:57 SEVERE sdtimeaverage::::casa Task sdtimeaverage raised an exception of class RuntimeError with the following message: Antenna Expression: No match found for token(s) "gBT" sdtimeaverage::43E antenna = 'gBT&&&' (Error: Bad name with &&&). _run_task::starts Exception running sdtimeaverage: Antenna Expression: No match found for token(s) "gBT" tearDown::deleting MSs. PASSED test_task_sdtimeaverage.py::test_sdtimeaverage::test_param50 sdtimeaverage::50:: MS= 'float_data' arg = 'float_data' (NORMAL). _run_task::starts tearDown::deleting MSs. PASSED test_task_sdtimeaverage.py::test_sdtimeaverage::test_param51 sdtimeaverage::51:: MS= 'float_data' arg = 'data' (Column Switch). _run_task::starts tearDown::deleting MSs. PASSED test_task_sdtimeaverage.py::test_sdtimeaverage::test_param52 2023-09-07 19:11:07 WARN MSTransformManager::parseTimeAvgParams Operating with ALMA data, automatically adding state to timespan 2023-09-07 19:11:07 WARN MSTransformManager::parseTimeAvgParams+ In order to remove sub-scan boundaries which limit time average to 30s sdtimeaverage::52:: MS= 'data' arg = 'float_data' (Column Switch). _run_task::starts tearDown::deleting MSs. PASSED test_task_sdtimeaverage.py::test_sdtimeaverage::test_param53 2023-09-07 19:11:17 WARN MSTransformManager::parseTimeAvgParams Operating with ALMA data, automatically adding state to timespan 2023-09-07 19:11:17 WARN MSTransformManager::parseTimeAvgParams+ In order to remove sub-scan boundaries which limit time average to 30s sdtimeaverage::53:: MS= 'data' arg = 'data' (NORMAL). _run_task::starts tearDown::deleting MSs. PASSED test_task_sdtimeaverage.py::test_sdtimeaverage::test_param60ALMA 2023-09-07 19:11:20 WARN MSTransformManager::parseTimeAvgParams Operating with ALMA data, automatically adding state to timespan 2023-09-07 19:11:20 WARN MSTransformManager::parseTimeAvgParams+ In order to remove sub-scan boundaries which limit time average to 30s sdtimeaverage::61:: ALMA:: 'scan, state' will be applied in mstransform. _run_task::starts -- checking Output Record Count -- tearDown::deleting MSs. PASSED test_task_sdtimeaverage.py::test_sdtimeaverage::test_param60Nobeyama sdtimeaverage::60 Nobeyama:: 'scan' will be applied in mstransform. _run_task::starts -- checking Output Record Count -- tearDown::deleting MSs. PASSED test_task_sdtimeaverage.py::test_sdtimeaverage::test_param70 sdtimeaverage::70:: timespan='scan'. _run_task::starts -- checking Zero -- -- checking Weight and Sigma -- Weight Ref :1281.0 Weight :[1281.00012207 1281.00012207] Sigma :[0.02793994 0.02793994] -- checking Weight and Sigma -- Weight Ref :1281.0 Weight :[1281.00012207 1281.00012207] Sigma :[0.02793994 0.02793994] -- checking Weight and Sigma -- Weight Ref :1281.0 Weight :[1281.00012207 1281.00012207] Sigma :[0.02793994 0.02793994] -- checking Output Record Count -- tearDown::deleting MSs. PASSED test_task_sdtimeaverage.py::test_sdtimeaverage::test_param71 sdtimeaverage::71:: timespan='state'. _run_task::starts outfile =sdave-71-3843.ms specified. -- checking ZeroSum of data1 and data2. -- checking ZeroSum of data1 and data2. -- checking ZeroSum of data1 and data2. -- checking ZeroSum of data1 and data2. -- checking ZeroSum of data1 and data2. -- checking ZeroSum of data1 and data2. -- checking ZeroSum of data1 and data2. -- checking ZeroSum of data1 and data2. -- checking ZeroSum of data1 and data2. -- checking ZeroSum of data1 and data2. -- checking ZeroSum of data1 and data2. -- checking ZeroSum of data1 and data2. -- checking ZeroSum of data1 and data2. -- checking ZeroSum of data1 and data2. -- checking ZeroSum of data1 and data2. -- checking ZeroSum of data1 and data2. -- checking ZeroSum of data1 and data2. -- checking ZeroSum of data1 and data2. -- checking ZeroSum of data1 and data2. -- checking ZeroSum of data1 and data2. -- checking ZeroSum of data1 and data2. -- checking ZeroSum of data1 and data2. -- checking ZeroSum of data1 and data2. -- checking ZeroSum of data1 and data2. -- checking ZeroSum of data1 and data2. -- checking ZeroSum of data1 and data2. -- checking ZeroSum of data1 and data2. -- checking ZeroSum of data1 and data2. -- checking ZeroSum of data1 and data2. -- checking ZeroSum of data1 and data2. -- checking ZeroSum of data1 and data2. -- checking ZeroSum of data1 and data2. -- checking ZeroSum of data1 and data2. -- checking ZeroSum of data1 and data2. -- checking ZeroSum of data1 and data2. -- checking ZeroSum of data1 and data2. -- checking ZeroSum of data1 and data2. -- checking ZeroSum of data1 and data2. -- checking ZeroSum of data1 and data2. -- checking ZeroSum of data1 and data2. -- checking ZeroSum of data1 and data2. -- checking ZeroSum of data1 and data2. -- checking ZeroSum of data1 and data2. -- checking ZeroSum of data1 and data2. -- checking ZeroSum of data1 and data2. -- checking ZeroSum of data1 and data2. -- checking ZeroSum of data1 and data2. -- checking ZeroSum of data1 and data2. -- checking ZeroSum of data1 and data2. -- checking ZeroSum of data1 and data2. -- checking ZeroSum of data1 and data2. -- checking ZeroSum of data1 and data2. -- checking ZeroSum of data1 and data2. -- checking ZeroSum of data1 and data2. -- checking ZeroSum of data1 and data2. -- checking ZeroSum of data1 and data2. -- checking ZeroSum of data1 and data2. -- checking ZeroSum of data1 and data2. -- checking ZeroSum of data1 and data2. -- checking ZeroSum of data1 and data2. -- checking ZeroSum of data1 and data2. -- checking Output Record Count -- tearDown::deleting MSs. PASSED test_task_sdtimeaverage.py::test_sdtimeaverage::test_param72 2023-09-07 19:11:50 WARN sdtimeaverage::::casa Explicitly both 'scan' and 'state' were specified in 'timespan'. 2023-09-07 19:11:50 WARN sdtimeaverage::::casa+ If 'state' distinguishes OBSERVE_TARGET#ON_SOURCE / OBSERVE_TARGET#OFF_SOURCE, 2023-09-07 19:11:50 WARN sdtimeaverage::::casa+ these two states are mixed, and unexpectedly averaged results might be generated. 2023-09-07 19:11:50 WARN sdtimeaverage::::casa+ (Suggestion) Please specify timespan = 'scan' 2023-09-07 19:11:50 WARN sdtimeaverage::::casa+ to separate OBSERVE_TARGET#ON_SOURCE and OBSERVE_TARGET#OFF_SOURCE. sdtimeaverage::72:: timespan="scan,state" (WARN) in NRO. _run_task::starts -- checking Zero -- -- checking Time -- -- checking Weight and Sigma -- Weight Ref :3843 Weight :[3842.99975586 3842.99975586] Sigma :[0.01613113 0.01613113] -- checking Output Record Count -- tearDown::deleting MSs. PASSED test_task_sdtimeaverage.py::test_sdtimeaverage::test_param73 2023-09-07 19:11:57 WARN sdtimeaverage::::casa Explicitly both 'scan' and 'state' were specified in 'timespan'. 2023-09-07 19:11:57 WARN sdtimeaverage::::casa+ If 'state' distinguishes OBSERVE_TARGET#ON_SOURCE / OBSERVE_TARGET#OFF_SOURCE, 2023-09-07 19:11:57 WARN sdtimeaverage::::casa+ these two states are mixed, and unexpectedly averaged results might be generated. 2023-09-07 19:11:57 WARN sdtimeaverage::::casa+ (Suggestion) Please specify timespan = 'scan' 2023-09-07 19:11:57 WARN sdtimeaverage::::casa+ to separate OBSERVE_TARGET#ON_SOURCE and OBSERVE_TARGET#OFF_SOURCE. sdtimeaverage::73:: timespan="state,scan" (WARN) in NRO. _run_task::starts -- checking Zero -- -- checking Time -- -- checking Weight and Sigma -- Weight Ref :3843 Weight :[3842.99975586 3842.99975586] Sigma :[0.01613113 0.01613113] -- checking Output Record Count -- tearDown::deleting MSs. PASSED test_task_sdtimeaverage.py::test_sdtimeaverage::test_param74E sdtimeaverage::74E:: timespan='hoge'. _run_task::starts tearDown::deleting MSs. PASSED test_task_sdtimeaverage.py::test_sdtimeaverage::test_param75 sdtimeaverage::75:: timespan=''. _run_task::starts numOfScan =61, numOfState=3 -- checking Output Record Count -- tearDown::deleting MSs. PASSEDtearDownClass::deleting work-MS. - generated xml file: /home/casatest/casa6/casatestutils/nosedir/xml/test_task_sdtimeaverage/nose.xml - ================== 41 passed, 2 warnings in 268.15s (0:04:28) ================== ============================= test session starts ============================== platform linux -- Python 3.8.7, pytest-7.4.1, pluggy-1.3.0 -- /usr/local/bin/python3.8 cachedir: .pytest_cache rootdir: /home/casatest/casa6/casatestutils/nosedir/test_task_fringefit configfile: pytest.ini collecting ... collected 10 items test_task_fringefit.py::Fringefit_tests::test_mbd Testing column TIME Column TIME PASSED Testing column FIELD_ID Column FIELD_ID PASSED Testing column SPECTRAL_WINDOW_ID Column SPECTRAL_WINDOW_ID PASSED Testing column ANTENNA1 Column ANTENNA1 PASSED Testing column ANTENNA2 Column ANTENNA2 PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column SCAN_NUMBER Column SCAN_NUMBER PASSED Testing column OBSERVATION_ID Column OBSERVATION_ID PASSED Testing column FPARAM Column FPARAM PASSED Testing column PARAMERR Column PARAMERR PASSED Testing column FLAG Column FLAG PASSED PASSED test_task_fringefit.py::Fringefit_tests::test_sbd Testing column TIME Column TIME PASSED Testing column FIELD_ID Column FIELD_ID PASSED Testing column SPECTRAL_WINDOW_ID Column SPECTRAL_WINDOW_ID PASSED Testing column ANTENNA1 Column ANTENNA1 PASSED Testing column ANTENNA2 Column ANTENNA2 PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column SCAN_NUMBER Column SCAN_NUMBER PASSED Testing column OBSERVATION_ID Column OBSERVATION_ID PASSED Testing column FPARAM Column FPARAM PASSED Testing column PARAMERR Column PARAMERR PASSED Testing column FLAG Column FLAG PASSED PASSED test_task_fringefit.py::Fringefit_tests::test_uvrange Check that the uvrnage parameter excludes antennas PASSED test_task_fringefit.py::Fringefit_single_tests::test_param PASSED test_task_fringefit.py::Fringefit_single_tests::test_single PASSED test_task_fringefit.py::Fringefit_dispersive_tests::test_manual_phase_cal Testing column TIME Column TIME PASSED Testing column FIELD_ID Column FIELD_ID PASSED Testing column SPECTRAL_WINDOW_ID Column SPECTRAL_WINDOW_ID PASSED Testing column ANTENNA1 Column ANTENNA1 PASSED Testing column ANTENNA2 Column ANTENNA2 PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column SCAN_NUMBER Column SCAN_NUMBER PASSED Testing column OBSERVATION_ID Column OBSERVATION_ID PASSED Testing column FPARAM Column FPARAM PASSED Testing column PARAMERR Column PARAMERR PASSED Testing column FLAG Column FLAG PASSED Testing column TIME Column TIME PASSED Testing column FIELD_ID Column FIELD_ID PASSED Testing column SPECTRAL_WINDOW_ID Column SPECTRAL_WINDOW_ID PASSED Testing column ANTENNA1 Column ANTENNA1 PASSED Testing column ANTENNA2 Column ANTENNA2 PASSED Testing column INTERVAL Column INTERVAL PASSED Testing column SCAN_NUMBER Column SCAN_NUMBER PASSED Testing column OBSERVATION_ID Column OBSERVATION_ID PASSED Testing column FPARAM Column FPARAM PASSED Testing column PARAMERR Column PARAMERR PASSED Testing column FLAG Column FLAG PASSED PASSED test_task_fringefit.py::Fringefit_refant_bookkeeping_tests::test_bookkeeping PASSED test_task_fringefit.py::FreqMetaTests::test_metadata 2023-09-07 19:13:13 WARN MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 32 out of range for SPW 0 (valid range 0~31). Limiting it to be within the available range. 2023-09-07 19:13:13 WARN MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 32 out of range for SPW 0 (valid range 0~31). Limiting it to be within the available range. 2023-09-07 19:13:13 WARN MSSpw Expression parser::MSSpwIndex::convertToChannelIndex (file /source/casa6/casatools/casacore/ms/MSSel/MSSpwIndex.cc, line 398) Channel 32 out of range for SPW 0 (valid range 0~31). Limiting it to be within the available range. 2023-09-07 19:13:13 SEVERE Calibrater::solve Caught exception: Mismatch with frequency meta-data in append to n08c1.mbdcal detected in spw=0. Check spw selection. 2023-09-07 19:13:13 SEVERE Exception Reported: Error in Calibrater::solve. 2023-09-07 19:13:13 SEVERE fringefit::::casa Task fringefit raised an exception of class RuntimeError with the following message: Error in Calibrater::solve. Error in Calibrater::solve. PASSED test_task_fringefit.py::Fringefit_corrcomb::test_comb PASSED test_task_fringefit.py::Fringefit_paramactive_caltable::test_paramactive_callib Test that the default state for paramactive with callib matches [T,T,F] PASSED - generated xml file: /home/casatest/casa6/casatestutils/nosedir/xml/test_task_fringefit/nose.xml - ================== 10 passed, 2 warnings in 174.06s (0:02:54) ================== ============================= test session starts ============================== platform linux -- Python 3.8.7, pytest-7.4.1, pluggy-1.3.0 -- /usr/local/bin/python3.8 cachedir: .pytest_cache rootdir: /home/casatest/casa6/casatestutils/nosedir/test_task_specfit configfile: pytest.ini collecting ... collected 20 items test_task_specfit.py::specfit_test::test_1 2023-09-07 19:15:11 WARN specfit::ImageProfileFitter::_setFitterElements Only able to estimate parameters for 1 Gaussian singlets. If you really want 2 Gaussian singlets to be fit, you should specify initial parameter estimates for all of them. Tests of averaging over a region and then fitting PASSED test_task_specfit.py::specfit_test::test_10 test results of non-multi-fit gaussian triplet PASSED test_task_specfit.py::specfit_test::test_11 test results of multi-fit gaussian triplet PASSED test_task_specfit.py::specfit_test::test_12 test results of lorentzian fitting PASSED test_task_specfit.py::specfit_test::test_13 2023-09-07 19:15:24 WARN specfit::ImageProfileFitter::_setFitterElements Only able to estimate parameters for 1 Gaussian singlets. If you really want 2 Gaussian singlets to be fit, you should specify initial parameter estimates for all of them (additional warnings of this type during this run will not be logged). test setting solution parameter validities PASSED test_task_specfit.py::specfit_test::test_14 2023-09-07 19:15:24 WARN specfit::ImageProfileFitter::_setFitterElements Only able to estimate parameters for 1 Gaussian singlets. If you really want 2 Gaussian singlets to be fit, you should specify initial parameter estimates for all of them. 2023-09-07 19:15:26 WARN specfit::ImageProfileFitter::_setFitterElements Only able to estimate parameters for 1 Gaussian singlets. If you really want 2 Gaussian singlets to be fit, you should specify initial parameter estimates for all of them. 2023-09-07 19:15:26 WARN specfit::ImageProfileFitter::_setFitterElements Only able to estimate parameters for 1 Gaussian singlets. If you really want 2 Gaussian singlets to be fit, you should specify initial parameter estimates for all of them. 2023-09-07 19:15:28 WARN specfit::ImageProfileFitter::_setFitterElements Only able to estimate parameters for 1 Gaussian singlets. If you really want 2 Gaussian singlets to be fit, you should specify initial parameter estimates for all of them. 2023-09-07 19:15:29 WARN specfit::ImageProfileFitter::_setFitterElements Only able to estimate parameters for 1 Gaussian singlets. If you really want 2 Gaussian singlets to be fit, you should specify initial parameter estimates for all of them. 2023-09-07 19:15:30 WARN specfit::ImageProfileFitter::_setFitterElements Only able to estimate parameters for 1 Gaussian singlets. If you really want 2 Gaussian singlets to be fit, you should specify initial parameter estimates for all of them. 2023-09-07 19:15:31 WARN specfit::ImageProfileFitter::_setFitterElements Only able to estimate parameters for 1 Gaussian singlets. If you really want 2 Gaussian singlets to be fit, you should specify initial parameter estimates for all of them. 2023-09-07 19:15:32 WARN specfit::ImageProfileFitter::_setFitterElements Only able to estimate parameters for 1 Gaussian singlets. If you really want 2 Gaussian singlets to be fit, you should specify initial parameter estimates for all of them. 2023-09-07 19:15:33 WARN specfit::ImageProfileFitter::_setFitterElements Only able to estimate parameters for 1 Gaussian singlets. If you really want 2 Gaussian singlets to be fit, you should specify initial parameter estimates for all of them. 2023-09-07 19:15:34 WARN specfit::ImageProfileFitter::_setFitterElements Only able to estimate parameters for 1 Gaussian singlets. If you really want 2 Gaussian singlets to be fit, you should specify initial parameter estimates for all of them. 2023-09-07 19:15:35 WARN specfit::ImageProfileFitter::_setFitterElements Only able to estimate parameters for 1 Gaussian singlets. If you really want 2 Gaussian singlets to be fit, you should specify initial parameter estimates for all of them. 2023-09-07 19:15:36 WARN specfit::ImageProfileFitter::_setFitterElements Only able to estimate parameters for 1 Gaussian singlets. If you really want 2 Gaussian singlets to be fit, you should specify initial parameter estimates for all of them. 2023-09-07 19:15:37 WARN specfit::ImageProfileFitter::_setFitterElements Only able to estimate parameters for 1 Gaussian singlets. If you really want 2 Gaussian singlets to be fit, you should specify initial parameter estimates for all of them. 2023-09-07 19:15:38 WARN specfit::ImageProfileFitter::_setFitterElements Only able to estimate parameters for 1 Gaussian singlets. If you really want 2 Gaussian singlets to be fit, you should specify initial parameter estimates for all of them. 2023-09-07 19:15:39 WARN specfit::ImageProfileFitter::_setFitterElements Only able to estimate parameters for 1 Gaussian singlets. If you really want 2 Gaussian singlets to be fit, you should specify initial parameter estimates for all of them. 2023-09-07 19:15:40 WARN specfit::ImageProfileFitter::_setFitterElements Only able to estimate parameters for 1 Gaussian singlets. If you really want 2 Gaussian singlets to be fit, you should specify initial parameter estimates for all of them. 2023-09-07 19:15:40 WARN specfit::ImageProfileFitter::_setFitterElements Only able to estimate parameters for 1 Gaussian singlets. If you really want 2 Gaussian singlets to be fit, you should specify initial parameter estimates for all of them. 2023-09-07 19:15:42 WARN specfit::ImageProfileFitter::_setFitterElements Only able to estimate parameters for 1 Gaussian singlets. If you really want 2 Gaussian singlets to be fit, you should specify initial parameter estimates for all of them. 2023-09-07 19:15:42 WARN specfit::ImageProfileFitter::_setFitterElements Only able to estimate parameters for 1 Gaussian singlets. If you really want 2 Gaussian singlets to be fit, you should specify initial parameter estimates for all of them. 2023-09-07 19:15:45 WARN specfit::ImageProfileFitter::_setFitterElements Only able to estimate parameters for 1 Gaussian singlets. If you really want 2 Gaussian singlets to be fit, you should specify initial parameter estimates for all of them. 2023-09-07 19:15:46 WARN specfit::ImageProfileFitter::_setFitterElements Only able to estimate parameters for 1 Gaussian singlets. If you really want 2 Gaussian singlets to be fit, you should specify initial parameter estimates for all of them. 2023-09-07 19:15:47 WARN specfit::ImageProfileFitter::_setFitterElements Only able to estimate parameters for 1 Gaussian singlets. If you really want 2 Gaussian singlets to be fit, you should specify initial parameter estimates for all of them. 2023-09-07 19:15:48 WARN specfit::ImageProfileFitter::_setFitterElements Only able to estimate parameters for 1 Gaussian singlets. If you really want 2 Gaussian singlets to be fit, you should specify initial parameter estimates for all of them. 2023-09-07 19:15:50 WARN specfit::ImageProfileFitter::_setFitterElements Only able to estimate parameters for 1 Gaussian singlets. If you really want 2 Gaussian singlets to be fit, you should specify initial parameter estimates for all of them. PASSED test_task_specfit.py::specfit_test::test_2 2023-09-07 19:15:50 WARN specfit::ImageProfileFitter::_setFitterElements Only able to estimate parameters for 1 Gaussian singlets. If you really want 2 Gaussian singlets to be fit, you should specify initial parameter estimates for all of them (additional warnings of this type during this run will not be logged). multipixel, two gaussian fit PASSED test_task_specfit.py::specfit_test::test_3 2023-09-07 19:15:50 WARN specfit::ImageProfileFitter::_setFitterElements Only able to estimate parameters for 1 Gaussian singlets. If you really want 2 Gaussian singlets to be fit, you should specify initial parameter estimates for all of them (additional warnings of this type during this run will not be logged). Test two gaussian + one polynomial image PASSED test_task_specfit.py::specfit_test::test_4 2023-09-07 19:15:50 WARN specfit::ImageProfileFitter::_setFitterElements Only able to estimate parameters for 1 Gaussian singlets. If you really want 2 Gaussian singlets to be fit, you should specify initial parameter estimates for all of them (additional warnings of this type during this run will not be logged). writing solution images for multipixel, two gaussian fit PASSED test_task_specfit.py::specfit_test::test_4_5 2023-09-07 19:15:55 WARN specfit::ImageProfileFitter::_setFitterElements Only able to estimate parameters for 1 Gaussian singlets. If you really want 2 Gaussian singlets to be fit, you should specify initial parameter estimates for all of them (additional warnings of this type during this run will not be logged). writing solution images for multipixel, two gaussian fit with mask - CAS-6134 PASSED test_task_specfit.py::specfit_test::test_5 test results of multi-pixel one gaussian fit with estimates file PASSED test_task_specfit.py::specfit_test::test_6 test results of non-multi-pixel one gaussian fit with estimates file PASSED test_task_specfit.py::specfit_test::test_7 test results of non-multi-pixel one gaussian fit with estimates file keeping peak fixed PASSED test_task_specfit.py::specfit_test::test_8 Test two gaussian + one polynomial image with estimates PASSED test_task_specfit.py::specfit_test::test_8a Test two gaussian + one polynomial image with estimates PASSED test_task_specfit.py::specfit_test::test_CAS_7620 2023-09-07 19:16:02 SEVERE specfit::image::fitprofile Exception Reported: Exception: There are not enough points (2) along the fit axis to fit 3 unknowns. 2023-09-07 19:16:02 SEVERE specfit::image::fitprofile+ ... thrown by casacore::Record casa::ImageProfileFitter::fit(casacore::Bool) at File: /source/casa6/casatools/src/code/imageanalysis/ImageAnalysis/ImageProfileFitter.cc, line: 232 Test fix of segfault that occurred for small channel ranges PASSED test_task_specfit.py::specfit_test::test_exceptions 2023-09-07 19:16:02 SEVERE specfit::image::fitprofile Exception Reported: Exception: Specified fit axis 5 must be less than the number of image axes (4). 2023-09-07 19:16:02 SEVERE specfit::image::fitprofile+ ... thrown by void casa::ImageProfileFitter::_finishConstruction() at File: /source/casa6/casatools/src/code/imageanalysis/ImageAnalysis/ImageProfileFitter.cc, line: 574 2023-09-07 19:16:02 SEVERE specfit::image::fitprofile Exception Reported: Exception: box not specified correctly. 2023-09-07 19:16:02 SEVERE specfit::image::fitprofile+ ... thrown by casacore::Record casa::CasacRegionManager::fromBCS(casacore::String&, casacore::uInt&, casacore::String&, const casacore::Record* const&, const casacore::String&, const casacore::String&, casa::CasacRegionManager::StokesControl, const casacore::String&, const casacore::IPosition&, const casacore::String&, casacore::Bool) at File: /source/casa6/casatools/src/code/imageanalysis/Regions/CasacRegionManager.cc, line: 232 2023-09-07 19:16:02 SEVERE specfit::CasacRegionManager::_fromBCS trc in box spec is greater than or equal to number of direction coordinate pixels in the image 2023-09-07 19:16:02 SEVERE specfit::image::fitprofile Exception Reported: 2023-09-07 19:16:02 SEVERE specfit::CasacRegionManager::_fromBCS trc in box spec is greater than or equal to number of direction coordinate pixels in the image 2023-09-07 19:16:02 SEVERE specfit::image::fitprofile Exception Reported: Invalid channel specification in abc of spec abc at File: /source/casa6/casatools/src/code/imageanalysis/IO/ParameterParser.cc, line: 173 2023-09-07 19:16:02 SEVERE specfit::image::fitprofile Exception Reported: Invalid channel specification in 0-200 of spec 0-200 at File: /source/casa6/casatools/src/code/imageanalysis/IO/ParameterParser.cc, line: 173 2023-09-07 19:16:02 SEVERE specfit::CasacRegionManager::_setPolarizationRanges (Sub)String ABC in stokes specification part ABC does not match a known polarization. 2023-09-07 19:16:02 SEVERE specfit::image::fitprofile Exception Reported: 2023-09-07 19:16:02 SEVERE specfit::CasacRegionManager::_setPolarizationRanges (Sub)String ABC in stokes specification part ABC does not match a known polarization. 2023-09-07 19:16:02 SEVERE specfit::image::fitprofile Exception Reported: LCBox::LCBox - blc [0, 0, 0, 0] must be <= trc [8, 8, 99, -2147483648] 2023-09-07 19:16:02 SEVERE specfit::image::fitprofile Exception Reported: Exception: Number of non-polynomials is 0 and polynomial order is less than zero. According to these inputs there is nothing to fit.. 2023-09-07 19:16:02 SEVERE specfit::image::fitprofile+ ... thrown by void casa::ImageProfileFitter::_checkNGaussAndPolyOrder() const at File: /source/casa6/casatools/src/code/imageanalysis/ImageAnalysis/ImageProfileFitter.cc, line: 560 specfit: Test various exception cases PASSED test_task_specfit.py::specfit_test::test_multiregion Test that multiple regions are supported - CAS-6115 PASSED test_task_specfit.py::specfit_test::test_noinf 2023-09-07 19:16:03 WARN specfit::ImageProfileFitter::_setFitterElements Only able to estimate parameters for 1 Gaussian singlets. If you really want 2 Gaussian singlets to be fit, you should specify initial parameter estimates for all of them (additional warnings of this type during this run will not be logged). ....10....20....30....40....50....60....70....80....90....100% Test that output images have infs and nans masked PASSED test_task_specfit.py::specfit_test::test_stretch 2023-09-07 19:17:15 SEVERE specfit::image::fitprofile Exception Reported: The input image shape ([9, 9, 100, 1]) and mask shape ([9, 9, 1, 1]) are different, and it was specified that the mask should not be extended, so the mask cannot be applied to the (sub)image. Specifying that the mask should be extended may resolve the issue at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/SubImageFactory.tcc, line: 306 2023-09-07 19:17:15 WARN specfit::ImageProfileFitter::_setFitterElements Only able to estimate parameters for 1 Gaussian singlets. If you really want 2 Gaussian singlets to be fit, you should specify initial parameter estimates for all of them. specfit : test mask stretch PASSED - generated xml file: /home/casatest/casa6/casatestutils/nosedir/xml/test_task_specfit/nose.xml - ================== 20 passed, 2 warnings in 125.70s (0:02:05) ================== ============================= test session starts ============================== platform linux -- Python 3.8.7, pytest-7.4.1, pluggy-1.3.0 -- /usr/local/bin/python3.8 cachedir: .pytest_cache rootdir: /home/casatest/casa6/casatestutils/nosedir/test_task_hanningsmooth configfile: pytest.ini collecting ... hanningsmooth tests will use data from /opt/casa/data/casatestdata/unittest/hanningsmooth/ collected 10 items test_task_hanningsmooth.py::hanningsmooth_test1::test1 hanningsmooth - Test 1: Wrong input MS should raise an exception PASSED test_task_hanningsmooth.py::hanningsmooth_test1::test2 2023-09-07 19:17:17 WARN hanningsmooth::::casa Input CORRECTED_DATA does not exist. Will use DATA hanningsmooth - Test 2: Check that output MS is created PASSED test_task_hanningsmooth.py::hanningsmooth_test1::test3 2023-09-07 19:17:21 WARN hanningsmooth::::casa Input CORRECTED_DATA does not exist. Will use DATA hanningsmooth - Test 3: Check theoretical and calculated values on non-existing CORRECTED column PASSED test_task_hanningsmooth.py::hanningsmooth_test1::test4 2023-09-07 19:17:43 WARN ParallelDataHelper::getPartitionMap::casa Number of subMSs (8) is greater than available scan,ddi pairs (2), setting nsubms to 2 hanningsmooth - Test 4: Theoretical and calculated values should be the same for MMS-case ................. Creating test MMS .................. PASSED test_task_hanningsmooth.py::hanningsmooth_test1::test6 hanningsmooth - Test 6: Flagging should be correct with datacolumn==ALL PASSED test_task_hanningsmooth.py::hanningsmooth_test1::test7 2023-09-07 19:18:07 WARN calibrater::setvi(bool,bool) Forcing use of OLD VisibilityIterator. hanningsmooth - Test 7: Flagging should be correct when hanning smoothing within cvel (no transform) PASSED test_task_hanningsmooth.py::hanningsmooth_test1::test8 hanningsmooth - Test 8: Flagging should be correct when hanning smoothing within mstransform (with regrid) PASSED test_task_hanningsmooth.py::hanningsmooth_test2::test_corrected_col hanningsmooth: Apply smoothing in CORRECTED column PASSED test_task_hanningsmooth.py::hanningsmooth_test2::test_default_cols 2023-09-07 19:18:21 WARN ParallelDataHelper::getPartitionMap::casa Number of subMSs (8) is greater than available scan,ddi pairs (4), setting nsubms to 4 hanningsmooth: Default datacolumn=all and MMS output ................. Creating test MMS .................. PASSED test_task_hanningsmooth.py::Cleanup::test_runTest hanningsmooth: Cleanup PASSED - generated xml file: /home/casatest/casa6/casatestutils/nosedir/xml/test_task_hanningsmooth/nose.xml - ================== 10 passed, 2 warnings in 115.10s (0:01:55) ================== ============================= test session starts ============================== platform linux -- Python 3.8.7, pytest-7.4.1, pluggy-1.3.0 -- /usr/local/bin/python3.8 cachedir: .pytest_cache rootdir: /home/casatest/casa6/casatestutils/nosedir/test_task_specsmooth configfile: pytest.ini collecting ... collected 2 items test_task_specsmooth.py::specsmooth_test::test_general 2023-09-07 19:19:14 SEVERE specsmooth::image::hanning Exception Reported: Exception: The selected region of the image must have at least 3 pixels along the axis to be smoothed.. 2023-09-07 19:19:14 SEVERE specsmooth::image::hanning+ ... thrown by std::shared_ptr > casa::Image1DSmoother::smooth() const [with T = float] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/Image1DSmoother.tcc, line: 39 2023-09-07 19:19:14 SEVERE specsmooth::::casa Task specsmooth raised an exception of class RuntimeError with the following message: Exception: The selected region of the image must have at least 3 pixels along the axis to be smoothed.. 2023-09-07 19:19:14 SEVERE specsmooth::::casa+ ... thrown by std::shared_ptr > casa::Image1DSmoother::smooth() const [with T = float] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/Image1DSmoother.tcc, line: 39 2023-09-07 19:19:14 SEVERE specsmooth::image::hanning Exception Reported: Exception: The selected region of the image must have at least 3 pixels along the axis to be smoothed.. 2023-09-07 19:19:14 SEVERE specsmooth::image::hanning+ ... thrown by std::shared_ptr > casa::Image1DSmoother::smooth() const [with T = float] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/Image1DSmoother.tcc, line: 39 2023-09-07 19:19:14 SEVERE specsmooth::::casa Task specsmooth raised an exception of class RuntimeError with the following message: Exception: The selected region of the image must have at least 3 pixels along the axis to be smoothed.. 2023-09-07 19:19:14 SEVERE specsmooth::::casa+ ... thrown by std::shared_ptr > casa::Image1DSmoother::smooth() const [with T = float] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/Image1DSmoother.tcc, line: 39 Test general behavior PASSED test_task_specsmooth.py::specsmooth_test::test_history 2023-09-07 19:19:20 WARN image::open (file src/tools/image/image_cmpt.cc, line 4208) Another image is already open, closing first Test history records are written PASSED - generated xml file: /home/casatest/casa6/casatestutils/nosedir/xml/test_task_specsmooth/nose.xml - ======================== 2 passed, 2 warnings in 8.15s ========================= ============================= test session starts ============================== platform linux -- Python 3.8.7, pytest-7.4.1, pluggy-1.3.0 -- /usr/local/bin/python3.8 cachedir: .pytest_cache rootdir: /home/casatest/casa6/casatestutils/nosedir/test_task_importuvfits configfile: pytest.ini collecting ... collected 15 items test_task_importuvfits.py::importuvfits_test::test_carmaNewName test_carmaNewName: Tests to make sure the antnamescheme new functions on CARMA data PASSED test_task_importuvfits.py::importuvfits_test::test_carmaOldName test_carmaOldName: Tests to make sure the antnamescheme old functions on CARMA data PASSED test_task_importuvfits.py::importuvfits_test::test_evlaNewName 2023-09-07 19:19:34 WARN MSFitsInput::fillAntennaTable EVLA there is at least one gap in the antenna sequence found in the FITS AN table. Empty rows will be inserted into the ANTENNA table representing the gaps. test_evlaNewName: Tests to make sure the antnamescheme new functions on EVLA/JVLA data PASSED test_task_importuvfits.py::importuvfits_test::test_evlaOldName 2023-09-07 19:19:37 WARN MSFitsInput::fillAntennaTable EVLA there is at least one gap in the antenna sequence found in the FITS AN table. Empty rows will be inserted into the ANTENNA table representing the gaps. test_evlaOldName: Tests to make sure the antnamescheme old functions on EVLA/JVLA data PASSED test_task_importuvfits.py::importuvfits_test::test_invalidinput test_invalidinput: Tests to see if the given fits file is valid, or if given an invalid filename PASSED test_task_importuvfits.py::importuvfits_test::test_make 2023-09-07 19:19:39 WARN MSFitsInput::fillAntennaTable XYZHAND keyword not found in AN table. Will assume antenna coordinate system is right handed. test_make: Tests to make sure a valid ms is created PASSED test_task_importuvfits.py::importuvfits_test::test_negToFlag 2023-09-07 19:19:43 WARN MSFitsInput::fillAntennaTable EVLA there is at least one gap in the antenna sequence found in the FITS AN table. Empty rows will be inserted into the ANTENNA table representing the gaps. test_negToFlag: Tests that FLAG is set to True when the WEIGHT in the fits file was negative PASSED test_task_importuvfits.py::importuvfits_test::test_overwrite 2023-09-07 19:19:46 WARN MSFitsInput::fillAntennaTable XYZHAND keyword not found in AN table. Will assume antenna coordinate system is right handed. 2023-09-07 19:19:47 SEVERE MSFitsInput::MSFitsInput Error in output file: File test_set.ms exists, and the user does not want to remove it. 2023-09-07 19:19:47 SEVERE ms::fromfits 2023-09-07 19:19:47 SEVERE MSFitsInput::MSFitsInput Error in output file: File test_set.ms exists, and the user does not want to remove it. 2023-09-07 19:19:47 SEVERE importuvfits::::casa Task importuvfits raised an exception of class RuntimeError with the following message: 2023-09-07 19:19:47 SEVERE MSFitsInput::MSFitsInput Error in output file: File test_set.ms exists, and the user does not want to remove it. test_overwrite: Tests to make sure files aren't overwritten PASSED test_task_importuvfits.py::importuvfits_test::test_receptor_angle 2023-09-07 19:19:48 WARN MSFitsInput::fillExtraTable No systemic velocity for field 0 2023-09-07 19:19:48 WARN MSFitsInput::fillExtraTable No rest frequency for field 0 2023-09-07 19:19:49 WARN MSFitsInput::fillExtraTable No systemic velocity for field 0 2023-09-07 19:19:49 WARN MSFitsInput::fillExtraTable No rest frequency for field 0 CAS-7081: Test receptor angle is preserved PASSED test_task_importuvfits.py::importuvfits_test::test_rotation_of_vla_ant_positions 2023-09-07 19:19:58 WARN MSFitsInput::fillAntennaTable XYZHAND keyword not found in AN table. Will assume antenna coordinate system is right handed. CAS-11726 verify vla location tolerance is large enough to accomodate older uvfits files PASSED test_task_importuvfits.py::importuvfits_test::test_validweight 2023-09-07 19:20:04 WARN MSFitsInput::fillAntennaTable EVLA there is at least one gap in the antenna sequence found in the FITS AN table. Empty rows will be inserted into the ANTENNA table representing the gaps. test_validweight: Tests that WEIGHT vals are the sum of WEIGHT_SPECTRUM values PASSED test_task_importuvfits.py::importuvfits_test::test_vlaNewName 2023-09-07 19:20:07 WARN MSFitsInput::fillAntennaTable XYZHAND keyword not found in AN table. Will assume antenna coordinate system is right handed. test_vlaNewName: Tests to make sure the antnamescheme new functions on VLA data PASSED test_task_importuvfits.py::importuvfits_test::test_vlaOldName 2023-09-07 19:20:10 WARN MSFitsInput::fillAntennaTable XYZHAND keyword not found in AN table. Will assume antenna coordinate system is right handed. test_vlaOldName: Tests to make sure the antnamescheme old functions on VLA data PASSED test_task_importuvfits.py::importuvfits_test::test_weightspectexist 2023-09-07 19:20:13 WARN MSFitsInput::fillAntennaTable EVLA there is at least one gap in the antenna sequence found in the FITS AN table. Empty rows will be inserted into the ANTENNA table representing the gaps. test_weightspectexist: Test for the existence of the WEIGHT_SPECTRUM column in the MS PASSED test_task_importuvfits.py::importuvfits_test::test_weightspectpos 2023-09-07 19:20:17 WARN MSFitsInput::fillAntennaTable EVLA there is at least one gap in the antenna sequence found in the FITS AN table. Empty rows will be inserted into the ANTENNA table representing the gaps. test_weightspecpos: Test that the values in WEIGHT_SPECTRUM are positive PASSED - generated xml file: /home/casatest/casa6/casatestutils/nosedir/xml/test_task_importuvfits/nose.xml - ======================= 15 passed, 2 warnings in 57.81s ======================== ============================= test session starts ============================== platform linux -- Python 3.8.7, pytest-7.4.1, pluggy-1.3.0 -- /usr/local/bin/python3.8 cachedir: .pytest_cache rootdir: /home/casatest/casa6/casatestutils/nosedir/test_task_imhead configfile: pytest.ini collecting ... collected 21 items test_task_imhead.py::imhead_test::test_add 2023-09-07 19:20:21 WARN ImageMetaDataRW::remove This image has no beam(s) to remove. 2023-09-07 19:20:21 WARN ImageMetaDataRW::remove This image has no beam(s) to remove. 2023-09-07 19:20:21 SEVERE Exception Reported: Exception: cdelt1 pertains to a coordinate system axis attribute. It may be modified, but it may not be removed.. 2023-09-07 19:20:21 SEVERE + ... thrown by casacore::Bool casa::ImageMetaDataRW::remove(const casacore::String&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 253 2023-09-07 19:20:21 SEVERE imhead::::casa Task imhead raised an exception of class RuntimeError with the following message: Exception: cdelt1 pertains to a coordinate system axis attribute. It may be modified, but it may not be removed.. 2023-09-07 19:20:21 SEVERE imhead::::casa+ ... thrown by casacore::Bool casa::ImageMetaDataRW::remove(const casacore::String&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 253 2023-09-07 19:20:21 SEVERE Exception Reported: Exception: cdelt2 pertains to a coordinate system axis attribute. It may be modified, but it may not be removed.. 2023-09-07 19:20:21 SEVERE + ... thrown by casacore::Bool casa::ImageMetaDataRW::remove(const casacore::String&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 253 2023-09-07 19:20:21 SEVERE imhead::::casa Task imhead raised an exception of class RuntimeError with the following message: Exception: cdelt2 pertains to a coordinate system axis attribute. It may be modified, but it may not be removed.. 2023-09-07 19:20:21 SEVERE imhead::::casa+ ... thrown by casacore::Bool casa::ImageMetaDataRW::remove(const casacore::String&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 253 2023-09-07 19:20:21 SEVERE Exception Reported: Exception: cdelt3 pertains to a coordinate system axis attribute. It may be modified, but it may not be removed.. 2023-09-07 19:20:21 SEVERE + ... thrown by casacore::Bool casa::ImageMetaDataRW::remove(const casacore::String&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 253 2023-09-07 19:20:21 SEVERE imhead::::casa Task imhead raised an exception of class RuntimeError with the following message: Exception: cdelt3 pertains to a coordinate system axis attribute. It may be modified, but it may not be removed.. 2023-09-07 19:20:21 SEVERE imhead::::casa+ ... thrown by casacore::Bool casa::ImageMetaDataRW::remove(const casacore::String&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 253 2023-09-07 19:20:21 SEVERE Exception Reported: Exception: cdelt4 pertains to a coordinate system axis attribute. It may be modified, but it may not be removed.. 2023-09-07 19:20:21 SEVERE + ... thrown by casacore::Bool casa::ImageMetaDataRW::remove(const casacore::String&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 253 2023-09-07 19:20:21 SEVERE imhead::::casa Task imhead raised an exception of class RuntimeError with the following message: Exception: cdelt4 pertains to a coordinate system axis attribute. It may be modified, but it may not be removed.. 2023-09-07 19:20:21 SEVERE imhead::::casa+ ... thrown by casacore::Bool casa::ImageMetaDataRW::remove(const casacore::String&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 253 2023-09-07 19:20:21 SEVERE Exception Reported: Exception: crpix1 pertains to a coordinate system axis attribute. It may be modified, but it may not be removed.. 2023-09-07 19:20:21 SEVERE + ... thrown by casacore::Bool casa::ImageMetaDataRW::remove(const casacore::String&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 253 2023-09-07 19:20:21 SEVERE imhead::::casa Task imhead raised an exception of class RuntimeError with the following message: Exception: crpix1 pertains to a coordinate system axis attribute. It may be modified, but it may not be removed.. 2023-09-07 19:20:21 SEVERE imhead::::casa+ ... thrown by casacore::Bool casa::ImageMetaDataRW::remove(const casacore::String&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 253 2023-09-07 19:20:21 SEVERE Exception Reported: Exception: crpix2 pertains to a coordinate system axis attribute. It may be modified, but it may not be removed.. 2023-09-07 19:20:21 SEVERE + ... thrown by casacore::Bool casa::ImageMetaDataRW::remove(const casacore::String&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 253 2023-09-07 19:20:21 SEVERE imhead::::casa Task imhead raised an exception of class RuntimeError with the following message: Exception: crpix2 pertains to a coordinate system axis attribute. It may be modified, but it may not be removed.. 2023-09-07 19:20:21 SEVERE imhead::::casa+ ... thrown by casacore::Bool casa::ImageMetaDataRW::remove(const casacore::String&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 253 2023-09-07 19:20:21 SEVERE Exception Reported: Exception: crpix3 pertains to a coordinate system axis attribute. It may be modified, but it may not be removed.. 2023-09-07 19:20:21 SEVERE + ... thrown by casacore::Bool casa::ImageMetaDataRW::remove(const casacore::String&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 253 2023-09-07 19:20:21 SEVERE imhead::::casa Task imhead raised an exception of class RuntimeError with the following message: Exception: crpix3 pertains to a coordinate system axis attribute. It may be modified, but it may not be removed.. 2023-09-07 19:20:21 SEVERE imhead::::casa+ ... thrown by casacore::Bool casa::ImageMetaDataRW::remove(const casacore::String&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 253 2023-09-07 19:20:21 SEVERE Exception Reported: Exception: crpix4 pertains to a coordinate system axis attribute. It may be modified, but it may not be removed.. 2023-09-07 19:20:21 SEVERE + ... thrown by casacore::Bool casa::ImageMetaDataRW::remove(const casacore::String&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 253 2023-09-07 19:20:21 SEVERE imhead::::casa Task imhead raised an exception of class RuntimeError with the following message: Exception: crpix4 pertains to a coordinate system axis attribute. It may be modified, but it may not be removed.. 2023-09-07 19:20:21 SEVERE imhead::::casa+ ... thrown by casacore::Bool casa::ImageMetaDataRW::remove(const casacore::String&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 253 2023-09-07 19:20:21 SEVERE Exception Reported: Exception: crval1 pertains to a coordinate system axis attribute. It may be modified, but it may not be removed.. 2023-09-07 19:20:21 SEVERE + ... thrown by casacore::Bool casa::ImageMetaDataRW::remove(const casacore::String&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 253 2023-09-07 19:20:21 SEVERE imhead::::casa Task imhead raised an exception of class RuntimeError with the following message: Exception: crval1 pertains to a coordinate system axis attribute. It may be modified, but it may not be removed.. 2023-09-07 19:20:21 SEVERE imhead::::casa+ ... thrown by casacore::Bool casa::ImageMetaDataRW::remove(const casacore::String&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 253 2023-09-07 19:20:21 SEVERE Exception Reported: Exception: crval2 pertains to a coordinate system axis attribute. It may be modified, but it may not be removed.. 2023-09-07 19:20:21 SEVERE + ... thrown by casacore::Bool casa::ImageMetaDataRW::remove(const casacore::String&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 253 2023-09-07 19:20:21 SEVERE imhead::::casa Task imhead raised an exception of class RuntimeError with the following message: Exception: crval2 pertains to a coordinate system axis attribute. It may be modified, but it may not be removed.. 2023-09-07 19:20:21 SEVERE imhead::::casa+ ... thrown by casacore::Bool casa::ImageMetaDataRW::remove(const casacore::String&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 253 2023-09-07 19:20:21 SEVERE Exception Reported: Exception: crval3 pertains to a coordinate system axis attribute. It may be modified, but it may not be removed.. 2023-09-07 19:20:21 SEVERE + ... thrown by casacore::Bool casa::ImageMetaDataRW::remove(const casacore::String&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 253 2023-09-07 19:20:21 SEVERE imhead::::casa Task imhead raised an exception of class RuntimeError with the following message: Exception: crval3 pertains to a coordinate system axis attribute. It may be modified, but it may not be removed.. 2023-09-07 19:20:21 SEVERE imhead::::casa+ ... thrown by casacore::Bool casa::ImageMetaDataRW::remove(const casacore::String&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 253 2023-09-07 19:20:21 SEVERE Exception Reported: Exception: crval4 pertains to a coordinate system axis attribute. It may be modified, but it may not be removed.. 2023-09-07 19:20:21 SEVERE + ... thrown by casacore::Bool casa::ImageMetaDataRW::remove(const casacore::String&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 253 2023-09-07 19:20:21 SEVERE imhead::::casa Task imhead raised an exception of class RuntimeError with the following message: Exception: crval4 pertains to a coordinate system axis attribute. It may be modified, but it may not be removed.. 2023-09-07 19:20:21 SEVERE imhead::::casa+ ... thrown by casacore::Bool casa::ImageMetaDataRW::remove(const casacore::String&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 253 2023-09-07 19:20:21 SEVERE Exception Reported: Exception: ctype1 pertains to a coordinate system axis attribute. It may be modified, but it may not be removed.. 2023-09-07 19:20:21 SEVERE + ... thrown by casacore::Bool casa::ImageMetaDataRW::remove(const casacore::String&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 253 2023-09-07 19:20:21 SEVERE imhead::::casa Task imhead raised an exception of class RuntimeError with the following message: Exception: ctype1 pertains to a coordinate system axis attribute. It may be modified, but it may not be removed.. 2023-09-07 19:20:21 SEVERE imhead::::casa+ ... thrown by casacore::Bool casa::ImageMetaDataRW::remove(const casacore::String&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 253 2023-09-07 19:20:21 SEVERE Exception Reported: Exception: ctype2 pertains to a coordinate system axis attribute. It may be modified, but it may not be removed.. 2023-09-07 19:20:21 SEVERE + ... thrown by casacore::Bool casa::ImageMetaDataRW::remove(const casacore::String&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 253 2023-09-07 19:20:21 SEVERE imhead::::casa Task imhead raised an exception of class RuntimeError with the following message: Exception: ctype2 pertains to a coordinate system axis attribute. It may be modified, but it may not be removed.. 2023-09-07 19:20:21 SEVERE imhead::::casa+ ... thrown by casacore::Bool casa::ImageMetaDataRW::remove(const casacore::String&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 253 2023-09-07 19:20:21 SEVERE Exception Reported: Exception: ctype3 pertains to a coordinate system axis attribute. It may be modified, but it may not be removed.. 2023-09-07 19:20:21 SEVERE + ... thrown by casacore::Bool casa::ImageMetaDataRW::remove(const casacore::String&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 253 2023-09-07 19:20:21 SEVERE imhead::::casa Task imhead raised an exception of class RuntimeError with the following message: Exception: ctype3 pertains to a coordinate system axis attribute. It may be modified, but it may not be removed.. 2023-09-07 19:20:21 SEVERE imhead::::casa+ ... thrown by casacore::Bool casa::ImageMetaDataRW::remove(const casacore::String&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 253 2023-09-07 19:20:21 SEVERE Exception Reported: Exception: ctype4 pertains to a coordinate system axis attribute. It may be modified, but it may not be removed.. 2023-09-07 19:20:21 SEVERE + ... thrown by casacore::Bool casa::ImageMetaDataRW::remove(const casacore::String&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 253 2023-09-07 19:20:21 SEVERE imhead::::casa Task imhead raised an exception of class RuntimeError with the following message: Exception: ctype4 pertains to a coordinate system axis attribute. It may be modified, but it may not be removed.. 2023-09-07 19:20:21 SEVERE imhead::::casa+ ... thrown by casacore::Bool casa::ImageMetaDataRW::remove(const casacore::String&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 253 2023-09-07 19:20:21 SEVERE Exception Reported: Exception: cunit1 pertains to a coordinate system axis attribute. It may be modified, but it may not be removed.. 2023-09-07 19:20:21 SEVERE + ... thrown by casacore::Bool casa::ImageMetaDataRW::remove(const casacore::String&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 253 2023-09-07 19:20:21 SEVERE imhead::::casa Task imhead raised an exception of class RuntimeError with the following message: Exception: cunit1 pertains to a coordinate system axis attribute. It may be modified, but it may not be removed.. 2023-09-07 19:20:21 SEVERE imhead::::casa+ ... thrown by casacore::Bool casa::ImageMetaDataRW::remove(const casacore::String&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 253 2023-09-07 19:20:21 SEVERE Exception Reported: Exception: cunit2 pertains to a coordinate system axis attribute. It may be modified, but it may not be removed.. 2023-09-07 19:20:21 SEVERE + ... thrown by casacore::Bool casa::ImageMetaDataRW::remove(const casacore::String&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 253 2023-09-07 19:20:21 SEVERE imhead::::casa Task imhead raised an exception of class RuntimeError with the following message: Exception: cunit2 pertains to a coordinate system axis attribute. It may be modified, but it may not be removed.. 2023-09-07 19:20:21 SEVERE imhead::::casa+ ... thrown by casacore::Bool casa::ImageMetaDataRW::remove(const casacore::String&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 253 2023-09-07 19:20:21 SEVERE Exception Reported: Exception: cunit3 pertains to a coordinate system axis attribute. It may be modified, but it may not be removed.. 2023-09-07 19:20:21 SEVERE + ... thrown by casacore::Bool casa::ImageMetaDataRW::remove(const casacore::String&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 253 2023-09-07 19:20:21 SEVERE imhead::::casa Task imhead raised an exception of class RuntimeError with the following message: Exception: cunit3 pertains to a coordinate system axis attribute. It may be modified, but it may not be removed.. 2023-09-07 19:20:21 SEVERE imhead::::casa+ ... thrown by casacore::Bool casa::ImageMetaDataRW::remove(const casacore::String&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 253 2023-09-07 19:20:21 SEVERE Exception Reported: Exception: cunit4 pertains to a coordinate system axis attribute. It may be modified, but it may not be removed.. 2023-09-07 19:20:21 SEVERE + ... thrown by casacore::Bool casa::ImageMetaDataRW::remove(const casacore::String&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 253 2023-09-07 19:20:21 SEVERE imhead::::casa Task imhead raised an exception of class RuntimeError with the following message: Exception: cunit4 pertains to a coordinate system axis attribute. It may be modified, but it may not be removed.. 2023-09-07 19:20:21 SEVERE imhead::::casa+ ... thrown by casacore::Bool casa::ImageMetaDataRW::remove(const casacore::String&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 253 2023-09-07 19:20:21 SEVERE Exception Reported: Exception: datamax is is a statistic of the image and may not be modified nor removed by this application.. 2023-09-07 19:20:21 SEVERE + ... thrown by casacore::Bool casa::ImageMetaDataRW::remove(const casacore::String&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 302 2023-09-07 19:20:21 SEVERE imhead::::casa Task imhead raised an exception of class RuntimeError with the following message: Exception: datamax is is a statistic of the image and may not be modified nor removed by this application.. 2023-09-07 19:20:21 SEVERE imhead::::casa+ ... thrown by casacore::Bool casa::ImageMetaDataRW::remove(const casacore::String&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 302 2023-09-07 19:20:21 SEVERE Exception Reported: Exception: datamin is is a statistic of the image and may not be modified nor removed by this application.. 2023-09-07 19:20:21 SEVERE + ... thrown by casacore::Bool casa::ImageMetaDataRW::remove(const casacore::String&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 302 2023-09-07 19:20:21 SEVERE imhead::::casa Task imhead raised an exception of class RuntimeError with the following message: Exception: datamin is is a statistic of the image and may not be modified nor removed by this application.. 2023-09-07 19:20:21 SEVERE imhead::::casa+ ... thrown by casacore::Bool casa::ImageMetaDataRW::remove(const casacore::String&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 302 2023-09-07 19:20:21 SEVERE Exception Reported: Exception: Although the epoch (date-obs) may be modified, it cannot be removed.. 2023-09-07 19:20:21 SEVERE + ... thrown by casacore::Bool casa::ImageMetaDataRW::remove(const casacore::String&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 277 2023-09-07 19:20:21 SEVERE imhead::::casa Task imhead raised an exception of class RuntimeError with the following message: Exception: Although the epoch (date-obs) may be modified, it cannot be removed.. 2023-09-07 19:20:21 SEVERE imhead::::casa+ ... thrown by casacore::Bool casa::ImageMetaDataRW::remove(const casacore::String&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 277 2023-09-07 19:20:21 SEVERE Exception Reported: Exception: Although the direction reference frame (equinox) may be modified, it may not be removed.. 2023-09-07 19:20:21 SEVERE + ... thrown by casacore::Bool casa::ImageMetaDataRW::remove(const casacore::String&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 263 2023-09-07 19:20:21 SEVERE imhead::::casa Task imhead raised an exception of class RuntimeError with the following message: Exception: Although the direction reference frame (equinox) may be modified, it may not be removed.. 2023-09-07 19:20:21 SEVERE imhead::::casa+ ... thrown by casacore::Bool casa::ImageMetaDataRW::remove(const casacore::String&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 263 2023-09-07 19:20:21 SEVERE Exception Reported: Exception: Although the image type (imtype) may be modified, it may not be removed.. 2023-09-07 19:20:21 SEVERE + ... thrown by casacore::Bool casa::ImageMetaDataRW::remove(const casacore::String&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 268 2023-09-07 19:20:21 SEVERE imhead::::casa Task imhead raised an exception of class RuntimeError with the following message: Exception: Although the image type (imtype) may be modified, it may not be removed.. 2023-09-07 19:20:21 SEVERE imhead::::casa+ ... thrown by casacore::Bool casa::ImageMetaDataRW::remove(const casacore::String&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 268 2023-09-07 19:20:21 WARN ImageMetaDataRW::removeMask This image has no masks, so nothing to do. 2023-09-07 19:20:21 SEVERE Exception Reported: Exception: maxpixpos is is a statistic of the image and may not be modified nor removed by this application.. 2023-09-07 19:20:21 SEVERE + ... thrown by casacore::Bool casa::ImageMetaDataRW::remove(const casacore::String&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 302 2023-09-07 19:20:21 SEVERE imhead::::casa Task imhead raised an exception of class RuntimeError with the following message: Exception: maxpixpos is is a statistic of the image and may not be modified nor removed by this application.. 2023-09-07 19:20:21 SEVERE imhead::::casa+ ... thrown by casacore::Bool casa::ImageMetaDataRW::remove(const casacore::String&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 302 2023-09-07 19:20:21 SEVERE Exception Reported: Exception: maxpos is is a statistic of the image and may not be modified nor removed by this application.. 2023-09-07 19:20:21 SEVERE + ... thrown by casacore::Bool casa::ImageMetaDataRW::remove(const casacore::String&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 302 2023-09-07 19:20:21 SEVERE imhead::::casa Task imhead raised an exception of class RuntimeError with the following message: Exception: maxpos is is a statistic of the image and may not be modified nor removed by this application.. 2023-09-07 19:20:21 SEVERE imhead::::casa+ ... thrown by casacore::Bool casa::ImageMetaDataRW::remove(const casacore::String&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 302 2023-09-07 19:20:21 SEVERE Exception Reported: Exception: minpixpos is is a statistic of the image and may not be modified nor removed by this application.. 2023-09-07 19:20:21 SEVERE + ... thrown by casacore::Bool casa::ImageMetaDataRW::remove(const casacore::String&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 302 2023-09-07 19:20:21 SEVERE imhead::::casa Task imhead raised an exception of class RuntimeError with the following message: Exception: minpixpos is is a statistic of the image and may not be modified nor removed by this application.. 2023-09-07 19:20:21 SEVERE imhead::::casa+ ... thrown by casacore::Bool casa::ImageMetaDataRW::remove(const casacore::String&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 302 2023-09-07 19:20:21 SEVERE Exception Reported: Exception: minpos is is a statistic of the image and may not be modified nor removed by this application.. 2023-09-07 19:20:21 SEVERE + ... thrown by casacore::Bool casa::ImageMetaDataRW::remove(const casacore::String&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 302 2023-09-07 19:20:21 SEVERE imhead::::casa Task imhead raised an exception of class RuntimeError with the following message: Exception: minpos is is a statistic of the image and may not be modified nor removed by this application.. 2023-09-07 19:20:21 SEVERE imhead::::casa+ ... thrown by casacore::Bool casa::ImageMetaDataRW::remove(const casacore::String&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 302 2023-09-07 19:20:22 SEVERE Exception Reported: Exception: Although the projection (projection) may be modified, it cannot be removed.. 2023-09-07 19:20:22 SEVERE + ... thrown by casacore::Bool casa::ImageMetaDataRW::remove(const casacore::String&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 282 2023-09-07 19:20:22 SEVERE imhead::::casa Task imhead raised an exception of class RuntimeError with the following message: Exception: Although the projection (projection) may be modified, it cannot be removed.. 2023-09-07 19:20:22 SEVERE imhead::::casa+ ... thrown by casacore::Bool casa::ImageMetaDataRW::remove(const casacore::String&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 282 2023-09-07 19:20:22 SEVERE Exception Reported: Exception: Although the velocity reference frame (reffreqtype) may be modified, it cannot be removed.. 2023-09-07 19:20:22 SEVERE + ... thrown by casacore::Bool casa::ImageMetaDataRW::remove(const casacore::String&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 287 2023-09-07 19:20:22 SEVERE imhead::::casa Task imhead raised an exception of class RuntimeError with the following message: Exception: Although the velocity reference frame (reffreqtype) may be modified, it cannot be removed.. 2023-09-07 19:20:22 SEVERE imhead::::casa+ ... thrown by casacore::Bool casa::ImageMetaDataRW::remove(const casacore::String&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 287 2023-09-07 19:20:22 SEVERE Exception Reported: Exception: Although the rest frequency (restfreq) may be modified, it cannot be removed.. 2023-09-07 19:20:22 SEVERE + ... thrown by casacore::Bool casa::ImageMetaDataRW::remove(const casacore::String&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 292 2023-09-07 19:20:22 SEVERE imhead::::casa Task imhead raised an exception of class RuntimeError with the following message: Exception: Although the rest frequency (restfreq) may be modified, it cannot be removed.. 2023-09-07 19:20:22 SEVERE imhead::::casa+ ... thrown by casacore::Bool casa::ImageMetaDataRW::remove(const casacore::String&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 292 2023-09-07 19:20:22 SEVERE Exception Reported: Exception: The shape is intrinsic to the image and may not be modified nor removed.. 2023-09-07 19:20:22 SEVERE + ... thrown by casacore::Bool casa::ImageMetaDataRW::remove(const casacore::String&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 297 2023-09-07 19:20:22 SEVERE imhead::::casa Task imhead raised an exception of class RuntimeError with the following message: Exception: The shape is intrinsic to the image and may not be modified nor removed.. 2023-09-07 19:20:22 SEVERE imhead::::casa+ ... thrown by casacore::Bool casa::ImageMetaDataRW::remove(const casacore::String&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 297 2023-09-07 19:20:22 SEVERE Exception Reported: Exception: This image already has a beam(s). Cannot add one.. 2023-09-07 19:20:22 SEVERE + ... thrown by casacore::Bool casa::ImageMetaDataRW::add(const casacore::String&, const casacore::ValueHolder&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 220 2023-09-07 19:20:22 SEVERE imhead::::casa Task imhead raised an exception of class RuntimeError with the following message: Exception: This image already has a beam(s). Cannot add one.. 2023-09-07 19:20:22 SEVERE imhead::::casa+ ... thrown by casacore::Bool casa::ImageMetaDataRW::add(const casacore::String&, const casacore::ValueHolder&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 220 2023-09-07 19:20:22 SEVERE Exception Reported: Exception: Cannot add a beam position angle. Add the major or minor axis and then modify the other and the position angle.. 2023-09-07 19:20:22 SEVERE + ... thrown by casacore::Bool casa::ImageMetaDataRW::add(const casacore::String&, const casacore::ValueHolder&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 134 2023-09-07 19:20:22 SEVERE imhead::::casa Task imhead raised an exception of class RuntimeError with the following message: Exception: Cannot add a beam position angle. Add the major or minor axis and then modify the other and the position angle.. 2023-09-07 19:20:22 SEVERE imhead::::casa+ ... thrown by casacore::Bool casa::ImageMetaDataRW::add(const casacore::String&, const casacore::ValueHolder&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 134 2023-09-07 19:20:22 SEVERE Exception Reported: Exception: cdelt1 pertains to a coordinate system axis attribute. It may be modified if it exists, but it may not be added.. 2023-09-07 19:20:22 SEVERE + ... thrown by casacore::Bool casa::ImageMetaDataRW::add(const casacore::String&, const casacore::ValueHolder&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 92 2023-09-07 19:20:22 SEVERE imhead::::casa Task imhead raised an exception of class RuntimeError with the following message: Exception: cdelt1 pertains to a coordinate system axis attribute. It may be modified if it exists, but it may not be added.. 2023-09-07 19:20:22 SEVERE imhead::::casa+ ... thrown by casacore::Bool casa::ImageMetaDataRW::add(const casacore::String&, const casacore::ValueHolder&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 92 2023-09-07 19:20:22 SEVERE Exception Reported: Exception: cdelt2 pertains to a coordinate system axis attribute. It may be modified if it exists, but it may not be added.. 2023-09-07 19:20:22 SEVERE + ... thrown by casacore::Bool casa::ImageMetaDataRW::add(const casacore::String&, const casacore::ValueHolder&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 92 2023-09-07 19:20:22 SEVERE imhead::::casa Task imhead raised an exception of class RuntimeError with the following message: Exception: cdelt2 pertains to a coordinate system axis attribute. It may be modified if it exists, but it may not be added.. 2023-09-07 19:20:22 SEVERE imhead::::casa+ ... thrown by casacore::Bool casa::ImageMetaDataRW::add(const casacore::String&, const casacore::ValueHolder&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 92 2023-09-07 19:20:22 SEVERE Exception Reported: Exception: cdelt3 pertains to a coordinate system axis attribute. It may be modified if it exists, but it may not be added.. 2023-09-07 19:20:22 SEVERE + ... thrown by casacore::Bool casa::ImageMetaDataRW::add(const casacore::String&, const casacore::ValueHolder&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 92 2023-09-07 19:20:22 SEVERE imhead::::casa Task imhead raised an exception of class RuntimeError with the following message: Exception: cdelt3 pertains to a coordinate system axis attribute. It may be modified if it exists, but it may not be added.. 2023-09-07 19:20:22 SEVERE imhead::::casa+ ... thrown by casacore::Bool casa::ImageMetaDataRW::add(const casacore::String&, const casacore::ValueHolder&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 92 2023-09-07 19:20:22 SEVERE Exception Reported: Exception: cdelt4 pertains to a coordinate system axis attribute. It may be modified if it exists, but it may not be added.. 2023-09-07 19:20:22 SEVERE + ... thrown by casacore::Bool casa::ImageMetaDataRW::add(const casacore::String&, const casacore::ValueHolder&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 92 2023-09-07 19:20:22 SEVERE imhead::::casa Task imhead raised an exception of class RuntimeError with the following message: Exception: cdelt4 pertains to a coordinate system axis attribute. It may be modified if it exists, but it may not be added.. 2023-09-07 19:20:22 SEVERE imhead::::casa+ ... thrown by casacore::Bool casa::ImageMetaDataRW::add(const casacore::String&, const casacore::ValueHolder&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 92 2023-09-07 19:20:22 SEVERE Exception Reported: Exception: crpix1 pertains to a coordinate system axis attribute. It may be modified if it exists, but it may not be added.. 2023-09-07 19:20:22 SEVERE + ... thrown by casacore::Bool casa::ImageMetaDataRW::add(const casacore::String&, const casacore::ValueHolder&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 92 2023-09-07 19:20:22 SEVERE imhead::::casa Task imhead raised an exception of class RuntimeError with the following message: Exception: crpix1 pertains to a coordinate system axis attribute. It may be modified if it exists, but it may not be added.. 2023-09-07 19:20:22 SEVERE imhead::::casa+ ... thrown by casacore::Bool casa::ImageMetaDataRW::add(const casacore::String&, const casacore::ValueHolder&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 92 2023-09-07 19:20:22 SEVERE Exception Reported: Exception: crpix2 pertains to a coordinate system axis attribute. It may be modified if it exists, but it may not be added.. 2023-09-07 19:20:22 SEVERE + ... thrown by casacore::Bool casa::ImageMetaDataRW::add(const casacore::String&, const casacore::ValueHolder&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 92 2023-09-07 19:20:22 SEVERE imhead::::casa Task imhead raised an exception of class RuntimeError with the following message: Exception: crpix2 pertains to a coordinate system axis attribute. It may be modified if it exists, but it may not be added.. 2023-09-07 19:20:22 SEVERE imhead::::casa+ ... thrown by casacore::Bool casa::ImageMetaDataRW::add(const casacore::String&, const casacore::ValueHolder&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 92 2023-09-07 19:20:22 SEVERE Exception Reported: Exception: crpix3 pertains to a coordinate system axis attribute. It may be modified if it exists, but it may not be added.. 2023-09-07 19:20:22 SEVERE + ... thrown by casacore::Bool casa::ImageMetaDataRW::add(const casacore::String&, const casacore::ValueHolder&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 92 2023-09-07 19:20:22 SEVERE imhead::::casa Task imhead raised an exception of class RuntimeError with the following message: Exception: crpix3 pertains to a coordinate system axis attribute. It may be modified if it exists, but it may not be added.. 2023-09-07 19:20:22 SEVERE imhead::::casa+ ... thrown by casacore::Bool casa::ImageMetaDataRW::add(const casacore::String&, const casacore::ValueHolder&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 92 2023-09-07 19:20:22 SEVERE Exception Reported: Exception: crpix4 pertains to a coordinate system axis attribute. It may be modified if it exists, but it may not be added.. 2023-09-07 19:20:22 SEVERE + ... thrown by casacore::Bool casa::ImageMetaDataRW::add(const casacore::String&, const casacore::ValueHolder&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 92 2023-09-07 19:20:22 SEVERE imhead::::casa Task imhead raised an exception of class RuntimeError with the following message: Exception: crpix4 pertains to a coordinate system axis attribute. It may be modified if it exists, but it may not be added.. 2023-09-07 19:20:22 SEVERE imhead::::casa+ ... thrown by casacore::Bool casa::ImageMetaDataRW::add(const casacore::String&, const casacore::ValueHolder&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 92 2023-09-07 19:20:22 SEVERE Exception Reported: Exception: crval1 pertains to a coordinate system axis attribute. It may be modified if it exists, but it may not be added.. 2023-09-07 19:20:22 SEVERE + ... thrown by casacore::Bool casa::ImageMetaDataRW::add(const casacore::String&, const casacore::ValueHolder&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 92 2023-09-07 19:20:22 SEVERE imhead::::casa Task imhead raised an exception of class RuntimeError with the following message: Exception: crval1 pertains to a coordinate system axis attribute. It may be modified if it exists, but it may not be added.. 2023-09-07 19:20:22 SEVERE imhead::::casa+ ... thrown by casacore::Bool casa::ImageMetaDataRW::add(const casacore::String&, const casacore::ValueHolder&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 92 2023-09-07 19:20:22 SEVERE Exception Reported: Exception: crval2 pertains to a coordinate system axis attribute. It may be modified if it exists, but it may not be added.. 2023-09-07 19:20:22 SEVERE + ... thrown by casacore::Bool casa::ImageMetaDataRW::add(const casacore::String&, const casacore::ValueHolder&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 92 2023-09-07 19:20:22 SEVERE imhead::::casa Task imhead raised an exception of class RuntimeError with the following message: Exception: crval2 pertains to a coordinate system axis attribute. It may be modified if it exists, but it may not be added.. 2023-09-07 19:20:22 SEVERE imhead::::casa+ ... thrown by casacore::Bool casa::ImageMetaDataRW::add(const casacore::String&, const casacore::ValueHolder&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 92 2023-09-07 19:20:22 SEVERE Exception Reported: Exception: crval3 pertains to a coordinate system axis attribute. It may be modified if it exists, but it may not be added.. 2023-09-07 19:20:22 SEVERE + ... thrown by casacore::Bool casa::ImageMetaDataRW::add(const casacore::String&, const casacore::ValueHolder&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 92 2023-09-07 19:20:22 SEVERE imhead::::casa Task imhead raised an exception of class RuntimeError with the following message: Exception: crval3 pertains to a coordinate system axis attribute. It may be modified if it exists, but it may not be added.. 2023-09-07 19:20:22 SEVERE imhead::::casa+ ... thrown by casacore::Bool casa::ImageMetaDataRW::add(const casacore::String&, const casacore::ValueHolder&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 92 2023-09-07 19:20:22 SEVERE Exception Reported: Exception: crval4 pertains to a coordinate system axis attribute. It may be modified if it exists, but it may not be added.. 2023-09-07 19:20:22 SEVERE + ... thrown by casacore::Bool casa::ImageMetaDataRW::add(const casacore::String&, const casacore::ValueHolder&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 92 2023-09-07 19:20:22 SEVERE imhead::::casa Task imhead raised an exception of class RuntimeError with the following message: Exception: crval4 pertains to a coordinate system axis attribute. It may be modified if it exists, but it may not be added.. 2023-09-07 19:20:22 SEVERE imhead::::casa+ ... thrown by casacore::Bool casa::ImageMetaDataRW::add(const casacore::String&, const casacore::ValueHolder&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 92 2023-09-07 19:20:22 SEVERE Exception Reported: Exception: ctype1 pertains to a coordinate system axis attribute. It may be modified if it exists, but it may not be added.. 2023-09-07 19:20:22 SEVERE + ... thrown by casacore::Bool casa::ImageMetaDataRW::add(const casacore::String&, const casacore::ValueHolder&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 92 2023-09-07 19:20:22 SEVERE imhead::::casa Task imhead raised an exception of class RuntimeError with the following message: Exception: ctype1 pertains to a coordinate system axis attribute. It may be modified if it exists, but it may not be added.. 2023-09-07 19:20:22 SEVERE imhead::::casa+ ... thrown by casacore::Bool casa::ImageMetaDataRW::add(const casacore::String&, const casacore::ValueHolder&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 92 2023-09-07 19:20:22 SEVERE Exception Reported: Exception: ctype2 pertains to a coordinate system axis attribute. It may be modified if it exists, but it may not be added.. 2023-09-07 19:20:22 SEVERE + ... thrown by casacore::Bool casa::ImageMetaDataRW::add(const casacore::String&, const casacore::ValueHolder&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 92 2023-09-07 19:20:22 SEVERE imhead::::casa Task imhead raised an exception of class RuntimeError with the following message: Exception: ctype2 pertains to a coordinate system axis attribute. It may be modified if it exists, but it may not be added.. 2023-09-07 19:20:22 SEVERE imhead::::casa+ ... thrown by casacore::Bool casa::ImageMetaDataRW::add(const casacore::String&, const casacore::ValueHolder&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 92 2023-09-07 19:20:22 SEVERE Exception Reported: Exception: ctype3 pertains to a coordinate system axis attribute. It may be modified if it exists, but it may not be added.. 2023-09-07 19:20:22 SEVERE + ... thrown by casacore::Bool casa::ImageMetaDataRW::add(const casacore::String&, const casacore::ValueHolder&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 92 2023-09-07 19:20:22 SEVERE imhead::::casa Task imhead raised an exception of class RuntimeError with the following message: Exception: ctype3 pertains to a coordinate system axis attribute. It may be modified if it exists, but it may not be added.. 2023-09-07 19:20:22 SEVERE imhead::::casa+ ... thrown by casacore::Bool casa::ImageMetaDataRW::add(const casacore::String&, const casacore::ValueHolder&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 92 2023-09-07 19:20:22 SEVERE Exception Reported: Exception: ctype4 pertains to a coordinate system axis attribute. It may be modified if it exists, but it may not be added.. 2023-09-07 19:20:22 SEVERE + ... thrown by casacore::Bool casa::ImageMetaDataRW::add(const casacore::String&, const casacore::ValueHolder&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 92 2023-09-07 19:20:22 SEVERE imhead::::casa Task imhead raised an exception of class RuntimeError with the following message: Exception: ctype4 pertains to a coordinate system axis attribute. It may be modified if it exists, but it may not be added.. 2023-09-07 19:20:22 SEVERE imhead::::casa+ ... thrown by casacore::Bool casa::ImageMetaDataRW::add(const casacore::String&, const casacore::ValueHolder&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 92 2023-09-07 19:20:22 SEVERE Exception Reported: Exception: cunit1 pertains to a coordinate system axis attribute. It may be modified if it exists, but it may not be added.. 2023-09-07 19:20:22 SEVERE + ... thrown by casacore::Bool casa::ImageMetaDataRW::add(const casacore::String&, const casacore::ValueHolder&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 92 2023-09-07 19:20:22 SEVERE imhead::::casa Task imhead raised an exception of class RuntimeError with the following message: Exception: cunit1 pertains to a coordinate system axis attribute. It may be modified if it exists, but it may not be added.. 2023-09-07 19:20:22 SEVERE imhead::::casa+ ... thrown by casacore::Bool casa::ImageMetaDataRW::add(const casacore::String&, const casacore::ValueHolder&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 92 2023-09-07 19:20:22 SEVERE Exception Reported: Exception: cunit2 pertains to a coordinate system axis attribute. It may be modified if it exists, but it may not be added.. 2023-09-07 19:20:22 SEVERE + ... thrown by casacore::Bool casa::ImageMetaDataRW::add(const casacore::String&, const casacore::ValueHolder&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 92 2023-09-07 19:20:22 SEVERE imhead::::casa Task imhead raised an exception of class RuntimeError with the following message: Exception: cunit2 pertains to a coordinate system axis attribute. It may be modified if it exists, but it may not be added.. 2023-09-07 19:20:22 SEVERE imhead::::casa+ ... thrown by casacore::Bool casa::ImageMetaDataRW::add(const casacore::String&, const casacore::ValueHolder&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 92 2023-09-07 19:20:22 SEVERE Exception Reported: Exception: cunit3 pertains to a coordinate system axis attribute. It may be modified if it exists, but it may not be added.. 2023-09-07 19:20:22 SEVERE + ... thrown by casacore::Bool casa::ImageMetaDataRW::add(const casacore::String&, const casacore::ValueHolder&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 92 2023-09-07 19:20:22 SEVERE imhead::::casa Task imhead raised an exception of class RuntimeError with the following message: Exception: cunit3 pertains to a coordinate system axis attribute. It may be modified if it exists, but it may not be added.. 2023-09-07 19:20:22 SEVERE imhead::::casa+ ... thrown by casacore::Bool casa::ImageMetaDataRW::add(const casacore::String&, const casacore::ValueHolder&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 92 2023-09-07 19:20:22 SEVERE Exception Reported: Exception: cunit4 pertains to a coordinate system axis attribute. It may be modified if it exists, but it may not be added.. 2023-09-07 19:20:22 SEVERE + ... thrown by casacore::Bool casa::ImageMetaDataRW::add(const casacore::String&, const casacore::ValueHolder&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 92 2023-09-07 19:20:22 SEVERE imhead::::casa Task imhead raised an exception of class RuntimeError with the following message: Exception: cunit4 pertains to a coordinate system axis attribute. It may be modified if it exists, but it may not be added.. 2023-09-07 19:20:22 SEVERE imhead::::casa+ ... thrown by casacore::Bool casa::ImageMetaDataRW::add(const casacore::String&, const casacore::ValueHolder&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 92 2023-09-07 19:20:22 SEVERE Exception Reported: Exception: datamax is is a statistic of the image and may not be added.. 2023-09-07 19:20:22 SEVERE + ... thrown by casacore::Bool casa::ImageMetaDataRW::add(const casacore::String&, const casacore::ValueHolder&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 140 2023-09-07 19:20:22 SEVERE imhead::::casa Task imhead raised an exception of class RuntimeError with the following message: Exception: datamax is is a statistic of the image and may not be added.. 2023-09-07 19:20:22 SEVERE imhead::::casa+ ... thrown by casacore::Bool casa::ImageMetaDataRW::add(const casacore::String&, const casacore::ValueHolder&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 140 2023-09-07 19:20:22 SEVERE Exception Reported: Exception: datamin is is a statistic of the image and may not be added.. 2023-09-07 19:20:22 SEVERE + ... thrown by casacore::Bool casa::ImageMetaDataRW::add(const casacore::String&, const casacore::ValueHolder&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 140 2023-09-07 19:20:22 SEVERE imhead::::casa Task imhead raised an exception of class RuntimeError with the following message: Exception: datamin is is a statistic of the image and may not be added.. 2023-09-07 19:20:22 SEVERE imhead::::casa+ ... thrown by casacore::Bool casa::ImageMetaDataRW::add(const casacore::String&, const casacore::ValueHolder&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 140 2023-09-07 19:20:22 SEVERE Exception Reported: Exception: The epoch (date-obs=1995/04/13/09:33:00.000687) already exists. It may be modified but not added.. 2023-09-07 19:20:22 SEVERE + ... thrown by casacore::Bool casa::ImageMetaDataRW::add(const casacore::String&, const casacore::ValueHolder&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 112 2023-09-07 19:20:22 SEVERE imhead::::casa Task imhead raised an exception of class RuntimeError with the following message: Exception: The epoch (date-obs=1995/04/13/09:33:00.000687) already exists. It may be modified but not added.. 2023-09-07 19:20:22 SEVERE imhead::::casa+ ... thrown by casacore::Bool casa::ImageMetaDataRW::add(const casacore::String&, const casacore::ValueHolder&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 112 2023-09-07 19:20:22 SEVERE Exception Reported: Exception: The direction reference frame (equinox=J2000) already exists. It may be modified but not added.. 2023-09-07 19:20:22 SEVERE + ... thrown by casacore::Bool casa::ImageMetaDataRW::add(const casacore::String&, const casacore::ValueHolder&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 102 2023-09-07 19:20:22 SEVERE imhead::::casa Task imhead raised an exception of class RuntimeError with the following message: Exception: The direction reference frame (equinox=J2000) already exists. It may be modified but not added.. 2023-09-07 19:20:22 SEVERE imhead::::casa+ ... thrown by casacore::Bool casa::ImageMetaDataRW::add(const casacore::String&, const casacore::ValueHolder&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 102 2023-09-07 19:20:22 SEVERE Exception Reported: Exception: The image type (imtype=) already exists. It may be modified but be added.. 2023-09-07 19:20:22 SEVERE + ... thrown by casacore::Bool casa::ImageMetaDataRW::add(const casacore::String&, const casacore::ValueHolder&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 166 2023-09-07 19:20:22 SEVERE imhead::::casa Task imhead raised an exception of class RuntimeError with the following message: Exception: The image type (imtype=) already exists. It may be modified but be added.. 2023-09-07 19:20:22 SEVERE imhead::::casa+ ... thrown by casacore::Bool casa::ImageMetaDataRW::add(const casacore::String&, const casacore::ValueHolder&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 166 2023-09-07 19:20:22 SEVERE Exception Reported: Exception: This application does not support adding masks.. 2023-09-07 19:20:22 SEVERE + ... thrown by casacore::Bool casa::ImageMetaDataRW::add(const casacore::String&, const casacore::ValueHolder&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 108 2023-09-07 19:20:22 SEVERE imhead::::casa Task imhead raised an exception of class RuntimeError with the following message: Exception: This application does not support adding masks.. 2023-09-07 19:20:22 SEVERE imhead::::casa+ ... thrown by casacore::Bool casa::ImageMetaDataRW::add(const casacore::String&, const casacore::ValueHolder&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 108 2023-09-07 19:20:22 SEVERE Exception Reported: Exception: maxpixpos is is a statistic of the image and may not be added.. 2023-09-07 19:20:22 SEVERE + ... thrown by casacore::Bool casa::ImageMetaDataRW::add(const casacore::String&, const casacore::ValueHolder&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 140 2023-09-07 19:20:22 SEVERE imhead::::casa Task imhead raised an exception of class RuntimeError with the following message: Exception: maxpixpos is is a statistic of the image and may not be added.. 2023-09-07 19:20:22 SEVERE imhead::::casa+ ... thrown by casacore::Bool casa::ImageMetaDataRW::add(const casacore::String&, const casacore::ValueHolder&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 140 2023-09-07 19:20:22 SEVERE Exception Reported: Exception: maxpos is is a statistic of the image and may not be added.. 2023-09-07 19:20:22 SEVERE + ... thrown by casacore::Bool casa::ImageMetaDataRW::add(const casacore::String&, const casacore::ValueHolder&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 140 2023-09-07 19:20:22 SEVERE imhead::::casa Task imhead raised an exception of class RuntimeError with the following message: Exception: maxpos is is a statistic of the image and may not be added.. 2023-09-07 19:20:22 SEVERE imhead::::casa+ ... thrown by casacore::Bool casa::ImageMetaDataRW::add(const casacore::String&, const casacore::ValueHolder&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 140 2023-09-07 19:20:22 SEVERE Exception Reported: Exception: minpixpos is is a statistic of the image and may not be added.. 2023-09-07 19:20:22 SEVERE + ... thrown by casacore::Bool casa::ImageMetaDataRW::add(const casacore::String&, const casacore::ValueHolder&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 140 2023-09-07 19:20:22 SEVERE imhead::::casa Task imhead raised an exception of class RuntimeError with the following message: Exception: minpixpos is is a statistic of the image and may not be added.. 2023-09-07 19:20:22 SEVERE imhead::::casa+ ... thrown by casacore::Bool casa::ImageMetaDataRW::add(const casacore::String&, const casacore::ValueHolder&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 140 2023-09-07 19:20:22 SEVERE Exception Reported: Exception: minpos is is a statistic of the image and may not be added.. 2023-09-07 19:20:22 SEVERE + ... thrown by casacore::Bool casa::ImageMetaDataRW::add(const casacore::String&, const casacore::ValueHolder&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 140 2023-09-07 19:20:22 SEVERE imhead::::casa Task imhead raised an exception of class RuntimeError with the following message: Exception: minpos is is a statistic of the image and may not be added.. 2023-09-07 19:20:22 SEVERE imhead::::casa+ ... thrown by casacore::Bool casa::ImageMetaDataRW::add(const casacore::String&, const casacore::ValueHolder&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 140 2023-09-07 19:20:23 SEVERE Exception Reported: Exception: The projection (projection=SIN) already exists. It may be modified but not added.. 2023-09-07 19:20:23 SEVERE + ... thrown by casacore::Bool casa::ImageMetaDataRW::add(const casacore::String&, const casacore::ValueHolder&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 117 2023-09-07 19:20:23 SEVERE imhead::::casa Task imhead raised an exception of class RuntimeError with the following message: Exception: The projection (projection=SIN) already exists. It may be modified but not added.. 2023-09-07 19:20:23 SEVERE imhead::::casa+ ... thrown by casacore::Bool casa::ImageMetaDataRW::add(const casacore::String&, const casacore::ValueHolder&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 117 2023-09-07 19:20:23 SEVERE Exception Reported: Exception: The velocity reference frame (reffreqtype=SIN) already exists. It may be modified but not added.. 2023-09-07 19:20:23 SEVERE + ... thrown by casacore::Bool casa::ImageMetaDataRW::add(const casacore::String&, const casacore::ValueHolder&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 123 2023-09-07 19:20:23 SEVERE imhead::::casa Task imhead raised an exception of class RuntimeError with the following message: Exception: The velocity reference frame (reffreqtype=SIN) already exists. It may be modified but not added.. 2023-09-07 19:20:23 SEVERE imhead::::casa+ ... thrown by casacore::Bool casa::ImageMetaDataRW::add(const casacore::String&, const casacore::ValueHolder&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 123 2023-09-07 19:20:23 SEVERE Exception Reported: Exception: The rest frequency (restfreq=1.42041e+09Hz) already exists. It may be modified but not added by this application. If you wish to append a rest frequency to an already existing list, use cs.setrestfrequency().. 2023-09-07 19:20:23 SEVERE + ... thrown by casacore::Bool casa::ImageMetaDataRW::add(const casacore::String&, const casacore::ValueHolder&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 193 2023-09-07 19:20:23 SEVERE imhead::::casa Task imhead raised an exception of class RuntimeError with the following message: Exception: The rest frequency (restfreq=1.42041e+09Hz) already exists. It may be modified but not added by this application. If you wish to append a rest frequency to an already existing list, use cs.setrestfrequency().. 2023-09-07 19:20:23 SEVERE imhead::::casa+ ... thrown by casacore::Bool casa::ImageMetaDataRW::add(const casacore::String&, const casacore::ValueHolder&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 193 2023-09-07 19:20:23 SEVERE Exception Reported: Exception: The shape is intrinsic to the image and may not be added.. 2023-09-07 19:20:23 SEVERE + ... thrown by casacore::Bool casa::ImageMetaDataRW::add(const casacore::String&, const casacore::ValueHolder&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 129 2023-09-07 19:20:23 SEVERE imhead::::casa Task imhead raised an exception of class RuntimeError with the following message: Exception: The shape is intrinsic to the image and may not be added.. 2023-09-07 19:20:23 SEVERE imhead::::casa+ ... thrown by casacore::Bool casa::ImageMetaDataRW::add(const casacore::String&, const casacore::ValueHolder&) [with T = float; casacore::Bool = bool] at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataRW.tcc, line: 129 test_add --------------- This test makes sure that add can add to all the keys specified in the documentation The endDict is the dictionary we expect out of the list function. we first delete all the values we can, and then try to add them back. Upon failing to add a section back the dictionaries will become differnt, so my asserting the dictionary is the same as it started assures add worked. This relies on del working as well, however if that fails so will the test_del function. imtype and restfreq cannot be tested, because there is no way to remove the values for them. Also adding a beam auto matically sets beamminor and beampa, those values cannot be all chosen using add PASSED test_task_imhead.py::imhead_test::test_bad_mode Test unupported mode fails PASSED test_task_imhead.py::imhead_test::test_del 2023-09-07 19:20:27 WARN ImageMetaDataRW::removeMask This image has no masks, so nothing to do. test_del --------------- This checks that the result of running the delete mode on all the hd keys has the effect that we expected Certain values should be removed where others will remain unchanged. The assertion checks that the image header after removal looks like the expected dictionary PASSED test_task_imhead.py::imhead_test::test_get 2023-09-07 19:20:31 SEVERE Exception Reported: Unknown keyword incr. If you are trying to use a key name from the imhead summary dictionary, note that some keys in mode='put'/'get' are different from mode='summary'. Please see imhead description in the CASA online documentation for complete details. at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataBase.tcc, line: 400 2023-09-07 19:20:31 SEVERE imhead::::casa Task imhead raised an exception of class RuntimeError with the following message: Unknown keyword incr. If you are trying to use a key name from the imhead summary dictionary, note that some keys in mode='put'/'get' are different from mode='summary'. Please see imhead description in the CASA online documentation for complete details. at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataBase.tcc, line: 400 2023-09-07 19:20:31 SEVERE Exception Reported: Unknown keyword axisnames. If you are trying to use a key name from the imhead summary dictionary, note that some keys in mode='put'/'get' are different from mode='summary'. Please see imhead description in the CASA online documentation for complete details. at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataBase.tcc, line: 400 2023-09-07 19:20:31 SEVERE imhead::::casa Task imhead raised an exception of class RuntimeError with the following message: Unknown keyword axisnames. If you are trying to use a key name from the imhead summary dictionary, note that some keys in mode='put'/'get' are different from mode='summary'. Please see imhead description in the CASA online documentation for complete details. at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/ImageMetaDataBase.tcc, line: 400 test_get -------------- Test test_get to verify mode='get' works and returns correct values PASSED test_task_imhead.py::imhead_test::test_history test_history --------------------- This checks to make sure that when the mode is history a log is populated When the function is ran with mode history a logfile is populated with information Check that info is written to the file. PASSED test_task_imhead.py::imhead_test::test_historyHdkeyVal test_historyHdkeyVal ------------------------ This checks to make sure this task still functions when provided with Hdkey and value. These parameters should have no effect, so it should have the identical output to test_history. PASSED test_task_imhead.py::imhead_test::test_image_history_writing verify history is written to image on applicable modes PASSED test_task_imhead.py::imhead_test::test_list_log Imhead: CAS-3300 Test the printing of some keywords in list mode PASSED test_task_imhead.py::imhead_test::test_listkeys test_listkeys ------------------------ This test checks that the list mode displays all the expected keys from the imhead function A list is generated and the keys of that list are compared to what is expected. All items in the expected keys must be in the listed keys to pass. The length of the expected and recieved keys must also be the same. PASSED test_task_imhead.py::imhead_test::test_listkeysHdkeyVal test_listkeysHdkeyVal ------------------------------ This test checks to make sure that hdkey and hdvalue have no effect on the output of mode list A key and value is provided and then the keys are checked to make sure they are the expected values. The lists of expected values and recived ones must also be of equal length. PASSED test_task_imhead.py::imhead_test::test_masked CAS-8500 test imhead on completely masked image does not segfault PASSED test_task_imhead.py::imhead_test::test_median_area_beam Test median area beam is returned when there are multiple beams, CAS-6727 PASSED test_task_imhead.py::imhead_test::test_ncp Test NCP projection is reported, CAS-6568 PASSED test_task_imhead.py::imhead_test::test_open_fits Verify running on fits file works PASSED test_task_imhead.py::imhead_test::test_put test_put ---------------- This test checks to see that the put mode will replace the specified key with the specified value. Not all keys are replacable, and the test checks for that. The put values are all different from the initial values to enable more robust testing, except for non-mutable keys in which case they are the same values PASSED test_task_imhead.py::imhead_test::test_put_crval_stokes Test updating stokes, CAS-6352 PASSED test_task_imhead.py::imhead_test::test_put_sexigesimal verify mode=put can take sesigimal values where appropriate (CAS-4355) PASSED test_task_imhead.py::imhead_test::test_restfreq_failure_modes Test rest frequency failure modes, CAS-5901. The image doesn't have a spectral axis, so it cannot have a restfreq. PASSED test_task_imhead.py::imhead_test::test_summary test_summary ----------------- PASSED test_task_imhead.py::imhead_test::test_summary_dict_return Verify imhead returns a dictionary for mode=summary PASSED test_task_imhead.py::imhead_test::test_types CAS-3285: Test the types of the values PASSED - generated xml file: /home/casatest/casa6/casatestutils/nosedir/xml/test_task_imhead/nose.xml - ======================= 21 passed, 2 warnings in 28.09s ======================== ============================= test session starts ============================== platform linux -- Python 3.8.7, pytest-7.4.1, pluggy-1.3.0 -- /usr/local/bin/python3.8 cachedir: .pytest_cache rootdir: /home/casatest/casa6/casatestutils/nosedir/test_task_listhistory configfile: pytest.ini collecting ... collected 5 items test_task_listhistory.py::listhistory_test::test_emptyInput Test 1: Empty input should return False PASSED test_task_listhistory.py::listhistory_test::test_listLen Test 3: Compare length of reference and new lists sed -n "/Begin Task/,/End Task/p" testlog.log > newlisth.log wc -l newlisth.log PASSED test_task_listhistory.py::listhistory_test::test_logfile test logfile: Checks to see that a log file is written and populated PASSED test_task_listhistory.py::listhistory_test::test_returnNone Test 2: Good input should return None PASSED test_task_listhistory.py::listhistory_test::test_takesMS 2023-09-07 19:20:49 SEVERE ms::open Exception Reported: Table file /opt/casa/data/casatestdata/unittest/listhistory/table.dat does not exist 2023-09-07 19:20:49 SEVERE listhistory::::casa Task listhistory raised an exception of class RuntimeError with the following message: Table file /opt/casa/data/casatestdata/unittest/listhistory/table.dat does not exist test takesMS: Check that list history takes a valid MS and refuses incorrect inputs PASSED - generated xml file: /home/casatest/casa6/casatestutils/nosedir/xml/test_task_listhistory/nose.xml - ======================== 5 passed, 2 warnings in 1.70s ========================= ============================= test session starts ============================== platform linux -- Python 3.8.7, pytest-7.4.1, pluggy-1.3.0 -- /usr/local/bin/python3.8 cachedir: .pytest_cache rootdir: /home/casatest/casa6/casatestutils/nosedir/test_task_statwt configfile: pytest.ini collecting ... collected 23 items test_task_statwt.py::statwt_test::test_algorithm Test the algorithm, includes excludechans tests PASSED test_task_statwt.py::statwt_test::test_chanbin Test channel binning PASSED test_task_statwt.py::statwt_test::test_chanbin_multi_spw_no_spectrum_columns 2023-09-07 19:21:12 SEVERE ms::statwt Exception Reported: Exception: The WEIGHT_SPECTRUM and/or SIGMA_SPECTRUM columnS did not exist in this MS but it/they has now been created and initialized. However, due to a known issue in the code, statwt cannot correctly construct and write back these columns for the subset of the MS specified by data selection. A work-around is to simply re-run statwt again (on the MS that now contains a properly initialized columns), specifying the same selection criteria. If you are using the tool method, first close the ms tool, then reopen it using the same data set, apply the same selection, and then run ms.statwt(). If you are using the task, simply rerunning it with the same inputs should be sufficient. 2023-09-07 19:21:12 SEVERE ms::statwt+ ... thrown by casac::record* casac::ms::statwt(const string&, const casac::variant&, bool, const casac::variant&, long int, const string&, double, const string&, bool, double, long int, const string&, bool, const std::vector >&, bool, const string&) at File: src/tools/ms/ms_cmpt.cc, line: 7328 2023-09-07 19:21:12 SEVERE statwt::::casa Task statwt raised an exception of class RuntimeError with the following message: Exception: The WEIGHT_SPECTRUM and/or SIGMA_SPECTRUM columnS did not exist in this MS but it/they has now been created and initialized. However, due to a known issue in the code, statwt cannot correctly construct and write back these columns for the subset of the MS specified by data selection. A work-around is to simply re-run statwt again (on the MS that now contains a properly initialized columns), specifying the same selection criteria. If you are using the tool method, first close the ms tool, then reopen it using the same data set, apply the same selection, and then run ms.statwt(). If you are using the task, simply rerunning it with the same inputs should be sufficient. 2023-09-07 19:21:12 SEVERE statwt::::casa+ ... thrown by casac::record* casac::ms::statwt(const string&, const casac::variant&, bool, const casac::variant&, long int, const string&, double, const string&, bool, double, long int, const string&, bool, const std::vector >&, bool, const string&) at File: src/tools/ms/ms_cmpt.cc, line: 7328 Test specifying chanbin when multi spw with no sigma nor weight spectrum columns works PASSED test_task_statwt.py::statwt_test::test_data_col Test using data column PASSED test_task_statwt.py::statwt_test::test_default_boundaries Test default scan, field, etc boundaries PASSED test_task_statwt.py::statwt_test::test_fieldsel Test field selection PASSED test_task_statwt.py::statwt_test::test_minsamp Test minimum number of points PASSED test_task_statwt.py::statwt_test::test_multi_spw_no_spectrum_columns Test multi spw with no sigma nor weight spectrum columns works PASSED test_task_statwt.py::statwt_test::test_no_scan_boundaries Test no scan boundaries PASSED test_task_statwt.py::statwt_test::test_no_scan_nor_field_boundaries Test no scan nor field boundaries PASSED test_task_statwt.py::statwt_test::test_preview Test preview mode PASSED test_task_statwt.py::statwt_test::test_residual Test using corrected_data - model_data column PASSED test_task_statwt.py::statwt_test::test_residual_data Test using data - model_data column PASSED test_task_statwt.py::statwt_test::test_residual_data_no_model Test using residual data in absence of MODEL_DATA PASSED test_task_statwt.py::statwt_test::test_residual_no_model Test datacolumn='residual' in the absence of a MODEL_DATA column PASSED test_task_statwt.py::statwt_test::test_returned_stats Test returned stats, CAS-10881 PASSED test_task_statwt.py::statwt_test::test_scansel CAS-11858 Test scan selection PASSED test_task_statwt.py::statwt_test::test_sliding_time_window Test sliding time window PASSED test_task_statwt.py::statwt_test::test_sliding_window_timebin_int Test sliding window with timebin as int specified PASSED test_task_statwt.py::statwt_test::test_spwsel Test spw selection PASSED test_task_statwt.py::statwt_test::test_statalg 2023-09-07 19:21:42 SEVERE ms::statwt Exception Reported: Unsupported value for 'statalg' at File: /source/casa6/casatools/src/code/mstransform/TVI/StatWtTVI.cc, line: 403 2023-09-07 19:21:42 SEVERE statwt::::casa Task statwt raised an exception of class RuntimeError with the following message: Unsupported value for 'statalg' at File: /source/casa6/casatools/src/code/mstransform/TVI/StatWtTVI.cc, line: 403 Test statalg PASSED test_task_statwt.py::statwt_test::test_timebin Test time binning PASSED test_task_statwt.py::statwt_test::test_wtrange Test weight range PASSED - generated xml file: /home/casatest/casa6/casatestutils/nosedir/xml/test_task_statwt/nose.xml - ======================= 23 passed, 2 warnings in 54.55s ======================== ============================= test session starts ============================== platform linux -- Python 3.8.7, pytest-7.4.1, pluggy-1.3.0 -- /usr/local/bin/python3.8 cachedir: .pytest_cache rootdir: /home/casatest/casa6/casatestutils/nosedir/test_task_plotprofilemap configfile: pytest.ini collecting ... collected 14 items test_task_plotprofilemap.py::plotprofilemap_test::test_export_image test_export_image: test export the plot to PNG file PASSED test_task_plotprofilemap.py::plotprofilemap_test::test_fits_image test_fits_image: input image is FITS cube PASSED test_task_plotprofilemap.py::plotprofilemap_test::test_image_not_exist test_image_not_exist: input image does not exist (causes error) PASSED test_task_plotprofilemap.py::plotprofilemap_test::test_not_overwrite 2023-09-07 19:21:51 SEVERE plotprofilemap::::casa Traceback (most recent call last): 2023-09-07 19:21:51 SEVERE plotprofilemap::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_plotprofilemap.py", line 23, in plotprofilemap 2023-09-07 19:21:51 SEVERE plotprofilemap::::casa+ raise RuntimeError('overwrite is False and output file exists: \'%s\''%(figfile)) 2023-09-07 19:21:51 SEVERE plotprofilemap::::casa+ RuntimeError: overwrite is False and output file exists: 'plotprofilemap_test.png' 2023-09-07 19:21:51 SEVERE plotprofilemap::::casa overwrite is False and output file exists: 'plotprofilemap_test.png' 2023-09-07 19:21:51 SEVERE plotprofilemap::::casa Task plotprofilemap raised an exception of class RuntimeError with the following message: overwrite is False and output file exists: 'plotprofilemap_test.png' test_not_overwrite: output image already exists (causes error) PASSED test_task_plotprofilemap.py::plotprofilemap_test::test_numpanel_10x10 test_numpanel_10x10: standard test (10x10 panels) PASSED test_task_plotprofilemap.py::plotprofilemap_test::test_numpanel_5x5 test_numpanel_5x5: standard test (5x5 panels) PASSED test_task_plotprofilemap.py::plotprofilemap_test::test_plotmasked_empty test_plotmasked_empty: plotmasked is empty masked region: blc=[0,0,0], trc=[3,3,99] verifying plotmasked parameter: axes 32 plotmasked empty PASSED test_task_plotprofilemap.py::plotprofilemap_test::test_plotmasked_invalid test_plotmasked_invalid: unsupported plotmasked value (causes error) PASSED test_task_plotprofilemap.py::plotprofilemap_test::test_plotmasked_none test_plotmasked_plot: plotmasked is none masked region: blc=[0,0,0], trc=[3,3,99] verifying plotmasked parameter: axes 32 plotmasked none PASSED test_task_plotprofilemap.py::plotprofilemap_test::test_plotmasked_plot test_plotmasked_plot: plotmasked is plot masked region: blc=[0,0,0], trc=[3,3,99] verifying plotmasked parameter: axes 32 plotmasked plot PASSED test_task_plotprofilemap.py::plotprofilemap_test::test_plotmasked_text test_plotmasked_text: plotmasked is text masked region: blc=[0,0,0], trc=[3,3,99] verifying plotmasked parameter: axes 32 plotmasked text PASSED test_task_plotprofilemap.py::plotprofilemap_test::test_plotmasked_zero test_plotmasked_zero: plotmasked is zero masked region: blc=[0,0,0], trc=[3,3,99] verifying plotmasked parameter: axes 32 plotmasked zero PASSED test_task_plotprofilemap.py::plotprofilemap_test::test_pol_not_out_of_range 2023-09-07 19:22:06 SEVERE plotprofilemap::::casa Traceback (most recent call last): 2023-09-07 19:22:06 SEVERE plotprofilemap::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_plotprofilemap.py", line 28, in plotprofilemap 2023-09-07 19:22:06 SEVERE plotprofilemap::::casa+ raise RuntimeError('pol {pol} is out of range (Stokes axis {stokes})'.format(pol=pol,stokes=image_data.stokes)) 2023-09-07 19:22:06 SEVERE plotprofilemap::::casa+ RuntimeError: pol 1 is out of range (Stokes axis ['I']) 2023-09-07 19:22:06 SEVERE plotprofilemap::::casa pol 1 is out of range (Stokes axis ['I']) 2023-09-07 19:22:06 SEVERE plotprofilemap::::casa Task plotprofilemap raised an exception of class RuntimeError with the following message: pol 1 is out of range (Stokes axis ['I']) test_pol_not_out_of_range: pol index is out of range (causes error) PASSED test_task_plotprofilemap.py::plotprofilemap_test::test_title test_title: put title to the plot PASSED - generated xml file: /home/casatest/casa6/casatestutils/nosedir/xml/test_task_plotprofilemap/nose.xml - ======================= 14 passed, 2 warnings in 21.75s ======================== ============================= test session starts ============================== platform linux -- Python 3.8.7, pytest-7.4.1, pluggy-1.3.0 -- /usr/local/bin/python3.8 cachedir: .pytest_cache rootdir: /home/casatest/casa6/casatestutils/nosedir/test_task_impv configfile: pytest.ini collecting ... collected 19 items test_task_impv.py::impv_test::test_CAS7765 CAS-7765, successful completion is all that is necessary to indicate verification PASSED test_task_impv.py::impv_test::test_CAS_2996 2023-09-07 19:22:12 WARN image::open (file src/tools/image/image_cmpt.cc, line 4208) Another image is already open, closing first 2023-09-07 19:22:12 WARN image::open (file src/tools/image/image_cmpt.cc, line 4208) Another image is already open, closing first ia.pv(): Test issues raised in CAS-2996 PASSED test_task_impv.py::impv_test::test_center test_center ------------- Check that the center parameter can be represented in multiple ways TODO come back to this for the alternate coord system selecions PASSED test_task_impv.py::impv_test::test_createsImage 2023-09-07 19:22:13 WARN impv::ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap. 2023-09-07 19:22:14 SEVERE impv::::casa Task impv raised an exception of class UnboundLocalError with the following message: local variable 'myia' referenced before assignment test_createsImage ------------------- Check that an output image name is generated if an outfile is given PASSED test_task_impv.py::impv_test::test_history Verify history is written to created image PASSED test_task_impv.py::impv_test::test_length 2023-09-07 19:22:14 WARN impv::ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap. 2023-09-07 19:22:15 WARN impv::ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap. test_length ------------- Check that the length parameter can be specified by numeric value or valid quantity PASSED test_task_impv.py::impv_test::test_machine_precision_fix Test fix for finite machine precision issue, CAS-6043 PASSED test_task_impv.py::impv_test::test_mask 2023-09-07 19:22:20 WARN image::open (file src/tools/image/image_cmpt.cc, line 4208) Another image is already open, closing first Verify fix of mask defect in CAS-5520 PASSED test_task_impv.py::impv_test::test_modeStartEnd 2023-09-07 19:22:20 SEVERE impv::::casa Task impv raised an exception of class UnboundLocalError with the following message: local variable 'myia' referenced before assignment Check that start and end is required PASSED test_task_impv.py::impv_test::test_modeUnsupported 2023-09-07 19:22:20 WARN impv::ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap. Check unsupported mode values PASSED test_task_impv.py::impv_test::test_modelength 2023-09-07 19:22:20 SEVERE impv::::casa Task impv raised an exception of class UnboundLocalError with the following message: local variable 'myia' referenced before assignment test_modelength ----------- If mode='coords' use start and end values, if 'length' use center, length, and pa The use of parameters for the other mode is not allowed PASSED test_task_impv.py::impv_test::test_pa Test that when pa is given, the start of the slice is at pa and end is at pa-180deg PASSED test_task_impv.py::impv_test::test_pv ia.pv(): Test pv() PASSED test_task_impv.py::impv_test::test_region 2023-09-07 19:22:29 WARN impv::ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap. test_region ------------- Check that the region parameter sets the spectral extent of the final image If this is left blank then the entire spectral range is used. PASSED test_task_impv.py::impv_test::test_startEnd test_startEnd --------------- Check that the start and end parameters can be represented multiple ways TODO come back to this for the alternate coord systems selections PASSED test_task_impv.py::impv_test::test_stretch 2023-09-07 19:22:32 SEVERE impv::image::pv (file src/tools/image/image_cmpt.cc, line 4856) Exception Reported: The input image shape ([200, 200, 1, 20]) and mask shape ([200, 200, 1, 1]) are different, and it was specified that the mask should not be extended, so the mask cannot be applied to the (sub)image. Specifying that the mask should be extended may resolve the issue at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/SubImageFactory.tcc, line: 306 2023-09-07 19:22:32 SEVERE impv::::casa Task impv raised an exception of class RuntimeError with the following message: The input image shape ([200, 200, 1, 20]) and mask shape ([200, 200, 1, 1]) are different, and it was specified that the mask should not be extended, so the mask cannot be applied to the (sub)image. Specifying that the mask should be extended may resolve the issue at File: /source/casainstall/include/casacpp/imageanalysis/ImageAnalysis/SubImageFactory.tcc, line: 306 ia.pv(): Test stretch parameter PASSED test_task_impv.py::impv_test::test_tableRecord 2023-09-07 19:22:33 WARN impv::ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap. test_tableRecord ------------------ Check that the result is written to the output image as a table record, meaning it can be retrieved with the table tool. PASSED test_task_impv.py::impv_test::test_unit 2023-09-07 19:22:33 WARN impv::ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap. test_unit ----------- Check that this parameter gives the unit for the offset axis in the resulting image PASSED test_task_impv.py::impv_test::test_width 2023-09-07 19:22:34 WARN impv::ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap. 2023-09-07 19:22:34 WARN impv::ImageRegridder::_doImagesOverlap At least one of the images exceeds one degree on at one side, not checking for direction plane overlap. test_width ------------ Check that the width parameer works when provided with a valid string quantity or a quantity record PASSED - generated xml file: /home/casatest/casa6/casatestutils/nosedir/xml/test_task_impv/nose.xml - ======================= 19 passed, 2 warnings in 26.78s ======================== ============================= test session starts ============================== platform linux -- Python 3.8.7, pytest-7.4.1, pluggy-1.3.0 -- /usr/local/bin/python3.8 cachedir: .pytest_cache rootdir: /home/casatest/casa6/casatestutils/nosedir/test_task_applycal configfile: pytest.ini collecting ... collected 30 items test_task_applycal.py::applycal_test::test1_applycal_fluxscale_gcal_bcal 2023-09-07 19:22:39 WARN test1_applycal_fluxscale_gcal_bcal::test1_applycal_fluxscale_gcal_bcal::casa Updating pre-v4.1 caltables: ['mmsbcalcopy.cal', 'mmsgcalcopy.cal', 'mmsfluxcopy.cal'] 2023-09-07 19:22:39 WARN test1_applycal_fluxscale_gcal_bcal:::: Found pre-v4.1 caltable (/home/casatest/casa6/casatestutils/nosedir/test_task_applycal/mmsbcalcopy.cal); attempting to update... 2023-09-07 19:22:39 WARN test1_applycal_fluxscale_gcal_bcal::::+ SUCCEEDED: trivial OBSERVATION/OBSERVATION_ID have been added. 2023-09-07 19:22:40 WARN test1_applycal_fluxscale_gcal_bcal:::: Found pre-v4.1 caltable (/home/casatest/casa6/casatestutils/nosedir/test_task_applycal/mmsgcalcopy.cal); attempting to update... 2023-09-07 19:22:40 WARN test1_applycal_fluxscale_gcal_bcal::::+ SUCCEEDED: trivial OBSERVATION/OBSERVATION_ID have been added. 2023-09-07 19:22:40 WARN test1_applycal_fluxscale_gcal_bcal:::: Found pre-v4.1 caltable (/home/casatest/casa6/casatestutils/nosedir/test_task_applycal/mmsfluxcopy.cal); attempting to update... 2023-09-07 19:22:40 WARN test1_applycal_fluxscale_gcal_bcal::::+ SUCCEEDED: trivial OBSERVATION/OBSERVATION_ID have been added. Test: Apply calibration using fluxscal gcal and bcal tables. Create flagbackup for an MMS ['ngc5921.0002.ms', 'ngc5921.0005.ms', 'ngc5921.0001.ms', 'ngc5921.0000.ms', 'ngc5921.0004.ms', 'ngc5921.0003.ms', 'ngc5921.0006.ms'] PASSED test_task_applycal.py::applycal_test::test_antennaSelect test_antennaSelect -------------------- Check that the antenna parameter properly selects a subset of the data PASSED test_task_applycal.py::applycal_test::test_calflag test_calflag ---------------- Check that calflag calibrated the data and the flags PASSED test_task_applycal.py::applycal_test::test_calflagstrict test_calflagstrict -------------------- Check that all selected data that have no solutions will be flagged PASSED test_task_applycal.py::applycal_test::test_callib test_callib ------------- Check that a callib file is taken and the calibration tables are pre-applied PASSED test_task_applycal.py::applycal_test::test_callib_field 2023-09-07 19:23:20 WARN calibrater::setvi(bool,bool) Forcing use of OLD VisibilityIterator. 2023-09-07 19:23:22 WARN clearcal::calibrater::setvi(bool,bool) Forcing use of OLD VisibilityIterator. 2023-09-07 19:23:23 WARN clearcal::calibrater::setvi(bool,bool) Forcing use of OLD VisibilityIterator. 2023-09-07 19:23:25 WARN clearcal::calibrater::setvi(bool,bool) Forcing use of OLD VisibilityIterator. 2023-09-07 19:23:26 WARN clearcal::calibrater::setvi(bool,bool) Forcing use of OLD VisibilityIterator. 2023-09-07 19:23:28 WARN clearcal::calibrater::setvi(bool,bool) Forcing use of OLD VisibilityIterator. 2023-09-07 19:23:30 WARN clearcal::calibrater::setvi(bool,bool) Forcing use of OLD VisibilityIterator. 2023-09-07 19:23:31 WARN clearcal::calibrater::setvi(bool,bool) Forcing use of OLD VisibilityIterator. 2023-09-07 19:23:34 WARN clearcal::calibrater::setvi(bool,bool) Forcing use of OLD VisibilityIterator. test_callib_field ----------------- Exercise fldmap-related maneuvers in cal library PASSED test_task_applycal.py::applycal_test::test_callib_missing_antenna0 2023-09-07 19:23:38 WARN Found no calibration for MS ant Id=0 (CT ant Id=0) in MS spw Id=0 (CT spw Id=0) (temptcal.T0) 2023-09-07 19:23:38 WARN Found no calibration for MS ant Id=0 (CT ant Id=0) in MS spw Id=1 (CT spw Id=1) (temptcal.T0) 2023-09-07 19:23:38 WARN Found no calibration for MS ant Id=0 (CT ant Id=0) in MS spw Id=2 (CT spw Id=2) (temptcal.T0) 2023-09-07 19:23:38 WARN Found no calibration for MS ant Id=0 (CT ant Id=0) in MS spw Id=3 (CT spw Id=3) (temptcal.T0) test_callib_missing_antenna0 ------------- Check that a callib file is taken and the calibration tables are pre-applied Verify bug fix for CAS-12881 PASSED test_task_applycal.py::applycal_test::test_calonly test_calonly -------------- Check that only calibration and weights are applied, not flags PASSED test_task_applycal.py::applycal_test::test_calwt test_calwt ------------ Check that calwt = True calibrates the data weights per gaintable PASSED test_task_applycal.py::applycal_test::test_corrected test_corrected ---------------- Check that the CORRECTED_DATA column is added to the MS PASSED test_task_applycal.py::applycal_test::test_fieldSelect test_fieldSelect ------------ Check that fields are properly selected PASSED test_task_applycal.py::applycal_test::test_flagbackup test_flagbackup ----------------- Check to see that a backup for the flags was made PASSED test_task_applycal.py::applycal_test::test_flagonly test_flagonly --------------- Check that flags are applied, but not the calibration itself PASSED test_task_applycal.py::applycal_test::test_flagonlystrict test_flagonlystrict --------------------- Check that all the selected data that have no solutions will be flagged PASSED test_task_applycal.py::applycal_test::test_gaincurve 2023-09-07 19:24:14 WARN applycal::MSIter::setFeedInfo time dependent feed table encountered - not correctly handled - continuing anyway PASSED test_task_applycal.py::applycal_test::test_gainfield test_gainfield ---------------- Check that the gainfield parameter selects a subset of the gaintables PASSED test_task_applycal.py::applycal_test::test_gaintable test_gaintable ---------------- Check that the gaintable parameter selects caltables to be applied PASSED test_task_applycal.py::applycal_test::test_intentSelect test_intentSelect ------------------- Check that intents are properly selected PASSED test_task_applycal.py::applycal_test::test_interp test_interp ------------- Check that the interp parameter changes the interpolation type for each gaintable PASSED test_task_applycal.py::applycal_test::test_overwritten test_overwritten ------------------ Check that the CORRECTED_DATA column is overwritten with consecutive runs of applycal PASSED test_task_applycal.py::applycal_test::test_parang test_parang ------------- Check that the parallactic angle correction is applied if parang = True PASSED test_task_applycal.py::applycal_test::test_perscan test_perscan -------------------- Check that "perscan" interpolation works PASSED test_task_applycal.py::applycal_test::test_perscan_callib test_perscan -------------------- Check that "perscan" interpolation works; callib version PASSED test_task_applycal.py::applycal_test::test_scanSelect test_scanSelect ----------------- Check that the scan parameter properly selects a subset of the data PASSED test_task_applycal.py::applycal_test::test_spwSelect test_spwSelect ---------------- Check that spws are properly selected PASSED test_task_applycal.py::applycal_test::test_spwmap test_spwmap ------------- Check that the spwmap parameter applys a subset of the gaintable(s) PASSED test_task_applycal.py::applycal_test::test_spwmapMulti test_spwmapMulti ------------------- Check the function of spwmap when provided a list of lists PASSED test_task_applycal.py::applycal_test::test_timerangeSelect test_timerangeSelect ---------------------- Check that the timerange parameter properly selects a subset of the data PASSED test_task_applycal.py::applycal_test::test_trial test_trial ------------ Check that the trial mode leaves the dataset unchanged PASSED test_task_applycal.py::applycal_test::test_uvrangeSelect test_uvrangeSelect -------------------- Check that the uvrange parameter properly selects a subset of the data PASSED - generated xml file: /home/casatest/casa6/casatestutils/nosedir/xml/test_task_applycal/nose.xml - ================== 30 passed, 2 warnings in 183.79s (0:03:03) ================== ============================= test session starts ============================== platform linux -- Python 3.8.7, pytest-7.4.1, pluggy-1.3.0 -- /usr/local/bin/python3.8 cachedir: .pytest_cache rootdir: /home/casatest/casa6/casatestutils/nosedir/test_task_accor configfile: pytest.ini collecting ... collected 18 items test_task_accor.py::accor_test::test_antennaSelect 2023-09-07 19:25:41 WARN MSIter::setFeedInfo time dependent feed table encountered - not correctly handled - continuing anyway Test that a calibration table generated with an antenna selection is different than one generated with no selection parameters PASSED test_task_accor.py::accor_test::test_append Generates a cal table and then attempts to append to it PASSED test_task_accor.py::accor_test::test_combineSelect 2023-09-07 19:25:45 WARN MSIter::setFeedInfo time dependent feed table encountered - not correctly handled - continuing anyway Test that a calibration table generated with a combine selection is different than one generated with no selection parameteres PASSED test_task_accor.py::accor_test::test_corrdepflags Found no unflagged data at: (time=2008/03/10/17:07:30.0 field=3 spw=0 chan=0) Found no unflagged data at: (time=2008/03/10/17:07:30.0 field=3 spw=1 chan=0) Found no unflagged data at: (time=2008/03/10/17:07:30.0 field=3 spw=2 chan=0) Found no unflagged data at: (time=2008/03/10/17:07:30.0 field=3 spw=3 chan=0) Found no unflagged data at: (time=2008/03/10/17:10:00.0 field=2 spw=0 chan=0) Found no unflagged data at: (time=2008/03/10/17:10:00.0 field=2 spw=1 chan=0) Found no unflagged data at: (time=2008/03/10/17:10:00.0 field=2 spw=2 chan=0) Found no unflagged data at: (time=2008/03/10/17:10:00.0 field=2 spw=3 chan=0) 2023-09-07 19:25:47 WARN Calibrater::solve Spectral window(s) 0, 1, 2, 3, 2023-09-07 19:25:47 WARN Calibrater::solve+ could not be solved due to missing (pre-)calibration 2023-09-07 19:25:47 WARN Calibrater::solve+ in one or more of the specified tables. 2023-09-07 19:25:47 WARN Calibrater::solve+ Please check your results carefully! Test that adding corrdepflags=True finds more solutions PASSED test_task_accor.py::accor_test::test_docallib 2023-09-07 19:25:49 WARN MSIter::setFeedInfo time dependent feed table encountered - not correctly handled - continuing anyway 2023-09-07 19:25:50 WARN MSIter::setFeedInfo time dependent feed table encountered - not correctly handled - continuing anyway Test that the do callib parameter allows for the selection of caltables Found comment (not parsed): # mycal.txt cal library file PASSED test_task_accor.py::accor_test::test_fieldSelect Test that a calibration table generated with a field selection is different than one generated with no selection parameters PASSED test_task_accor.py::accor_test::test_gainfield 2023-09-07 19:25:52 WARN MSIter::setFeedInfo time dependent feed table encountered - not correctly handled - continuing anyway 2023-09-07 19:25:54 WARN MSIter::setFeedInfo time dependent feed table encountered - not correctly handled - continuing anyway Test that adding a field selection to the gaintable will yeild a different cal table than gaintable with no field selection PASSED test_task_accor.py::accor_test::test_gaintable 2023-09-07 19:25:55 WARN MSIter::setFeedInfo time dependent feed table encountered - not correctly handled - continuing anyway 2023-09-07 19:25:56 WARN MSIter::setFeedInfo time dependent feed table encountered - not correctly handled - continuing anyway Test that providing the gaintable will yeild a different final cal table than the default PASSED test_task_accor.py::accor_test::test_intentSelect Test that a calibration table generated with an intent selection is different than one generated with no selection parameters PASSED test_task_accor.py::accor_test::test_interp Test that adding an interp selection to the gaintable will yeild a different cal table than gaintable with standard interp (linear, linear) PASSED test_task_accor.py::accor_test::test_makesTable Test that when accor is run it creates a calibration table PASSED test_task_accor.py::accor_test::test_obsSelect 2023-09-07 19:26:02 WARN MSIter::setFeedInfo time dependent feed table encountered - not correctly handled - continuing anyway Test that a calibration table generated with an observation selection is different than one generated with no seletion parameters PASSED test_task_accor.py::accor_test::test_scanSelect 2023-09-07 19:26:03 WARN MSIter::setFeedInfo time dependent feed table encountered - not correctly handled - continuing anyway Test that a calibration table generated with a scan selection is different than one generated with no selection parameters PASSED test_task_accor.py::accor_test::test_selectData Test when selectdata = True selections may be used, and while selectdata = False they may not be used PASSED test_task_accor.py::accor_test::test_solint 2023-09-07 19:26:06 WARN MSIter::setFeedInfo time dependent feed table encountered - not correctly handled - continuing anyway Test that the solint parameter changes he solution interval (?) PASSED test_task_accor.py::accor_test::test_spwSelect Test that a calibration table generated with a spectral window selection is different than one generated with no selection parameters PASSED test_task_accor.py::accor_test::test_spwmap 2023-09-07 19:26:10 WARN MSIter::setFeedInfo time dependent feed table encountered - not correctly handled - continuing anyway 2023-09-07 19:26:11 WARN MSIter::setFeedInfo time dependent feed table encountered - not correctly handled - continuing anyway Test that adding a spwmap selection to the gaintable will yeild a different cal table than gaintable with no spwmap PASSED test_task_accor.py::accor_test::test_timeRangeSelect 2023-09-07 19:26:12 WARN MSIter::setFeedInfo time dependent feed table encountered - not correctly handled - continuing anyway Test that a calibration table generated with a timerange selection is different than one generated with no selection parameters PASSED - generated xml file: /home/casatest/casa6/casatestutils/nosedir/xml/test_task_accor/nose.xml - ======================= 18 passed, 2 warnings in 39.17s ======================== Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_flagdata/ Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_flagdata Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_task_flagdata/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_task_flagdata/ Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_imfit/ Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_imfit Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_task_imfit/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_task_imfit/ Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_listobs/ Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_listobs Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_task_listobs/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_task_listobs/ Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_split/ Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_split Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_task_split/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_task_split/ Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_imhistory/ Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_imhistory Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_task_imhistory/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_task_imhistory/ Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_delmod/ Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_delmod Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_task_delmod/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_task_delmod/ Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_listpartition/ Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_listpartition Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_task_listpartition/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_task_listpartition/ Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_sdtimeaverage/ Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_sdtimeaverage Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_task_sdtimeaverage/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_task_sdtimeaverage/ Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_fringefit/ Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_fringefit Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_task_fringefit/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_task_fringefit/ Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_specfit/ Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_specfit Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_task_specfit/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_task_specfit/ Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_hanningsmooth/ Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_hanningsmooth Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_task_hanningsmooth/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_task_hanningsmooth/ Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_specsmooth/ Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_specsmooth Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_task_specsmooth/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_task_specsmooth/ Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_importuvfits/ Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_importuvfits Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_task_importuvfits/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_task_importuvfits/ Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_imhead/ Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_imhead Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_task_imhead/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_task_imhead/ Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_listhistory/ Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_listhistory Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_task_listhistory/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_task_listhistory/ Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_statwt/ Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_statwt Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_task_statwt/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_task_statwt/ Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_plotprofilemap/ Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_plotprofilemap Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_task_plotprofilemap/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_task_plotprofilemap/ Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_impv/ Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_impv Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_task_impv/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_task_impv/ Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_applycal/ Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_applycal Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_task_applycal/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_task_applycal/ Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_accor/ Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_accor Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_task_accor/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_task_accor/ Setting Working Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_sdimaging/ Test Directory: /home/casatest/casa6/casatestutils/nosedir/test_task_sdimaging Running Command: pytest --junitxml=/home/casatest/casa6/casatestutils/nosedir/xml/test_task_sdimaging/nose.xml -s --disable-pytest-warnings --verbose -ra --tb=short /home/casatest/casa6/casatestutils/nosedir/test_task_sdimaging/============================= test session starts ============================== platform linux -- Python 3.8.7, pytest-7.4.1, pluggy-1.3.0 -- /usr/local/bin/python3.8 cachedir: .pytest_cache rootdir: /home/casatest/casa6/casatestutils/nosedir/test_task_sdimaging configfile: pytest.ini collecting ... collected 147 items test_task_sdimaging.py::sdimaging_test0::test000 2023-09-07 19:26:21 SEVERE sdimaging::::casa Traceback (most recent call last): 2023-09-07 19:26:21 SEVERE sdimaging::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdimaging.py", line 22, in sdimaging 2023-09-07 19:26:21 SEVERE sdimaging::::casa+ with sdimaging_worker(**locals()) as worker: 2023-09-07 19:26:21 SEVERE sdimaging::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdimaging.py", line 42, in __init__ 2023-09-07 19:26:21 SEVERE sdimaging::::casa+ super(sdimaging_worker, self).__init__(**kwargs) 2023-09-07 19:26:21 SEVERE sdimaging::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/sdutil.py", line 290, in __init__ 2023-09-07 19:26:21 SEVERE sdimaging::::casa+ self.__set_subtable_name() 2023-09-07 19:26:21 SEVERE sdimaging::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/sdutil.py", line 347, in __set_subtable_name 2023-09-07 19:26:21 SEVERE sdimaging::::casa+ self.open_table(self.infiles[0]) 2023-09-07 19:26:21 SEVERE sdimaging::::casa+ IndexError: list index out of range 2023-09-07 19:26:21 SEVERE sdimaging::::casa list index out of range 2023-09-07 19:26:21 SEVERE sdimaging::::casa Task sdimaging raised an exception of class IndexError with the following message: list index out of range Test 000: Default parameters. PASSED test_task_sdimaging.py::sdimaging_test0::test001 Test001: Bad mode. PASSED test_task_sdimaging.py::sdimaging_test0::test002 2023-09-07 19:26:22 WARN Field Expression: Found out-of-range index(s) in the list (99 ) [TIP: Double-quoted strings forces name matching] 2023-09-07 19:26:22 SEVERE sdimaging::::casa Traceback (most recent call last): 2023-09-07 19:26:22 SEVERE sdimaging::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdimaging.py", line 23, in sdimaging 2023-09-07 19:26:22 SEVERE sdimaging::::casa+ worker.initialize() 2023-09-07 19:26:22 SEVERE sdimaging::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/sdutil.py", line 332, in initialize 2023-09-07 19:26:22 SEVERE sdimaging::::casa+ self.compile() 2023-09-07 19:26:22 SEVERE sdimaging::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdimaging.py", line 240, in compile 2023-09-07 19:26:22 SEVERE sdimaging::::casa+ selection_ids = self.get_selection_idx_for_ms(self.sorted_idx[0]) 2023-09-07 19:26:22 SEVERE sdimaging::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdimaging.py", line 181, in get_selection_idx_for_ms 2023-09-07 19:26:22 SEVERE sdimaging::::casa+ sel_ids = my_ms.msseltoindex(vis=vis, spw=spw, field=field, 2023-09-07 19:26:22 SEVERE sdimaging::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/ms.py", line 771, in msseltoindex 2023-09-07 19:26:22 SEVERE sdimaging::::casa+ return self._swigobj.msseltoindex(vis, spw, field, baseline, time, scan, uvrange, observation, polarization, taql) 2023-09-07 19:26:22 SEVERE sdimaging::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/__casac__/ms.py", line 2073, in msseltoindex 2023-09-07 19:26:22 SEVERE sdimaging::::casa+ return _ms.ms_msseltoindex(self, *args, **kwargs) 2023-09-07 19:26:22 SEVERE sdimaging::::casa+ RuntimeError: Field Expression: Partial or no match for Field ID list [99] 2023-09-07 19:26:22 SEVERE sdimaging::::casa+ (near char. 2 in string "99") 2023-09-07 19:26:22 SEVERE sdimaging::::casa Field Expression: Partial or no match for Field ID list [99] 2023-09-07 19:26:22 SEVERE sdimaging::::casa+ (near char. 2 in string "99") 2023-09-07 19:26:22 SEVERE sdimaging::::casa Task sdimaging raised an exception of class RuntimeError with the following message: Field Expression: Partial or no match for Field ID list [99] 2023-09-07 19:26:22 SEVERE sdimaging::::casa+ (near char. 2 in string "99") Test002: Bad field id. PASSED test_task_sdimaging.py::sdimaging_test0::test003 2023-09-07 19:26:22 SEVERE sdimaging::::casa Traceback (most recent call last): 2023-09-07 19:26:22 SEVERE sdimaging::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdimaging.py", line 23, in sdimaging 2023-09-07 19:26:22 SEVERE sdimaging::::casa+ worker.initialize() 2023-09-07 19:26:22 SEVERE sdimaging::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/sdutil.py", line 332, in initialize 2023-09-07 19:26:22 SEVERE sdimaging::::casa+ self.compile() 2023-09-07 19:26:22 SEVERE sdimaging::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdimaging.py", line 240, in compile 2023-09-07 19:26:22 SEVERE sdimaging::::casa+ selection_ids = self.get_selection_idx_for_ms(self.sorted_idx[0]) 2023-09-07 19:26:22 SEVERE sdimaging::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdimaging.py", line 181, in get_selection_idx_for_ms 2023-09-07 19:26:22 SEVERE sdimaging::::casa+ sel_ids = my_ms.msseltoindex(vis=vis, spw=spw, field=field, 2023-09-07 19:26:22 SEVERE sdimaging::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/ms.py", line 771, in msseltoindex 2023-09-07 19:26:22 SEVERE sdimaging::::casa+ return self._swigobj.msseltoindex(vis, spw, field, baseline, time, scan, uvrange, observation, polarization, taql) 2023-09-07 19:26:22 SEVERE sdimaging::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/__casac__/ms.py", line 2073, in msseltoindex 2023-09-07 19:26:22 SEVERE sdimaging::::casa+ return _ms.ms_msseltoindex(self, *args, **kwargs) 2023-09-07 19:26:22 SEVERE sdimaging::::casa+ RuntimeError: Spw Expression: No match found for 99, 2023-09-07 19:26:22 SEVERE sdimaging::::casa Spw Expression: No match found for 99, 2023-09-07 19:26:22 SEVERE sdimaging::::casa Task sdimaging raised an exception of class RuntimeError with the following message: Spw Expression: No match found for 99, Test003: Bad spectral window id. PASSED test_task_sdimaging.py::sdimaging_test0::test004 2023-09-07 19:26:22 SEVERE sdimaging::::casa Traceback (most recent call last): 2023-09-07 19:26:22 SEVERE sdimaging::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdimaging.py", line 23, in sdimaging 2023-09-07 19:26:22 SEVERE sdimaging::::casa+ worker.initialize() 2023-09-07 19:26:22 SEVERE sdimaging::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/sdutil.py", line 332, in initialize 2023-09-07 19:26:22 SEVERE sdimaging::::casa+ self.compile() 2023-09-07 19:26:22 SEVERE sdimaging::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdimaging.py", line 240, in compile 2023-09-07 19:26:22 SEVERE sdimaging::::casa+ selection_ids = self.get_selection_idx_for_ms(self.sorted_idx[0]) 2023-09-07 19:26:22 SEVERE sdimaging::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdimaging.py", line 181, in get_selection_idx_for_ms 2023-09-07 19:26:22 SEVERE sdimaging::::casa+ sel_ids = my_ms.msseltoindex(vis=vis, spw=spw, field=field, 2023-09-07 19:26:22 SEVERE sdimaging::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/ms.py", line 771, in msseltoindex 2023-09-07 19:26:22 SEVERE sdimaging::::casa+ return self._swigobj.msseltoindex(vis, spw, field, baseline, time, scan, uvrange, observation, polarization, taql) 2023-09-07 19:26:22 SEVERE sdimaging::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/__casac__/ms.py", line 2073, in msseltoindex 2023-09-07 19:26:22 SEVERE sdimaging::::casa+ return _ms.ms_msseltoindex(self, *args, **kwargs) 2023-09-07 19:26:22 SEVERE sdimaging::::casa+ RuntimeError: No match found for the antenna specificion [ID(s): [99]] 2023-09-07 19:26:22 SEVERE sdimaging::::casa No match found for the antenna specificion [ID(s): [99]] 2023-09-07 19:26:22 SEVERE sdimaging::::casa Task sdimaging raised an exception of class RuntimeError with the following message: No match found for the antenna specificion [ID(s): [99]] Test004: Bad antenna id. PASSED test_task_sdimaging.py::sdimaging_test0::test005 2023-09-07 19:26:22 SEVERE imager::defineimage() Stokes selection BAD is currently not supported. 2023-09-07 19:26:22 SEVERE imager::defineimage() Caught exception: 2023-09-07 19:26:22 SEVERE imager::defineimage() Stokes selection BAD is currently not supported. 2023-09-07 19:26:22 SEVERE sdimaging::::casa Traceback (most recent call last): 2023-09-07 19:26:22 SEVERE sdimaging::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdimaging.py", line 24, in sdimaging 2023-09-07 19:26:22 SEVERE sdimaging::::casa+ worker.execute() 2023-09-07 19:26:22 SEVERE sdimaging::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdimaging.py", line 503, in execute 2023-09-07 19:26:22 SEVERE sdimaging::::casa+ self.imager.defineimage(**self.imager_param) # self.__get_param()) 2023-09-07 19:26:22 SEVERE sdimaging::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/imager.py", line 356, in defineimage 2023-09-07 19:26:22 SEVERE sdimaging::::casa+ return self._swigobj.defineimage(nx, ny, cellx, celly, stokes, phasecenter, mode, nchan, start, step, spw, restfreq, outframe, veltype, facets, movingsource, distance, projection) 2023-09-07 19:26:22 SEVERE sdimaging::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/__casac__/imager.py", line 900, in defineimage 2023-09-07 19:26:22 SEVERE sdimaging::::casa+ return _imager.imager_defineimage(self, *args, **kwargs) 2023-09-07 19:26:22 SEVERE sdimaging::::casa+ RuntimeError: 2023-09-07 19:26:22 SEVERE imager::defineimage() Caught exception: 2023-09-07 19:26:22 SEVERE imager::defineimage() Stokes selection BAD is currently not supported. 2023-09-07 19:26:22 SEVERE sdimaging::::casa 2023-09-07 19:26:22 SEVERE imager::defineimage() Caught exception: 2023-09-07 19:26:22 SEVERE imager::defineimage() Stokes selection BAD is currently not supported. 2023-09-07 19:26:22 SEVERE sdimaging::::casa Task sdimaging raised an exception of class RuntimeError with the following message: 2023-09-07 19:26:22 SEVERE imager::defineimage() Caught exception: 2023-09-07 19:26:22 SEVERE imager::defineimage() Stokes selection BAD is currently not supported. Test005: Bad stokes parameter. PASSED test_task_sdimaging.py::sdimaging_test0::test006 Test006: Bad gridfunction. PASSED test_task_sdimaging.py::sdimaging_test0::test007 2023-09-07 19:26:23 WARN imager::data selection Selection is empty: reverting to sorted MeasurementSet 2023-09-07 19:26:23 SEVERE sdimaging::::casa Traceback (most recent call last): 2023-09-07 19:26:23 SEVERE sdimaging::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdimaging.py", line 24, in sdimaging 2023-09-07 19:26:23 SEVERE sdimaging::::casa+ worker.execute() 2023-09-07 19:26:23 SEVERE sdimaging::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdimaging.py", line 477, in execute 2023-09-07 19:26:23 SEVERE sdimaging::::casa+ raise ValueError("Selection is empty: you may want to review this MS selection") 2023-09-07 19:26:23 SEVERE sdimaging::::casa+ ValueError: Selection is empty: you may want to review this MS selection 2023-09-07 19:26:23 SEVERE sdimaging::::casa Selection is empty: you may want to review this MS selection 2023-09-07 19:26:23 SEVERE sdimaging::::casa Task sdimaging raised an exception of class ValueError with the following message: Selection is empty: you may want to review this MS selection Test007: Bad scanlist. PASSED test_task_sdimaging.py::sdimaging_test0::test008 2023-09-07 19:26:23 SEVERE sdimaging::::casa Traceback (most recent call last): 2023-09-07 19:26:23 SEVERE sdimaging::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdimaging.py", line 23, in sdimaging 2023-09-07 19:26:23 SEVERE sdimaging::::casa+ worker.initialize() 2023-09-07 19:26:23 SEVERE sdimaging::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/sdutil.py", line 331, in initialize 2023-09-07 19:26:23 SEVERE sdimaging::::casa+ self.parameter_check() 2023-09-07 19:26:23 SEVERE sdimaging::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdimaging.py", line 56, in parameter_check 2023-09-07 19:26:23 SEVERE sdimaging::::casa+ sdutil.assert_outfile_canoverwrite_or_nonexistent(self.outfile, 2023-09-07 19:26:23 SEVERE sdimaging::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/sdutil.py", line 378, in assert_outfile_canoverwrite_or_nonexistent 2023-09-07 19:26:23 SEVERE sdimaging::::casa+ raise Exception(mesg) 2023-09-07 19:26:23 SEVERE sdimaging::::casa+ Exception: Output file 'sdimagingTest0.im' exists. 2023-09-07 19:26:23 SEVERE sdimaging::::casa Output file 'sdimagingTest0.im' exists. 2023-09-07 19:26:23 SEVERE sdimaging::::casa Task sdimaging raised an exception of class Exception with the following message: Output file 'sdimagingTest0.im' exists. Test008: Existing outfile with overwrite=False. PASSED test_task_sdimaging.py::sdimaging_test0::test009 2023-09-07 19:26:23 SEVERE ms::cvelfreqs Exception Reported: Empty QuantumHolder argument for asQuantumDouble 2023-09-07 19:26:23 SEVERE sdimaging::::casa Traceback (most recent call last): 2023-09-07 19:26:23 SEVERE sdimaging::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdimaging.py", line 24, in sdimaging 2023-09-07 19:26:23 SEVERE sdimaging::::casa+ worker.execute() 2023-09-07 19:26:23 SEVERE sdimaging::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdimaging.py", line 499, in execute 2023-09-07 19:26:23 SEVERE sdimaging::::casa+ self._configure_map_property() 2023-09-07 19:26:23 SEVERE sdimaging::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdimaging.py", line 434, in _configure_map_property 2023-09-07 19:26:23 SEVERE sdimaging::::casa+ (imnchan, imstart, imwidth) = imhelper.setChannelizeDefault( 2023-09-07 19:26:23 SEVERE sdimaging::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/cleanhelper.py", line 2342, in setChannelizeDefault 2023-09-07 19:26:23 SEVERE sdimaging::::casa+ newfreqs=ms.cvelfreqs(spwids=selspw,fieldids=selfield,mode=mode,nchan=nchan, 2023-09-07 19:26:23 SEVERE sdimaging::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/ms.py", line 1331, in cvelfreqs 2023-09-07 19:26:23 SEVERE sdimaging::::casa+ return self._swigobj.cvelfreqs(spwids, fieldids, obstime, mode, nchan, start, width, phasec, restfreq, outframe, veltype, verbose) 2023-09-07 19:26:23 SEVERE sdimaging::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/__casac__/ms.py", line 3073, in cvelfreqs 2023-09-07 19:26:23 SEVERE sdimaging::::casa+ return _ms.ms_cvelfreqs(self, *args, **kwargs) 2023-09-07 19:26:23 SEVERE sdimaging::::casa+ RuntimeError: Empty QuantumHolder argument for asQuantumDouble 2023-09-07 19:26:23 SEVERE sdimaging::::casa Empty QuantumHolder argument for asQuantumDouble 2023-09-07 19:26:23 SEVERE sdimaging::::casa Task sdimaging raised an exception of class RuntimeError with the following message: Empty QuantumHolder argument for asQuantumDouble Test009: Bad phasecenter string. PASSED test_task_sdimaging.py::sdimaging_test0::test010 Could not understand Direction frame...defaulting to J2000 Could not understand Direction frame...defaulting to J2000 2023-09-07 19:26:28 WARN sdimaging::::casa Beam size definition for 'BOX' kernel is experimental. 2023-09-07 19:26:28 WARN sdimaging::::casa You may want to take careful look at the restoring beam in the image. 2023-09-07 19:26:33 WARN sdimaging::::casa Beam size definition for 'BOX' kernel is experimental. 2023-09-07 19:26:33 WARN sdimaging::::casa You may want to take careful look at the restoring beam in the image. Test010: Bad phasecenter reference (J2000 is assumed). PASSED test_task_sdimaging.py::sdimaging_test0::test011 Test011: Bad pointingcolumn name. PASSED test_task_sdimaging.py::sdimaging_test0::test012 2023-09-07 19:26:36 WARN sdimaging::::casa Beam size definition for 'BOX' kernel is experimental. 2023-09-07 19:26:36 WARN sdimaging::::casa You may want to take careful look at the restoring beam in the image. Test012: Bad imsize. PASSED test_task_sdimaging.py::sdimaging_test0::test013 2023-09-07 19:26:38 SEVERE sdimaging::::casa Traceback (most recent call last): 2023-09-07 19:26:38 SEVERE sdimaging::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdimaging.py", line 24, in sdimaging 2023-09-07 19:26:38 SEVERE sdimaging::::casa+ worker.execute() 2023-09-07 19:26:38 SEVERE sdimaging::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdimaging.py", line 503, in execute 2023-09-07 19:26:38 SEVERE sdimaging::::casa+ self.imager.defineimage(**self.imager_param) # self.__get_param()) 2023-09-07 19:26:38 SEVERE sdimaging::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/imager.py", line 356, in defineimage 2023-09-07 19:26:38 SEVERE sdimaging::::casa+ return self._swigobj.defineimage(nx, ny, cellx, celly, stokes, phasecenter, mode, nchan, start, step, spw, restfreq, outframe, veltype, facets, movingsource, distance, projection) 2023-09-07 19:26:38 SEVERE sdimaging::::casa+ File "/usr/local/lib/python3.8/site-packages/casatools/__casac__/imager.py", line 900, in defineimage 2023-09-07 19:26:38 SEVERE sdimaging::::casa+ return _imager.imager_defineimage(self, *args, **kwargs) 2023-09-07 19:26:38 SEVERE sdimaging::::casa+ RuntimeError: Infinite resolution not possible... please do let us know what you are drinking 2023-09-07 19:26:38 SEVERE sdimaging::::casa Infinite resolution not possible... please do let us know what you are drinking 2023-09-07 19:26:38 SEVERE sdimaging::::casa Task sdimaging raised an exception of class RuntimeError with the following message: Infinite resolution not possible... please do let us know what you are drinking Test013: Bad cell size. PASSED test_task_sdimaging.py::sdimaging_test0::test014 2023-09-07 19:26:38 WARN SubMS::convertGridPars *** Requested new channel width is smaller than smallest original channel width 2023-09-07 19:26:38 WARN SubMS::convertGridPars+ which is 2441.41 Hz 2023-09-07 19:26:38 SEVERE sdimaging::::casa Traceback (most recent call last): 2023-09-07 19:26:38 SEVERE sdimaging::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdimaging.py", line 24, in sdimaging 2023-09-07 19:26:38 SEVERE sdimaging::::casa+ worker.execute() 2023-09-07 19:26:38 SEVERE sdimaging::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdimaging.py", line 499, in execute 2023-09-07 19:26:38 SEVERE sdimaging::::casa+ self._configure_map_property() 2023-09-07 19:26:38 SEVERE sdimaging::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_sdimaging.py", line 434, in _configure_map_property 2023-09-07 19:26:38 SEVERE sdimaging::::casa+ (imnchan, imstart, imwidth) = imhelper.setChannelizeDefault( 2023-09-07 19:26:38 SEVERE sdimaging::::casa+ File "/usr/local/lib/python3.8/site-packages/casatasks/private/cleanhelper.py", line 2379, in setChannelizeDefault 2023-09-07 19:26:38 SEVERE sdimaging::::casa+ raise TypeError( "Output frequency grid cannot be calculated: " + 2023-09-07 19:26:38 SEVERE sdimaging::::casa+ TypeError: Output frequency grid cannot be calculated: please check start and width parameters 2023-09-07 19:26:38 SEVERE sdimaging::::casa Output frequency grid cannot be calculated: please check start and width parameters 2023-09-07 19:26:38 SEVERE sdimaging::::casa Task sdimaging raised an exception of class TypeError with the following message: Output frequency grid cannot be calculated: please check start and width parameters Test014: Too fine resolution (smaller than original channel width. PASSED test_task_sdimaging.py::sdimaging_test0::test015 Test015: negative minweight. PASSED test_task_sdimaging.py::sdimaging_test1::test100 2023-09-07 19:26:44 WARN sdimaging::::casa Beam size definition for 'PB' kernel is experimental. 2023-09-07 19:26:44 WARN sdimaging::::casa You may want to take careful look at the restoring beam in the image. Test 100: Integrated image. PASSED test_task_sdimaging.py::sdimaging_test1::test101 2023-09-07 19:26:56 WARN sdimaging::::casa Beam size definition for 'PB' kernel is experimental. 2023-09-07 19:26:56 WARN sdimaging::::casa You may want to take careful look at the restoring beam in the image. Test 101: Full channel image (nchan = -1). PASSED test_task_sdimaging.py::sdimaging_test1::test102 2023-09-07 19:27:08 WARN sdimaging::::casa Beam size definition for 'PB' kernel is experimental. 2023-09-07 19:27:08 WARN sdimaging::::casa You may want to take careful look at the restoring beam in the image. Test 102: Full channel image. PASSED test_task_sdimaging.py::sdimaging_test1::test103 2023-09-07 19:27:14 WARN sdimaging::::casa Beam size definition for 'PB' kernel is experimental. 2023-09-07 19:27:14 WARN sdimaging::::casa You may want to take careful look at the restoring beam in the image. Test 103: Selected channel image. PASSED test_task_sdimaging.py::sdimaging_test1::test104 2023-09-07 19:27:16 WARN sdimaging::::casa Beam size definition for 'BOX' kernel is experimental. 2023-09-07 19:27:16 WARN sdimaging::::casa You may want to take careful look at the restoring beam in the image. Test 104: Box-car gridding. PASSED test_task_sdimaging.py::sdimaging_test1::test105 Test 105: Prolate Spheroidal gridding. PASSED test_task_sdimaging.py::sdimaging_test1::test106 2023-09-07 19:27:26 WARN sdimaging::::casa Beam size definition for 'PB' kernel is experimental. 2023-09-07 19:27:26 WARN sdimaging::::casa You may want to take careful look at the restoring beam in the image. Test 106: Imaging two polarization separately (XX and YY, not Stokes I). PASSED test_task_sdimaging.py::sdimaging_test1::test107 2023-09-07 19:27:29 WARN sdimaging::::casa Beam size definition for 'GAUSS' kernel is experimental. 2023-09-07 19:27:29 WARN sdimaging::::casa You may want to take careful look at the restoring beam in the image. Test 107: Gaussian gridding. PASSED test_task_sdimaging.py::sdimaging_test1::test108 2023-09-07 19:27:34 WARN sdimaging::::casa Beam size definition for 'GJINC' kernel is experimental. 2023-09-07 19:27:34 WARN sdimaging::::casa You may want to take careful look at the restoring beam in the image. Test 108: Gaussian*Jinc gridding. PASSED test_task_sdimaging.py::sdimaging_test1::test109 2023-09-07 19:27:37 WARN sdimaging::::casa Beam size definition for 'BOX' kernel is experimental. 2023-09-07 19:27:37 WARN sdimaging::::casa You may want to take careful look at the restoring beam in the image. Test 109: Empty phasecenter (auto-calculation). PASSED test_task_sdimaging.py::sdimaging_test1::test110 2023-09-07 19:27:42 WARN sdimaging::::casa Beam size definition for 'GJINC' kernel is experimental. 2023-09-07 19:27:42 WARN sdimaging::::casa You may want to take careful look at the restoring beam in the image. Test 110: setting minweight=70. PASSED test_task_sdimaging.py::sdimaging_test1::test111 2023-09-07 19:27:43 WARN sdimaging::::casa imsize is not integers. force converting to integer pixel numbers. 2023-09-07 19:27:49 WARN sdimaging::::casa Beam size definition for 'PB' kernel is experimental. 2023-09-07 19:27:49 WARN sdimaging::::casa You may want to take careful look at the restoring beam in the image. Test imsize in float (ntegrated image). PASSED test_task_sdimaging.py::sdimaging_test1::test112 2023-09-07 19:27:50 WARN sdimaging::::casa imsize is not integers. force converting to integer pixel numbers. 2023-09-07 19:27:57 WARN sdimaging::::casa Beam size definition for 'PB' kernel is experimental. 2023-09-07 19:27:57 WARN sdimaging::::casa You may want to take careful look at the restoring beam in the image. Round-up imsize in float (integrated image). PASSED test_task_sdimaging.py::sdimaging_test2::test200 2023-09-07 19:28:04 WARN sdimaging::::casa Beam size definition for 'PB' kernel is experimental. 2023-09-07 19:28:04 WARN sdimaging::::casa You may want to take careful look at the restoring beam in the image. Test 200: Integrated image. PASSED test_task_sdimaging.py::sdimaging_test2::test201 2023-09-07 19:28:17 WARN sdimaging::::casa Beam size definition for 'PB' kernel is experimental. 2023-09-07 19:28:17 WARN sdimaging::::casa You may want to take careful look at the restoring beam in the image. Test 201: Full channel image (mode='frequency', nchan = -1). PASSED test_task_sdimaging.py::sdimaging_test2::test202 2023-09-07 19:28:23 WARN sdimaging::::casa Beam size definition for 'PB' kernel is experimental. 2023-09-07 19:28:23 WARN sdimaging::::casa You may want to take careful look at the restoring beam in the image. Test 202: Selected frequency image. PASSED test_task_sdimaging.py::sdimaging_test2::test203 2023-09-07 19:28:27 WARN sdimaging::::casa Beam size definition for 'PB' kernel is experimental. 2023-09-07 19:28:27 WARN sdimaging::::casa You may want to take careful look at the restoring beam in the image. Test 203: Selected frequency image with other frequency unit. PASSED test_task_sdimaging.py::sdimaging_test3::test300 2023-09-07 19:28:36 WARN sdimaging::::casa Beam size definition for 'PB' kernel is experimental. 2023-09-07 19:28:36 WARN sdimaging::::casa You may want to take careful look at the restoring beam in the image. Test 300: Integrated image. PASSED test_task_sdimaging.py::sdimaging_test3::test301 2023-09-07 19:28:43 WARN sdimaging::::casa Beam size definition for 'PB' kernel is experimental. 2023-09-07 19:28:43 WARN sdimaging::::casa You may want to take careful look at the restoring beam in the image. Test 301: Selected velocity image. PASSED test_task_sdimaging.py::sdimaging_test3::test302 2023-09-07 19:28:50 WARN sdimaging::::casa Beam size definition for 'PB' kernel is experimental. 2023-09-07 19:28:50 WARN sdimaging::::casa You may want to take careful look at the restoring beam in the image. Test 302: Selected velocity image (different rest frequency). PASSED test_task_sdimaging.py::sdimaging_autocoord::test401 2023-09-07 19:28:55 WARN sdimaging::::casa Beam size definition for 'BOX' kernel is experimental. 2023-09-07 19:28:55 WARN sdimaging::::casa You may want to take careful look at the restoring beam in the image. Test 401: Set phasecenter, cell, and imsize manually. PASSED test_task_sdimaging.py::sdimaging_autocoord::test402 2023-09-07 19:29:03 WARN sdimaging::::casa Beam size definition for 'BOX' kernel is experimental. 2023-09-07 19:29:03 WARN sdimaging::::casa You may want to take careful look at the restoring beam in the image. Test 402: Automatic resolution of phasecenter, cell, and imsize. PASSED test_task_sdimaging.py::sdimaging_autocoord::test403 2023-09-07 19:29:07 WARN sdimaging::::casa Beam size definition for 'BOX' kernel is experimental. 2023-09-07 19:29:07 WARN sdimaging::::casa You may want to take careful look at the restoring beam in the image. Test 403: Resolve phasecenter. PASSED test_task_sdimaging.py::sdimaging_autocoord::test404 2023-09-07 19:29:12 WARN sdimaging::::casa Beam size definition for 'BOX' kernel is experimental. 2023-09-07 19:29:12 WARN sdimaging::::casa You may want to take careful look at the restoring beam in the image. Test 404: Resolve cell. PASSED test_task_sdimaging.py::sdimaging_autocoord::test405 2023-09-07 19:29:13 WARN sdimaging::::casa You defined phasecenter but not imsize. The image will cover as wide area as pointing in MS extends, but be centered at phasecenter. This could result in a strange image if your phasecenter is apart from the center of pointings 2023-09-07 19:29:17 WARN sdimaging::::casa Beam size definition for 'BOX' kernel is experimental. 2023-09-07 19:29:17 WARN sdimaging::::casa You may want to take careful look at the restoring beam in the image. Test 405: Resolve imsize. PASSED test_task_sdimaging.py::sdimaging_test_selection::test_beam_id_default test_beam_id_default: Test default value for beam SKIPPED ( d...) test_task_sdimaging.py::sdimaging_test_selection::test_beam_id_exact test_beam_id_exact: Test beam selection by id ('N') SKIPPED ( d...) test_task_sdimaging.py::sdimaging_test_selection::test_beam_id_exprlist test_beam_exprlist: Test beam selection by id ('EXP0,EXP1') SKIPPED ( d...) test_task_sdimaging.py::sdimaging_test_selection::test_beam_id_gt test_beam_id_gt: Test beam selection by id ('>N') SKIPPED ( d...) test_task_sdimaging.py::sdimaging_test_selection::test_beam_id_list test_beam_id_list: Test beam selection by id ('N,M') SKIPPED ( d...) test_task_sdimaging.py::sdimaging_test_selection::test_beam_id_lt test_beam_id_lt: Test beam selection by id (' d...) test_task_sdimaging.py::sdimaging_test_selection::test_beam_id_range test_beam_id_range: Test beam selection by id ('N~M') SKIPPED ( d...) test_task_sdimaging.py::sdimaging_test_selection::test_field_id_exact 2023-09-07 19:29:21 WARN sdimaging::::casa Beam size definition for 'BOX' kernel is experimental. 2023-09-07 19:29:21 WARN sdimaging::::casa You may want to take careful look at the restoring beam in the image. 2023-09-07 19:29:21 WARN sdimaging::::casa Invalid sampling=0.0 arcsec. Using the value of orthogonal direction=4.852349951697177 arcsec Test field selection (field='6'). PASSED test_task_sdimaging.py::sdimaging_test_selection::test_field_id_exprlist 2023-09-07 19:29:23 WARN sdimaging::::casa Beam size definition for 'BOX' kernel is experimental. 2023-09-07 19:29:23 WARN sdimaging::::casa You may want to take careful look at the restoring beam in the image. Test field selection (field='7,>7'). PASSED test_task_sdimaging.py::sdimaging_test_selection::test_field_id_gt 2023-09-07 19:29:25 WARN sdimaging::::casa Beam size definition for 'BOX' kernel is experimental. 2023-09-07 19:29:25 WARN sdimaging::::casa You may want to take careful look at the restoring beam in the image. Test field selection (field='>6'). PASSED test_task_sdimaging.py::sdimaging_test_selection::test_field_id_list 2023-09-07 19:29:27 WARN sdimaging::::casa Beam size definition for 'BOX' kernel is experimental. 2023-09-07 19:29:27 WARN sdimaging::::casa You may want to take careful look at the restoring beam in the image. Test field selection (field='5,7'). PASSED test_task_sdimaging.py::sdimaging_test_selection::test_field_id_lt 2023-09-07 19:29:29 WARN sdimaging::::casa Beam size definition for 'BOX' kernel is experimental. 2023-09-07 19:29:29 WARN sdimaging::::casa You may want to take careful look at the restoring beam in the image. Test field selection (field='<7'). PASSED test_task_sdimaging.py::sdimaging_test_selection::test_field_id_range 2023-09-07 19:29:34 WARN sdimaging::::casa Beam size definition for 'BOX' kernel is experimental. 2023-09-07 19:29:34 WARN sdimaging::::casa You may want to take careful look at the restoring beam in the image. Test field selection (field='7~8'). PASSED test_task_sdimaging.py::sdimaging_test_selection::test_field_mix_exprlist 2023-09-07 19:29:36 WARN sdimaging::::casa Beam size definition for 'BOX' kernel is experimental. 2023-09-07 19:29:36 WARN sdimaging::::casa You may want to take careful look at the restoring beam in the image. Test field selection (field='topr*,>7'). PASSED test_task_sdimaging.py::sdimaging_test_selection::test_field_value_default 2023-09-07 19:29:38 WARN sdimaging::::casa Beam size definition for 'BOX' kernel is experimental. 2023-09-07 19:29:38 WARN sdimaging::::casa You may want to take careful look at the restoring beam in the image. Test field selection (field=''). PASSED test_task_sdimaging.py::sdimaging_test_selection::test_field_value_exact 2023-09-07 19:29:40 WARN sdimaging::::casa Beam size definition for 'BOX' kernel is experimental. 2023-09-07 19:29:40 WARN sdimaging::::casa You may want to take careful look at the restoring beam in the image. Test field selection (field='bottom'). PASSED test_task_sdimaging.py::sdimaging_test_selection::test_field_value_list 2023-09-07 19:29:42 WARN sdimaging::::casa Beam size definition for 'BOX' kernel is experimental. 2023-09-07 19:29:42 WARN sdimaging::::casa You may want to take careful look at the restoring beam in the image. Test field selection (field='topright,topleft'). PASSED test_task_sdimaging.py::sdimaging_test_selection::test_field_value_pattern 2023-09-07 19:29:43 WARN sdimaging::::casa Beam size definition for 'BOX' kernel is experimental. 2023-09-07 19:29:43 WARN sdimaging::::casa You may want to take careful look at the restoring beam in the image. Test field selection (field='top*'). PASSED test_task_sdimaging.py::sdimaging_test_selection::test_intent_value_default 2023-09-07 19:29:46 WARN sdimaging::::casa Beam size definition for 'BOX' kernel is experimental. 2023-09-07 19:29:46 WARN sdimaging::::casa You may want to take careful look at the restoring beam in the image. Test intent selection (intent=''). PASSED test_task_sdimaging.py::sdimaging_test_selection::test_intent_value_exact 2023-09-07 19:29:47 WARN sdimaging::::casa Beam size definition for 'BOX' kernel is experimental. 2023-09-07 19:29:47 WARN sdimaging::::casa You may want to take careful look at the restoring beam in the image. 2023-09-07 19:29:48 WARN sdimaging::::casa Invalid sampling=0.0 arcsec. Using the value of orthogonal direction=4.852349951962306 arcsec Test intent selection (intent='OBSERVE_TARGET.ON_SOURCE'). PASSED test_task_sdimaging.py::sdimaging_test_selection::test_intent_value_pattern 2023-09-07 19:29:50 WARN sdimaging::::casa Beam size definition for 'BOX' kernel is experimental. 2023-09-07 19:29:50 WARN sdimaging::::casa You may want to take careful look at the restoring beam in the image. 2023-09-07 19:29:50 WARN sdimaging::::casa Invalid sampling=0.0 arcsec. Using the value of orthogonal direction=4.852349951697177 arcsec Test intent selection (intent='*CALIBRATE_PHASE*'). PASSED test_task_sdimaging.py::sdimaging_test_selection::test_pol_id_default test_pol_id_default: Test default value for pol SKIPPED ( d...) test_task_sdimaging.py::sdimaging_test_selection::test_pol_id_exact test_pol_id_exact: Test pol selection by id ('N') SKIPPED ( d...) test_task_sdimaging.py::sdimaging_test_selection::test_pol_id_exprlist test_pol_id_exprlist: Test pol selection by id ('EXP0,EXP1') SKIPPED ( d...) test_task_sdimaging.py::sdimaging_test_selection::test_pol_id_gt test_pol_id_gt: Test pol selection by id ('>N') SKIPPED ( d...) test_task_sdimaging.py::sdimaging_test_selection::test_pol_id_list test_pol_id_list: Test pol selection by id ('N,M') SKIPPED ( d...) test_task_sdimaging.py::sdimaging_test_selection::test_pol_id_lt test_pol_id_lt: Test pol selection by id (' d...) test_task_sdimaging.py::sdimaging_test_selection::test_pol_id_range test_pol_id_range: Test pol selection by id ('N~M') SKIPPED ( d...) test_task_sdimaging.py::sdimaging_test_selection::test_scan_id_default 2023-09-07 19:29:53 WARN sdimaging::::casa Beam size definition for 'BOX' kernel is experimental. 2023-09-07 19:29:53 WARN sdimaging::::casa You may want to take careful look at the restoring beam in the image. Test scan selection (scan=''). PASSED test_task_sdimaging.py::sdimaging_test_selection::test_scan_id_exact 2023-09-07 19:29:55 WARN sdimaging::::casa Beam size definition for 'BOX' kernel is experimental. 2023-09-07 19:29:55 WARN sdimaging::::casa You may want to take careful look at the restoring beam in the image. 2023-09-07 19:29:55 WARN sdimaging::::casa Invalid sampling=0.0 arcsec. Using the value of orthogonal direction=4.852349951962306 arcsec Test scan selection (scan='16'). PASSED test_task_sdimaging.py::sdimaging_test_selection::test_scan_id_exprlist 2023-09-07 19:29:57 WARN sdimaging::::casa Beam size definition for 'BOX' kernel is experimental. 2023-09-07 19:29:57 WARN sdimaging::::casa You may want to take careful look at the restoring beam in the image. Test scan selection (scan='16,>16'). PASSED test_task_sdimaging.py::sdimaging_test_selection::test_scan_id_gt 2023-09-07 19:29:59 WARN sdimaging::::casa Beam size definition for 'BOX' kernel is experimental. 2023-09-07 19:29:59 WARN sdimaging::::casa You may want to take careful look at the restoring beam in the image. 2023-09-07 19:29:59 WARN sdimaging::::casa Invalid sampling=0.0 arcsec. Using the value of orthogonal direction=4.852349951962306 arcsec Test scan selection (scan='>16'). PASSED test_task_sdimaging.py::sdimaging_test_selection::test_scan_id_list 2023-09-07 19:30:01 WARN sdimaging::::casa Beam size definition for 'BOX' kernel is experimental. 2023-09-07 19:30:01 WARN sdimaging::::casa You may want to take careful look at the restoring beam in the image. Test scan selection (scan='16,17'). PASSED test_task_sdimaging.py::sdimaging_test_selection::test_scan_id_lt 2023-09-07 19:30:06 WARN sdimaging::::casa Beam size definition for 'BOX' kernel is experimental. 2023-09-07 19:30:06 WARN sdimaging::::casa You may want to take careful look at the restoring beam in the image. Test scan selection (scan='<16'). PASSED test_task_sdimaging.py::sdimaging_test_selection::test_scan_id_range 2023-09-07 19:30:08 WARN sdimaging::::casa Beam size definition for 'BOX' kernel is experimental. 2023-09-07 19:30:08 WARN sdimaging::::casa You may want to take careful look at the restoring beam in the image. Test scan selection (scan='16~17'). PASSED test_task_sdimaging.py::sdimaging_test_selection::test_spw_id_default 2023-09-07 19:30:10 WARN sdimaging::::casa Beam size definition for 'BOX' kernel is experimental. 2023-09-07 19:30:10 WARN sdimaging::::casa You may want to take careful look at the restoring beam in the image. 2023-09-07 19:30:10 WARN sdimaging::::casa Invalid sampling=0.0 arcsec. Using the value of orthogonal direction=4.85235000005328 arcsec Test spw selection (spw=''). PASSED test_task_sdimaging.py::sdimaging_test_selection::test_spw_id_default_channel 2023-09-07 19:30:11 WARN sdimaging::::casa Beam size definition for 'BOX' kernel is experimental. 2023-09-07 19:30:11 WARN sdimaging::::casa You may want to take careful look at the restoring beam in the image. 2023-09-07 19:30:12 WARN sdimaging::::casa Invalid sampling=0.0 arcsec. Using the value of orthogonal direction=4.85235000005328 arcsec Test spw selection w/ channel selection (spw=':2~7'). PASSED test_task_sdimaging.py::sdimaging_test_selection::test_spw_id_default_frequency 2023-09-07 19:30:13 WARN sdimaging::::casa Beam size definition for 'BOX' kernel is experimental. 2023-09-07 19:30:13 WARN sdimaging::::casa You may want to take careful look at the restoring beam in the image. 2023-09-07 19:30:14 WARN sdimaging::::casa Invalid sampling=0.0 arcsec. Using the value of orthogonal direction=4.85235000005328 arcsec Test spw selection w/ channel selection (spw=':300.4749~300.5251GHz'). PASSED test_task_sdimaging.py::sdimaging_test_selection::test_spw_id_default_list 2023-09-07 19:30:15 WARN sdimaging::::casa Beam size definition for 'BOX' kernel is experimental. 2023-09-07 19:30:15 WARN sdimaging::::casa You may want to take careful look at the restoring beam in the image. 2023-09-07 19:30:15 WARN sdimaging::::casa Invalid sampling=0.0 arcsec. Using the value of orthogonal direction=4.85235000005328 arcsec Test spw selection w/ channel selection (spw=':6~7;2~5'). PASSED test_task_sdimaging.py::sdimaging_test_selection::test_spw_id_default_velocity Test spw selection w/ channel selection (spw='X~Ykm/s') NOT SUPPORTED YET. XFAIL test_task_sdimaging.py::sdimaging_test_selection::test_spw_id_exact 2023-09-07 19:30:17 WARN sdimaging::::casa Beam size definition for 'BOX' kernel is experimental. 2023-09-07 19:30:17 WARN sdimaging::::casa You may want to take careful look at the restoring beam in the image. 2023-09-07 19:30:18 WARN sdimaging::::casa Invalid sampling=0.0 arcsec. Using the value of orthogonal direction=4.852350000000006 arcsec Test spw selection (spw='1'). PASSED test_task_sdimaging.py::sdimaging_test_selection::test_spw_id_exact_channel 2023-09-07 19:30:20 WARN sdimaging::::casa Beam size definition for 'BOX' kernel is experimental. 2023-09-07 19:30:20 WARN sdimaging::::casa You may want to take careful look at the restoring beam in the image. 2023-09-07 19:30:20 WARN sdimaging::::casa Invalid sampling=0.0 arcsec. Using the value of orthogonal direction=4.860450000245591 arcsec Test spw selection w/ channel selection (spw='2:2~7'). PASSED test_task_sdimaging.py::sdimaging_test_selection::test_spw_id_exact_frequency 2023-09-07 19:30:22 WARN sdimaging::::casa Beam size definition for 'BOX' kernel is experimental. 2023-09-07 19:30:22 WARN sdimaging::::casa You may want to take careful look at the restoring beam in the image. 2023-09-07 19:30:22 WARN sdimaging::::casa Invalid sampling=0.0 arcsec. Using the value of orthogonal direction=4.844399999949321 arcsec Test spw selection w/ channel selection (spw='1:300.4749~300.5251GHz'). PASSED test_task_sdimaging.py::sdimaging_test_selection::test_spw_id_exact_list 2023-09-07 19:30:24 WARN sdimaging::::casa Beam size definition for 'BOX' kernel is experimental. 2023-09-07 19:30:24 WARN sdimaging::::casa You may want to take careful look at the restoring beam in the image. 2023-09-07 19:30:24 WARN sdimaging::::casa Invalid sampling=0.0 arcsec. Using the value of orthogonal direction=4.860450000245591 arcsec Test spw selection w/ channel selection (spw='2:6~7;2~5'). PASSED test_task_sdimaging.py::sdimaging_test_selection::test_spw_id_exact_velocity Test spw selection w/ channel selection (spw='0:X~Ykm/s') NOT SUPPORTED YET. XFAIL test_task_sdimaging.py::sdimaging_test_selection::test_spw_id_exprlist 2023-09-07 19:30:26 WARN sdimaging::::casa Beam size definition for 'BOX' kernel is experimental. 2023-09-07 19:30:26 WARN sdimaging::::casa You may want to take careful look at the restoring beam in the image. 2023-09-07 19:30:26 WARN sdimaging::::casa Invalid sampling=0.0 arcsec. Using the value of orthogonal direction=4.85235000005328 arcsec Test spw selection (spw='0,>1'). PASSED test_task_sdimaging.py::sdimaging_test_selection::test_spw_id_gt 2023-09-07 19:30:28 WARN sdimaging::::casa Beam size definition for 'BOX' kernel is experimental. 2023-09-07 19:30:28 WARN sdimaging::::casa You may want to take careful look at the restoring beam in the image. 2023-09-07 19:30:28 WARN sdimaging::::casa Invalid sampling=0.0 arcsec. Using the value of orthogonal direction=4.852350000000006 arcsec Test spw selection (spw='>0'). PASSED test_task_sdimaging.py::sdimaging_test_selection::test_spw_id_list 2023-09-07 19:30:30 WARN sdimaging::::casa Beam size definition for 'BOX' kernel is experimental. 2023-09-07 19:30:30 WARN sdimaging::::casa You may want to take careful look at the restoring beam in the image. 2023-09-07 19:30:30 WARN sdimaging::::casa Invalid sampling=0.0 arcsec. Using the value of orthogonal direction=4.85235000005328 arcsec Test spw selection (spw='0,2'). PASSED test_task_sdimaging.py::sdimaging_test_selection::test_spw_id_list_channel 2023-09-07 19:30:31 WARN sdimaging::::casa Beam size definition for 'BOX' kernel is experimental. 2023-09-07 19:30:31 WARN sdimaging::::casa You may want to take careful look at the restoring beam in the image. 2023-09-07 19:30:32 WARN sdimaging::::casa Invalid sampling=0.0 arcsec. Using the value of orthogonal direction=4.85235000005328 arcsec Test spw selection w/ channel selection (spw='1:2~7,2:2~7'). PASSED test_task_sdimaging.py::sdimaging_test_selection::test_spw_id_lt 2023-09-07 19:30:33 WARN sdimaging::::casa Beam size definition for 'BOX' kernel is experimental. 2023-09-07 19:30:33 WARN sdimaging::::casa You may want to take careful look at the restoring beam in the image. 2023-09-07 19:30:34 WARN sdimaging::::casa Invalid sampling=0.0 arcsec. Using the value of orthogonal direction=4.85235000005328 arcsec Test spw selection (spw='<2'). PASSED test_task_sdimaging.py::sdimaging_test_selection::test_spw_id_pattern 2023-09-07 19:30:36 WARN sdimaging::::casa Beam size definition for 'BOX' kernel is experimental. 2023-09-07 19:30:36 WARN sdimaging::::casa You may want to take careful look at the restoring beam in the image. 2023-09-07 19:30:36 WARN sdimaging::::casa Invalid sampling=0.0 arcsec. Using the value of orthogonal direction=4.85235000005328 arcsec Test spw selection (spw='*'). PASSED test_task_sdimaging.py::sdimaging_test_selection::test_spw_id_pattern_channel 2023-09-07 19:30:40 WARN sdimaging::::casa Beam size definition for 'BOX' kernel is experimental. 2023-09-07 19:30:40 WARN sdimaging::::casa You may want to take careful look at the restoring beam in the image. 2023-09-07 19:30:40 WARN sdimaging::::casa Invalid sampling=0.0 arcsec. Using the value of orthogonal direction=4.85235000005328 arcsec Test spw selection w/ channel selection (spw='*:2~7'). PASSED test_task_sdimaging.py::sdimaging_test_selection::test_spw_id_pattern_frequency 2023-09-07 19:30:43 WARN sdimaging::::casa Beam size definition for 'BOX' kernel is experimental. 2023-09-07 19:30:43 WARN sdimaging::::casa You may want to take careful look at the restoring beam in the image. 2023-09-07 19:30:43 WARN sdimaging::::casa Invalid sampling=0.0 arcsec. Using the value of orthogonal direction=4.85235000005328 arcsec Test spw selection w/ channel selection (spw='*:300.4749~300.5251GHz'). PASSED test_task_sdimaging.py::sdimaging_test_selection::test_spw_id_pattern_list 2023-09-07 19:30:45 WARN sdimaging::::casa Beam size definition for 'BOX' kernel is experimental. 2023-09-07 19:30:45 WARN sdimaging::::casa You may want to take careful look at the restoring beam in the image. 2023-09-07 19:30:45 WARN sdimaging::::casa Invalid sampling=0.0 arcsec. Using the value of orthogonal direction=4.85235000005328 arcsec Test spw selection w/ channel selection (spw='*:6~7;2~5'). PASSED test_task_sdimaging.py::sdimaging_test_selection::test_spw_id_pattern_velocity Test spw selection w/ channel selection (spw='*:X~Ykm/s') NOT SUPPORTED YET. XFAIL test_task_sdimaging.py::sdimaging_test_selection::test_spw_id_range 2023-09-07 19:30:49 WARN sdimaging::::casa Beam size definition for 'BOX' kernel is experimental. 2023-09-07 19:30:49 WARN sdimaging::::casa You may want to take careful look at the restoring beam in the image. 2023-09-07 19:30:49 WARN sdimaging::::casa Invalid sampling=0.0 arcsec. Using the value of orthogonal direction=4.852350000000006 arcsec Test spw selection (spw='1~2'). PASSED test_task_sdimaging.py::sdimaging_test_selection::test_spw_mix_exprlist 2023-09-07 19:30:51 WARN sdimaging::::casa Beam size definition for 'BOX' kernel is experimental. 2023-09-07 19:30:51 WARN sdimaging::::casa You may want to take careful look at the restoring beam in the image. 2023-09-07 19:30:51 WARN sdimaging::::casa Invalid sampling=0.0 arcsec. Using the value of orthogonal direction=4.85235000005328 arcsec Test spw selection (spw='299.99~300.01GHz,0'). XFAIL test_task_sdimaging.py::sdimaging_test_selection::test_spw_value_frequency 2023-09-07 19:30:53 WARN sdimaging::::casa Beam size definition for 'BOX' kernel is experimental. 2023-09-07 19:30:53 WARN sdimaging::::casa You may want to take careful look at the restoring beam in the image. 2023-09-07 19:30:53 WARN sdimaging::::casa Invalid sampling=0.0 arcsec. Using the value of orthogonal direction=4.860450000245591 arcsec Test spw selection (spw='299.4~299.6GHz'). XFAIL test_task_sdimaging.py::sdimaging_test_selection::test_spw_value_frequency_channel 2023-09-07 19:30:55 WARN sdimaging::::casa Beam size definition for 'BOX' kernel is experimental. 2023-09-07 19:30:55 WARN sdimaging::::casa You may want to take careful look at the restoring beam in the image. 2023-09-07 19:30:55 WARN sdimaging::::casa Invalid sampling=0.0 arcsec. Using the value of orthogonal direction=4.844399999949321 arcsec Test spw selection w/ channel selection (spw='300.4~300.5GHz:2~7'). PASSED test_task_sdimaging.py::sdimaging_test_selection::test_spw_value_frequency_frequency 2023-09-07 19:30:57 WARN sdimaging::::casa Beam size definition for 'BOX' kernel is experimental. 2023-09-07 19:30:57 WARN sdimaging::::casa You may want to take careful look at the restoring beam in the image. 2023-09-07 19:30:57 WARN sdimaging::::casa Invalid sampling=0.0 arcsec. Using the value of orthogonal direction=4.844399999949321 arcsec Test spw selection w/ channel selection (spw='300.4~300.5GHz:300.4749~300.5251GHz'). PASSED test_task_sdimaging.py::sdimaging_test_selection::test_spw_value_frequency_list 2023-09-07 19:30:58 WARN sdimaging::::casa Beam size definition for 'BOX' kernel is experimental. 2023-09-07 19:30:58 WARN sdimaging::::casa You may want to take careful look at the restoring beam in the image. 2023-09-07 19:30:59 WARN sdimaging::::casa Invalid sampling=0.0 arcsec. Using the value of orthogonal direction=4.85235000005328 arcsec Test spw selection w/ channel selection (spw='299.9~300.1GHz:6~7;2~5'). XFAIL test_task_sdimaging.py::sdimaging_test_selection::test_spw_value_frequency_velocity Test spw selection w/ channel selection (spw='A~BHz:X~Ykm/s') NOT SUPPORTED YET. XFAIL test_task_sdimaging.py::sdimaging_test_selection::test_spw_value_velocity Test spw selection (spw='-550~-450km/s') NOT SUPPORTED YET. XFAIL test_task_sdimaging.py::sdimaging_test_selection::test_spw_value_velocity_channel Test spw selection w/ channel selection (spw='X~Ykm/s:A~B') NOT SUPPORTED YET. XFAIL test_task_sdimaging.py::sdimaging_test_selection::test_spw_value_velocity_frequency Test spw selection w/ channel selection (spw='X~Ykm/s:A~BHz') NOT SUPPORTED YET. XFAIL test_task_sdimaging.py::sdimaging_test_selection::test_spw_value_velocity_list Test spw selection w/ channel selection (spw='X~Ykm/s:A~B;C~D') NOT SUPPORTED YET. XFAIL test_task_sdimaging.py::sdimaging_test_selection::test_spw_value_velocity_velocity Test spw selection w/ channel selection (spw='X~Ykm/s:Z~Wkm/s') NOT SUPPORTED YET. XFAIL test_task_sdimaging.py::sdimaging_test_selection::test_timerange_value_default test_timerange_value_default: Test default value for timerange SKIPPED ( d...) test_task_sdimaging.py::sdimaging_test_selection::test_timerange_value_exact test_timerange_value_exact: Test timerange selection by syntax 'T0' SKIPPED ( d...) test_task_sdimaging.py::sdimaging_test_selection::test_timerange_value_gt test_timerange_value_gt: Test timerange selection by syntax '>T0' SKIPPED ( d...) test_task_sdimaging.py::sdimaging_test_selection::test_timerange_value_interval test_timerange_value_interval: Test timerange selection by syntax 'T0+dT' SKIPPED ( d...) test_task_sdimaging.py::sdimaging_test_selection::test_timerange_value_lt test_timerange_value_lt: Test timerange selection by syntax ' d...) test_task_sdimaging.py::sdimaging_test_selection::test_timerange_value_range test_timerange_value_range: Test timerange selection by syntax 'T0~T1' SKIPPED ( d...) test_task_sdimaging.py::sdimaging_test_flag::testFlag01 2023-09-07 19:31:02 WARN sdimaging::::casa Beam size definition for 'BOX' kernel is experimental. 2023-09-07 19:31:02 WARN sdimaging::::casa You may want to take careful look at the restoring beam in the image. 2023-09-07 19:31:02 WARN sdimaging::::casa Invalid sampling=0.0 arcsec. Using the value of orthogonal direction=2.0626480612075913 arcsec TestFlag01. PASSED test_task_sdimaging.py::sdimaging_test_flag::testFlag02 2023-09-07 19:31:05 WARN sdimaging::::casa Beam size definition for 'BOX' kernel is experimental. 2023-09-07 19:31:05 WARN sdimaging::::casa You may want to take careful look at the restoring beam in the image. 2023-09-07 19:31:05 WARN sdimaging::::casa Invalid sampling=0.0 arcsec. Using the value of orthogonal direction=2.0626480612075913 arcsec PASSED test_task_sdimaging.py::sdimaging_test_polflag::test_i 2023-09-07 19:31:07 WARN sdimaging::::casa Beam size definition for 'BOX' kernel is experimental. 2023-09-07 19:31:07 WARN sdimaging::::casa You may want to take careful look at the restoring beam in the image. Test stokes='I': image constructed by unflagged YY pol. PASSED test_task_sdimaging.py::sdimaging_test_polflag::test_xx 2023-09-07 19:31:09 SEVERE SDGrid::getImage No useful data in SDGrid: all weights are zero 2023-09-07 19:31:10 SEVERE SDGrid::getImage No useful data in SDGrid: all weights are zero 2023-09-07 19:31:10 WARN sdimaging::::casa All pixels weight zero. This indicates no data in MS is in image area. Mask will not be set. Please check your image parameters. Test stokes='XX' (flagged): image weights all zero. PASSED test_task_sdimaging.py::sdimaging_test_polflag::test_xxyy 2023-09-07 19:31:13 WARN sdimaging::::casa Beam size definition for 'BOX' kernel is experimental. 2023-09-07 19:31:13 WARN sdimaging::::casa You may want to take careful look at the restoring beam in the image. Test stokes='XXYY'. PASSED test_task_sdimaging.py::sdimaging_test_polflag::test_yy 2023-09-07 19:31:15 WARN sdimaging::::casa Beam size definition for 'BOX' kernel is experimental. 2023-09-07 19:31:15 WARN sdimaging::::casa You may want to take careful look at the restoring beam in the image. Test stokes='YY': image constructed by YY pol. PASSED test_task_sdimaging.py::sdimaging_test_mslist::test_1elemlist_selection 2023-09-07 19:31:17 WARN sdimaging::::casa Beam size definition for 'BOX' kernel is experimental. 2023-09-07 19:31:17 WARN sdimaging::::casa You may want to take careful look at the restoring beam in the image. Test data selection by single element list (2 MS inputs). PASSED test_task_sdimaging.py::sdimaging_test_mslist::test_2elemlist_selection 2023-09-07 19:31:19 WARN sdimaging::::casa Beam size definition for 'BOX' kernel is experimental. 2023-09-07 19:31:19 WARN sdimaging::::casa You may want to take careful look at the restoring beam in the image. Test data selection by 2 elements list (2 MS inputs). PASSED test_task_sdimaging.py::sdimaging_test_mslist::test_string_selection 2023-09-07 19:31:21 WARN sdimaging::::casa Beam size definition for 'BOX' kernel is experimental. 2023-09-07 19:31:21 WARN sdimaging::::casa You may want to take careful look at the restoring beam in the image. Test data selection by string (2 MS inputs). PASSED test_task_sdimaging.py::sdimaging_test_restfreq::test_capital_outframe 2023-09-07 19:31:23 WARN sdimaging::::casa Beam size definition for 'BOX' kernel is experimental. 2023-09-07 19:31:23 WARN sdimaging::::casa You may want to take careful look at the restoring beam in the image. 2023-09-07 19:31:24 WARN sdimaging::::casa Invalid sampling=0.0 arcsec. Using the value of orthogonal direction=4.844399999949321 arcsec Test outframe='LSRK'. PASSED test_task_sdimaging.py::sdimaging_test_restfreq::test_restfreq_mean 2023-09-07 19:31:25 WARN sdimaging::::casa Beam size definition for 'BOX' kernel is experimental. 2023-09-07 19:31:25 WARN sdimaging::::casa You may want to take careful look at the restoring beam in the image. 2023-09-07 19:31:25 WARN sdimaging::::casa Invalid sampling=0.0 arcsec. Using the value of orthogonal direction=4.844399999949321 arcsec Rest frequency from mean of SPW frequencies. PASSED test_task_sdimaging.py::sdimaging_test_restfreq::test_restfreq_param 2023-09-07 19:31:27 WARN sdimaging::::casa Beam size definition for 'BOX' kernel is experimental. 2023-09-07 19:31:27 WARN sdimaging::::casa You may want to take careful look at the restoring beam in the image. 2023-09-07 19:31:27 WARN sdimaging::::casa Invalid sampling=0.0 arcsec. Using the value of orthogonal direction=4.844399999949321 arcsec Rest frequency from restfreq parameter. PASSED test_task_sdimaging.py::sdimaging_test_restfreq::test_restfreq_source 2023-09-07 19:31:30 WARN sdimaging::::casa Beam size definition for 'BOX' kernel is experimental. 2023-09-07 19:31:30 WARN sdimaging::::casa You may want to take careful look at the restoring beam in the image. 2023-09-07 19:31:30 WARN sdimaging::::casa Invalid sampling=0.0 arcsec. Using the value of orthogonal direction=4.844399999949321 arcsec Rest Frequency from SOURCE table. PASSED test_task_sdimaging.py::sdimaging_test_restfreq::test_unallowed_outframe Test outframe='lSrK' (will fail). test_unallowed_outframe: failed as expected PASSED test_task_sdimaging.py::sdimaging_test_mapextent::test_azel_pointing 2023-09-07 19:31:34 WARN sdimaging::::casa Beam size definition for 'BOX' kernel is experimental. 2023-09-07 19:31:34 WARN sdimaging::::casa You may want to take careful look at the restoring beam in the image. test_azel_pointing: Verify phasecenter in J2000 is properly calculated from AZELGEO pointing direction. npix [27 37] npix_ref [27 37] blc [-85.2559125 -13.87598139] blc_ref [-85.2565977 -13.87524395] trc [-85.30574583 -13.80898139] trc_ref [-85.30504227 -13.80972133] extent [0.01447354 0.067 ] PASSED test_task_sdimaging.py::sdimaging_test_mapextent::test_data_selection 2023-09-07 19:31:36 WARN sdimaging::::casa Beam size definition for 'BOX' kernel is experimental. 2023-09-07 19:31:36 WARN sdimaging::::casa You may want to take careful look at the restoring beam in the image. 2023-09-07 19:31:37 WARN sdimaging::::casa Invalid sampling=0.0 arcsec. Using the value of orthogonal direction=4.852349951962306 arcsec npix [13 13] npix_ref [13 13] blc [ 0.00308333 -0.00307917] blc_ref [ 0.00202179 -0.00202178] trc [-0.01925 0.01925417] trc_ref [-0.01819663 0.01819663] extent [0.0223326 0.02233333] PASSED test_task_sdimaging.py::sdimaging_test_mapextent::test_ephemeris 2023-09-07 19:31:41 WARN sdimaging::::casa Beam size definition for 'BOX' kernel is experimental. 2023-09-07 19:31:41 WARN sdimaging::::casa You may want to take careful look at the restoring beam in the image. npix [37 26] npix_ref [37 26] blc [11.68196667 4.24764 ] blc_ref [11.68196667 4.24764 ] trc [11.61477917 4.29416778] trc_ref [11.61477917 4.29416778] extent [0.02870805 0.04652778] PASSED test_task_sdimaging.py::sdimaging_test_interp::test_spline_interp_multiple_infiles 2023-09-07 19:31:45 WARN sdimaging::::casa Invalid sampling=0.0 arcsec. Using the value of orthogonal direction=1.295184191587182 arcsec 2023-09-07 19:31:48 WARN sdimaging::::casa Invalid sampling=0.0 arcsec. Using the value of orthogonal direction=1.036131330866096 arcsec test_spline_interp_multiple_infiles: Check if spline interpolation works for multiple fast-scan data. PASSED test_task_sdimaging.py::sdimaging_test_interp::test_spline_interp_single_infiles 2023-09-07 19:31:50 WARN sdimaging::::casa Invalid sampling=0.0 arcsec. Using the value of orthogonal direction=1.295184191587182 arcsec test_spline_interp_single_infiles: Check if spline interpolation works for single fast-scan data. PASSED test_task_sdimaging.py::sdimaging_test_clipping::test_1row 2023-09-07 19:31:52 WARN sdimaging::::casa Beam size definition for 'BOX' kernel is experimental. 2023-09-07 19:31:52 WARN sdimaging::::casa You may want to take careful look at the restoring beam in the image. 2023-09-07 19:31:53 WARN SplineInterpolation::init() (file /source/casa6/casatools/src/code/synthesis/Utilities/PointingDirectionCalculator.cc, line 1185) INSUFFICIENT NUMBER OF POINTING DATA, must be ge. 4 Alternatively, Linear Interpolation will be used. 2023-09-07 19:31:53 WARN sdimaging::::casa Invalid sampling=0.0 arcsec. Using the value of orthogonal direction=0.0 arcsec 2023-09-07 19:31:53 WARN sdimaging::::casa Could not detect valid raster sampling. Exitting without setting beam size to image 2023-09-07 19:31:56 WARN sdimaging::::casa Beam size definition for 'BOX' kernel is experimental. 2023-09-07 19:31:56 WARN sdimaging::::casa You may want to take careful look at the restoring beam in the image. 2023-09-07 19:31:56 WARN SplineInterpolation::init() (file /source/casa6/casatools/src/code/synthesis/Utilities/PointingDirectionCalculator.cc, line 1185) INSUFFICIENT NUMBER OF POINTING DATA, must be ge. 4 Alternatively, Linear Interpolation will be used. 2023-09-07 19:31:56 WARN sdimaging::::casa Invalid sampling=0.0 arcsec. Using the value of orthogonal direction=0.0 arcsec 2023-09-07 19:31:56 WARN sdimaging::::casa Could not detect valid raster sampling. Exitting without setting beam size to image test_1row: check if clipping is not activated (1 spectrum). ### result [0. 0. 0. 0. 1. 0. 0. 0. 0.] ### mask [False False False False True False False False False] ### reference [0. 0. 0. 0. 1. 0. 0. 0. 0.] ### mask [False False False False True False False False False] err = [0.] (max 0.0 min 0.0) PASSED test_task_sdimaging.py::sdimaging_test_clipping::test_2rows 2023-09-07 19:31:57 WARN sdimaging::::casa Beam size definition for 'BOX' kernel is experimental. 2023-09-07 19:31:57 WARN sdimaging::::casa You may want to take careful look at the restoring beam in the image. 2023-09-07 19:31:58 WARN SplineInterpolation::init() (file /source/casa6/casatools/src/code/synthesis/Utilities/PointingDirectionCalculator.cc, line 1185) INSUFFICIENT NUMBER OF POINTING DATA, must be ge. 4 Alternatively, Linear Interpolation will be used. 2023-09-07 19:31:58 WARN sdimaging::::casa Invalid sampling=0.0020626480624709636 arcsec. Using the value of orthogonal direction=0.0 arcsec 2023-09-07 19:31:58 WARN sdimaging::::casa Could not detect valid raster sampling. Exitting without setting beam size to image 2023-09-07 19:32:00 WARN sdimaging::::casa Beam size definition for 'BOX' kernel is experimental. 2023-09-07 19:32:00 WARN sdimaging::::casa You may want to take careful look at the restoring beam in the image. 2023-09-07 19:32:00 WARN SplineInterpolation::init() (file /source/casa6/casatools/src/code/synthesis/Utilities/PointingDirectionCalculator.cc, line 1185) INSUFFICIENT NUMBER OF POINTING DATA, must be ge. 4 Alternatively, Linear Interpolation will be used. 2023-09-07 19:32:00 WARN sdimaging::::casa Invalid sampling=0.0020626480624709636 arcsec. Using the value of orthogonal direction=0.0 arcsec 2023-09-07 19:32:00 WARN sdimaging::::casa Could not detect valid raster sampling. Exitting without setting beam size to image test_2rows: check if clipping is not activated (2 spectra). ### result [0. 0. 0. 0. 2.5 0. 0. 0. 0. ] ### mask [False False False False True False False False False] ### reference [0. 0. 0. 0. 2.5 0. 0. 0. 0. ] ### mask [False False False False True False False False False] err = [0.] (max 0.0 min 0.0) PASSED test_task_sdimaging.py::sdimaging_test_clipping::test_3rows 2023-09-07 19:32:02 WARN sdimaging::::casa Beam size definition for 'BOX' kernel is experimental. 2023-09-07 19:32:02 WARN sdimaging::::casa You may want to take careful look at the restoring beam in the image. 2023-09-07 19:32:02 WARN SplineInterpolation::init() (file /source/casa6/casatools/src/code/synthesis/Utilities/PointingDirectionCalculator.cc, line 1185) INSUFFICIENT NUMBER OF POINTING DATA, must be ge. 4 Alternatively, Linear Interpolation will be used. 2023-09-07 19:32:02 WARN sdimaging::::casa Invalid sampling=0.0020626480624709636 arcsec. Using the value of orthogonal direction=0.0 arcsec 2023-09-07 19:32:02 WARN sdimaging::::casa Could not detect valid raster sampling. Exitting without setting beam size to image 2023-09-07 19:32:04 WARN sdimaging::::casa Beam size definition for 'BOX' kernel is experimental. 2023-09-07 19:32:04 WARN sdimaging::::casa You may want to take careful look at the restoring beam in the image. 2023-09-07 19:32:04 WARN SplineInterpolation::init() (file /source/casa6/casatools/src/code/synthesis/Utilities/PointingDirectionCalculator.cc, line 1185) INSUFFICIENT NUMBER OF POINTING DATA, must be ge. 4 Alternatively, Linear Interpolation will be used. 2023-09-07 19:32:04 WARN sdimaging::::casa Invalid sampling=0.0020626480624709636 arcsec. Using the value of orthogonal direction=0.0 arcsec 2023-09-07 19:32:04 WARN sdimaging::::casa Could not detect valid raster sampling. Exitting without setting beam size to image test_3rows: check if clipping is activated (3 spectra). ### gridmeta [[[], [], []], [[], [], [('clipping_3rows.ms', 0), ('clipping_3rows.ms', 1), ('clipping_3rows.ms', 2)]], [[], [], []]] ### ira 1 idec 2 data [[ 1.e+05] [ 1.e+01] [-1.e+05]] ### ira 1 idec 2 argmin 2 argmax 0 ### clip clipping_3rows.ms row 2 chan 0 data [[-100000.]] ### flag (before) [[False]] ### flag (after) [[ True]] ### clip clipping_3rows.ms row 0 chan 0 data [[100000.]] ### flag (before) [[False]] ### flag (after) [[ True]] ### result [ 0. 0. 0. 0. 0. 10. 0. 0. 0.] ### mask [False False False False False True False False False] ### reference [ 0. 0. 0. 0. 0. 10. 0. 0. 0.] ### mask [False False False False False True False False False] err = [0.] (max 0.0 min 0.0) PASSED test_task_sdimaging.py::sdimaging_test_clipping::test_clip 2023-09-07 19:32:05 WARN sdimaging::::casa Beam size definition for 'BOX' kernel is experimental. 2023-09-07 19:32:05 WARN sdimaging::::casa You may want to take careful look at the restoring beam in the image. 2023-09-07 19:32:06 WARN SplineInterpolation::init() (file /source/casa6/casatools/src/code/synthesis/Utilities/PointingDirectionCalculator.cc, line 1185) INSUFFICIENT NUMBER OF POINTING DATA, must be ge. 4 Alternatively, Linear Interpolation will be used. 2023-09-07 19:32:06 WARN sdimaging::::casa Invalid sampling=0.0 arcsec. Using the value of orthogonal direction=0.0 arcsec 2023-09-07 19:32:06 WARN sdimaging::::casa Could not detect valid raster sampling. Exitting without setting beam size to image 2023-09-07 19:32:09 WARN sdimaging::::casa Beam size definition for 'BOX' kernel is experimental. 2023-09-07 19:32:09 WARN sdimaging::::casa You may want to take careful look at the restoring beam in the image. 2023-09-07 19:32:09 WARN SplineInterpolation::init() (file /source/casa6/casatools/src/code/synthesis/Utilities/PointingDirectionCalculator.cc, line 1185) INSUFFICIENT NUMBER OF POINTING DATA, must be ge. 4 Alternatively, Linear Interpolation will be used. 2023-09-07 19:32:09 WARN sdimaging::::casa Invalid sampling=0.0 arcsec. Using the value of orthogonal direction=0.0 arcsec 2023-09-07 19:32:09 WARN sdimaging::::casa Could not detect valid raster sampling. Exitting without setting beam size to image test_clip: check if clipping is applied to every image pixel separately. ### gridmeta [[[], [], []], [[], [('clipping_1row.ms', 0), ('clipping_2rows.ms', 0), ('clipping_2rows.ms', 1)], [('clipping_3rows.ms', 0), ('clipping_3rows.ms', 1), ('clipping_3rows.ms', 2)]], [[], [], []]] ### ira 1 idec 1 data [[ 1.] [ 15.] [-10.]] ### ira 1 idec 1 argmin 2 argmax 1 ### clip clipping_2rows.ms row 1 chan 0 data [[-10.]] ### flag (before) [[False]] ### flag (after) [[ True]] ### clip clipping_2rows.ms row 0 chan 0 data [[15.]] ### flag (before) [[False]] ### flag (after) [[ True]] ### ira 1 idec 2 data [[ 1.e+05] [ 1.e+01] [-1.e+05]] ### ira 1 idec 2 argmin 2 argmax 0 ### clip clipping_3rows.ms row 2 chan 0 data [[-100000.]] ### flag (before) [[False]] ### flag (after) [[ True]] ### clip clipping_3rows.ms row 0 chan 0 data [[100000.]] ### flag (before) [[False]] ### flag (after) [[ True]] ### result [ 0. 0. 0. 0. 1. 10. 0. 0. 0.] ### mask [False False False False True True False False False] ### reference [ 0. 0. 0. 0. 1. 10. 0. 0. 0.] ### mask [False False False False True True False False False] err = [0. 0.] (max 0.0 min 0.0) PASSED test_task_sdimaging.py::sdimaging_test_clipping::test_clip2 2023-09-07 19:32:11 WARN sdimaging::::casa Beam size definition for 'BOX' kernel is experimental. 2023-09-07 19:32:11 WARN sdimaging::::casa You may want to take careful look at the restoring beam in the image. 2023-09-07 19:32:11 WARN SplineInterpolation::init() (file /source/casa6/casatools/src/code/synthesis/Utilities/PointingDirectionCalculator.cc, line 1185) INSUFFICIENT NUMBER OF POINTING DATA, must be ge. 4 Alternatively, Linear Interpolation will be used. 2023-09-07 19:32:11 WARN sdimaging::::casa Invalid sampling=0.0 arcsec. Using the value of orthogonal direction=0.0 arcsec 2023-09-07 19:32:11 WARN sdimaging::::casa Could not detect valid raster sampling. Exitting without setting beam size to image 2023-09-07 19:32:13 WARN sdimaging::::casa Beam size definition for 'BOX' kernel is experimental. 2023-09-07 19:32:13 WARN sdimaging::::casa You may want to take careful look at the restoring beam in the image. 2023-09-07 19:32:13 WARN SplineInterpolation::init() (file /source/casa6/casatools/src/code/synthesis/Utilities/PointingDirectionCalculator.cc, line 1185) INSUFFICIENT NUMBER OF POINTING DATA, must be ge. 4 Alternatively, Linear Interpolation will be used. 2023-09-07 19:32:13 WARN sdimaging::::casa Invalid sampling=0.0 arcsec. Using the value of orthogonal direction=0.0 arcsec 2023-09-07 19:32:13 WARN sdimaging::::casa Could not detect valid raster sampling. Exitting without setting beam size to image test_clip2: check if clipping is activated on one pixel but is not on others. ### gridmeta [[[], [], []], [[], [('clipping_1row.ms', 0)], [('clipping_3rows.ms', 0), ('clipping_3rows.ms', 1), ('clipping_3rows.ms', 2)]], [[], [], []]] ### ira 1 idec 2 data [[ 1.e+05] [ 1.e+01] [-1.e+05]] ### ira 1 idec 2 argmin 2 argmax 0 ### clip clipping_3rows.ms row 2 chan 0 data [[-100000.]] ### flag (before) [[False]] ### flag (after) [[ True]] ### clip clipping_3rows.ms row 0 chan 0 data [[100000.]] ### flag (before) [[False]] ### flag (after) [[ True]] ### result [ 0. 0. 0. 0. 1. 10. 0. 0. 0.] ### mask [False False False False True True False False False] ### reference [ 0. 0. 0. 0. 1. 10. 0. 0. 0.] ### mask [False False False False True True False False False] err = [0. 0.] (max 0.0 min 0.0) PASSED test_task_sdimaging.py::sdimaging_test_clipping::test_multichan 2023-09-07 19:32:15 WARN sdimaging::::casa Beam size definition for 'BOX' kernel is experimental. 2023-09-07 19:32:15 WARN sdimaging::::casa You may want to take careful look at the restoring beam in the image. 2023-09-07 19:32:15 WARN SplineInterpolation::init() (file /source/casa6/casatools/src/code/synthesis/Utilities/PointingDirectionCalculator.cc, line 1185) INSUFFICIENT NUMBER OF POINTING DATA, must be ge. 4 Alternatively, Linear Interpolation will be used. 2023-09-07 19:32:15 WARN sdimaging::::casa Invalid sampling=0.0020626480624709636 arcsec. Using the value of orthogonal direction=0.0 arcsec 2023-09-07 19:32:15 WARN sdimaging::::casa Could not detect valid raster sampling. Exitting without setting beam size to image 2023-09-07 19:32:16 WARN sdimaging::::casa Beam size definition for 'BOX' kernel is experimental. 2023-09-07 19:32:16 WARN sdimaging::::casa You may want to take careful look at the restoring beam in the image. 2023-09-07 19:32:17 WARN SplineInterpolation::init() (file /source/casa6/casatools/src/code/synthesis/Utilities/PointingDirectionCalculator.cc, line 1185) INSUFFICIENT NUMBER OF POINTING DATA, must be ge. 4 Alternatively, Linear Interpolation will be used. 2023-09-07 19:32:17 WARN sdimaging::::casa Invalid sampling=0.0020626480624709636 arcsec. Using the value of orthogonal direction=0.0 arcsec 2023-09-07 19:32:17 WARN sdimaging::::casa Could not detect valid raster sampling. Exitting without setting beam size to image test_multichan: check if clipping handles multi-channel data properly. ### gridmeta [[[], [], []], [[], [], [('clipping_3rows_2chans.ms', 0), ('clipping_3rows_2chans.ms', 1), ('clipping_3rows_2chans.ms', 2)]], [[], [], []]] ### ira 1 idec 2 data [[ 1.e+10 2.e+01] [ 1.e+01 1.e+10] [-1.e+10 -1.e+10]] ### ira 1 idec 2 argmin 2 argmax 0 ### clip clipping_3rows_2chans.ms row 2 chan 0 data [[-1.e+10 -1.e+10]] ### flag (before) [[False False]] ### flag (after) [[ True False]] ### clip clipping_3rows_2chans.ms row 0 chan 0 data [[1.e+10 2.e+01]] ### flag (before) [[False False]] ### flag (after) [[ True False]] ### ira 1 idec 2 argmin 2 argmax 1 ### clip clipping_3rows_2chans.ms row 2 chan 1 data [[-1.e+10 -1.e+10]] ### flag (before) [[ True False]] ### flag (after) [[ True True]] ### clip clipping_3rows_2chans.ms row 1 chan 1 data [[1.e+01 1.e+10]] ### flag (before) [[False False]] ### flag (after) [[False True]] ### result [ 0. 0. 0. 0. 0. 0. 0. 0. 0. 0. 10. 20. 0. 0. 0. 0. 0. 0.] ### mask [False False False False False False False False False False True True False False False False False False] ### reference [ 0. 0. 0. 0. 0. 0. 0. 0. 0. 0. 10. 20. 0. 0. 0. 0. 0. 0.] ### mask [False False False False False False False False False False True True False False False False False False] err = [0. 0.] (max 0.0 min 0.0) PASSED test_task_sdimaging.py::sdimaging_test_clipping::test_multivis 2023-09-07 19:32:18 WARN sdimaging::::casa Beam size definition for 'BOX' kernel is experimental. 2023-09-07 19:32:18 WARN sdimaging::::casa You may want to take careful look at the restoring beam in the image. 2023-09-07 19:32:19 WARN SplineInterpolation::init() (file /source/casa6/casatools/src/code/synthesis/Utilities/PointingDirectionCalculator.cc, line 1185) INSUFFICIENT NUMBER OF POINTING DATA, must be ge. 4 Alternatively, Linear Interpolation will be used. 2023-09-07 19:32:19 WARN sdimaging::::casa Invalid sampling=0.0 arcsec. Using the value of orthogonal direction=0.0 arcsec 2023-09-07 19:32:19 WARN sdimaging::::casa Could not detect valid raster sampling. Exitting without setting beam size to image 2023-09-07 19:32:20 WARN sdimaging::::casa Beam size definition for 'BOX' kernel is experimental. 2023-09-07 19:32:20 WARN sdimaging::::casa You may want to take careful look at the restoring beam in the image. 2023-09-07 19:32:20 WARN SplineInterpolation::init() (file /source/casa6/casatools/src/code/synthesis/Utilities/PointingDirectionCalculator.cc, line 1185) INSUFFICIENT NUMBER OF POINTING DATA, must be ge. 4 Alternatively, Linear Interpolation will be used. 2023-09-07 19:32:20 WARN sdimaging::::casa Invalid sampling=0.0 arcsec. Using the value of orthogonal direction=0.0 arcsec 2023-09-07 19:32:20 WARN sdimaging::::casa Could not detect valid raster sampling. Exitting without setting beam size to image test_multivis: check if clipping properly handles multiple ms inputs. ### gridmeta [[[], [], []], [[], [('clipping_1row.ms', 0), ('clipping_2rows.ms', 0), ('clipping_2rows.ms', 1)], []], [[], [], []]] ### ira 1 idec 1 data [[ 1.] [ 15.] [-10.]] ### ira 1 idec 1 argmin 2 argmax 1 ### clip clipping_2rows.ms row 1 chan 0 data [[-10.]] ### flag (before) [[False]] ### flag (after) [[ True]] ### clip clipping_2rows.ms row 0 chan 0 data [[15.]] ### flag (before) [[False]] ### flag (after) [[ True]] ### result [0. 0. 0. 0. 1. 0. 0. 0. 0.] ### mask [False False False False True False False False False] ### reference [0. 0. 0. 0. 1. 0. 0. 0. 0.] ### mask [False False False False True False False False False] err = [0.] (max 0.0 min 0.0) PASSED test_task_sdimaging.py::sdimaging_test_clipping::test_suprious 2023-09-07 19:32:22 WARN sdimaging::::casa Beam size definition for 'BOX' kernel is experimental. 2023-09-07 19:32:22 WARN sdimaging::::casa You may want to take careful look at the restoring beam in the image. 2023-09-07 19:32:22 WARN SplineInterpolation::init() (file /source/casa6/casatools/src/code/synthesis/Utilities/PointingDirectionCalculator.cc, line 1185) INSUFFICIENT NUMBER OF POINTING DATA, must be ge. 4 Alternatively, Linear Interpolation will be used. 2023-09-07 19:32:22 WARN sdimaging::::casa Invalid sampling=0.0020626480624709636 arcsec. Using the value of orthogonal direction=0.0 arcsec 2023-09-07 19:32:22 WARN sdimaging::::casa Could not detect valid raster sampling. Exitting without setting beam size to image 2023-09-07 19:32:24 WARN sdimaging::::casa Beam size definition for 'BOX' kernel is experimental. 2023-09-07 19:32:24 WARN sdimaging::::casa You may want to take careful look at the restoring beam in the image. 2023-09-07 19:32:24 WARN SplineInterpolation::init() (file /source/casa6/casatools/src/code/synthesis/Utilities/PointingDirectionCalculator.cc, line 1185) INSUFFICIENT NUMBER OF POINTING DATA, must be ge. 4 Alternatively, Linear Interpolation will be used. 2023-09-07 19:32:24 WARN sdimaging::::casa Invalid sampling=0.0020626480624709636 arcsec. Using the value of orthogonal direction=0.0 arcsec 2023-09-07 19:32:24 WARN sdimaging::::casa Could not detect valid raster sampling. Exitting without setting beam size to image test_suprious: check if clipping properly handles suprious data. ### gridmeta [[[], [], []], [[], [], [('clipping_3rows_suprious.ms', 0), ('clipping_3rows_suprious.ms', 1), ('clipping_3rows_suprious.ms', 2)]], [[], [], []]] ### ira 1 idec 2 data [[ 1.e+10] [ 1.e+01] [-1.e+10]] ### ira 1 idec 2 argmin 2 argmax 0 ### clip clipping_3rows_suprious.ms row 2 chan 0 data [[-1.e+10]] ### flag (before) [[False]] ### flag (after) [[ True]] ### clip clipping_3rows_suprious.ms row 0 chan 0 data [[1.e+10]] ### flag (before) [[False]] ### flag (after) [[ True]] ### result [ 0. 0. 0. 0. 0. 10. 0. 0. 0.] ### mask [False False False False False True False False False] ### reference [ 0. 0. 0. 0. 0. 10. 0. 0. 0.] ### mask [False False False False False True False False False] err = [0.] (max 0.0 min 0.0) PASSED test_task_sdimaging.py::sdimaging_test_projection::test_projection_CAR 2023-09-07 19:32:26 WARN sdimaging::::casa Beam size definition for 'PB' kernel is experimental. 2023-09-07 19:32:26 WARN sdimaging::::casa You may want to take careful look at the restoring beam in the image. test_projection_CAR: create image with CAR (Plate Caree) projection. PASSED test_task_sdimaging.py::sdimaging_test_projection::test_projection_GSL test_projection_GSL: unsupported projection type. PASSED test_task_sdimaging.py::sdimaging_test_projection::test_projection_SFL 2023-09-07 19:32:29 WARN sdimaging::::casa Beam size definition for 'PB' kernel is experimental. 2023-09-07 19:32:29 WARN sdimaging::::casa You may want to take careful look at the restoring beam in the image. test_projection_SFL: create image with SFL (Sanson-Flamsteed) projection. PASSED test_task_sdimaging.py::sdimaging_test_projection::test_projection_SIN 2023-09-07 19:32:32 WARN sdimaging::::casa Beam size definition for 'PB' kernel is experimental. 2023-09-07 19:32:32 WARN sdimaging::::casa You may want to take careful look at the restoring beam in the image. test_projection_SIN: create image with SIN (Slant Orthographic) projection. PASSED test_task_sdimaging.py::sdimaging_test_projection::test_projection_TAN 2023-09-07 19:32:36 WARN sdimaging::::casa Beam size definition for 'PB' kernel is experimental. 2023-09-07 19:32:36 WARN sdimaging::::casa You may want to take careful look at the restoring beam in the image. test_projection_TAN: create image with TAN (Gnomonic) projection. PASSED test_task_sdimaging.py::sdimaging_antenna_move::test_antenna_move 2023-09-07 19:32:38 WARN sdimaging::::casa Beam size definition for 'BOX' kernel is experimental. 2023-09-07 19:32:38 WARN sdimaging::::casa You may want to take careful look at the restoring beam in the image. 2023-09-07 19:32:38 WARN SplineInterpolation::init() (file /source/casa6/casatools/src/code/synthesis/Utilities/PointingDirectionCalculator.cc, line 1185) INSUFFICIENT NUMBER OF POINTING DATA, must be ge. 4 Alternatively, Linear Interpolation will be used. 2023-09-07 19:32:39 WARN sdimaging::::casa Invalid sampling=0.0 arcsec. Using the value of orthogonal direction=0.0 arcsec 2023-09-07 19:32:39 WARN sdimaging::::casa Could not detect valid raster sampling. Exitting without setting beam size to image PASSED - generated xml file: /home/casatest/casa6/casatestutils/nosedir/xml/test_task_sdimaging/nose.xml - =========================== short test summary info ============================ SKIPPED [1] ../../../../../../usr/local/lib/python3.8/site-packages/casatestutils/selection_syntax.py:420: doesn't have parameter 'beam' SKIPPED [1] ../../../../../../usr/local/lib/python3.8/site-packages/casatestutils/selection_syntax.py:425: doesn't have parameter 'beam' SKIPPED [1] ../../../../../../usr/local/lib/python3.8/site-packages/casatestutils/selection_syntax.py:450: doesn't have parameter 'beam' SKIPPED [1] ../../../../../../usr/local/lib/python3.8/site-packages/casatestutils/selection_syntax.py:435: doesn't have parameter 'beam' SKIPPED [1] ../../../../../../usr/local/lib/python3.8/site-packages/casatestutils/selection_syntax.py:445: doesn't have parameter 'beam' SKIPPED [1] ../../../../../../usr/local/lib/python3.8/site-packages/casatestutils/selection_syntax.py:430: doesn't have parameter 'beam' SKIPPED [1] ../../../../../../usr/local/lib/python3.8/site-packages/casatestutils/selection_syntax.py:440: doesn't have parameter 'beam' SKIPPED [1] ../../../../../../usr/local/lib/python3.8/site-packages/casatestutils/selection_syntax.py:384: doesn't have parameter 'pol' SKIPPED [1] ../../../../../../usr/local/lib/python3.8/site-packages/casatestutils/selection_syntax.py:389: doesn't have parameter 'pol' SKIPPED [1] ../../../../../../usr/local/lib/python3.8/site-packages/casatestutils/selection_syntax.py:414: doesn't have parameter 'pol' SKIPPED [1] ../../../../../../usr/local/lib/python3.8/site-packages/casatestutils/selection_syntax.py:399: doesn't have parameter 'pol' SKIPPED [1] ../../../../../../usr/local/lib/python3.8/site-packages/casatestutils/selection_syntax.py:409: doesn't have parameter 'pol' SKIPPED [1] ../../../../../../usr/local/lib/python3.8/site-packages/casatestutils/selection_syntax.py:394: doesn't have parameter 'pol' SKIPPED [1] ../../../../../../usr/local/lib/python3.8/site-packages/casatestutils/selection_syntax.py:404: doesn't have parameter 'pol' SKIPPED [1] ../../../../../../usr/local/lib/python3.8/site-packages/casatestutils/selection_syntax.py:317: doesn't have parameter 'timerange' SKIPPED [1] ../../../../../../usr/local/lib/python3.8/site-packages/casatestutils/selection_syntax.py:322: doesn't have parameter 'timerange' SKIPPED [1] ../../../../../../usr/local/lib/python3.8/site-packages/casatestutils/selection_syntax.py:337: doesn't have parameter 'timerange' SKIPPED [1] ../../../../../../usr/local/lib/python3.8/site-packages/casatestutils/selection_syntax.py:342: doesn't have parameter 'timerange' SKIPPED [1] ../../../../../../usr/local/lib/python3.8/site-packages/casatestutils/selection_syntax.py:332: doesn't have parameter 'timerange' SKIPPED [1] ../../../../../../usr/local/lib/python3.8/site-packages/casatestutils/selection_syntax.py:327: doesn't have parameter 'timerange' XFAIL test_task_sdimaging.py::sdimaging_test_selection::test_spw_id_default_velocity - reason: XFAIL test_task_sdimaging.py::sdimaging_test_selection::test_spw_id_exact_velocity - reason: XFAIL test_task_sdimaging.py::sdimaging_test_selection::test_spw_id_pattern_velocity - reason: XFAIL test_task_sdimaging.py::sdimaging_test_selection::test_spw_mix_exprlist - reason: XFAIL test_task_sdimaging.py::sdimaging_test_selection::test_spw_value_frequency - reason: XFAIL test_task_sdimaging.py::sdimaging_test_selection::test_spw_value_frequency_list - reason: XFAIL test_task_sdimaging.py::sdimaging_test_selection::test_spw_value_frequency_velocity - reason: XFAIL test_task_sdimaging.py::sdimaging_test_selection::test_spw_value_velocity - reason: XFAIL test_task_sdimaging.py::sdimaging_test_selection::test_spw_value_velocity_channel - reason: XFAIL test_task_sdimaging.py::sdimaging_test_selection::test_spw_value_velocity_frequency - reason: XFAIL test_task_sdimaging.py::sdimaging_test_selection::test_spw_value_velocity_list - reason: XFAIL test_task_sdimaging.py::sdimaging_test_selection::test_spw_value_velocity_velocity - reason: ===== 115 passed, 20 skipped, 12 xfailed, 2 warnings in 379.07s (0:06:19) ======