2026-01-29 19:09:49 INFO ::casa Using user configuration file /home/casatest/.casa/config.py 2026-01-29 19:09:49 INFO ::casa loaded config file : /wheeldirectory/casa-6.7.5-1-py3.12.el8/lib/py/lib/python3.12/site-packages/casaconfig/config.py 2026-01-29 19:09:49 INFO ::casa loaded config file : /home/casatest/.casa/config.py 2026-01-29 19:09:49 INFO ::casa 2026-01-29 19:09:49 INFO ::casa config values 2026-01-29 19:09:49 INFO ::casa agg = False 2026-01-29 19:09:49 INFO ::casa cachedir = '/home/casatest/.casa' 2026-01-29 19:09:49 INFO ::casa casaconfig_verbose = 1 2026-01-29 19:09:49 INFO ::casa colors = 'Neutral' 2026-01-29 19:09:49 INFO ::casa data_auto_update = False 2026-01-29 19:09:49 INFO ::casa data_update_interval = 1 2026-01-29 19:09:49 INFO ::casa datapath = ['/opt/casa/data/master', '/opt/casa/data/casatestdata'] 2026-01-29 19:09:49 INFO ::casa iplog = False 2026-01-29 19:09:49 INFO ::casa iplogfile = '/home/casatest/casa6/casatasks/tests/casashell_tests/work/test_task_hanningsmooth_casashell/ipython-20260129-190945.log' 2026-01-29 19:09:49 INFO ::casa log2term = True 2026-01-29 19:09:49 INFO ::casa logfile = '/home/casatest/casa6/casatasks/tests/casashell_tests/work/test_task_hanningsmooth_casashell/casa-20260129-190945.log' 2026-01-29 19:09:49 INFO ::casa measures_auto_update = False 2026-01-29 19:09:49 INFO ::casa measures_site = ['https://www.astron.nl/iers/', 'https://go.nrao.edu/iers/'] 2026-01-29 19:09:49 INFO ::casa measures_site_interval = 2 2026-01-29 19:09:49 INFO ::casa measures_update_interval = 1 2026-01-29 19:09:49 INFO ::casa measurespath = '/opt/casa/data/master' 2026-01-29 19:09:49 INFO ::casa nogui = False 2026-01-29 19:09:49 INFO ::casa nologfile = False 2026-01-29 19:09:49 INFO ::casa nologger = True 2026-01-29 19:09:49 INFO ::casa pipeline = False 2026-01-29 19:09:49 INFO ::casa startupfile = '/home/casatest/.casa/startup.py' 2026-01-29 19:09:49 INFO ::casa user_site = False 2026-01-29 19:09:49 INFO ::casa 2026-01-29 19:09:49 INFO ::casa casarundata version is unknown, this is probably a legacy version not installed by casaconfig 2026-01-29 19:09:49 INFO ::casa measures version : WSRT_Measures_20211217-160001.ztar 2026-01-29 19:09:49 INFO ::casa 2026-01-29 19:09:49 INFO ::casa Checking Measures tables in data repository sub-directory /opt/casa/data/master/geodetic 2026-01-29 19:09:49 INFO ::casa IERSeop2000 (version date, last date in table (UTC)): 2026/01/19/15:15, 2025/12/20/00:00:00 2026-01-29 19:09:49 INFO ::casa IERSeop97 (version date, last date in table (UTC)): 2026/01/19/15:15, 2025/12/20/00:00:00 2026-01-29 19:09:49 INFO ::casa IERSpredict (version date, last date in table (UTC)): 2026/01/28/15:15, 2026/04/28/00:00:00 2026-01-29 19:09:49 INFO ::casa TAI_UTC (version date, last date in table (UTC)): 2026/01/22/15:15, 2017/01/01/00:00:00 Running tests... ---------------------------------------------------------------------- Using user configuration file /home/casatest/.casa/config.py No event loop hook running. Using matplotlib backend: agg CASA 6.7.5.1 -- Common Astronomy Software Applications [6.7.5.1] hanningsmooth tests will use data from /opt/casa/data/casatestdata/unittest/hanningsmooth/ .2026-01-29 19:09:51 SEVERE hanningsmooth::::casa Exception Reported: Error in hanningsmooth: the vis parameter must be a path that exists ('badmsfile' does not exist) 2026-01-29 19:09:51 INFO hanningsmooth::::casa Traceback (most recent call last): 2026-01-29 19:09:51 INFO hanningsmooth::::casa+ File "/wheeldirectory/casa-6.7.5-1-py3.12.el8/lib/py/lib/python3.12/site-packages/casashell/private/hanningsmooth.py", line 746, in __call__ 2026-01-29 19:09:51 INFO hanningsmooth::::casa+ assert _pc.validate(_invocation_parameters,self.__schema), create_error_string(_pc.errors) 2026-01-29 19:09:51 INFO hanningsmooth::::casa+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-01-29 19:09:51 INFO hanningsmooth::::casa+ AssertionError: the vis parameter must be a path that exists ('badmsfile' does not exist) .2026-01-29 19:09:51 INFO hanningsmooth::::casa ########################################## 2026-01-29 19:09:51 INFO hanningsmooth::::casa ##### Begin Task: hanningsmooth ##### 2026-01-29 19:09:51 INFO hanningsmooth::::casa hanningsmooth( vis='ngc5921_ut.ms', outputvis='hann2.ms', keepmms=True, field='', spw='', scan='', antenna='', correlation='', timerange='', intent='', array='', uvrange='', observation='', feed='', smooth_spw='', datacolumn='corrected' ) 2026-01-29 19:09:51 WARN hanningsmooth::::casa Input CORRECTED_DATA does not exist. Will use DATA 2026-01-29 19:09:51 INFO MSTransformManager::parseMsSpecParams Input file name is ngc5921_ut.ms 2026-01-29 19:09:51 INFO MSTransformManager::parseMsSpecParams Data column is DATA 2026-01-29 19:09:51 INFO MSTransformManager::parseMsSpecParams Output file name is hann2.ms 2026-01-29 19:09:51 INFO MSTransformManager::parseMsSpecParams Re-index is disabled 2026-01-29 19:09:51 INFO MSTransformManager::parseFreqTransParams Hanning Smooth is activated 2026-01-29 19:09:51 INFO MSTransformManager::colCheckInfo Adding DATA column to output MS from input DATA column 2026-01-29 19:09:51 INFO MSTransformManager::open Select data 2026-01-29 19:09:51 INFO MSTransformManager::createOutputMSStructure Create output MS structure 2026-01-29 19:09:54 INFO MSTransformManager::checkFillWeightSpectrum Optional column WEIGHT_SPECTRUM found in input MS will be written to output MS 2026-01-29 19:09:54 INFO hanningsmooth::::casa Apply Hanning smoothing on data 2026-01-29 19:09:56 INFO hanningsmooth::::casa Task hanningsmooth complete. Start time: 2026-01-29 19:09:50.794379 End time: 2026-01-29 19:09:55.574991 2026-01-29 19:09:56 INFO hanningsmooth::::casa ##### End Task: hanningsmooth ##### 2026-01-29 19:09:56 INFO hanningsmooth::::casa ########################################## .2026-01-29 19:09:56 INFO hanningsmooth::::casa ########################################## 2026-01-29 19:09:56 INFO hanningsmooth::::casa ##### Begin Task: hanningsmooth ##### 2026-01-29 19:09:56 INFO hanningsmooth::::casa hanningsmooth( vis='ngc5921_ut.ms', outputvis='hann3.ms', keepmms=True, field='', spw='', scan='', antenna='', correlation='', timerange='', intent='', array='', uvrange='', observation='', feed='', smooth_spw='', datacolumn='corrected' ) 2026-01-29 19:09:56 WARN hanningsmooth::::casa Input CORRECTED_DATA does not exist. Will use DATA 2026-01-29 19:09:56 INFO MSTransformManager::parseMsSpecParams Input file name is ngc5921_ut.ms 2026-01-29 19:09:56 INFO MSTransformManager::parseMsSpecParams Data column is DATA 2026-01-29 19:09:56 INFO MSTransformManager::parseMsSpecParams Output file name is hann3.ms 2026-01-29 19:09:56 INFO MSTransformManager::parseMsSpecParams Re-index is disabled 2026-01-29 19:09:56 INFO MSTransformManager::parseFreqTransParams Hanning Smooth is activated 2026-01-29 19:09:56 INFO MSTransformManager::colCheckInfo Adding DATA column to output MS from input DATA column 2026-01-29 19:09:56 INFO MSTransformManager::open Select data 2026-01-29 19:09:56 INFO MSTransformManager::createOutputMSStructure Create output MS structure 2026-01-29 19:09:58 INFO MSTransformManager::checkFillWeightSpectrum Optional column WEIGHT_SPECTRUM found in input MS will be written to output MS 2026-01-29 19:09:59 INFO hanningsmooth::::casa Apply Hanning smoothing on data 2026-01-29 19:10:00 INFO hanningsmooth::::casa Task hanningsmooth complete. Start time: 2026-01-29 19:09:55.937840 End time: 2026-01-29 19:09:59.673082 2026-01-29 19:10:00 INFO hanningsmooth::::casa ##### End Task: hanningsmooth ##### 2026-01-29 19:10:00 INFO hanningsmooth::::casa ########################################## .2026-01-29 19:10:11 INFO split::::casa ########################################## 2026-01-29 19:10:11 INFO split::::casa ##### Begin Task: split ##### 2026-01-29 19:10:11 INFO split::::casa split( vis='ngc5921_ut.ms', outputvis='splithan.ms', keepmms=True, field='', spw='', scan='1,2', antenna='', correlation='', timerange='', intent='', array='', uvrange='', observation='', feed='', datacolumn='data', keepflags=True, width=1, timebin='0s', combine='' ) 2026-01-29 19:10:11 INFO MSTransformManager::parseMsSpecParams Input file name is ngc5921_ut.ms 2026-01-29 19:10:11 INFO MSTransformManager::parseMsSpecParams Data column is DATA 2026-01-29 19:10:11 INFO MSTransformManager::parseMsSpecParams Output file name is splithan.ms 2026-01-29 19:10:11 INFO MSTransformManager::parseDataSelParams scan selection is 1,2 2026-01-29 19:10:12 INFO MSTransformManager::colCheckInfo Adding DATA column to output MS from input DATA column 2026-01-29 19:10:12 INFO MSTransformManager::initDataSelectionParams Selected Scans Ids are [1, 2] 2026-01-29 19:10:12 INFO MSTransformManager::open Select data 2026-01-29 19:10:12 INFO MSTransformManager::createOutputMSStructure Create output MS structure 2026-01-29 19:10:12 INFO MSTransformDataHandler::makeSelection 6399 out of 22653 rows are going to be considered due to the selection criteria. 2026-01-29 19:10:13 INFO MSTransformManager::checkFillWeightSpectrum Optional column WEIGHT_SPECTRUM found in input MS will be written to output MS 2026-01-29 19:10:15 INFO split::::casa Task split complete. Start time: 2026-01-29 19:10:11.484374 End time: 2026-01-29 19:10:14.620203 2026-01-29 19:10:15 INFO split::::casa ##### End Task: split ##### 2026-01-29 19:10:15 INFO split::::casa ########################################## 2026-01-29 19:10:15 INFO partition::::casa ########################################## 2026-01-29 19:10:15 INFO partition::::casa ##### Begin Task: partition ##### 2026-01-29 19:10:15 INFO partition::::casa partition( vis='splithan.ms', outputvis='splithan.test.mms', createmms=True, separationaxis='auto', numsubms='auto', flagbackup=True, datacolumn='data', field='', spw='', scan='', antenna='', correlation='', timerange='', intent='', array='', uvrange='', observation='', feed='', disableparallel=False, ddistart=-1, taql='' ) 2026-01-29 19:10:15 INFO ParallelDataHelper::::casa Analyzing MS for partitioning 2026-01-29 19:10:15 INFO ParallelDataHelper::::casa Automatically distribute the scan/spw pairs to balance the load along field, spw and scan axes 2026-01-29 19:10:15 INFO msmetadata_cmpt.cc::open Performing internal consistency checks on /home/casatest/casa6/casatasks/tests/casashell_tests/work/test_task_hanningsmooth_casashell/splithan.ms... 2026-01-29 19:10:15 WARN ParallelDataHelper::getPartitionMap::casa Number of subMSs (8) is greater than available scan,ddi pairs (2), setting nsubms to 2 2026-01-29 19:10:15 INFO partition::::casa ########################################## 2026-01-29 19:10:15 INFO partition::::casa ##### Begin Task: partition ##### 2026-01-29 19:10:15 INFO partition::::casa partition( vis='/home/casatest/casa6/casatasks/tests/casashell_tests/work/test_task_hanningsmooth_casashell/splithan.ms', outputvis='/home/casatest/casa6/casatasks/tests/casashell_tests/work/test_task_hanningsmooth_casashell/splithan.test.mms.data/splithan.test.mms.0000.ms', createmms=False, separationaxis='auto', numsubms='auto', flagbackup=True, datacolumn='data', field='', spw='', scan='', antenna='', correlation='', timerange='', intent='', array='', uvrange='', observation='', feed='', disableparallel=False, ddistart=-1, taql='(DATA_DESC_ID==0 && (SCAN_NUMBER IN [1]))' ) 2026-01-29 19:10:15 INFO MSTransformManager::parseMsSpecParams Input file name is /home/casatest/casa6/casatasks/tests/casashell_tests/work/test_task_hanningsmooth_casashell/splithan.ms 2026-01-29 19:10:15 INFO MSTransformManager::parseMsSpecParams Data column is DATA 2026-01-29 19:10:15 INFO MSTransformManager::parseMsSpecParams Output file name is /home/casatest/casa6/casatasks/tests/casashell_tests/work/test_task_hanningsmooth_casashell/splithan.test.mms.data/splithan.test.mms.0000.ms 2026-01-29 19:10:15 INFO MSTransformManager::colCheckInfo Adding DATA column to output MS from input DATA column 2026-01-29 19:10:15 INFO MSTransformManager::open Select data 2026-01-29 19:10:15 INFO MSTransformManager::createOutputMSStructure Create output MS structure 2026-01-29 19:10:15 INFO MSTransformDataHandler::makeSelection 4509 out of 6399 rows are going to be considered due to the selection criteria. 2026-01-29 19:10:18 INFO MSTransformManager::checkFillWeightSpectrum Optional column WEIGHT_SPECTRUM found in input MS will be written to output MS 2026-01-29 19:10:18 INFO partition::::casa Run the tool to partition the MS 2026-01-29 19:10:19 INFO partition::::casa Task partition complete. Start time: 2026-01-29 19:10:14.751649 End time: 2026-01-29 19:10:18.712586 2026-01-29 19:10:19 INFO partition::::casa ##### End Task: partition ##### 2026-01-29 19:10:19 INFO partition::::casa ########################################## 2026-01-29 19:10:19 INFO partition::::casa ########################################## 2026-01-29 19:10:19 INFO partition::::casa ##### Begin Task: partition ##### 2026-01-29 19:10:19 INFO partition::::casa partition( vis='/home/casatest/casa6/casatasks/tests/casashell_tests/work/test_task_hanningsmooth_casashell/splithan.ms', outputvis='/home/casatest/casa6/casatasks/tests/casashell_tests/work/test_task_hanningsmooth_casashell/splithan.test.mms.data/splithan.test.mms.0001.ms', createmms=False, separationaxis='auto', numsubms='auto', flagbackup=True, datacolumn='data', field='', spw='', scan='', antenna='', correlation='', timerange='', intent='', array='', uvrange='', observation='', feed='', disableparallel=False, ddistart=-1, taql='(DATA_DESC_ID==0 && (SCAN_NUMBER IN [2]))' ) 2026-01-29 19:10:19 INFO MSTransformManager::parseMsSpecParams Input file name is /home/casatest/casa6/casatasks/tests/casashell_tests/work/test_task_hanningsmooth_casashell/splithan.ms 2026-01-29 19:10:19 INFO MSTransformManager::parseMsSpecParams Data column is DATA 2026-01-29 19:10:19 INFO MSTransformManager::parseMsSpecParams Output file name is /home/casatest/casa6/casatasks/tests/casashell_tests/work/test_task_hanningsmooth_casashell/splithan.test.mms.data/splithan.test.mms.0001.ms 2026-01-29 19:10:19 INFO MSTransformManager::colCheckInfo Adding DATA column to output MS from input DATA column 2026-01-29 19:10:19 INFO MSTransformManager::open Select data 2026-01-29 19:10:19 INFO MSTransformManager::createOutputMSStructure Create output MS structure 2026-01-29 19:10:19 INFO MSTransformDataHandler::makeSelection 1890 out of 6399 rows are going to be considered due to the selection criteria. 2026-01-29 19:10:22 INFO MSTransformManager::checkFillWeightSpectrum Optional column WEIGHT_SPECTRUM found in input MS will be written to output MS 2026-01-29 19:10:22 INFO partition::::casa Run the tool to partition the MS 2026-01-29 19:10:23 INFO partition::::casa Task partition complete. Start time: 2026-01-29 19:10:18.722365 End time: 2026-01-29 19:10:22.923267 2026-01-29 19:10:23 INFO partition::::casa ##### End Task: partition ##### 2026-01-29 19:10:23 INFO partition::::casa ########################################## 2026-01-29 19:10:23 INFO ParallelDataHelper::::casa Finalizing MMS structure 2026-01-29 19:10:23 INFO ms::createmultims Copying subtables from /home/casatest/casa6/casatasks/tests/casashell_tests/work/test_task_hanningsmooth_casashell/splithan.test.mms.data/splithan.test.mms.0000.ms to the other MMS members. 2026-01-29 19:10:24 INFO partition::::casa Create a backup of the flags that are in the MMS 2026-01-29 19:10:24 INFO AgentFlagger::open Table type is Measurement Set 2026-01-29 19:10:24 INFO FlagVersion::saveFlagVersion Creating new backup flag file called partition_1 2026-01-29 19:10:24 INFO partition::::casa Task partition complete. Start time: 2026-01-29 19:10:14.642074 End time: 2026-01-29 19:10:24.041282 2026-01-29 19:10:24 INFO partition::::casa ##### End Task: partition ##### 2026-01-29 19:10:24 INFO partition::::casa ########################################## 2026-01-29 19:10:26 INFO ms::sort Sorted main table of /home/casatest/casa6/casatasks/tests/casashell_tests/work/test_task_hanningsmooth_casashell/splithan.ms by [OBSERVATION_ID,ARRAY_ID,SCAN_NUMBER,FIELD_ID,DATA_DESC_ID,ANTENNA1,ANTENNA2,TIME] and stored it in sorted.ms . 2026-01-29 19:10:27 INFO hanningsmooth::::casa ########################################## 2026-01-29 19:10:27 INFO hanningsmooth::::casa ##### Begin Task: hanningsmooth ##### 2026-01-29 19:10:27 INFO hanningsmooth::::casa hanningsmooth( vis='splithan.test.mms', outputvis='hann4.mms', keepmms=True, field='', spw='', scan='', antenna='', correlation='', timerange='', intent='', array='', uvrange='', observation='', feed='', smooth_spw='', datacolumn='data' ) 2026-01-29 19:10:27 INFO ParallelDataHelper::::casa Analyzing MS for partitioning 2026-01-29 19:10:27 INFO ParallelDataHelper::::casa Input vis is a Multi-MS 2026-01-29 19:10:27 INFO hanningsmooth::::casa ########################################## 2026-01-29 19:10:27 INFO hanningsmooth::::casa ##### Begin Task: hanningsmooth ##### 2026-01-29 19:10:27 INFO hanningsmooth::::casa hanningsmooth( vis='/home/casatest/casa6/casatasks/tests/casashell_tests/work/test_task_hanningsmooth_casashell/splithan.test.mms/SUBMSS/splithan.test.mms.0000.ms', outputvis='/home/casatest/casa6/casatasks/tests/casashell_tests/work/test_task_hanningsmooth_casashell/hann4.mms.data/hann4.mms.0000.ms', keepmms=True, field='', spw='', scan='', antenna='', correlation='', timerange='', intent='', array='', uvrange='', observation='', feed='', smooth_spw='', datacolumn='data' ) 2026-01-29 19:10:27 INFO MSTransformManager::parseMsSpecParams Input file name is /home/casatest/casa6/casatasks/tests/casashell_tests/work/test_task_hanningsmooth_casashell/splithan.test.mms/SUBMSS/splithan.test.mms.0000.ms 2026-01-29 19:10:27 INFO MSTransformManager::parseMsSpecParams Data column is DATA 2026-01-29 19:10:27 INFO MSTransformManager::parseMsSpecParams Output file name is /home/casatest/casa6/casatasks/tests/casashell_tests/work/test_task_hanningsmooth_casashell/hann4.mms.data/hann4.mms.0000.ms 2026-01-29 19:10:27 INFO MSTransformManager::parseMsSpecParams Re-index is disabled 2026-01-29 19:10:27 INFO MSTransformManager::parseFreqTransParams Hanning Smooth is activated 2026-01-29 19:10:27 INFO MSTransformManager::colCheckInfo Adding DATA column to output MS from input DATA column 2026-01-29 19:10:27 INFO MSTransformManager::open Select data 2026-01-29 19:10:27 INFO MSTransformManager::createOutputMSStructure Create output MS structure 2026-01-29 19:10:29 INFO MSTransformManager::checkFillWeightSpectrum Optional column WEIGHT_SPECTRUM found in input MS will be written to output MS 2026-01-29 19:10:30 INFO hanningsmooth::::casa Apply Hanning smoothing on data 2026-01-29 19:10:31 INFO hanningsmooth::::casa Task hanningsmooth complete. Start time: 2026-01-29 19:10:26.751800 End time: 2026-01-29 19:10:30.713550 2026-01-29 19:10:31 INFO hanningsmooth::::casa ##### End Task: hanningsmooth ##### 2026-01-29 19:10:31 INFO hanningsmooth::::casa ########################################## 2026-01-29 19:10:31 INFO hanningsmooth::::casa ########################################## 2026-01-29 19:10:31 INFO hanningsmooth::::casa ##### Begin Task: hanningsmooth ##### 2026-01-29 19:10:31 INFO hanningsmooth::::casa hanningsmooth( vis='/home/casatest/casa6/casatasks/tests/casashell_tests/work/test_task_hanningsmooth_casashell/splithan.test.mms/SUBMSS/splithan.test.mms.0001.ms', outputvis='/home/casatest/casa6/casatasks/tests/casashell_tests/work/test_task_hanningsmooth_casashell/hann4.mms.data/hann4.mms.0001.ms', keepmms=True, field='', spw='', scan='', antenna='', correlation='', timerange='', intent='', array='', uvrange='', observation='', feed='', smooth_spw='', datacolumn='data' ) 2026-01-29 19:10:31 INFO MSTransformManager::parseMsSpecParams Input file name is /home/casatest/casa6/casatasks/tests/casashell_tests/work/test_task_hanningsmooth_casashell/splithan.test.mms/SUBMSS/splithan.test.mms.0001.ms 2026-01-29 19:10:31 INFO MSTransformManager::parseMsSpecParams Data column is DATA 2026-01-29 19:10:31 INFO MSTransformManager::parseMsSpecParams Output file name is /home/casatest/casa6/casatasks/tests/casashell_tests/work/test_task_hanningsmooth_casashell/hann4.mms.data/hann4.mms.0001.ms 2026-01-29 19:10:31 INFO MSTransformManager::parseMsSpecParams Re-index is disabled 2026-01-29 19:10:31 INFO MSTransformManager::parseFreqTransParams Hanning Smooth is activated 2026-01-29 19:10:31 INFO MSTransformManager::colCheckInfo Adding DATA column to output MS from input DATA column 2026-01-29 19:10:31 INFO MSTransformManager::open Select data 2026-01-29 19:10:31 INFO MSTransformManager::createOutputMSStructure Create output MS structure 2026-01-29 19:10:33 INFO MSTransformManager::checkFillWeightSpectrum Optional column WEIGHT_SPECTRUM found in input MS will be written to output MS 2026-01-29 19:10:33 INFO hanningsmooth::::casa Apply Hanning smoothing on data 2026-01-29 19:10:33 INFO hanningsmooth::::casa Task hanningsmooth complete. Start time: 2026-01-29 19:10:30.720487 End time: 2026-01-29 19:10:33.473465 2026-01-29 19:10:33 INFO hanningsmooth::::casa ##### End Task: hanningsmooth ##### 2026-01-29 19:10:33 INFO hanningsmooth::::casa ########################################## 2026-01-29 19:10:33 INFO ParallelDataHelper::::casa Finalizing MMS structure 2026-01-29 19:10:33 INFO ms::createmultims Copying subtables from /home/casatest/casa6/casatasks/tests/casashell_tests/work/test_task_hanningsmooth_casashell/hann4.mms.data/hann4.mms.0000.ms to the other MMS members. 2026-01-29 19:10:34 INFO hanningsmooth::::casa Task hanningsmooth complete. Start time: 2026-01-29 19:10:26.680251 End time: 2026-01-29 19:10:33.883195 2026-01-29 19:10:34 INFO hanningsmooth::::casa ##### End Task: hanningsmooth ##### 2026-01-29 19:10:34 INFO hanningsmooth::::casa ########################################## 2026-01-29 19:10:37 INFO ms::sort Sorted main table of /home/casatest/casa6/casatasks/tests/casashell_tests/work/test_task_hanningsmooth_casashell/hann4.mms by [OBSERVATION_ID,ARRAY_ID,SCAN_NUMBER,FIELD_ID,DATA_DESC_ID,ANTENNA1,ANTENNA2,TIME] and stored it in sorted.mms . ................. Creating test MMS .................. .2026-01-29 19:10:40 INFO hanningsmooth::::casa ########################################## 2026-01-29 19:10:40 INFO hanningsmooth::::casa ##### Begin Task: hanningsmooth ##### 2026-01-29 19:10:40 INFO hanningsmooth::::casa hanningsmooth( vis='ngc5921_ut.ms', outputvis='hann6.ms', keepmms=True, field='', spw='', scan='', antenna='', correlation='', timerange='', intent='', array='', uvrange='', observation='', feed='', smooth_spw='', datacolumn='all' ) 2026-01-29 19:10:40 INFO MSTransformManager::parseMsSpecParams Input file name is ngc5921_ut.ms 2026-01-29 19:10:40 INFO MSTransformManager::parseMsSpecParams Data column is ALL 2026-01-29 19:10:40 INFO MSTransformManager::parseMsSpecParams Output file name is hann6.ms 2026-01-29 19:10:40 INFO MSTransformManager::parseMsSpecParams Re-index is disabled 2026-01-29 19:10:40 INFO MSTransformManager::parseFreqTransParams Hanning Smooth is activated 2026-01-29 19:10:40 INFO MSTransformManager::colCheckInfo Adding DATA column to output MS from input DATA column 2026-01-29 19:10:40 INFO MSTransformManager::open Select data 2026-01-29 19:10:40 INFO MSTransformManager::createOutputMSStructure Create output MS structure 2026-01-29 19:10:41 INFO MSTransformManager::checkFillWeightSpectrum Optional column WEIGHT_SPECTRUM found in input MS will be written to output MS 2026-01-29 19:10:41 INFO hanningsmooth::::casa Apply Hanning smoothing on data 2026-01-29 19:10:43 INFO hanningsmooth::::casa Task hanningsmooth complete. Start time: 2026-01-29 19:10:39.803928 End time: 2026-01-29 19:10:42.764328 2026-01-29 19:10:43 INFO hanningsmooth::::casa ##### End Task: hanningsmooth ##### 2026-01-29 19:10:43 INFO hanningsmooth::::casa ########################################## .2026-01-29 19:10:43 INFO clearcal::::casa ########################################## 2026-01-29 19:10:43 INFO clearcal::::casa ##### Begin Task: clearcal ##### 2026-01-29 19:10:43 INFO clearcal::::casa clearcal( vis='ngc5921_ut.ms', field='', spw='', intent='', addmodel=False ) 2026-01-29 19:10:43 INFO clearcal::::casa Need to create scratch columns; ignoring selection. 2026-01-29 19:10:43 WARN calibrater::setvi(bool,bool) Forcing use of OLD VisibilityIterator. 2026-01-29 19:10:43 INFO calibrater::open ****Using OLD VI-driven calibrater tool**** 2026-01-29 19:10:43 INFO calibrater::open Opening MS: ngc5921_ut.ms for calibration. 2026-01-29 19:10:43 INFO VisSetUtil::addScrCols Adding CORRECTED_DATA column(s). 2026-01-29 19:10:43 INFO Calibrater:: Initializing nominal selection to the whole MS. 2026-01-29 19:10:43 INFO clearcal::::casa Task clearcal complete. Start time: 2026-01-29 19:10:43.080857 End time: 2026-01-29 19:10:43.408303 2026-01-29 19:10:43 INFO clearcal::::casa ##### End Task: clearcal ##### 2026-01-29 19:10:43 INFO clearcal::::casa ########################################## 2026-01-29 19:10:44 INFO cvel::::casa ########################################## 2026-01-29 19:10:44 INFO cvel::::casa ##### Begin Task: cvel ##### 2026-01-29 19:10:44 INFO cvel::::casa cvel( vis='ngc5921_ut.ms', outputvis='cvelngc.ms', passall=False, field='', spw='', selectdata=True, antenna='', timerange='', scan='', array='', mode='channel', nchan=-1, start=0, width=1, interpolation='linear', phasecenter='', restfreq='', outframe='', veltype='radio', hanning=True ) 2026-01-29 19:10:44 INFO cvel::::casa Creating working copy ... 2026-01-29 19:10:44 INFO cvel::::casa Using 1331+30500002_0 (original field 0, new field 0) as common direction for the output reference frame. 2026-01-29 19:10:44 INFO ms::cvel Input spectral window 0 has 63 channels of width 2.441406e+04 Hz 2026-01-29 19:10:44 INFO ms::cvel+ First channel center = 1.412665074e+09 Hz, last channel center = 1.414178746e+09 Hz 2026-01-29 19:10:44 INFO ms::cvel Starting combination of spectral windows ... 2026-01-29 19:10:44 INFO SubMS::combineSpws() Less than two SPWs selected. No combination necessary. 2026-01-29 19:10:44 INFO ms::cvel 2026-01-29 19:10:44 INFO ms::cvel Testing if spectral frame transformation/regridding is needed ... 2026-01-29 19:10:44 INFO SubMS::regridSpw() Using tabulated observatory position for VLA: 2026-01-29 19:10:44 INFO SubMS::regridSpw() Position: [-1.60119e+06, -5.04198e+06, 3.55488e+06] (ITRF) 2026-01-29 19:10:44 INFO SubMS::regridSpw() Hanning smoothing not applied in regridding step since no regridding was necessary. 2026-01-29 19:10:44 INFO ms::cvel SubMS not modified by regridding. 2026-01-29 19:10:44 INFO ms::cvel Final spectral window has 63 channels of width 2.441406e+04 Hz 2026-01-29 19:10:44 INFO ms::cvel+ First channel center = 1.412665074e+09 Hz, last channel center = 1.414178746e+09 Hz 2026-01-29 19:10:44 INFO ms::hanningsmooth Smoothing MS Main Table column CORRECTED_DATA ... 2026-01-29 19:10:44 INFO ms::hanningsmooth Smoothing MS Main Table column DATA ... 2026-01-29 19:10:44 INFO cvel::::casa Task cvel complete. Start time: 2026-01-29 19:10:43.671409 End time: 2026-01-29 19:10:44.264169 2026-01-29 19:10:44 INFO cvel::::casa ##### End Task: cvel ##### 2026-01-29 19:10:44 INFO cvel::::casa ########################################## .2026-01-29 19:10:45 INFO mstransform::::casa ########################################## 2026-01-29 19:10:45 INFO mstransform::::casa ##### Begin Task: mstransform ##### 2026-01-29 19:10:45 INFO mstransform::::casa mstransform( vis='ngc5921_ut.ms', outputvis='cvelngc.ms', createmms=False, separationaxis='auto', numsubms='auto', tileshape=[0], field='', spw='', scan='', antenna='', correlation='', timerange='', intent='', array='', uvrange='', observation='', feed='', datacolumn='data', realmodelcol=False, keepflags=True, usewtspectrum=False, combinespws=False, chanaverage=False, chanbin=1, hanning=True, regridms=True, mode='channel', nchan=-1, start=0, width=1, nspw=1, interpolation='linear', phasecenter='', restfreq='', outframe='cmb', veltype='radio', preaverage=False, timeaverage=False, timebin='0s', timespan='', maxuvwdistance=0.0, docallib=False, callib='', douvcontsub=False, fitspw='', fitorder=0, want_cont=False, denoising_lib=True, nthreads=1, niter=1, disableparallel=False, ddistart=-1, taql='', monolithic_processing=False, reindex=True ) 2026-01-29 19:10:45 INFO mstransform::::casa Apply Hanning smoothing 2026-01-29 19:10:45 INFO mstransform::::casa Parse regridding parameters 2026-01-29 19:10:45 INFO MSTransformManager::parseMsSpecParams Input file name is ngc5921_ut.ms 2026-01-29 19:10:45 INFO MSTransformManager::parseMsSpecParams Data column is DATA 2026-01-29 19:10:45 INFO MSTransformManager::parseMsSpecParams Output file name is cvelngc.ms 2026-01-29 19:10:45 INFO MSTransformManager::parseMsSpecParams Re-index is enabled 2026-01-29 19:10:45 INFO MSTransformManager::parseMsSpecParams Tile shape is [0] 2026-01-29 19:10:45 INFO MSTransformManager::parseFreqTransParams Hanning Smooth is activated 2026-01-29 19:10:45 INFO MSTransformManager::parseRefFrameTransParams Regrid MS is activated 2026-01-29 19:10:45 INFO MSTransformManager::parseRefFrameTransParams Output reference frame is cmb 2026-01-29 19:10:45 INFO MSTransformManager::parseRefFrameTransParams Interpolation method is linear 2026-01-29 19:10:45 INFO MSTransformManager::parseFreqSpecParams Mode is channel 2026-01-29 19:10:45 INFO MSTransformManager::parseFreqSpecParams Number of output channels is -1 2026-01-29 19:10:45 INFO MSTransformManager::parseFreqSpecParams Start is 0 2026-01-29 19:10:45 INFO MSTransformManager::parseFreqSpecParams Width is 1 2026-01-29 19:10:45 INFO MSTransformManager::colCheckInfo Adding DATA column to output MS from input DATA column 2026-01-29 19:10:45 INFO MSTransformManager::open Select data 2026-01-29 19:10:45 INFO MSTransformManager::createOutputMSStructure Create output MS structure 2026-01-29 19:10:47 INFO MSTransformManager::checkFillWeightSpectrum Optional column WEIGHT_SPECTRUM found in input MS will be written to output MS 2026-01-29 19:10:47 INFO MSTransformManager::regridSpwSubTable Regridding SPW with Id 0 2026-01-29 19:10:47 INFO MSTransformManager::regridSpwAux Input SPW: 63 channels, first channel = 1.412665074e+09 Hz, last channel = 1.414178746e+09 Hz, first width = 2.441406250e+04 Hz, last width = 2.441406250e+04 Hz 2026-01-29 19:10:47 INFO MSTransformManager::regridSpwAux Calculate frequencies in output reference frame 2026-01-29 19:10:47 INFO MSTransformRegridder::calcChanFreqs Channels equidistant in freq 2026-01-29 19:10:47 INFO MSTransformRegridder::calcChanFreqs+ Central frequency (in output frame) = 1.41235e+09 Hz 2026-01-29 19:10:47 INFO MSTransformRegridder::calcChanFreqs+ Width of central channel (in output frame) = 24395.6 Hz 2026-01-29 19:10:47 INFO MSTransformRegridder::calcChanFreqs+ Number of channels = 63 2026-01-29 19:10:47 INFO MSTransformRegridder::calcChanFreqs+ Total width of SPW (in output frame) = 1.53692e+06 Hz 2026-01-29 19:10:47 INFO MSTransformRegridder::calcChanFreqs+ Lower edge = 1.41158e+09 Hz, upper edge = 1.41312e+09 Hz 2026-01-29 19:10:47 INFO MSTransformManager::regridSpwAux Output SPW: 63 channels, first channel = 1.411596316e+09 Hz, last channel = 1.413108843e+09 Hz, first width = 2.439559194e+04 Hz, last width = 2.439559194e+04 Hz 2026-01-29 19:10:47 INFO ParallelDataHelper::::casa Apply the transformations 2026-01-29 19:10:49 INFO mstransform::::casa Task mstransform complete. Start time: 2026-01-29 19:10:44.793573 End time: 2026-01-29 19:10:49.286474 2026-01-29 19:10:49 INFO mstransform::::casa ##### End Task: mstransform ##### 2026-01-29 19:10:49 INFO mstransform::::casa ########################################## .2026-01-29 19:10:51 INFO hanningsmooth::::casa ########################################## 2026-01-29 19:10:51 INFO hanningsmooth::::casa ##### Begin Task: hanningsmooth ##### 2026-01-29 19:10:51 INFO hanningsmooth::::casa hanningsmooth( vis='ALMA-data-mst-science-testing-CAS-5013-one-baseline-one-timestamp.ms', outputvis='hanncorr.ms', keepmms=True, field='', spw='', scan='', antenna='', correlation='', timerange='', intent='', array='', uvrange='', observation='', feed='', smooth_spw='', datacolumn='corrected' ) 2026-01-29 19:10:52 INFO MSTransformManager::parseMsSpecParams Input file name is ALMA-data-mst-science-testing-CAS-5013-one-baseline-one-timestamp.ms 2026-01-29 19:10:52 INFO MSTransformManager::parseMsSpecParams Data column is CORRECTED 2026-01-29 19:10:52 INFO MSTransformManager::parseMsSpecParams Output file name is hanncorr.ms 2026-01-29 19:10:52 INFO MSTransformManager::parseMsSpecParams Re-index is disabled 2026-01-29 19:10:52 INFO MSTransformManager::parseFreqTransParams Hanning Smooth is activated 2026-01-29 19:10:52 INFO MSTransformManager::colCheckInfo Adding DATA column to output MS from input CORRECTED_DATA column 2026-01-29 19:10:52 INFO MSTransformManager::open Select data 2026-01-29 19:10:52 INFO MSTransformManager::createOutputMSStructure Create output MS structure 2026-01-29 19:10:54 INFO hanningsmooth::::casa Apply Hanning smoothing on data 2026-01-29 19:10:54 INFO hanningsmooth::::casa Task hanningsmooth complete. Start time: 2026-01-29 19:10:51.499735 End time: 2026-01-29 19:10:54.472046 2026-01-29 19:10:54 INFO hanningsmooth::::casa ##### End Task: hanningsmooth ##### 2026-01-29 19:10:54 INFO hanningsmooth::::casa ########################################## .2026-01-29 19:10:57 INFO partition::::casa ########################################## 2026-01-29 19:10:57 INFO partition::::casa ##### Begin Task: partition ##### 2026-01-29 19:10:57 INFO partition::::casa partition( vis='ALMA-data-mst-science-testing-CAS-5013-one-baseline-one-timestamp.ms', outputvis='ALMA-data-mst-science-testing-CAS-5013-one-baseline-one-timestamp.test.mms', createmms=True, separationaxis='auto', numsubms='auto', flagbackup=True, datacolumn='all', field='', spw='', scan='', antenna='', correlation='', timerange='', intent='', array='', uvrange='', observation='', feed='', disableparallel=False, ddistart=-1, taql='' ) 2026-01-29 19:10:57 INFO ParallelDataHelper::::casa Analyzing MS for partitioning 2026-01-29 19:10:57 INFO ParallelDataHelper::::casa Automatically distribute the scan/spw pairs to balance the load along field, spw and scan axes 2026-01-29 19:10:57 INFO msmetadata_cmpt.cc::open Performing internal consistency checks on /home/casatest/casa6/casatasks/tests/casashell_tests/work/test_task_hanningsmooth_casashell/ALMA-data-mst-science-testing-CAS-5013-one-baseline-one-timestamp.ms... 2026-01-29 19:10:57 WARN ParallelDataHelper::getPartitionMap::casa Number of subMSs (8) is greater than available scan,ddi pairs (4), setting nsubms to 4 2026-01-29 19:10:57 INFO partition::::casa ########################################## 2026-01-29 19:10:57 INFO partition::::casa ##### Begin Task: partition ##### 2026-01-29 19:10:57 INFO partition::::casa partition( vis='/home/casatest/casa6/casatasks/tests/casashell_tests/work/test_task_hanningsmooth_casashell/ALMA-data-mst-science-testing-CAS-5013-one-baseline-one-timestamp.ms', outputvis='/home/casatest/casa6/casatasks/tests/casashell_tests/work/test_task_hanningsmooth_casashell/ALMA-data-mst-science-testing-CAS-5013-one-baseline-one-timestamp.test.mms.data/ALMA-data-mst-science-testing-CAS-5013-one-baseline-one-timestamp.test.mms.0000.ms', createmms=False, separationaxis='auto', numsubms='auto', flagbackup=True, datacolumn='all', field='', spw='', scan='', antenna='', correlation='', timerange='', intent='', array='', uvrange='', observation='', feed='', disableparallel=False, ddistart=-1, taql='(DATA_DESC_ID==3 && (SCAN_NUMBER IN [10]))' ) 2026-01-29 19:10:57 INFO MSTransformManager::parseMsSpecParams Input file name is /home/casatest/casa6/casatasks/tests/casashell_tests/work/test_task_hanningsmooth_casashell/ALMA-data-mst-science-testing-CAS-5013-one-baseline-one-timestamp.ms 2026-01-29 19:10:57 INFO MSTransformManager::parseMsSpecParams Data column is ALL 2026-01-29 19:10:57 INFO MSTransformManager::parseMsSpecParams Output file name is /home/casatest/casa6/casatasks/tests/casashell_tests/work/test_task_hanningsmooth_casashell/ALMA-data-mst-science-testing-CAS-5013-one-baseline-one-timestamp.test.mms.data/ALMA-data-mst-science-testing-CAS-5013-one-baseline-one-timestamp.test.mms.0000.ms 2026-01-29 19:10:57 INFO MSTransformManager::colCheckInfo Adding DATA column to output MS from input DATA column 2026-01-29 19:10:57 INFO MSTransformManager::colCheckInfo Adding CORRECTED_DATA column to output MS from input CORRECTED_DATA column 2026-01-29 19:10:57 INFO MSTransformManager::open Select data 2026-01-29 19:10:57 INFO MSTransformManager::createOutputMSStructure Create output MS structure 2026-01-29 19:10:57 INFO MSTransformDataHandler::makeSelection 1 out of 4 rows are going to be considered due to the selection criteria. 2026-01-29 19:11:00 INFO partition::::casa Run the tool to partition the MS 2026-01-29 19:11:01 INFO partition::::casa Task partition complete. Start time: 2026-01-29 19:10:57.272737 End time: 2026-01-29 19:11:00.732322 2026-01-29 19:11:01 INFO partition::::casa ##### End Task: partition ##### 2026-01-29 19:11:01 INFO partition::::casa ########################################## 2026-01-29 19:11:01 INFO partition::::casa ########################################## 2026-01-29 19:11:01 INFO partition::::casa ##### Begin Task: partition ##### 2026-01-29 19:11:01 INFO partition::::casa partition( vis='/home/casatest/casa6/casatasks/tests/casashell_tests/work/test_task_hanningsmooth_casashell/ALMA-data-mst-science-testing-CAS-5013-one-baseline-one-timestamp.ms', outputvis='/home/casatest/casa6/casatasks/tests/casashell_tests/work/test_task_hanningsmooth_casashell/ALMA-data-mst-science-testing-CAS-5013-one-baseline-one-timestamp.test.mms.data/ALMA-data-mst-science-testing-CAS-5013-one-baseline-one-timestamp.test.mms.0001.ms', createmms=False, separationaxis='auto', numsubms='auto', flagbackup=True, datacolumn='all', field='', spw='', scan='', antenna='', correlation='', timerange='', intent='', array='', uvrange='', observation='', feed='', disableparallel=False, ddistart=-1, taql='(DATA_DESC_ID==2 && (SCAN_NUMBER IN [10]))' ) 2026-01-29 19:11:01 INFO MSTransformManager::parseMsSpecParams Input file name is /home/casatest/casa6/casatasks/tests/casashell_tests/work/test_task_hanningsmooth_casashell/ALMA-data-mst-science-testing-CAS-5013-one-baseline-one-timestamp.ms 2026-01-29 19:11:01 INFO MSTransformManager::parseMsSpecParams Data column is ALL 2026-01-29 19:11:01 INFO MSTransformManager::parseMsSpecParams Output file name is /home/casatest/casa6/casatasks/tests/casashell_tests/work/test_task_hanningsmooth_casashell/ALMA-data-mst-science-testing-CAS-5013-one-baseline-one-timestamp.test.mms.data/ALMA-data-mst-science-testing-CAS-5013-one-baseline-one-timestamp.test.mms.0001.ms 2026-01-29 19:11:01 INFO MSTransformManager::colCheckInfo Adding DATA column to output MS from input DATA column 2026-01-29 19:11:01 INFO MSTransformManager::colCheckInfo Adding CORRECTED_DATA column to output MS from input CORRECTED_DATA column 2026-01-29 19:11:01 INFO MSTransformManager::open Select data 2026-01-29 19:11:01 INFO MSTransformManager::createOutputMSStructure Create output MS structure 2026-01-29 19:11:01 INFO MSTransformDataHandler::makeSelection 1 out of 4 rows are going to be considered due to the selection criteria. 2026-01-29 19:11:04 INFO partition::::casa Run the tool to partition the MS 2026-01-29 19:11:05 INFO partition::::casa Task partition complete. Start time: 2026-01-29 19:11:00.741351 End time: 2026-01-29 19:11:04.544343 2026-01-29 19:11:05 INFO partition::::casa ##### End Task: partition ##### 2026-01-29 19:11:05 INFO partition::::casa ########################################## 2026-01-29 19:11:05 INFO partition::::casa ########################################## 2026-01-29 19:11:05 INFO partition::::casa ##### Begin Task: partition ##### 2026-01-29 19:11:05 INFO partition::::casa partition( vis='/home/casatest/casa6/casatasks/tests/casashell_tests/work/test_task_hanningsmooth_casashell/ALMA-data-mst-science-testing-CAS-5013-one-baseline-one-timestamp.ms', outputvis='/home/casatest/casa6/casatasks/tests/casashell_tests/work/test_task_hanningsmooth_casashell/ALMA-data-mst-science-testing-CAS-5013-one-baseline-one-timestamp.test.mms.data/ALMA-data-mst-science-testing-CAS-5013-one-baseline-one-timestamp.test.mms.0002.ms', createmms=False, separationaxis='auto', numsubms='auto', flagbackup=True, datacolumn='all', field='', spw='', scan='', antenna='', correlation='', timerange='', intent='', array='', uvrange='', observation='', feed='', disableparallel=False, ddistart=-1, taql='(DATA_DESC_ID==1 && (SCAN_NUMBER IN [10]))' ) 2026-01-29 19:11:05 INFO MSTransformManager::parseMsSpecParams Input file name is /home/casatest/casa6/casatasks/tests/casashell_tests/work/test_task_hanningsmooth_casashell/ALMA-data-mst-science-testing-CAS-5013-one-baseline-one-timestamp.ms 2026-01-29 19:11:05 INFO MSTransformManager::parseMsSpecParams Data column is ALL 2026-01-29 19:11:05 INFO MSTransformManager::parseMsSpecParams Output file name is /home/casatest/casa6/casatasks/tests/casashell_tests/work/test_task_hanningsmooth_casashell/ALMA-data-mst-science-testing-CAS-5013-one-baseline-one-timestamp.test.mms.data/ALMA-data-mst-science-testing-CAS-5013-one-baseline-one-timestamp.test.mms.0002.ms 2026-01-29 19:11:05 INFO MSTransformManager::colCheckInfo Adding DATA column to output MS from input DATA column 2026-01-29 19:11:05 INFO MSTransformManager::colCheckInfo Adding CORRECTED_DATA column to output MS from input CORRECTED_DATA column 2026-01-29 19:11:05 INFO MSTransformManager::open Select data 2026-01-29 19:11:05 INFO MSTransformManager::createOutputMSStructure Create output MS structure 2026-01-29 19:11:05 INFO MSTransformDataHandler::makeSelection 1 out of 4 rows are going to be considered due to the selection criteria. 2026-01-29 19:11:07 INFO partition::::casa Run the tool to partition the MS 2026-01-29 19:11:08 INFO partition::::casa Task partition complete. Start time: 2026-01-29 19:11:04.553621 End time: 2026-01-29 19:11:08.045665 2026-01-29 19:11:08 INFO partition::::casa ##### End Task: partition ##### 2026-01-29 19:11:08 INFO partition::::casa ########################################## 2026-01-29 19:11:08 INFO partition::::casa ########################################## 2026-01-29 19:11:08 INFO partition::::casa ##### Begin Task: partition ##### 2026-01-29 19:11:08 INFO partition::::casa partition( vis='/home/casatest/casa6/casatasks/tests/casashell_tests/work/test_task_hanningsmooth_casashell/ALMA-data-mst-science-testing-CAS-5013-one-baseline-one-timestamp.ms', outputvis='/home/casatest/casa6/casatasks/tests/casashell_tests/work/test_task_hanningsmooth_casashell/ALMA-data-mst-science-testing-CAS-5013-one-baseline-one-timestamp.test.mms.data/ALMA-data-mst-science-testing-CAS-5013-one-baseline-one-timestamp.test.mms.0003.ms', createmms=False, separationaxis='auto', numsubms='auto', flagbackup=True, datacolumn='all', field='', spw='', scan='', antenna='', correlation='', timerange='', intent='', array='', uvrange='', observation='', feed='', disableparallel=False, ddistart=-1, taql='(DATA_DESC_ID==0 && (SCAN_NUMBER IN [10]))' ) 2026-01-29 19:11:08 INFO MSTransformManager::parseMsSpecParams Input file name is /home/casatest/casa6/casatasks/tests/casashell_tests/work/test_task_hanningsmooth_casashell/ALMA-data-mst-science-testing-CAS-5013-one-baseline-one-timestamp.ms 2026-01-29 19:11:08 INFO MSTransformManager::parseMsSpecParams Data column is ALL 2026-01-29 19:11:08 INFO MSTransformManager::parseMsSpecParams Output file name is /home/casatest/casa6/casatasks/tests/casashell_tests/work/test_task_hanningsmooth_casashell/ALMA-data-mst-science-testing-CAS-5013-one-baseline-one-timestamp.test.mms.data/ALMA-data-mst-science-testing-CAS-5013-one-baseline-one-timestamp.test.mms.0003.ms 2026-01-29 19:11:08 INFO MSTransformManager::colCheckInfo Adding DATA column to output MS from input DATA column 2026-01-29 19:11:08 INFO MSTransformManager::colCheckInfo Adding CORRECTED_DATA column to output MS from input CORRECTED_DATA column 2026-01-29 19:11:08 INFO MSTransformManager::open Select data 2026-01-29 19:11:08 INFO MSTransformManager::createOutputMSStructure Create output MS structure 2026-01-29 19:11:08 INFO MSTransformDataHandler::makeSelection 1 out of 4 rows are going to be considered due to the selection criteria. 2026-01-29 19:11:14 INFO partition::::casa Run the tool to partition the MS 2026-01-29 19:11:14 INFO partition::::casa Task partition complete. Start time: 2026-01-29 19:11:08.051610 End time: 2026-01-29 19:11:14.426871 2026-01-29 19:11:14 INFO partition::::casa ##### End Task: partition ##### 2026-01-29 19:11:14 INFO partition::::casa ########################################## 2026-01-29 19:11:14 INFO ParallelDataHelper::::casa Finalizing MMS structure 2026-01-29 19:11:14 INFO ms::createmultims Copying subtables from /home/casatest/casa6/casatasks/tests/casashell_tests/work/test_task_hanningsmooth_casashell/ALMA-data-mst-science-testing-CAS-5013-one-baseline-one-timestamp.test.mms.data/ALMA-data-mst-science-testing-CAS-5013-one-baseline-one-timestamp.test.mms.0000.ms to the other MMS members. 2026-01-29 19:11:16 INFO partition::::casa Create a backup of the flags that are in the MMS 2026-01-29 19:11:16 INFO AgentFlagger::open Table type is Measurement Set 2026-01-29 19:11:16 INFO FlagVersion::saveFlagVersion Creating new backup flag file called partition_1 2026-01-29 19:11:16 INFO partition::::casa Task partition complete. Start time: 2026-01-29 19:10:57.205786 End time: 2026-01-29 19:11:16.138426 2026-01-29 19:11:16 INFO partition::::casa ##### End Task: partition ##### 2026-01-29 19:11:16 INFO partition::::casa ########################################## 2026-01-29 19:11:16 INFO hanningsmooth::::casa ########################################## 2026-01-29 19:11:16 INFO hanningsmooth::::casa ##### Begin Task: hanningsmooth ##### 2026-01-29 19:11:16 INFO hanningsmooth::::casa hanningsmooth( vis='ALMA-data-mst-science-testing-CAS-5013-one-baseline-one-timestamp.test.mms', outputvis='hannall.ms', keepmms=True, field='', spw='', scan='', antenna='', correlation='', timerange='', intent='', array='', uvrange='', observation='', feed='', smooth_spw='', datacolumn='all' ) 2026-01-29 19:11:16 INFO ParallelDataHelper::::casa Analyzing MS for partitioning 2026-01-29 19:11:16 INFO ParallelDataHelper::::casa Input vis is a Multi-MS 2026-01-29 19:11:16 INFO hanningsmooth::::casa ########################################## 2026-01-29 19:11:16 INFO hanningsmooth::::casa ##### Begin Task: hanningsmooth ##### 2026-01-29 19:11:16 INFO hanningsmooth::::casa hanningsmooth( vis='/home/casatest/casa6/casatasks/tests/casashell_tests/work/test_task_hanningsmooth_casashell/ALMA-data-mst-science-testing-CAS-5013-one-baseline-one-timestamp.test.mms/SUBMSS/ALMA-data-mst-science-testing-CAS-5013-one-baseline-one-timestamp.test.mms.0000.ms', outputvis='/home/casatest/casa6/casatasks/tests/casashell_tests/work/test_task_hanningsmooth_casashell/hannall.ms.data/hannall.ms.0000.ms', keepmms=True, field='', spw='', scan='', antenna='', correlation='', timerange='', intent='', array='', uvrange='', observation='', feed='', smooth_spw='', datacolumn='all' ) 2026-01-29 19:11:16 INFO MSTransformManager::parseMsSpecParams Input file name is /home/casatest/casa6/casatasks/tests/casashell_tests/work/test_task_hanningsmooth_casashell/ALMA-data-mst-science-testing-CAS-5013-one-baseline-one-timestamp.test.mms/SUBMSS/ALMA-data-mst-science-testing-CAS-5013-one-baseline-one-timestamp.test.mms.0000.ms 2026-01-29 19:11:16 INFO MSTransformManager::parseMsSpecParams Data column is ALL 2026-01-29 19:11:16 INFO MSTransformManager::parseMsSpecParams Output file name is /home/casatest/casa6/casatasks/tests/casashell_tests/work/test_task_hanningsmooth_casashell/hannall.ms.data/hannall.ms.0000.ms 2026-01-29 19:11:16 INFO MSTransformManager::parseMsSpecParams Re-index is disabled 2026-01-29 19:11:16 INFO MSTransformManager::parseFreqTransParams Hanning Smooth is activated 2026-01-29 19:11:16 INFO MSTransformManager::colCheckInfo Adding DATA column to output MS from input DATA column 2026-01-29 19:11:16 INFO MSTransformManager::colCheckInfo Adding CORRECTED_DATA column to output MS from input CORRECTED_DATA column 2026-01-29 19:11:16 INFO MSTransformManager::open Select data 2026-01-29 19:11:16 INFO MSTransformManager::createOutputMSStructure Create output MS structure 2026-01-29 19:11:19 INFO hanningsmooth::::casa Apply Hanning smoothing on data 2026-01-29 19:11:20 INFO hanningsmooth::::casa Task hanningsmooth complete. Start time: 2026-01-29 19:11:16.307542 End time: 2026-01-29 19:11:19.750793 2026-01-29 19:11:20 INFO hanningsmooth::::casa ##### End Task: hanningsmooth ##### 2026-01-29 19:11:20 INFO hanningsmooth::::casa ########################################## 2026-01-29 19:11:20 INFO hanningsmooth::::casa ########################################## 2026-01-29 19:11:20 INFO hanningsmooth::::casa ##### Begin Task: hanningsmooth ##### 2026-01-29 19:11:20 INFO hanningsmooth::::casa hanningsmooth( vis='/home/casatest/casa6/casatasks/tests/casashell_tests/work/test_task_hanningsmooth_casashell/ALMA-data-mst-science-testing-CAS-5013-one-baseline-one-timestamp.test.mms/SUBMSS/ALMA-data-mst-science-testing-CAS-5013-one-baseline-one-timestamp.test.mms.0001.ms', outputvis='/home/casatest/casa6/casatasks/tests/casashell_tests/work/test_task_hanningsmooth_casashell/hannall.ms.data/hannall.ms.0001.ms', keepmms=True, field='', spw='', scan='', antenna='', correlation='', timerange='', intent='', array='', uvrange='', observation='', feed='', smooth_spw='', datacolumn='all' ) 2026-01-29 19:11:20 INFO MSTransformManager::parseMsSpecParams Input file name is /home/casatest/casa6/casatasks/tests/casashell_tests/work/test_task_hanningsmooth_casashell/ALMA-data-mst-science-testing-CAS-5013-one-baseline-one-timestamp.test.mms/SUBMSS/ALMA-data-mst-science-testing-CAS-5013-one-baseline-one-timestamp.test.mms.0001.ms 2026-01-29 19:11:20 INFO MSTransformManager::parseMsSpecParams Data column is ALL 2026-01-29 19:11:20 INFO MSTransformManager::parseMsSpecParams Output file name is /home/casatest/casa6/casatasks/tests/casashell_tests/work/test_task_hanningsmooth_casashell/hannall.ms.data/hannall.ms.0001.ms 2026-01-29 19:11:20 INFO MSTransformManager::parseMsSpecParams Re-index is disabled 2026-01-29 19:11:20 INFO MSTransformManager::parseFreqTransParams Hanning Smooth is activated 2026-01-29 19:11:20 INFO MSTransformManager::colCheckInfo Adding DATA column to output MS from input DATA column 2026-01-29 19:11:20 INFO MSTransformManager::colCheckInfo Adding CORRECTED_DATA column to output MS from input CORRECTED_DATA column 2026-01-29 19:11:20 INFO MSTransformManager::open Select data 2026-01-29 19:11:20 INFO MSTransformManager::createOutputMSStructure Create output MS structure 2026-01-29 19:11:24 INFO hanningsmooth::::casa Apply Hanning smoothing on data 2026-01-29 19:11:24 INFO hanningsmooth::::casa Task hanningsmooth complete. Start time: 2026-01-29 19:11:19.756639 End time: 2026-01-29 19:11:23.986290 2026-01-29 19:11:24 INFO hanningsmooth::::casa ##### End Task: hanningsmooth ##### 2026-01-29 19:11:24 INFO hanningsmooth::::casa ########################################## 2026-01-29 19:11:24 INFO hanningsmooth::::casa ########################################## 2026-01-29 19:11:24 INFO hanningsmooth::::casa ##### Begin Task: hanningsmooth ##### 2026-01-29 19:11:24 INFO hanningsmooth::::casa hanningsmooth( vis='/home/casatest/casa6/casatasks/tests/casashell_tests/work/test_task_hanningsmooth_casashell/ALMA-data-mst-science-testing-CAS-5013-one-baseline-one-timestamp.test.mms/SUBMSS/ALMA-data-mst-science-testing-CAS-5013-one-baseline-one-timestamp.test.mms.0002.ms', outputvis='/home/casatest/casa6/casatasks/tests/casashell_tests/work/test_task_hanningsmooth_casashell/hannall.ms.data/hannall.ms.0002.ms', keepmms=True, field='', spw='', scan='', antenna='', correlation='', timerange='', intent='', array='', uvrange='', observation='', feed='', smooth_spw='', datacolumn='all' ) 2026-01-29 19:11:24 INFO MSTransformManager::parseMsSpecParams Input file name is /home/casatest/casa6/casatasks/tests/casashell_tests/work/test_task_hanningsmooth_casashell/ALMA-data-mst-science-testing-CAS-5013-one-baseline-one-timestamp.test.mms/SUBMSS/ALMA-data-mst-science-testing-CAS-5013-one-baseline-one-timestamp.test.mms.0002.ms 2026-01-29 19:11:24 INFO MSTransformManager::parseMsSpecParams Data column is ALL 2026-01-29 19:11:24 INFO MSTransformManager::parseMsSpecParams Output file name is /home/casatest/casa6/casatasks/tests/casashell_tests/work/test_task_hanningsmooth_casashell/hannall.ms.data/hannall.ms.0002.ms 2026-01-29 19:11:24 INFO MSTransformManager::parseMsSpecParams Re-index is disabled 2026-01-29 19:11:24 INFO MSTransformManager::parseFreqTransParams Hanning Smooth is activated 2026-01-29 19:11:24 INFO MSTransformManager::colCheckInfo Adding DATA column to output MS from input DATA column 2026-01-29 19:11:24 INFO MSTransformManager::colCheckInfo Adding CORRECTED_DATA column to output MS from input CORRECTED_DATA column 2026-01-29 19:11:24 INFO MSTransformManager::open Select data 2026-01-29 19:11:24 INFO MSTransformManager::createOutputMSStructure Create output MS structure 2026-01-29 19:11:26 INFO hanningsmooth::::casa Apply Hanning smoothing on data 2026-01-29 19:11:27 INFO hanningsmooth::::casa Task hanningsmooth complete. Start time: 2026-01-29 19:11:23.995127 End time: 2026-01-29 19:11:26.822902 2026-01-29 19:11:27 INFO hanningsmooth::::casa ##### End Task: hanningsmooth ##### 2026-01-29 19:11:27 INFO hanningsmooth::::casa ########################################## 2026-01-29 19:11:27 INFO hanningsmooth::::casa ########################################## 2026-01-29 19:11:27 INFO hanningsmooth::::casa ##### Begin Task: hanningsmooth ##### 2026-01-29 19:11:27 INFO hanningsmooth::::casa hanningsmooth( vis='/home/casatest/casa6/casatasks/tests/casashell_tests/work/test_task_hanningsmooth_casashell/ALMA-data-mst-science-testing-CAS-5013-one-baseline-one-timestamp.test.mms/SUBMSS/ALMA-data-mst-science-testing-CAS-5013-one-baseline-one-timestamp.test.mms.0003.ms', outputvis='/home/casatest/casa6/casatasks/tests/casashell_tests/work/test_task_hanningsmooth_casashell/hannall.ms.data/hannall.ms.0003.ms', keepmms=True, field='', spw='', scan='', antenna='', correlation='', timerange='', intent='', array='', uvrange='', observation='', feed='', smooth_spw='', datacolumn='all' ) 2026-01-29 19:11:27 INFO MSTransformManager::parseMsSpecParams Input file name is /home/casatest/casa6/casatasks/tests/casashell_tests/work/test_task_hanningsmooth_casashell/ALMA-data-mst-science-testing-CAS-5013-one-baseline-one-timestamp.test.mms/SUBMSS/ALMA-data-mst-science-testing-CAS-5013-one-baseline-one-timestamp.test.mms.0003.ms 2026-01-29 19:11:27 INFO MSTransformManager::parseMsSpecParams Data column is ALL 2026-01-29 19:11:27 INFO MSTransformManager::parseMsSpecParams Output file name is /home/casatest/casa6/casatasks/tests/casashell_tests/work/test_task_hanningsmooth_casashell/hannall.ms.data/hannall.ms.0003.ms 2026-01-29 19:11:27 INFO MSTransformManager::parseMsSpecParams Re-index is disabled 2026-01-29 19:11:27 INFO MSTransformManager::parseFreqTransParams Hanning Smooth is activated 2026-01-29 19:11:27 INFO MSTransformManager::colCheckInfo Adding DATA column to output MS from input DATA column 2026-01-29 19:11:27 INFO MSTransformManager::colCheckInfo Adding CORRECTED_DATA column to output MS from input CORRECTED_DATA column 2026-01-29 19:11:27 INFO MSTransformManager::open Select data 2026-01-29 19:11:27 INFO MSTransformManager::createOutputMSStructure Create output MS structure 2026-01-29 19:11:31 INFO hanningsmooth::::casa Apply Hanning smoothing on data 2026-01-29 19:11:36 INFO hanningsmooth::::casa Task hanningsmooth complete. Start time: 2026-01-29 19:11:26.831589 End time: 2026-01-29 19:11:36.466405 2026-01-29 19:11:36 INFO hanningsmooth::::casa ##### End Task: hanningsmooth ##### 2026-01-29 19:11:36 INFO hanningsmooth::::casa ########################################## 2026-01-29 19:11:36 INFO ParallelDataHelper::::casa Finalizing MMS structure 2026-01-29 19:11:36 INFO ms::createmultims Copying subtables from /home/casatest/casa6/casatasks/tests/casashell_tests/work/test_task_hanningsmooth_casashell/hannall.ms.data/hannall.ms.0000.ms to the other MMS members. 2026-01-29 19:11:38 INFO hanningsmooth::::casa Task hanningsmooth complete. Start time: 2026-01-29 19:11:16.147441 End time: 2026-01-29 19:11:37.623038 2026-01-29 19:11:38 INFO hanningsmooth::::casa ##### End Task: hanningsmooth ##### 2026-01-29 19:11:38 INFO hanningsmooth::::casa ########################################## ................. Creating test MMS .................. .2026-01-29 19:11:38 INFO partition::::casa ########################################## 2026-01-29 19:11:38 INFO partition::::casa ##### Begin Task: partition ##### 2026-01-29 19:11:38 INFO partition::::casa partition( vis='ALMA-data-mst-science-testing-CAS-5013-one-baseline-one-timestamp.ms', outputvis='ALMA-data-mst-science-testing-CAS-5013-one-baseline-one-timestamp.test.mms', createmms=True, separationaxis='auto', numsubms='auto', flagbackup=True, datacolumn='all', field='', spw='', scan='', antenna='', correlation='', timerange='', intent='', array='', uvrange='', observation='', feed='', disableparallel=False, ddistart=-1, taql='' ) 2026-01-29 19:11:38 INFO ParallelDataHelper::::casa Analyzing MS for partitioning 2026-01-29 19:11:38 INFO ParallelDataHelper::::casa Automatically distribute the scan/spw pairs to balance the load along field, spw and scan axes 2026-01-29 19:11:38 INFO msmetadata_cmpt.cc::open Performing internal consistency checks on /home/casatest/casa6/casatasks/tests/casashell_tests/work/test_task_hanningsmooth_casashell/ALMA-data-mst-science-testing-CAS-5013-one-baseline-one-timestamp.ms... 2026-01-29 19:11:38 WARN ParallelDataHelper::getPartitionMap::casa Number of subMSs (8) is greater than available scan,ddi pairs (4), setting nsubms to 4 2026-01-29 19:11:38 INFO partition::::casa ########################################## 2026-01-29 19:11:38 INFO partition::::casa ##### Begin Task: partition ##### 2026-01-29 19:11:38 INFO partition::::casa partition( vis='/home/casatest/casa6/casatasks/tests/casashell_tests/work/test_task_hanningsmooth_casashell/ALMA-data-mst-science-testing-CAS-5013-one-baseline-one-timestamp.ms', outputvis='/home/casatest/casa6/casatasks/tests/casashell_tests/work/test_task_hanningsmooth_casashell/ALMA-data-mst-science-testing-CAS-5013-one-baseline-one-timestamp.test.mms.data/ALMA-data-mst-science-testing-CAS-5013-one-baseline-one-timestamp.test.mms.0000.ms', createmms=False, separationaxis='auto', numsubms='auto', flagbackup=True, datacolumn='all', field='', spw='', scan='', antenna='', correlation='', timerange='', intent='', array='', uvrange='', observation='', feed='', disableparallel=False, ddistart=-1, taql='(DATA_DESC_ID==3 && (SCAN_NUMBER IN [10]))' ) 2026-01-29 19:11:38 INFO MSTransformManager::parseMsSpecParams Input file name is /home/casatest/casa6/casatasks/tests/casashell_tests/work/test_task_hanningsmooth_casashell/ALMA-data-mst-science-testing-CAS-5013-one-baseline-one-timestamp.ms 2026-01-29 19:11:38 INFO MSTransformManager::parseMsSpecParams Data column is ALL 2026-01-29 19:11:38 INFO MSTransformManager::parseMsSpecParams Output file name is /home/casatest/casa6/casatasks/tests/casashell_tests/work/test_task_hanningsmooth_casashell/ALMA-data-mst-science-testing-CAS-5013-one-baseline-one-timestamp.test.mms.data/ALMA-data-mst-science-testing-CAS-5013-one-baseline-one-timestamp.test.mms.0000.ms 2026-01-29 19:11:38 INFO MSTransformManager::colCheckInfo Adding DATA column to output MS from input DATA column 2026-01-29 19:11:38 INFO MSTransformManager::colCheckInfo Adding CORRECTED_DATA column to output MS from input CORRECTED_DATA column 2026-01-29 19:11:38 INFO MSTransformManager::open Select data 2026-01-29 19:11:38 INFO MSTransformManager::createOutputMSStructure Create output MS structure 2026-01-29 19:11:38 INFO MSTransformDataHandler::makeSelection 1 out of 4 rows are going to be considered due to the selection criteria. 2026-01-29 19:11:41 INFO partition::::casa Run the tool to partition the MS 2026-01-29 19:11:42 INFO partition::::casa Task partition complete. Start time: 2026-01-29 19:11:38.035299 End time: 2026-01-29 19:11:41.660778 2026-01-29 19:11:42 INFO partition::::casa ##### End Task: partition ##### 2026-01-29 19:11:42 INFO partition::::casa ########################################## 2026-01-29 19:11:42 INFO partition::::casa ########################################## 2026-01-29 19:11:42 INFO partition::::casa ##### Begin Task: partition ##### 2026-01-29 19:11:42 INFO partition::::casa partition( vis='/home/casatest/casa6/casatasks/tests/casashell_tests/work/test_task_hanningsmooth_casashell/ALMA-data-mst-science-testing-CAS-5013-one-baseline-one-timestamp.ms', outputvis='/home/casatest/casa6/casatasks/tests/casashell_tests/work/test_task_hanningsmooth_casashell/ALMA-data-mst-science-testing-CAS-5013-one-baseline-one-timestamp.test.mms.data/ALMA-data-mst-science-testing-CAS-5013-one-baseline-one-timestamp.test.mms.0001.ms', createmms=False, separationaxis='auto', numsubms='auto', flagbackup=True, datacolumn='all', field='', spw='', scan='', antenna='', correlation='', timerange='', intent='', array='', uvrange='', observation='', feed='', disableparallel=False, ddistart=-1, taql='(DATA_DESC_ID==2 && (SCAN_NUMBER IN [10]))' ) 2026-01-29 19:11:42 INFO MSTransformManager::parseMsSpecParams Input file name is /home/casatest/casa6/casatasks/tests/casashell_tests/work/test_task_hanningsmooth_casashell/ALMA-data-mst-science-testing-CAS-5013-one-baseline-one-timestamp.ms 2026-01-29 19:11:42 INFO MSTransformManager::parseMsSpecParams Data column is ALL 2026-01-29 19:11:42 INFO MSTransformManager::parseMsSpecParams Output file name is /home/casatest/casa6/casatasks/tests/casashell_tests/work/test_task_hanningsmooth_casashell/ALMA-data-mst-science-testing-CAS-5013-one-baseline-one-timestamp.test.mms.data/ALMA-data-mst-science-testing-CAS-5013-one-baseline-one-timestamp.test.mms.0001.ms 2026-01-29 19:11:42 INFO MSTransformManager::colCheckInfo Adding DATA column to output MS from input DATA column 2026-01-29 19:11:42 INFO MSTransformManager::colCheckInfo Adding CORRECTED_DATA column to output MS from input CORRECTED_DATA column 2026-01-29 19:11:42 INFO MSTransformManager::open Select data 2026-01-29 19:11:42 INFO MSTransformManager::createOutputMSStructure Create output MS structure 2026-01-29 19:11:42 INFO MSTransformDataHandler::makeSelection 1 out of 4 rows are going to be considered due to the selection criteria. 2026-01-29 19:11:45 INFO partition::::casa Run the tool to partition the MS 2026-01-29 19:11:46 INFO partition::::casa Task partition complete. Start time: 2026-01-29 19:11:41.669320 End time: 2026-01-29 19:11:45.996950 2026-01-29 19:11:46 INFO partition::::casa ##### End Task: partition ##### 2026-01-29 19:11:46 INFO partition::::casa ########################################## 2026-01-29 19:11:46 INFO partition::::casa ########################################## 2026-01-29 19:11:46 INFO partition::::casa ##### Begin Task: partition ##### 2026-01-29 19:11:46 INFO partition::::casa partition( vis='/home/casatest/casa6/casatasks/tests/casashell_tests/work/test_task_hanningsmooth_casashell/ALMA-data-mst-science-testing-CAS-5013-one-baseline-one-timestamp.ms', outputvis='/home/casatest/casa6/casatasks/tests/casashell_tests/work/test_task_hanningsmooth_casashell/ALMA-data-mst-science-testing-CAS-5013-one-baseline-one-timestamp.test.mms.data/ALMA-data-mst-science-testing-CAS-5013-one-baseline-one-timestamp.test.mms.0002.ms', createmms=False, separationaxis='auto', numsubms='auto', flagbackup=True, datacolumn='all', field='', spw='', scan='', antenna='', correlation='', timerange='', intent='', array='', uvrange='', observation='', feed='', disableparallel=False, ddistart=-1, taql='(DATA_DESC_ID==1 && (SCAN_NUMBER IN [10]))' ) 2026-01-29 19:11:46 INFO MSTransformManager::parseMsSpecParams Input file name is /home/casatest/casa6/casatasks/tests/casashell_tests/work/test_task_hanningsmooth_casashell/ALMA-data-mst-science-testing-CAS-5013-one-baseline-one-timestamp.ms 2026-01-29 19:11:46 INFO MSTransformManager::parseMsSpecParams Data column is ALL 2026-01-29 19:11:46 INFO MSTransformManager::parseMsSpecParams Output file name is /home/casatest/casa6/casatasks/tests/casashell_tests/work/test_task_hanningsmooth_casashell/ALMA-data-mst-science-testing-CAS-5013-one-baseline-one-timestamp.test.mms.data/ALMA-data-mst-science-testing-CAS-5013-one-baseline-one-timestamp.test.mms.0002.ms 2026-01-29 19:11:46 INFO MSTransformManager::colCheckInfo Adding DATA column to output MS from input DATA column 2026-01-29 19:11:46 INFO MSTransformManager::colCheckInfo Adding CORRECTED_DATA column to output MS from input CORRECTED_DATA column 2026-01-29 19:11:46 INFO MSTransformManager::open Select data 2026-01-29 19:11:46 INFO MSTransformManager::createOutputMSStructure Create output MS structure 2026-01-29 19:11:46 INFO MSTransformDataHandler::makeSelection 1 out of 4 rows are going to be considered due to the selection criteria. 2026-01-29 19:11:48 INFO partition::::casa Run the tool to partition the MS 2026-01-29 19:11:49 INFO partition::::casa Task partition complete. Start time: 2026-01-29 19:11:46.005922 End time: 2026-01-29 19:11:49.026704 2026-01-29 19:11:49 INFO partition::::casa ##### End Task: partition ##### 2026-01-29 19:11:49 INFO partition::::casa ########################################## 2026-01-29 19:11:49 INFO partition::::casa ########################################## 2026-01-29 19:11:49 INFO partition::::casa ##### Begin Task: partition ##### 2026-01-29 19:11:49 INFO partition::::casa partition( vis='/home/casatest/casa6/casatasks/tests/casashell_tests/work/test_task_hanningsmooth_casashell/ALMA-data-mst-science-testing-CAS-5013-one-baseline-one-timestamp.ms', outputvis='/home/casatest/casa6/casatasks/tests/casashell_tests/work/test_task_hanningsmooth_casashell/ALMA-data-mst-science-testing-CAS-5013-one-baseline-one-timestamp.test.mms.data/ALMA-data-mst-science-testing-CAS-5013-one-baseline-one-timestamp.test.mms.0003.ms', createmms=False, separationaxis='auto', numsubms='auto', flagbackup=True, datacolumn='all', field='', spw='', scan='', antenna='', correlation='', timerange='', intent='', array='', uvrange='', observation='', feed='', disableparallel=False, ddistart=-1, taql='(DATA_DESC_ID==0 && (SCAN_NUMBER IN [10]))' ) 2026-01-29 19:11:49 INFO MSTransformManager::parseMsSpecParams Input file name is /home/casatest/casa6/casatasks/tests/casashell_tests/work/test_task_hanningsmooth_casashell/ALMA-data-mst-science-testing-CAS-5013-one-baseline-one-timestamp.ms 2026-01-29 19:11:49 INFO MSTransformManager::parseMsSpecParams Data column is ALL 2026-01-29 19:11:49 INFO MSTransformManager::parseMsSpecParams Output file name is /home/casatest/casa6/casatasks/tests/casashell_tests/work/test_task_hanningsmooth_casashell/ALMA-data-mst-science-testing-CAS-5013-one-baseline-one-timestamp.test.mms.data/ALMA-data-mst-science-testing-CAS-5013-one-baseline-one-timestamp.test.mms.0003.ms 2026-01-29 19:11:49 INFO MSTransformManager::colCheckInfo Adding DATA column to output MS from input DATA column 2026-01-29 19:11:49 INFO MSTransformManager::colCheckInfo Adding CORRECTED_DATA column to output MS from input CORRECTED_DATA column 2026-01-29 19:11:49 INFO MSTransformManager::open Select data 2026-01-29 19:11:49 INFO MSTransformManager::createOutputMSStructure Create output MS structure 2026-01-29 19:11:49 INFO MSTransformDataHandler::makeSelection 1 out of 4 rows are going to be considered due to the selection criteria. 2026-01-29 19:11:54 INFO partition::::casa Run the tool to partition the MS 2026-01-29 19:11:55 INFO partition::::casa Task partition complete. Start time: 2026-01-29 19:11:49.033628 End time: 2026-01-29 19:11:54.587591 2026-01-29 19:11:55 INFO partition::::casa ##### End Task: partition ##### 2026-01-29 19:11:55 INFO partition::::casa ########################################## 2026-01-29 19:11:55 INFO ParallelDataHelper::::casa Finalizing MMS structure 2026-01-29 19:11:55 INFO ms::createmultims Copying subtables from /home/casatest/casa6/casatasks/tests/casashell_tests/work/test_task_hanningsmooth_casashell/ALMA-data-mst-science-testing-CAS-5013-one-baseline-one-timestamp.test.mms.data/ALMA-data-mst-science-testing-CAS-5013-one-baseline-one-timestamp.test.mms.0000.ms to the other MMS members. 2026-01-29 19:11:56 INFO partition::::casa Create a backup of the flags that are in the MMS 2026-01-29 19:11:56 INFO AgentFlagger::open Table type is Measurement Set 2026-01-29 19:11:56 INFO FlagVersion::saveFlagVersion Creating new backup flag file called partition_1 2026-01-29 19:11:56 INFO partition::::casa Task partition complete. Start time: 2026-01-29 19:11:37.955287 End time: 2026-01-29 19:11:56.376942 2026-01-29 19:11:56 INFO partition::::casa ##### End Task: partition ##### 2026-01-29 19:11:56 INFO partition::::casa ########################################## 2026-01-29 19:11:56 INFO hanningsmooth::::casa ########################################## 2026-01-29 19:11:56 INFO hanningsmooth::::casa ##### Begin Task: hanningsmooth ##### 2026-01-29 19:11:56 INFO hanningsmooth::::casa hanningsmooth( vis='ALMA-data-mst-science-testing-CAS-5013-one-baseline-one-timestamp.test.mms', outputvis='hannall.ms', keepmms=False, field='', spw='', scan='', antenna='', correlation='', timerange='', intent='', array='', uvrange='', observation='', feed='', smooth_spw='', datacolumn='all' ) 2026-01-29 19:11:56 INFO MSTransformManager::parseMsSpecParams Input file name is ALMA-data-mst-science-testing-CAS-5013-one-baseline-one-timestamp.test.mms 2026-01-29 19:11:56 INFO MSTransformManager::parseMsSpecParams Data column is ALL 2026-01-29 19:11:56 INFO MSTransformManager::parseMsSpecParams Output file name is hannall.ms 2026-01-29 19:11:56 INFO MSTransformManager::parseMsSpecParams Re-index is disabled 2026-01-29 19:11:56 INFO MSTransformManager::parseFreqTransParams Hanning Smooth is activated 2026-01-29 19:11:56 INFO MSTransformManager::colCheckInfo Adding DATA column to output MS from input DATA column 2026-01-29 19:11:56 INFO MSTransformManager::colCheckInfo Adding CORRECTED_DATA column to output MS from input CORRECTED_DATA column 2026-01-29 19:11:56 INFO MSTransformManager::open Select data 2026-01-29 19:11:56 INFO MSTransformManager::createOutputMSStructure Create output MS structure 2026-01-29 19:12:00 INFO hanningsmooth::::casa Apply Hanning smoothing on data 2026-01-29 19:12:01 INFO hanningsmooth::::casa Task hanningsmooth complete. Start time: 2026-01-29 19:11:56.385062 End time: 2026-01-29 19:12:00.997618 2026-01-29 19:12:01 INFO hanningsmooth::::casa ##### End Task: hanningsmooth ##### 2026-01-29 19:12:01 INFO hanningsmooth::::casa ########################################## ................. Creating test MMS .................. .2026-01-29 19:12:01 INFO hanningsmooth::::casa ########################################## 2026-01-29 19:12:01 INFO hanningsmooth::::casa ##### Begin Task: hanningsmooth ##### 2026-01-29 19:12:01 INFO hanningsmooth::::casa hanningsmooth( vis='Four_ants_3C286.ms', outputvis='hanning_smooth_spw_int.ms', keepmms=True, field='', spw='', scan='', antenna='', correlation='', timerange='', intent='', array='', uvrange='', observation='', feed='', smooth_spw=5, datacolumn='all' ) 2026-01-29 19:12:01 INFO MSTransformManager::parseMsSpecParams Input file name is Four_ants_3C286.ms 2026-01-29 19:12:01 INFO MSTransformManager::parseMsSpecParams Data column is ALL 2026-01-29 19:12:01 INFO MSTransformManager::parseMsSpecParams Output file name is hanning_smooth_spw_int.ms 2026-01-29 19:12:01 INFO MSTransformManager::parseMsSpecParams Re-index is disabled 2026-01-29 19:12:01 INFO MSTransformManager::parseFreqTransParams Hanning Smooth is activated 2026-01-29 19:12:01 INFO MSTransformManager::colCheckInfo Adding DATA column to output MS from input DATA column 2026-01-29 19:12:01 INFO MSTransformManager::colCheckInfo Adding CORRECTED_DATA column to output MS from input CORRECTED_DATA column 2026-01-29 19:12:01 INFO MSTransformManager::colCheckInfo Adding MODEL_DATA column to output MS from input MODEL_DATA column 2026-01-29 19:12:01 INFO MSTransformManager::open Select data 2026-01-29 19:12:01 INFO MSTransformManager::createOutputMSStructure Create output MS structure 2026-01-29 19:12:04 INFO hanningsmooth::::casa Apply Hanning smoothing on data 2026-01-29 19:12:07 INFO hanningsmooth::::casa Task hanningsmooth complete. Start time: 2026-01-29 19:12:01.375115 End time: 2026-01-29 19:12:06.665875 2026-01-29 19:12:07 INFO hanningsmooth::::casa ##### End Task: hanningsmooth ##### 2026-01-29 19:12:07 INFO hanningsmooth::::casa ########################################## .2026-01-29 19:12:17 INFO hanningsmooth::::casa ########################################## 2026-01-29 19:12:17 INFO hanningsmooth::::casa ##### Begin Task: hanningsmooth ##### 2026-01-29 19:12:17 INFO hanningsmooth::::casa hanningsmooth( vis='Four_ants_3C286.ms', outputvis='hanning_smooth_spw_intvec.ms', keepmms=True, field='', spw='', scan='', antenna='', correlation='', timerange='', intent='', array='', uvrange='', observation='', feed='', smooth_spw=[6, 7, 8, 9], datacolumn='all' ) 2026-01-29 19:12:17 INFO MSTransformManager::parseMsSpecParams Input file name is Four_ants_3C286.ms 2026-01-29 19:12:17 INFO MSTransformManager::parseMsSpecParams Data column is ALL 2026-01-29 19:12:17 INFO MSTransformManager::parseMsSpecParams Output file name is hanning_smooth_spw_intvec.ms 2026-01-29 19:12:17 INFO MSTransformManager::parseMsSpecParams Re-index is disabled 2026-01-29 19:12:17 INFO MSTransformManager::parseFreqTransParams Hanning Smooth is activated 2026-01-29 19:12:17 INFO MSTransformManager::colCheckInfo Adding DATA column to output MS from input DATA column 2026-01-29 19:12:17 INFO MSTransformManager::colCheckInfo Adding CORRECTED_DATA column to output MS from input CORRECTED_DATA column 2026-01-29 19:12:17 INFO MSTransformManager::colCheckInfo Adding MODEL_DATA column to output MS from input MODEL_DATA column 2026-01-29 19:12:17 INFO MSTransformManager::open Select data 2026-01-29 19:12:17 INFO MSTransformManager::createOutputMSStructure Create output MS structure 2026-01-29 19:12:20 INFO hanningsmooth::::casa Apply Hanning smoothing on data 2026-01-29 19:12:23 INFO hanningsmooth::::casa Task hanningsmooth complete. Start time: 2026-01-29 19:12:16.931724 End time: 2026-01-29 19:12:23.187410 2026-01-29 19:12:23 INFO hanningsmooth::::casa ##### End Task: hanningsmooth ##### 2026-01-29 19:12:23 INFO hanningsmooth::::casa ########################################## .2026-01-29 19:12:33 INFO hanningsmooth::::casa ########################################## 2026-01-29 19:12:33 INFO hanningsmooth::::casa ##### Begin Task: hanningsmooth ##### 2026-01-29 19:12:33 INFO hanningsmooth::::casa hanningsmooth( vis='Four_ants_3C286.ms', outputvis='hanning_smooth_spw_intvec_sel.ms', keepmms=True, field='', spw='5,6,7,8,9,10', scan='', antenna='', correlation='', timerange='', intent='', array='', uvrange='', observation='', feed='', smooth_spw=[6, 7, 8, 9], datacolumn='all' ) 2026-01-29 19:12:33 INFO MSTransformManager::parseMsSpecParams Input file name is Four_ants_3C286.ms 2026-01-29 19:12:33 INFO MSTransformManager::parseMsSpecParams Data column is ALL 2026-01-29 19:12:33 INFO MSTransformManager::parseMsSpecParams Output file name is hanning_smooth_spw_intvec_sel.ms 2026-01-29 19:12:33 INFO MSTransformManager::parseMsSpecParams Re-index is disabled 2026-01-29 19:12:33 INFO MSTransformManager::parseDataSelParams spw selection is 5,6,7,8,9,10 2026-01-29 19:12:33 INFO MSTransformManager::parseFreqTransParams Hanning Smooth is activated 2026-01-29 19:12:33 INFO MSTransformManager::colCheckInfo Adding DATA column to output MS from input DATA column 2026-01-29 19:12:33 INFO MSTransformManager::colCheckInfo Adding CORRECTED_DATA column to output MS from input CORRECTED_DATA column 2026-01-29 19:12:33 INFO MSTransformManager::colCheckInfo Adding MODEL_DATA column to output MS from input MODEL_DATA column 2026-01-29 19:12:33 INFO MSTransformManager::initDataSelectionParams Selected SPWs Ids are Axis Lengths: [6, 4] (NB: Matrix in Row/Column order) 2026-01-29 19:12:33 INFO MSTransformManager::initDataSelectionParams+ [5, 0, 63, 1 2026-01-29 19:12:33 INFO MSTransformManager::initDataSelectionParams+ 6, 0, 63, 1 2026-01-29 19:12:33 INFO MSTransformManager::initDataSelectionParams+ 7, 0, 63, 1 2026-01-29 19:12:33 INFO MSTransformManager::initDataSelectionParams+ 8, 0, 63, 1 2026-01-29 19:12:33 INFO MSTransformManager::initDataSelectionParams+ 9, 0, 63, 1 2026-01-29 19:12:33 INFO MSTransformManager::initDataSelectionParams+ 10, 0, 63, 1] 2026-01-29 19:12:33 INFO MSTransformManager::open Select data 2026-01-29 19:12:33 INFO MSTransformManager::createOutputMSStructure Create output MS structure 2026-01-29 19:12:33 INFO MSTransformDataHandler::makeSelection 6444 out of 17184 rows are going to be considered due to the selection criteria. 2026-01-29 19:12:35 INFO hanningsmooth::::casa Apply Hanning smoothing on data 2026-01-29 19:12:37 INFO hanningsmooth::::casa Task hanningsmooth complete. Start time: 2026-01-29 19:12:33.309674 End time: 2026-01-29 19:12:36.748485 2026-01-29 19:12:37 INFO hanningsmooth::::casa ##### End Task: hanningsmooth ##### 2026-01-29 19:12:37 INFO hanningsmooth::::casa ########################################## .2026-01-29 19:12:41 INFO hanningsmooth::::casa ########################################## 2026-01-29 19:12:41 INFO hanningsmooth::::casa ##### Begin Task: hanningsmooth ##### 2026-01-29 19:12:41 INFO hanningsmooth::::casa hanningsmooth( vis='Four_ants_3C286.ms', outputvis='hanning_smooth_spw-intvec_sel_gap.ms', keepmms=True, field='', spw='7,8,9', scan='', antenna='', correlation='', timerange='', intent='', array='', uvrange='', observation='', feed='', smooth_spw=[7, 9], datacolumn='all' ) 2026-01-29 19:12:41 INFO MSTransformManager::parseMsSpecParams Input file name is Four_ants_3C286.ms 2026-01-29 19:12:41 INFO MSTransformManager::parseMsSpecParams Data column is ALL 2026-01-29 19:12:41 INFO MSTransformManager::parseMsSpecParams Output file name is hanning_smooth_spw-intvec_sel_gap.ms 2026-01-29 19:12:41 INFO MSTransformManager::parseMsSpecParams Re-index is disabled 2026-01-29 19:12:41 INFO MSTransformManager::parseDataSelParams spw selection is 7,8,9 2026-01-29 19:12:41 INFO MSTransformManager::parseFreqTransParams Hanning Smooth is activated 2026-01-29 19:12:41 INFO MSTransformManager::colCheckInfo Adding DATA column to output MS from input DATA column 2026-01-29 19:12:41 INFO MSTransformManager::colCheckInfo Adding CORRECTED_DATA column to output MS from input CORRECTED_DATA column 2026-01-29 19:12:41 INFO MSTransformManager::colCheckInfo Adding MODEL_DATA column to output MS from input MODEL_DATA column 2026-01-29 19:12:41 INFO MSTransformManager::initDataSelectionParams Selected SPWs Ids are Axis Lengths: [3, 4] (NB: Matrix in Row/Column order) 2026-01-29 19:12:41 INFO MSTransformManager::initDataSelectionParams+ [7, 0, 63, 1 2026-01-29 19:12:41 INFO MSTransformManager::initDataSelectionParams+ 8, 0, 63, 1 2026-01-29 19:12:41 INFO MSTransformManager::initDataSelectionParams+ 9, 0, 63, 1] 2026-01-29 19:12:41 INFO MSTransformManager::open Select data 2026-01-29 19:12:41 INFO MSTransformManager::createOutputMSStructure Create output MS structure 2026-01-29 19:12:41 INFO MSTransformDataHandler::makeSelection 3222 out of 17184 rows are going to be considered due to the selection criteria. 2026-01-29 19:12:44 INFO hanningsmooth::::casa Apply Hanning smoothing on data 2026-01-29 19:12:45 INFO hanningsmooth::::casa Task hanningsmooth complete. Start time: 2026-01-29 19:12:41.029128 End time: 2026-01-29 19:12:44.725674 2026-01-29 19:12:45 INFO hanningsmooth::::casa ##### End Task: hanningsmooth ##### 2026-01-29 19:12:45 INFO hanningsmooth::::casa ########################################## .2026-01-29 19:12:47 INFO hanningsmooth::::casa ########################################## 2026-01-29 19:12:47 INFO hanningsmooth::::casa ##### Begin Task: hanningsmooth ##### 2026-01-29 19:12:47 INFO hanningsmooth::::casa hanningsmooth( vis='Four_ants_3C286.ms', outputvis='hanning_smooth_spw_intvec_sel_noov.ms', keepmms=True, field='', spw='7,8,9', scan='', antenna='', correlation='', timerange='', intent='', array='', uvrange='', observation='', feed='', smooth_spw=[1, 2, 3], datacolumn='all' ) 2026-01-29 19:12:47 INFO MSTransformManager::parseMsSpecParams Input file name is Four_ants_3C286.ms 2026-01-29 19:12:47 INFO MSTransformManager::parseMsSpecParams Data column is ALL 2026-01-29 19:12:47 INFO MSTransformManager::parseMsSpecParams Output file name is hanning_smooth_spw_intvec_sel_noov.ms 2026-01-29 19:12:47 INFO MSTransformManager::parseMsSpecParams Re-index is disabled 2026-01-29 19:12:47 INFO MSTransformManager::parseDataSelParams spw selection is 7,8,9 2026-01-29 19:12:47 INFO MSTransformManager::parseFreqTransParams Hanning Smooth is activated 2026-01-29 19:12:47 INFO MSTransformManager::colCheckInfo Adding DATA column to output MS from input DATA column 2026-01-29 19:12:47 INFO MSTransformManager::colCheckInfo Adding CORRECTED_DATA column to output MS from input CORRECTED_DATA column 2026-01-29 19:12:47 INFO MSTransformManager::colCheckInfo Adding MODEL_DATA column to output MS from input MODEL_DATA column 2026-01-29 19:12:47 INFO MSTransformManager::initDataSelectionParams Selected SPWs Ids are Axis Lengths: [3, 4] (NB: Matrix in Row/Column order) 2026-01-29 19:12:47 INFO MSTransformManager::initDataSelectionParams+ [7, 0, 63, 1 2026-01-29 19:12:47 INFO MSTransformManager::initDataSelectionParams+ 8, 0, 63, 1 2026-01-29 19:12:47 INFO MSTransformManager::initDataSelectionParams+ 9, 0, 63, 1] 2026-01-29 19:12:47 INFO MSTransformManager::open Select data 2026-01-29 19:12:47 INFO MSTransformManager::createOutputMSStructure Create output MS structure 2026-01-29 19:12:47 INFO MSTransformDataHandler::makeSelection 3222 out of 17184 rows are going to be considered due to the selection criteria. 2026-01-29 19:12:49 INFO hanningsmooth::::casa Apply Hanning smoothing on data 2026-01-29 19:12:50 INFO hanningsmooth::::casa Task hanningsmooth complete. Start time: 2026-01-29 19:12:47.234939 End time: 2026-01-29 19:12:50.308478 2026-01-29 19:12:50 INFO hanningsmooth::::casa ##### End Task: hanningsmooth ##### 2026-01-29 19:12:50 INFO hanningsmooth::::casa ########################################## .2026-01-29 19:12:53 INFO hanningsmooth::::casa ########################################## 2026-01-29 19:12:53 INFO hanningsmooth::::casa ##### Begin Task: hanningsmooth ##### 2026-01-29 19:12:53 INFO hanningsmooth::::casa hanningsmooth( vis='Four_ants_3C286.ms', outputvis='hanning_smooth_spw_str.ms', keepmms=True, field='', spw='', scan='', antenna='', correlation='', timerange='', intent='', array='', uvrange='', observation='', feed='', smooth_spw='6,7,8,9', datacolumn='all' ) 2026-01-29 19:12:53 INFO MSTransformManager::parseMsSpecParams Input file name is Four_ants_3C286.ms 2026-01-29 19:12:53 INFO MSTransformManager::parseMsSpecParams Data column is ALL 2026-01-29 19:12:53 INFO MSTransformManager::parseMsSpecParams Output file name is hanning_smooth_spw_str.ms 2026-01-29 19:12:53 INFO MSTransformManager::parseMsSpecParams Re-index is disabled 2026-01-29 19:12:53 INFO MSTransformManager::parseFreqTransParams Hanning Smooth is activated 2026-01-29 19:12:53 INFO MSTransformManager::colCheckInfo Adding DATA column to output MS from input DATA column 2026-01-29 19:12:53 INFO MSTransformManager::colCheckInfo Adding CORRECTED_DATA column to output MS from input CORRECTED_DATA column 2026-01-29 19:12:53 INFO MSTransformManager::colCheckInfo Adding MODEL_DATA column to output MS from input MODEL_DATA column 2026-01-29 19:12:53 INFO MSTransformManager::open Select data 2026-01-29 19:12:53 INFO MSTransformManager::createOutputMSStructure Create output MS structure 2026-01-29 19:12:55 INFO hanningsmooth::::casa Apply Hanning smoothing on data 2026-01-29 19:12:57 INFO hanningsmooth::::casa Task hanningsmooth complete. Start time: 2026-01-29 19:12:52.877367 End time: 2026-01-29 19:12:57.309145 2026-01-29 19:12:57 INFO hanningsmooth::::casa ##### End Task: hanningsmooth ##### 2026-01-29 19:12:57 INFO hanningsmooth::::casa ########################################## .2026-01-29 19:13:08 INFO hanningsmooth::::casa ########################################## 2026-01-29 19:13:08 INFO hanningsmooth::::casa ##### Begin Task: hanningsmooth ##### 2026-01-29 19:13:08 INFO hanningsmooth::::casa hanningsmooth( vis='Four_ants_3C286.ms', outputvis='hanning_smooth_spw_str_def.ms', keepmms=True, field='', spw='', scan='', antenna='', correlation='', timerange='', intent='', array='', uvrange='', observation='', feed='', smooth_spw='', datacolumn='all' ) 2026-01-29 19:13:08 INFO MSTransformManager::parseMsSpecParams Input file name is Four_ants_3C286.ms 2026-01-29 19:13:08 INFO MSTransformManager::parseMsSpecParams Data column is ALL 2026-01-29 19:13:08 INFO MSTransformManager::parseMsSpecParams Output file name is hanning_smooth_spw_str_def.ms 2026-01-29 19:13:08 INFO MSTransformManager::parseMsSpecParams Re-index is disabled 2026-01-29 19:13:08 INFO MSTransformManager::parseFreqTransParams Hanning Smooth is activated 2026-01-29 19:13:08 INFO MSTransformManager::colCheckInfo Adding DATA column to output MS from input DATA column 2026-01-29 19:13:08 INFO MSTransformManager::colCheckInfo Adding CORRECTED_DATA column to output MS from input CORRECTED_DATA column 2026-01-29 19:13:08 INFO MSTransformManager::colCheckInfo Adding MODEL_DATA column to output MS from input MODEL_DATA column 2026-01-29 19:13:08 INFO MSTransformManager::open Select data 2026-01-29 19:13:08 INFO MSTransformManager::createOutputMSStructure Create output MS structure 2026-01-29 19:13:18 INFO hanningsmooth::::casa Apply Hanning smoothing on data 2026-01-29 19:13:20 INFO hanningsmooth::::casa Task hanningsmooth complete. Start time: 2026-01-29 19:13:07.980922 End time: 2026-01-29 19:13:20.497535 2026-01-29 19:13:20 INFO hanningsmooth::::casa ##### End Task: hanningsmooth ##### 2026-01-29 19:13:20 INFO hanningsmooth::::casa ########################################## .2026-01-29 19:13:31 INFO hanningsmooth::::casa ########################################## 2026-01-29 19:13:31 INFO hanningsmooth::::casa ##### Begin Task: hanningsmooth ##### 2026-01-29 19:13:31 INFO hanningsmooth::::casa hanningsmooth( vis='Four_ants_3C286.ms', outputvis='hanning_smooth_spw_str_range.ms', keepmms=True, field='', spw='', scan='', antenna='', correlation='', timerange='', intent='', array='', uvrange='', observation='', feed='', smooth_spw='6~8,13', datacolumn='all' ) 2026-01-29 19:13:31 INFO MSTransformManager::parseMsSpecParams Input file name is Four_ants_3C286.ms 2026-01-29 19:13:31 INFO MSTransformManager::parseMsSpecParams Data column is ALL 2026-01-29 19:13:31 INFO MSTransformManager::parseMsSpecParams Output file name is hanning_smooth_spw_str_range.ms 2026-01-29 19:13:31 INFO MSTransformManager::parseMsSpecParams Re-index is disabled 2026-01-29 19:13:31 INFO MSTransformManager::parseFreqTransParams Hanning Smooth is activated 2026-01-29 19:13:31 INFO MSTransformManager::colCheckInfo Adding DATA column to output MS from input DATA column 2026-01-29 19:13:31 INFO MSTransformManager::colCheckInfo Adding CORRECTED_DATA column to output MS from input CORRECTED_DATA column 2026-01-29 19:13:31 INFO MSTransformManager::colCheckInfo Adding MODEL_DATA column to output MS from input MODEL_DATA column 2026-01-29 19:13:31 INFO MSTransformManager::open Select data 2026-01-29 19:13:31 INFO MSTransformManager::createOutputMSStructure Create output MS structure 2026-01-29 19:13:44 INFO hanningsmooth::::casa Apply Hanning smoothing on data 2026-01-29 19:13:47 INFO hanningsmooth::::casa Task hanningsmooth complete. Start time: 2026-01-29 19:13:30.931327 End time: 2026-01-29 19:13:46.524478 2026-01-29 19:13:47 INFO hanningsmooth::::casa ##### End Task: hanningsmooth ##### 2026-01-29 19:13:47 INFO hanningsmooth::::casa ########################################## .2026-01-29 19:13:59 INFO hanningsmooth::::casa ########################################## 2026-01-29 19:13:59 INFO hanningsmooth::::casa ##### Begin Task: hanningsmooth ##### 2026-01-29 19:13:59 INFO hanningsmooth::::casa hanningsmooth( vis='Four_ants_3C286.ms', outputvis='hanning_smooth_spw_str_spc.ms', keepmms=True, field='', spw='', scan='', antenna='', correlation='', timerange='', intent='', array='', uvrange='', observation='', feed='', smooth_spw=' 6,7 ,8, 9', datacolumn='all' ) 2026-01-29 19:13:59 INFO MSTransformManager::parseMsSpecParams Input file name is Four_ants_3C286.ms 2026-01-29 19:13:59 INFO MSTransformManager::parseMsSpecParams Data column is ALL 2026-01-29 19:13:59 INFO MSTransformManager::parseMsSpecParams Output file name is hanning_smooth_spw_str_spc.ms 2026-01-29 19:13:59 INFO MSTransformManager::parseMsSpecParams Re-index is disabled 2026-01-29 19:13:59 INFO MSTransformManager::parseFreqTransParams Hanning Smooth is activated 2026-01-29 19:13:59 INFO MSTransformManager::colCheckInfo Adding DATA column to output MS from input DATA column 2026-01-29 19:13:59 INFO MSTransformManager::colCheckInfo Adding CORRECTED_DATA column to output MS from input CORRECTED_DATA column 2026-01-29 19:13:59 INFO MSTransformManager::colCheckInfo Adding MODEL_DATA column to output MS from input MODEL_DATA column 2026-01-29 19:13:59 INFO MSTransformManager::open Select data 2026-01-29 19:13:59 INFO MSTransformManager::createOutputMSStructure Create output MS structure 2026-01-29 19:14:01 INFO hanningsmooth::::casa Apply Hanning smoothing on data 2026-01-29 19:14:03 INFO hanningsmooth::::casa Task hanningsmooth complete. Start time: 2026-01-29 19:13:58.520210 End time: 2026-01-29 19:14:03.490289 2026-01-29 19:14:03 INFO hanningsmooth::::casa ##### End Task: hanningsmooth ##### 2026-01-29 19:14:03 INFO hanningsmooth::::casa ########################################## .2026-01-29 19:14:14 INFO hanningsmooth::::casa ########################################## 2026-01-29 19:14:14 INFO hanningsmooth::::casa ##### Begin Task: hanningsmooth ##### 2026-01-29 19:14:14 INFO hanningsmooth::::casa hanningsmooth( vis='Four_ants_3C286.ms', outputvis='hanning_smooth_spw_str_format.ms', keepmms=True, field='', spw='', scan='', antenna='', correlation='', timerange='', intent='', array='', uvrange='', observation='', feed='', smooth_spw='6~8,bad', datacolumn='all' ) 2026-01-29 19:14:14 SEVERE hanningsmooth::::casa Exception Reported: Error in hanningsmooth: ('smooth_spw must be a list of single SPWs, a string with comma separated SPWs or SPWs ranges with ~. Cannot parse string as a SPW range: ', ['bad']) 2026-01-29 19:14:14 INFO hanningsmooth::::casa Traceback (most recent call last): 2026-01-29 19:14:14 INFO hanningsmooth::::casa+ File "/wheeldirectory/casa-6.7.5-1-py3.12.el8/lib/py/lib/python3.12/site-packages/casashell/private/hanningsmooth.py", line 748, in __call__ 2026-01-29 19:14:14 INFO hanningsmooth::::casa+ task_result = _hanningsmooth_t( _pc.document['vis'],_pc.document['outputvis'],_pc.document['keepmms'],_pc.document['field'],_pc.document['spw'],_pc.document['scan'],_pc.document['antenna'],_pc.document['correlation'],_pc.document['timerange'],_pc.document['intent'],_pc.document['array'],_pc.document['uvrange'],_pc.document['observation'],_pc.document['feed'],_pc.document['smooth_spw'],_pc.document['datacolumn'] ) 2026-01-29 19:14:14 INFO hanningsmooth::::casa+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-01-29 19:14:14 INFO hanningsmooth::::casa+ File "/wheeldirectory/casa-6.7.5-1-py3.12.el8/lib/py/lib/python3.12/site-packages/casatasks/private/task_hanningsmooth.py", line 99, in hanningsmooth 2026-01-29 19:14:14 INFO hanningsmooth::::casa+ raise ValueError("smooth_spw must be a list of single SPWs, a str\ 2026-01-29 19:14:14 INFO hanningsmooth::::casa+ ValueError: ('smooth_spw must be a list of single SPWs, a string with comma separated SPWs or SPWs ranges with ~. Cannot parse string as a SPW range: ', ['bad']) 2026-01-29 19:14:14 INFO hanningsmooth::::casa Task hanningsmooth complete. Start time: 2026-01-29 19:14:14.177228 End time: 2026-01-29 19:14:14.200276 2026-01-29 19:14:14 INFO hanningsmooth::::casa ##### End Task: hanningsmooth ##### 2026-01-29 19:14:14 INFO hanningsmooth::::casa ########################################## 2026-01-29 19:14:14 INFO hanningsmooth::::casa ########################################## 2026-01-29 19:14:14 INFO hanningsmooth::::casa ##### Begin Task: hanningsmooth ##### 2026-01-29 19:14:14 INFO hanningsmooth::::casa hanningsmooth( vis='Four_ants_3C286.ms', outputvis='hanning_smooth_spw_str_format.ms', keepmms=True, field='', spw='', scan='', antenna='', correlation='', timerange='', intent='', array='', uvrange='', observation='', feed='', smooth_spw='6,,,8', datacolumn='all' ) 2026-01-29 19:14:14 SEVERE hanningsmooth::::casa Exception Reported: Error in hanningsmooth: ('smooth_spw must be a list of single SPWs, a string with comma separated SPWs or SPWs ranges with ~. Cannot parse string as a SPW range: ', ['']) 2026-01-29 19:14:14 INFO hanningsmooth::::casa Traceback (most recent call last): 2026-01-29 19:14:14 INFO hanningsmooth::::casa+ File "/wheeldirectory/casa-6.7.5-1-py3.12.el8/lib/py/lib/python3.12/site-packages/casashell/private/hanningsmooth.py", line 748, in __call__ 2026-01-29 19:14:14 INFO hanningsmooth::::casa+ task_result = _hanningsmooth_t( _pc.document['vis'],_pc.document['outputvis'],_pc.document['keepmms'],_pc.document['field'],_pc.document['spw'],_pc.document['scan'],_pc.document['antenna'],_pc.document['correlation'],_pc.document['timerange'],_pc.document['intent'],_pc.document['array'],_pc.document['uvrange'],_pc.document['observation'],_pc.document['feed'],_pc.document['smooth_spw'],_pc.document['datacolumn'] ) 2026-01-29 19:14:14 INFO hanningsmooth::::casa+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-01-29 19:14:14 INFO hanningsmooth::::casa+ File "/wheeldirectory/casa-6.7.5-1-py3.12.el8/lib/py/lib/python3.12/site-packages/casatasks/private/task_hanningsmooth.py", line 99, in hanningsmooth 2026-01-29 19:14:14 INFO hanningsmooth::::casa+ raise ValueError("smooth_spw must be a list of single SPWs, a str\ 2026-01-29 19:14:14 INFO hanningsmooth::::casa+ ValueError: ('smooth_spw must be a list of single SPWs, a string with comma separated SPWs or SPWs ranges with ~. Cannot parse string as a SPW range: ', ['']) 2026-01-29 19:14:14 INFO hanningsmooth::::casa Task hanningsmooth complete. Start time: 2026-01-29 19:14:14.203517 End time: 2026-01-29 19:14:14.228305 2026-01-29 19:14:14 INFO hanningsmooth::::casa ##### End Task: hanningsmooth ##### 2026-01-29 19:14:14 INFO hanningsmooth::::casa ########################################## 2026-01-29 19:14:14 INFO hanningsmooth::::casa ########################################## 2026-01-29 19:14:14 INFO hanningsmooth::::casa ##### Begin Task: hanningsmooth ##### 2026-01-29 19:14:14 INFO hanningsmooth::::casa hanningsmooth( vis='Four_ants_3C286.ms', outputvis='hanning_smooth_spw_str_format.ms', keepmms=True, field='', spw='', scan='', antenna='', correlation='', timerange='', intent='', array='', uvrange='', observation='', feed='', smooth_spw='6, ,8', datacolumn='all' ) 2026-01-29 19:14:14 SEVERE hanningsmooth::::casa Exception Reported: Error in hanningsmooth: ('smooth_spw must be a list of single SPWs, a string with comma separated SPWs or SPWs ranges with ~. Cannot parse string as a SPW range: ', [' ']) 2026-01-29 19:14:14 INFO hanningsmooth::::casa Traceback (most recent call last): 2026-01-29 19:14:14 INFO hanningsmooth::::casa+ File "/wheeldirectory/casa-6.7.5-1-py3.12.el8/lib/py/lib/python3.12/site-packages/casashell/private/hanningsmooth.py", line 748, in __call__ 2026-01-29 19:14:14 INFO hanningsmooth::::casa+ task_result = _hanningsmooth_t( _pc.document['vis'],_pc.document['outputvis'],_pc.document['keepmms'],_pc.document['field'],_pc.document['spw'],_pc.document['scan'],_pc.document['antenna'],_pc.document['correlation'],_pc.document['timerange'],_pc.document['intent'],_pc.document['array'],_pc.document['uvrange'],_pc.document['observation'],_pc.document['feed'],_pc.document['smooth_spw'],_pc.document['datacolumn'] ) 2026-01-29 19:14:14 INFO hanningsmooth::::casa+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-01-29 19:14:14 INFO hanningsmooth::::casa+ File "/wheeldirectory/casa-6.7.5-1-py3.12.el8/lib/py/lib/python3.12/site-packages/casatasks/private/task_hanningsmooth.py", line 99, in hanningsmooth 2026-01-29 19:14:14 INFO hanningsmooth::::casa+ raise ValueError("smooth_spw must be a list of single SPWs, a str\ 2026-01-29 19:14:14 INFO hanningsmooth::::casa+ ValueError: ('smooth_spw must be a list of single SPWs, a string with comma separated SPWs or SPWs ranges with ~. Cannot parse string as a SPW range: ', [' ']) 2026-01-29 19:14:14 INFO hanningsmooth::::casa Task hanningsmooth complete. Start time: 2026-01-29 19:14:14.231654 End time: 2026-01-29 19:14:14.252334 2026-01-29 19:14:14 INFO hanningsmooth::::casa ##### End Task: hanningsmooth ##### 2026-01-29 19:14:14 INFO hanningsmooth::::casa ########################################## 2026-01-29 19:14:14 SEVERE hanningsmooth::::casa Exception Reported: Error in hanningsmooth: {'smooth_spw': ['must be of cStr type', 'must be of cInt type', 'must be of cIntVec type']} 2026-01-29 19:14:14 INFO hanningsmooth::::casa Traceback (most recent call last): 2026-01-29 19:14:14 INFO hanningsmooth::::casa+ File "/wheeldirectory/casa-6.7.5-1-py3.12.el8/lib/py/lib/python3.12/site-packages/casashell/private/hanningsmooth.py", line 746, in __call__ 2026-01-29 19:14:14 INFO hanningsmooth::::casa+ assert _pc.validate(_invocation_parameters,self.__schema), create_error_string(_pc.errors) 2026-01-29 19:14:14 INFO hanningsmooth::::casa+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-01-29 19:14:14 INFO hanningsmooth::::casa+ AssertionError: {'smooth_spw': ['must be of cStr type', 'must be of cInt type', 'must be of cIntVec type']} 2026-01-29 19:14:14 SEVERE hanningsmooth::::casa Exception Reported: Error in hanningsmooth: {'smooth_spw': ['must be of cStr type', 'must be of cInt type', 'must be of cIntVec type']} 2026-01-29 19:14:14 INFO hanningsmooth::::casa Traceback (most recent call last): 2026-01-29 19:14:14 INFO hanningsmooth::::casa+ File "/wheeldirectory/casa-6.7.5-1-py3.12.el8/lib/py/lib/python3.12/site-packages/casashell/private/hanningsmooth.py", line 746, in __call__ 2026-01-29 19:14:14 INFO hanningsmooth::::casa+ assert _pc.validate(_invocation_parameters,self.__schema), create_error_string(_pc.errors) 2026-01-29 19:14:14 INFO hanningsmooth::::casa+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-01-29 19:14:14 INFO hanningsmooth::::casa+ AssertionError: {'smooth_spw': ['must be of cStr type', 'must be of cInt type', 'must be of cIntVec type']} 2026-01-29 19:14:14 SEVERE hanningsmooth::::casa Exception Reported: Error in hanningsmooth: {'smooth_spw': ['must be of cStr type', 'must be of cInt type', 'must be of cIntVec type']} 2026-01-29 19:14:14 INFO hanningsmooth::::casa Traceback (most recent call last): 2026-01-29 19:14:14 INFO hanningsmooth::::casa+ File "/wheeldirectory/casa-6.7.5-1-py3.12.el8/lib/py/lib/python3.12/site-packages/casashell/private/hanningsmooth.py", line 746, in __call__ 2026-01-29 19:14:14 INFO hanningsmooth::::casa+ assert _pc.validate(_invocation_parameters,self.__schema), create_error_string(_pc.errors) 2026-01-29 19:14:14 INFO hanningsmooth::::casa+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-01-29 19:14:14 INFO hanningsmooth::::casa+ AssertionError: {'smooth_spw': ['must be of cStr type', 'must be of cInt type', 'must be of cIntVec type']} . ---------------------------------------------------------------------- Ran 21 tests in 265.284s OK Generating XML reports...