2026-02-10 02:23:49 INFO ::casa Using user configuration file /home/casatest/.casa/config.py 2026-02-10 02:23:49 INFO ::casa loaded config file : /wheeldirectory/casa-6.7.5-4-py3.12.el8/lib/py/lib/python3.12/site-packages/casaconfig/config.py 2026-02-10 02:23:49 INFO ::casa loaded config file : /home/casatest/.casa/config.py 2026-02-10 02:23:49 INFO ::casa 2026-02-10 02:23:49 INFO ::casa config values 2026-02-10 02:23:49 INFO ::casa agg = False 2026-02-10 02:23:49 INFO ::casa cachedir = '/home/casatest/.casa' 2026-02-10 02:23:49 INFO ::casa casaconfig_verbose = 1 2026-02-10 02:23:49 INFO ::casa colors = 'Neutral' 2026-02-10 02:23:49 INFO ::casa data_auto_update = False 2026-02-10 02:23:49 INFO ::casa data_update_interval = 1 2026-02-10 02:23:49 INFO ::casa datapath = ['/opt/casa/data/master', '/opt/casa/data/casatestdata'] 2026-02-10 02:23:49 INFO ::casa iplog = False 2026-02-10 02:23:49 INFO ::casa iplogfile = '/home/casatest/casa6/casatasks/tests/casashell_tests/work/test_task_hanningsmooth_casashell/ipython-20260210-022344.log' 2026-02-10 02:23:49 INFO ::casa log2term = True 2026-02-10 02:23:49 INFO ::casa logfile = '/home/casatest/casa6/casatasks/tests/casashell_tests/work/test_task_hanningsmooth_casashell/casa-20260210-022344.log' 2026-02-10 02:23:49 INFO ::casa measures_auto_update = False 2026-02-10 02:23:49 INFO ::casa measures_site = ['https://www.astron.nl/iers/', 'https://go.nrao.edu/iers/'] 2026-02-10 02:23:49 INFO ::casa measures_site_interval = 2 2026-02-10 02:23:49 INFO ::casa measures_update_interval = 1 2026-02-10 02:23:49 INFO ::casa measurespath = '/opt/casa/data/master' 2026-02-10 02:23:49 INFO ::casa nogui = False 2026-02-10 02:23:49 INFO ::casa nologfile = False 2026-02-10 02:23:49 INFO ::casa nologger = True 2026-02-10 02:23:49 INFO ::casa pipeline = False 2026-02-10 02:23:49 INFO ::casa startupfile = '/home/casatest/.casa/startup.py' 2026-02-10 02:23:49 INFO ::casa user_site = False 2026-02-10 02:23:49 INFO ::casa 2026-02-10 02:23:49 INFO ::casa casarundata version is unknown, this is probably a legacy version not installed by casaconfig 2026-02-10 02:23:49 INFO ::casa measures version : WSRT_Measures_20211102-160001.ztar 2026-02-10 02:23:49 INFO ::casa 2026-02-10 02:23:49 INFO ::casa Checking Measures tables in data repository sub-directory /opt/casa/data/master/geodetic 2026-02-10 02:23:49 INFO ::casa IERSeop2000 (version date, last date in table (UTC)): 2026/01/19/15:15, 2025/12/20/00:00:00 2026-02-10 02:23:49 INFO ::casa IERSeop97 (version date, last date in table (UTC)): 2026/01/19/15:15, 2025/12/20/00:00:00 2026-02-10 02:23:49 INFO ::casa IERSpredict (version date, last date in table (UTC)): 2026/02/09/15:15, 2026/05/10/00:00:00 2026-02-10 02:23: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.4 -- Common Astronomy Software Applications [6.7.5.4] hanningsmooth tests will use data from /opt/casa/data/casatestdata/unittest/hanningsmooth/ .2026-02-10 02:23:53 SEVERE hanningsmooth::::casa Exception Reported: Error in hanningsmooth: the vis parameter must be a path that exists ('badmsfile' does not exist) 2026-02-10 02:23:53 INFO hanningsmooth::::casa Traceback (most recent call last): 2026-02-10 02:23:53 INFO hanningsmooth::::casa+ File "/wheeldirectory/casa-6.7.5-4-py3.12.el8/lib/py/lib/python3.12/site-packages/casashell/private/hanningsmooth.py", line 746, in __call__ 2026-02-10 02:23:53 INFO hanningsmooth::::casa+ assert _pc.validate(_invocation_parameters,self.__schema), create_error_string(_pc.errors) 2026-02-10 02:23:53 INFO hanningsmooth::::casa+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-02-10 02:23:53 INFO hanningsmooth::::casa+ AssertionError: the vis parameter must be a path that exists ('badmsfile' does not exist) .2026-02-10 02:23:53 INFO hanningsmooth::::casa ########################################## 2026-02-10 02:23:53 INFO hanningsmooth::::casa ##### Begin Task: hanningsmooth ##### 2026-02-10 02:23:53 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-02-10 02:23:53 WARN hanningsmooth::::casa Input CORRECTED_DATA does not exist. Will use DATA 2026-02-10 02:23:53 INFO MSTransformManager::parseMsSpecParams Input file name is ngc5921_ut.ms 2026-02-10 02:23:53 INFO MSTransformManager::parseMsSpecParams Data column is DATA 2026-02-10 02:23:53 INFO MSTransformManager::parseMsSpecParams Output file name is hann2.ms 2026-02-10 02:23:53 INFO MSTransformManager::parseMsSpecParams Re-index is disabled 2026-02-10 02:23:53 INFO MSTransformManager::parseFreqTransParams Hanning Smooth is activated 2026-02-10 02:23:53 INFO MSTransformManager::colCheckInfo Adding DATA column to output MS from input DATA column 2026-02-10 02:23:53 INFO MSTransformManager::open Select data 2026-02-10 02:23:53 INFO MSTransformManager::createOutputMSStructure Create output MS structure 2026-02-10 02:23:53 INFO MSTransformManager::checkFillWeightSpectrum Optional column WEIGHT_SPECTRUM found in input MS will be written to output MS 2026-02-10 02:23:53 INFO hanningsmooth::::casa Apply Hanning smoothing on data 2026-02-10 02:23:54 INFO hanningsmooth::::casa Task hanningsmooth complete. Start time: 2026-02-10 02:23:52.748409 End time: 2026-02-10 02:23:53.873970 2026-02-10 02:23:54 INFO hanningsmooth::::casa ##### End Task: hanningsmooth ##### 2026-02-10 02:23:54 INFO hanningsmooth::::casa ########################################## .2026-02-10 02:23:55 INFO hanningsmooth::::casa ########################################## 2026-02-10 02:23:55 INFO hanningsmooth::::casa ##### Begin Task: hanningsmooth ##### 2026-02-10 02:23:55 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-02-10 02:23:55 WARN hanningsmooth::::casa Input CORRECTED_DATA does not exist. Will use DATA 2026-02-10 02:23:55 INFO MSTransformManager::parseMsSpecParams Input file name is ngc5921_ut.ms 2026-02-10 02:23:55 INFO MSTransformManager::parseMsSpecParams Data column is DATA 2026-02-10 02:23:55 INFO MSTransformManager::parseMsSpecParams Output file name is hann3.ms 2026-02-10 02:23:55 INFO MSTransformManager::parseMsSpecParams Re-index is disabled 2026-02-10 02:23:55 INFO MSTransformManager::parseFreqTransParams Hanning Smooth is activated 2026-02-10 02:23:55 INFO MSTransformManager::colCheckInfo Adding DATA column to output MS from input DATA column 2026-02-10 02:23:55 INFO MSTransformManager::open Select data 2026-02-10 02:23:55 INFO MSTransformManager::createOutputMSStructure Create output MS structure 2026-02-10 02:23:55 INFO MSTransformManager::checkFillWeightSpectrum Optional column WEIGHT_SPECTRUM found in input MS will be written to output MS 2026-02-10 02:23:55 INFO hanningsmooth::::casa Apply Hanning smoothing on data 2026-02-10 02:23:56 INFO hanningsmooth::::casa Task hanningsmooth complete. Start time: 2026-02-10 02:23:54.646702 End time: 2026-02-10 02:23:55.736296 2026-02-10 02:23:56 INFO hanningsmooth::::casa ##### End Task: hanningsmooth ##### 2026-02-10 02:23:56 INFO hanningsmooth::::casa ########################################## .2026-02-10 02:24:08 INFO split::::casa ########################################## 2026-02-10 02:24:08 INFO split::::casa ##### Begin Task: split ##### 2026-02-10 02:24:08 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-02-10 02:24:08 INFO MSTransformManager::parseMsSpecParams Input file name is ngc5921_ut.ms 2026-02-10 02:24:08 INFO MSTransformManager::parseMsSpecParams Data column is DATA 2026-02-10 02:24:08 INFO MSTransformManager::parseMsSpecParams Output file name is splithan.ms 2026-02-10 02:24:08 INFO MSTransformManager::parseDataSelParams scan selection is 1,2 2026-02-10 02:24:08 INFO MSTransformManager::colCheckInfo Adding DATA column to output MS from input DATA column 2026-02-10 02:24:08 INFO MSTransformManager::initDataSelectionParams Selected Scans Ids are [1, 2] 2026-02-10 02:24:08 INFO MSTransformManager::open Select data 2026-02-10 02:24:08 INFO MSTransformManager::createOutputMSStructure Create output MS structure 2026-02-10 02:24:08 INFO MSTransformDataHandler::makeSelection 6399 out of 22653 rows are going to be considered due to the selection criteria. 2026-02-10 02:24:08 INFO MSTransformManager::checkFillWeightSpectrum Optional column WEIGHT_SPECTRUM found in input MS will be written to output MS 2026-02-10 02:24:08 INFO split::::casa Task split complete. Start time: 2026-02-10 02:24:08.054267 End time: 2026-02-10 02:24:08.436053 2026-02-10 02:24:08 INFO split::::casa ##### End Task: split ##### 2026-02-10 02:24:08 INFO split::::casa ########################################## 2026-02-10 02:24:08 INFO partition::::casa ########################################## 2026-02-10 02:24:08 INFO partition::::casa ##### Begin Task: partition ##### 2026-02-10 02:24:08 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-02-10 02:24:08 INFO ParallelDataHelper::::casa Analyzing MS for partitioning 2026-02-10 02:24:08 INFO ParallelDataHelper::::casa Automatically distribute the scan/spw pairs to balance the load along field, spw and scan axes 2026-02-10 02:24:09 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-02-10 02:24:09 WARN ParallelDataHelper::getPartitionMap::casa Number of subMSs (8) is greater than available scan,ddi pairs (2), setting nsubms to 2 2026-02-10 02:24:09 INFO partition::::casa ########################################## 2026-02-10 02:24:09 INFO partition::::casa ##### Begin Task: partition ##### 2026-02-10 02:24:09 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-02-10 02:24:09 INFO MSTransformManager::parseMsSpecParams Input file name is /home/casatest/casa6/casatasks/tests/casashell_tests/work/test_task_hanningsmooth_casashell/splithan.ms 2026-02-10 02:24:09 INFO MSTransformManager::parseMsSpecParams Data column is DATA 2026-02-10 02:24:09 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-02-10 02:24:09 INFO MSTransformManager::colCheckInfo Adding DATA column to output MS from input DATA column 2026-02-10 02:24:09 INFO MSTransformManager::open Select data 2026-02-10 02:24:09 INFO MSTransformManager::createOutputMSStructure Create output MS structure 2026-02-10 02:24:09 INFO MSTransformDataHandler::makeSelection 4509 out of 6399 rows are going to be considered due to the selection criteria. 2026-02-10 02:24:09 INFO MSTransformManager::checkFillWeightSpectrum Optional column WEIGHT_SPECTRUM found in input MS will be written to output MS 2026-02-10 02:24:09 INFO partition::::casa Run the tool to partition the MS 2026-02-10 02:24:09 INFO partition::::casa Task partition complete. Start time: 2026-02-10 02:24:08.509307 End time: 2026-02-10 02:24:08.839443 2026-02-10 02:24:09 INFO partition::::casa ##### End Task: partition ##### 2026-02-10 02:24:09 INFO partition::::casa ########################################## 2026-02-10 02:24:09 INFO partition::::casa ########################################## 2026-02-10 02:24:09 INFO partition::::casa ##### Begin Task: partition ##### 2026-02-10 02:24:09 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-02-10 02:24:09 INFO MSTransformManager::parseMsSpecParams Input file name is /home/casatest/casa6/casatasks/tests/casashell_tests/work/test_task_hanningsmooth_casashell/splithan.ms 2026-02-10 02:24:09 INFO MSTransformManager::parseMsSpecParams Data column is DATA 2026-02-10 02:24:09 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-02-10 02:24:09 INFO MSTransformManager::colCheckInfo Adding DATA column to output MS from input DATA column 2026-02-10 02:24:09 INFO MSTransformManager::open Select data 2026-02-10 02:24:09 INFO MSTransformManager::createOutputMSStructure Create output MS structure 2026-02-10 02:24:09 INFO MSTransformDataHandler::makeSelection 1890 out of 6399 rows are going to be considered due to the selection criteria. 2026-02-10 02:24:09 INFO MSTransformManager::checkFillWeightSpectrum Optional column WEIGHT_SPECTRUM found in input MS will be written to output MS 2026-02-10 02:24:09 INFO partition::::casa Run the tool to partition the MS 2026-02-10 02:24:09 INFO partition::::casa Task partition complete. Start time: 2026-02-10 02:24:08.846237 End time: 2026-02-10 02:24:09.150386 2026-02-10 02:24:09 INFO partition::::casa ##### End Task: partition ##### 2026-02-10 02:24:09 INFO partition::::casa ########################################## 2026-02-10 02:24:09 INFO ParallelDataHelper::::casa Finalizing MMS structure 2026-02-10 02:24:09 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-02-10 02:24:09 INFO partition::::casa Create a backup of the flags that are in the MMS 2026-02-10 02:24:09 INFO AgentFlagger::open Table type is Measurement Set 2026-02-10 02:24:09 INFO FlagVersion::saveFlagVersion Creating new backup flag file called partition_1 2026-02-10 02:24:09 INFO partition::::casa Task partition complete. Start time: 2026-02-10 02:24:08.448238 End time: 2026-02-10 02:24:09.401227 2026-02-10 02:24:09 INFO partition::::casa ##### End Task: partition ##### 2026-02-10 02:24:09 INFO partition::::casa ########################################## 2026-02-10 02:24:11 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-02-10 02:24:11 INFO hanningsmooth::::casa ########################################## 2026-02-10 02:24:11 INFO hanningsmooth::::casa ##### Begin Task: hanningsmooth ##### 2026-02-10 02:24:11 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-02-10 02:24:11 INFO ParallelDataHelper::::casa Analyzing MS for partitioning 2026-02-10 02:24:11 INFO ParallelDataHelper::::casa Input vis is a Multi-MS 2026-02-10 02:24:11 INFO hanningsmooth::::casa ########################################## 2026-02-10 02:24:11 INFO hanningsmooth::::casa ##### Begin Task: hanningsmooth ##### 2026-02-10 02:24:11 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-02-10 02:24:11 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-02-10 02:24:11 INFO MSTransformManager::parseMsSpecParams Data column is DATA 2026-02-10 02:24:11 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-02-10 02:24:11 INFO MSTransformManager::parseMsSpecParams Re-index is disabled 2026-02-10 02:24:11 INFO MSTransformManager::parseFreqTransParams Hanning Smooth is activated 2026-02-10 02:24:11 INFO MSTransformManager::colCheckInfo Adding DATA column to output MS from input DATA column 2026-02-10 02:24:11 INFO MSTransformManager::open Select data 2026-02-10 02:24:11 INFO MSTransformManager::createOutputMSStructure Create output MS structure 2026-02-10 02:24:12 INFO MSTransformManager::checkFillWeightSpectrum Optional column WEIGHT_SPECTRUM found in input MS will be written to output MS 2026-02-10 02:24:12 INFO hanningsmooth::::casa Apply Hanning smoothing on data 2026-02-10 02:24:12 INFO hanningsmooth::::casa Task hanningsmooth complete. Start time: 2026-02-10 02:24:11.374969 End time: 2026-02-10 02:24:11.776912 2026-02-10 02:24:12 INFO hanningsmooth::::casa ##### End Task: hanningsmooth ##### 2026-02-10 02:24:12 INFO hanningsmooth::::casa ########################################## 2026-02-10 02:24:12 INFO hanningsmooth::::casa ########################################## 2026-02-10 02:24:12 INFO hanningsmooth::::casa ##### Begin Task: hanningsmooth ##### 2026-02-10 02:24:12 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-02-10 02:24:12 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-02-10 02:24:12 INFO MSTransformManager::parseMsSpecParams Data column is DATA 2026-02-10 02:24:12 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-02-10 02:24:12 INFO MSTransformManager::parseMsSpecParams Re-index is disabled 2026-02-10 02:24:12 INFO MSTransformManager::parseFreqTransParams Hanning Smooth is activated 2026-02-10 02:24:12 INFO MSTransformManager::colCheckInfo Adding DATA column to output MS from input DATA column 2026-02-10 02:24:12 INFO MSTransformManager::open Select data 2026-02-10 02:24:12 INFO MSTransformManager::createOutputMSStructure Create output MS structure 2026-02-10 02:24:12 INFO MSTransformManager::checkFillWeightSpectrum Optional column WEIGHT_SPECTRUM found in input MS will be written to output MS 2026-02-10 02:24:12 INFO hanningsmooth::::casa Apply Hanning smoothing on data 2026-02-10 02:24:12 INFO hanningsmooth::::casa Task hanningsmooth complete. Start time: 2026-02-10 02:24:11.780160 End time: 2026-02-10 02:24:12.215238 2026-02-10 02:24:12 INFO hanningsmooth::::casa ##### End Task: hanningsmooth ##### 2026-02-10 02:24:12 INFO hanningsmooth::::casa ########################################## 2026-02-10 02:24:12 INFO ParallelDataHelper::::casa Finalizing MMS structure 2026-02-10 02:24:12 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-02-10 02:24:12 INFO hanningsmooth::::casa Task hanningsmooth complete. Start time: 2026-02-10 02:24:11.303421 End time: 2026-02-10 02:24:12.452227 2026-02-10 02:24:12 INFO hanningsmooth::::casa ##### End Task: hanningsmooth ##### 2026-02-10 02:24:12 INFO hanningsmooth::::casa ########################################## 2026-02-10 02:24:14 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-02-10 02:24:18 INFO hanningsmooth::::casa ########################################## 2026-02-10 02:24:18 INFO hanningsmooth::::casa ##### Begin Task: hanningsmooth ##### 2026-02-10 02:24:18 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-02-10 02:24:18 INFO MSTransformManager::parseMsSpecParams Input file name is ngc5921_ut.ms 2026-02-10 02:24:18 INFO MSTransformManager::parseMsSpecParams Data column is ALL 2026-02-10 02:24:18 INFO MSTransformManager::parseMsSpecParams Output file name is hann6.ms 2026-02-10 02:24:18 INFO MSTransformManager::parseMsSpecParams Re-index is disabled 2026-02-10 02:24:18 INFO MSTransformManager::parseFreqTransParams Hanning Smooth is activated 2026-02-10 02:24:18 INFO MSTransformManager::colCheckInfo Adding DATA column to output MS from input DATA column 2026-02-10 02:24:18 INFO MSTransformManager::open Select data 2026-02-10 02:24:18 INFO MSTransformManager::createOutputMSStructure Create output MS structure 2026-02-10 02:24:18 INFO MSTransformManager::checkFillWeightSpectrum Optional column WEIGHT_SPECTRUM found in input MS will be written to output MS 2026-02-10 02:24:18 INFO hanningsmooth::::casa Apply Hanning smoothing on data 2026-02-10 02:24:18 INFO hanningsmooth::::casa Task hanningsmooth complete. Start time: 2026-02-10 02:24:17.540605 End time: 2026-02-10 02:24:18.483753 2026-02-10 02:24:18 INFO hanningsmooth::::casa ##### End Task: hanningsmooth ##### 2026-02-10 02:24:18 INFO hanningsmooth::::casa ########################################## .2026-02-10 02:24:19 INFO clearcal::::casa ########################################## 2026-02-10 02:24:19 INFO clearcal::::casa ##### Begin Task: clearcal ##### 2026-02-10 02:24:19 INFO clearcal::::casa clearcal( vis='ngc5921_ut.ms', field='', spw='', intent='', addmodel=False ) 2026-02-10 02:24:19 INFO clearcal::::casa Need to create scratch columns; ignoring selection. 2026-02-10 02:24:19 WARN calibrater::setvi(bool,bool) Forcing use of OLD VisibilityIterator. 2026-02-10 02:24:19 INFO calibrater::open ****Using OLD VI-driven calibrater tool**** 2026-02-10 02:24:19 INFO calibrater::open Opening MS: ngc5921_ut.ms for calibration. 2026-02-10 02:24:19 INFO VisSetUtil::addScrCols Adding CORRECTED_DATA column(s). 2026-02-10 02:24:19 INFO Calibrater:: Initializing nominal selection to the whole MS. 2026-02-10 02:24:19 INFO clearcal::::casa Task clearcal complete. Start time: 2026-02-10 02:24:18.784939 End time: 2026-02-10 02:24:19.168763 2026-02-10 02:24:19 INFO clearcal::::casa ##### End Task: clearcal ##### 2026-02-10 02:24:19 INFO clearcal::::casa ########################################## 2026-02-10 02:24:19 INFO cvel::::casa ########################################## 2026-02-10 02:24:19 INFO cvel::::casa ##### Begin Task: cvel ##### 2026-02-10 02:24:19 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-02-10 02:24:20 INFO cvel::::casa Creating working copy ... 2026-02-10 02:24:20 INFO cvel::::casa Using 1331+30500002_0 (original field 0, new field 0) as common direction for the output reference frame. 2026-02-10 02:24:20 INFO ms::cvel Input spectral window 0 has 63 channels of width 2.441406e+04 Hz 2026-02-10 02:24:20 INFO ms::cvel+ First channel center = 1.412665074e+09 Hz, last channel center = 1.414178746e+09 Hz 2026-02-10 02:24:20 INFO ms::cvel Starting combination of spectral windows ... 2026-02-10 02:24:20 INFO SubMS::combineSpws() Less than two SPWs selected. No combination necessary. 2026-02-10 02:24:20 INFO ms::cvel 2026-02-10 02:24:20 INFO ms::cvel Testing if spectral frame transformation/regridding is needed ... 2026-02-10 02:24:20 INFO SubMS::regridSpw() Using tabulated observatory position for VLA: 2026-02-10 02:24:20 INFO SubMS::regridSpw() Position: [-1.60119e+06, -5.04198e+06, 3.55488e+06] (ITRF) 2026-02-10 02:24:20 INFO SubMS::regridSpw() Hanning smoothing not applied in regridding step since no regridding was necessary. 2026-02-10 02:24:20 INFO ms::cvel SubMS not modified by regridding. 2026-02-10 02:24:20 INFO ms::cvel Final spectral window has 63 channels of width 2.441406e+04 Hz 2026-02-10 02:24:20 INFO ms::cvel+ First channel center = 1.412665074e+09 Hz, last channel center = 1.414178746e+09 Hz 2026-02-10 02:24:20 INFO ms::hanningsmooth Smoothing MS Main Table column CORRECTED_DATA ... 2026-02-10 02:24:21 INFO ms::hanningsmooth Smoothing MS Main Table column DATA ... 2026-02-10 02:24:22 INFO cvel::::casa Task cvel complete. Start time: 2026-02-10 02:24:19.391074 End time: 2026-02-10 02:24:21.895291 2026-02-10 02:24:22 INFO cvel::::casa ##### End Task: cvel ##### 2026-02-10 02:24:22 INFO cvel::::casa ########################################## .2026-02-10 02:24:22 INFO mstransform::::casa ########################################## 2026-02-10 02:24:22 INFO mstransform::::casa ##### Begin Task: mstransform ##### 2026-02-10 02:24:22 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-02-10 02:24:22 INFO mstransform::::casa Apply Hanning smoothing 2026-02-10 02:24:22 INFO mstransform::::casa Parse regridding parameters 2026-02-10 02:24:22 INFO MSTransformManager::parseMsSpecParams Input file name is ngc5921_ut.ms 2026-02-10 02:24:22 INFO MSTransformManager::parseMsSpecParams Data column is DATA 2026-02-10 02:24:22 INFO MSTransformManager::parseMsSpecParams Output file name is cvelngc.ms 2026-02-10 02:24:22 INFO MSTransformManager::parseMsSpecParams Re-index is enabled 2026-02-10 02:24:22 INFO MSTransformManager::parseMsSpecParams Tile shape is [0] 2026-02-10 02:24:22 INFO MSTransformManager::parseFreqTransParams Hanning Smooth is activated 2026-02-10 02:24:22 INFO MSTransformManager::parseRefFrameTransParams Regrid MS is activated 2026-02-10 02:24:22 INFO MSTransformManager::parseRefFrameTransParams Output reference frame is cmb 2026-02-10 02:24:22 INFO MSTransformManager::parseRefFrameTransParams Interpolation method is linear 2026-02-10 02:24:22 INFO MSTransformManager::parseFreqSpecParams Mode is channel 2026-02-10 02:24:22 INFO MSTransformManager::parseFreqSpecParams Number of output channels is -1 2026-02-10 02:24:22 INFO MSTransformManager::parseFreqSpecParams Start is 0 2026-02-10 02:24:22 INFO MSTransformManager::parseFreqSpecParams Width is 1 2026-02-10 02:24:22 INFO MSTransformManager::colCheckInfo Adding DATA column to output MS from input DATA column 2026-02-10 02:24:22 INFO MSTransformManager::open Select data 2026-02-10 02:24:22 INFO MSTransformManager::createOutputMSStructure Create output MS structure 2026-02-10 02:24:23 INFO MSTransformManager::checkFillWeightSpectrum Optional column WEIGHT_SPECTRUM found in input MS will be written to output MS 2026-02-10 02:24:23 INFO MSTransformManager::regridSpwSubTable Regridding SPW with Id 0 2026-02-10 02:24:23 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-02-10 02:24:23 INFO MSTransformManager::regridSpwAux Calculate frequencies in output reference frame 2026-02-10 02:24:23 INFO MSTransformRegridder::calcChanFreqs Channels equidistant in freq 2026-02-10 02:24:23 INFO MSTransformRegridder::calcChanFreqs+ Central frequency (in output frame) = 1.41235e+09 Hz 2026-02-10 02:24:23 INFO MSTransformRegridder::calcChanFreqs+ Width of central channel (in output frame) = 24395.6 Hz 2026-02-10 02:24:23 INFO MSTransformRegridder::calcChanFreqs+ Number of channels = 63 2026-02-10 02:24:23 INFO MSTransformRegridder::calcChanFreqs+ Total width of SPW (in output frame) = 1.53692e+06 Hz 2026-02-10 02:24:23 INFO MSTransformRegridder::calcChanFreqs+ Lower edge = 1.41158e+09 Hz, upper edge = 1.41312e+09 Hz 2026-02-10 02:24:23 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-02-10 02:24:23 INFO ParallelDataHelper::::casa Apply the transformations 2026-02-10 02:24:24 INFO mstransform::::casa Task mstransform complete. Start time: 2026-02-10 02:24:22.421637 End time: 2026-02-10 02:24:23.863300 2026-02-10 02:24:24 INFO mstransform::::casa ##### End Task: mstransform ##### 2026-02-10 02:24:24 INFO mstransform::::casa ########################################## .2026-02-10 02:24:45 INFO hanningsmooth::::casa ########################################## 2026-02-10 02:24:45 INFO hanningsmooth::::casa ##### Begin Task: hanningsmooth ##### 2026-02-10 02:24:45 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-02-10 02:24:45 INFO MSTransformManager::parseMsSpecParams Input file name is ALMA-data-mst-science-testing-CAS-5013-one-baseline-one-timestamp.ms 2026-02-10 02:24:45 INFO MSTransformManager::parseMsSpecParams Data column is CORRECTED 2026-02-10 02:24:45 INFO MSTransformManager::parseMsSpecParams Output file name is hanncorr.ms 2026-02-10 02:24:45 INFO MSTransformManager::parseMsSpecParams Re-index is disabled 2026-02-10 02:24:45 INFO MSTransformManager::parseFreqTransParams Hanning Smooth is activated 2026-02-10 02:24:45 INFO MSTransformManager::colCheckInfo Adding DATA column to output MS from input CORRECTED_DATA column 2026-02-10 02:24:45 INFO MSTransformManager::open Select data 2026-02-10 02:24:45 INFO MSTransformManager::createOutputMSStructure Create output MS structure 2026-02-10 02:24:45 INFO hanningsmooth::::casa Apply Hanning smoothing on data 2026-02-10 02:24:45 INFO hanningsmooth::::casa Task hanningsmooth complete. Start time: 2026-02-10 02:24:44.511693 End time: 2026-02-10 02:24:45.080736 2026-02-10 02:24:45 INFO hanningsmooth::::casa ##### End Task: hanningsmooth ##### 2026-02-10 02:24:45 INFO hanningsmooth::::casa ########################################## .2026-02-10 02:24:50 INFO partition::::casa ########################################## 2026-02-10 02:24:50 INFO partition::::casa ##### Begin Task: partition ##### 2026-02-10 02:24:50 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-02-10 02:24:50 INFO ParallelDataHelper::::casa Analyzing MS for partitioning 2026-02-10 02:24:50 INFO ParallelDataHelper::::casa Automatically distribute the scan/spw pairs to balance the load along field, spw and scan axes 2026-02-10 02:24:50 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-02-10 02:24:50 WARN ParallelDataHelper::getPartitionMap::casa Number of subMSs (8) is greater than available scan,ddi pairs (4), setting nsubms to 4 2026-02-10 02:24:50 INFO partition::::casa ########################################## 2026-02-10 02:24:50 INFO partition::::casa ##### Begin Task: partition ##### 2026-02-10 02:24:50 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-02-10 02:24:50 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-02-10 02:24:50 INFO MSTransformManager::parseMsSpecParams Data column is ALL 2026-02-10 02:24:50 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-02-10 02:24:50 INFO MSTransformManager::colCheckInfo Adding DATA column to output MS from input DATA column 2026-02-10 02:24:50 INFO MSTransformManager::colCheckInfo Adding CORRECTED_DATA column to output MS from input CORRECTED_DATA column 2026-02-10 02:24:50 INFO MSTransformManager::open Select data 2026-02-10 02:24:50 INFO MSTransformManager::createOutputMSStructure Create output MS structure 2026-02-10 02:24:50 INFO MSTransformDataHandler::makeSelection 1 out of 4 rows are going to be considered due to the selection criteria. 2026-02-10 02:24:50 INFO partition::::casa Run the tool to partition the MS 2026-02-10 02:24:51 INFO partition::::casa Task partition complete. Start time: 2026-02-10 02:24:49.753286 End time: 2026-02-10 02:24:50.510085 2026-02-10 02:24:51 INFO partition::::casa ##### End Task: partition ##### 2026-02-10 02:24:51 INFO partition::::casa ########################################## 2026-02-10 02:24:51 INFO partition::::casa ########################################## 2026-02-10 02:24:51 INFO partition::::casa ##### Begin Task: partition ##### 2026-02-10 02:24:51 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-02-10 02:24:51 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-02-10 02:24:51 INFO MSTransformManager::parseMsSpecParams Data column is ALL 2026-02-10 02:24:51 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-02-10 02:24:51 INFO MSTransformManager::colCheckInfo Adding DATA column to output MS from input DATA column 2026-02-10 02:24:51 INFO MSTransformManager::colCheckInfo Adding CORRECTED_DATA column to output MS from input CORRECTED_DATA column 2026-02-10 02:24:51 INFO MSTransformManager::open Select data 2026-02-10 02:24:51 INFO MSTransformManager::createOutputMSStructure Create output MS structure 2026-02-10 02:24:51 INFO MSTransformDataHandler::makeSelection 1 out of 4 rows are going to be considered due to the selection criteria. 2026-02-10 02:24:51 INFO partition::::casa Run the tool to partition the MS 2026-02-10 02:24:51 INFO partition::::casa Task partition complete. Start time: 2026-02-10 02:24:50.518063 End time: 2026-02-10 02:24:51.207918 2026-02-10 02:24:51 INFO partition::::casa ##### End Task: partition ##### 2026-02-10 02:24:51 INFO partition::::casa ########################################## 2026-02-10 02:24:51 INFO partition::::casa ########################################## 2026-02-10 02:24:51 INFO partition::::casa ##### Begin Task: partition ##### 2026-02-10 02:24:51 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-02-10 02:24:51 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-02-10 02:24:51 INFO MSTransformManager::parseMsSpecParams Data column is ALL 2026-02-10 02:24:51 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-02-10 02:24:51 INFO MSTransformManager::colCheckInfo Adding DATA column to output MS from input DATA column 2026-02-10 02:24:51 INFO MSTransformManager::colCheckInfo Adding CORRECTED_DATA column to output MS from input CORRECTED_DATA column 2026-02-10 02:24:51 INFO MSTransformManager::open Select data 2026-02-10 02:24:51 INFO MSTransformManager::createOutputMSStructure Create output MS structure 2026-02-10 02:24:51 INFO MSTransformDataHandler::makeSelection 1 out of 4 rows are going to be considered due to the selection criteria. 2026-02-10 02:24:52 INFO partition::::casa Run the tool to partition the MS 2026-02-10 02:24:52 INFO partition::::casa Task partition complete. Start time: 2026-02-10 02:24:51.211881 End time: 2026-02-10 02:24:51.894045 2026-02-10 02:24:52 INFO partition::::casa ##### End Task: partition ##### 2026-02-10 02:24:52 INFO partition::::casa ########################################## 2026-02-10 02:24:52 INFO partition::::casa ########################################## 2026-02-10 02:24:52 INFO partition::::casa ##### Begin Task: partition ##### 2026-02-10 02:24:52 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-02-10 02:24:52 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-02-10 02:24:52 INFO MSTransformManager::parseMsSpecParams Data column is ALL 2026-02-10 02:24:52 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-02-10 02:24:52 INFO MSTransformManager::colCheckInfo Adding DATA column to output MS from input DATA column 2026-02-10 02:24:52 INFO MSTransformManager::colCheckInfo Adding CORRECTED_DATA column to output MS from input CORRECTED_DATA column 2026-02-10 02:24:52 INFO MSTransformManager::open Select data 2026-02-10 02:24:52 INFO MSTransformManager::createOutputMSStructure Create output MS structure 2026-02-10 02:24:52 INFO MSTransformDataHandler::makeSelection 1 out of 4 rows are going to be considered due to the selection criteria. 2026-02-10 02:24:52 INFO partition::::casa Run the tool to partition the MS 2026-02-10 02:24:53 INFO partition::::casa Task partition complete. Start time: 2026-02-10 02:24:51.898775 End time: 2026-02-10 02:24:52.561101 2026-02-10 02:24:53 INFO partition::::casa ##### End Task: partition ##### 2026-02-10 02:24:53 INFO partition::::casa ########################################## 2026-02-10 02:24:53 INFO ParallelDataHelper::::casa Finalizing MMS structure 2026-02-10 02:24:53 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-02-10 02:24:53 INFO partition::::casa Create a backup of the flags that are in the MMS 2026-02-10 02:24:54 INFO AgentFlagger::open Table type is Measurement Set 2026-02-10 02:24:54 INFO FlagVersion::saveFlagVersion Creating new backup flag file called partition_1 2026-02-10 02:24:54 INFO partition::::casa Task partition complete. Start time: 2026-02-10 02:24:49.658096 End time: 2026-02-10 02:24:53.718060 2026-02-10 02:24:54 INFO partition::::casa ##### End Task: partition ##### 2026-02-10 02:24:54 INFO partition::::casa ########################################## 2026-02-10 02:24:54 INFO hanningsmooth::::casa ########################################## 2026-02-10 02:24:54 INFO hanningsmooth::::casa ##### Begin Task: hanningsmooth ##### 2026-02-10 02:24:54 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-02-10 02:24:54 INFO ParallelDataHelper::::casa Analyzing MS for partitioning 2026-02-10 02:24:54 INFO ParallelDataHelper::::casa Input vis is a Multi-MS 2026-02-10 02:24:54 INFO hanningsmooth::::casa ########################################## 2026-02-10 02:24:54 INFO hanningsmooth::::casa ##### Begin Task: hanningsmooth ##### 2026-02-10 02:24:54 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-02-10 02:24:54 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-02-10 02:24:54 INFO MSTransformManager::parseMsSpecParams Data column is ALL 2026-02-10 02:24:54 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-02-10 02:24:54 INFO MSTransformManager::parseMsSpecParams Re-index is disabled 2026-02-10 02:24:54 INFO MSTransformManager::parseFreqTransParams Hanning Smooth is activated 2026-02-10 02:24:54 INFO MSTransformManager::colCheckInfo Adding DATA column to output MS from input DATA column 2026-02-10 02:24:54 INFO MSTransformManager::colCheckInfo Adding CORRECTED_DATA column to output MS from input CORRECTED_DATA column 2026-02-10 02:24:54 INFO MSTransformManager::open Select data 2026-02-10 02:24:54 INFO MSTransformManager::createOutputMSStructure Create output MS structure 2026-02-10 02:24:55 INFO hanningsmooth::::casa Apply Hanning smoothing on data 2026-02-10 02:24:55 INFO hanningsmooth::::casa Task hanningsmooth complete. Start time: 2026-02-10 02:24:53.859755 End time: 2026-02-10 02:24:54.741114 2026-02-10 02:24:55 INFO hanningsmooth::::casa ##### End Task: hanningsmooth ##### 2026-02-10 02:24:55 INFO hanningsmooth::::casa ########################################## 2026-02-10 02:24:55 INFO hanningsmooth::::casa ########################################## 2026-02-10 02:24:55 INFO hanningsmooth::::casa ##### Begin Task: hanningsmooth ##### 2026-02-10 02:24:55 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-02-10 02:24:55 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-02-10 02:24:55 INFO MSTransformManager::parseMsSpecParams Data column is ALL 2026-02-10 02:24:55 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-02-10 02:24:55 INFO MSTransformManager::parseMsSpecParams Re-index is disabled 2026-02-10 02:24:55 INFO MSTransformManager::parseFreqTransParams Hanning Smooth is activated 2026-02-10 02:24:55 INFO MSTransformManager::colCheckInfo Adding DATA column to output MS from input DATA column 2026-02-10 02:24:55 INFO MSTransformManager::colCheckInfo Adding CORRECTED_DATA column to output MS from input CORRECTED_DATA column 2026-02-10 02:24:55 INFO MSTransformManager::open Select data 2026-02-10 02:24:55 INFO MSTransformManager::createOutputMSStructure Create output MS structure 2026-02-10 02:24:55 INFO hanningsmooth::::casa Apply Hanning smoothing on data 2026-02-10 02:24:55 INFO hanningsmooth::::casa Task hanningsmooth complete. Start time: 2026-02-10 02:24:54.746558 End time: 2026-02-10 02:24:55.317438 2026-02-10 02:24:55 INFO hanningsmooth::::casa ##### End Task: hanningsmooth ##### 2026-02-10 02:24:55 INFO hanningsmooth::::casa ########################################## 2026-02-10 02:24:55 INFO hanningsmooth::::casa ########################################## 2026-02-10 02:24:55 INFO hanningsmooth::::casa ##### Begin Task: hanningsmooth ##### 2026-02-10 02:24:55 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-02-10 02:24:55 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-02-10 02:24:55 INFO MSTransformManager::parseMsSpecParams Data column is ALL 2026-02-10 02:24:55 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-02-10 02:24:55 INFO MSTransformManager::parseMsSpecParams Re-index is disabled 2026-02-10 02:24:55 INFO MSTransformManager::parseFreqTransParams Hanning Smooth is activated 2026-02-10 02:24:55 INFO MSTransformManager::colCheckInfo Adding DATA column to output MS from input DATA column 2026-02-10 02:24:55 INFO MSTransformManager::colCheckInfo Adding CORRECTED_DATA column to output MS from input CORRECTED_DATA column 2026-02-10 02:24:55 INFO MSTransformManager::open Select data 2026-02-10 02:24:55 INFO MSTransformManager::createOutputMSStructure Create output MS structure 2026-02-10 02:24:56 INFO hanningsmooth::::casa Apply Hanning smoothing on data 2026-02-10 02:24:57 INFO hanningsmooth::::casa Task hanningsmooth complete. Start time: 2026-02-10 02:24:55.320330 End time: 2026-02-10 02:24:57.333085 2026-02-10 02:24:57 INFO hanningsmooth::::casa ##### End Task: hanningsmooth ##### 2026-02-10 02:24:57 INFO hanningsmooth::::casa ########################################## 2026-02-10 02:24:57 INFO hanningsmooth::::casa ########################################## 2026-02-10 02:24:57 INFO hanningsmooth::::casa ##### Begin Task: hanningsmooth ##### 2026-02-10 02:24:57 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-02-10 02:24: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.test.mms/SUBMSS/ALMA-data-mst-science-testing-CAS-5013-one-baseline-one-timestamp.test.mms.0003.ms 2026-02-10 02:24:57 INFO MSTransformManager::parseMsSpecParams Data column is ALL 2026-02-10 02:24:57 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-02-10 02:24:57 INFO MSTransformManager::parseMsSpecParams Re-index is disabled 2026-02-10 02:24:57 INFO MSTransformManager::parseFreqTransParams Hanning Smooth is activated 2026-02-10 02:24:57 INFO MSTransformManager::colCheckInfo Adding DATA column to output MS from input DATA column 2026-02-10 02:24:57 INFO MSTransformManager::colCheckInfo Adding CORRECTED_DATA column to output MS from input CORRECTED_DATA column 2026-02-10 02:24:57 INFO MSTransformManager::open Select data 2026-02-10 02:24:57 INFO MSTransformManager::createOutputMSStructure Create output MS structure 2026-02-10 02:24:58 INFO hanningsmooth::::casa Apply Hanning smoothing on data 2026-02-10 02:24:58 INFO hanningsmooth::::casa Task hanningsmooth complete. Start time: 2026-02-10 02:24:57.340213 End time: 2026-02-10 02:24:57.957904 2026-02-10 02:24:58 INFO hanningsmooth::::casa ##### End Task: hanningsmooth ##### 2026-02-10 02:24:58 INFO hanningsmooth::::casa ########################################## 2026-02-10 02:24:58 INFO ParallelDataHelper::::casa Finalizing MMS structure 2026-02-10 02:24:58 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-02-10 02:24:59 INFO hanningsmooth::::casa Task hanningsmooth complete. Start time: 2026-02-10 02:24:53.725065 End time: 2026-02-10 02:24:58.793146 2026-02-10 02:24:59 INFO hanningsmooth::::casa ##### End Task: hanningsmooth ##### 2026-02-10 02:24:59 INFO hanningsmooth::::casa ########################################## ................. Creating test MMS .................. .2026-02-10 02:24:59 INFO partition::::casa ########################################## 2026-02-10 02:24:59 INFO partition::::casa ##### Begin Task: partition ##### 2026-02-10 02:24:59 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-02-10 02:24:59 INFO ParallelDataHelper::::casa Analyzing MS for partitioning 2026-02-10 02:24:59 INFO ParallelDataHelper::::casa Automatically distribute the scan/spw pairs to balance the load along field, spw and scan axes 2026-02-10 02:24:59 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-02-10 02:24:59 WARN ParallelDataHelper::getPartitionMap::casa Number of subMSs (8) is greater than available scan,ddi pairs (4), setting nsubms to 4 2026-02-10 02:24:59 INFO partition::::casa ########################################## 2026-02-10 02:24:59 INFO partition::::casa ##### Begin Task: partition ##### 2026-02-10 02:24:59 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-02-10 02:24:59 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-02-10 02:24:59 INFO MSTransformManager::parseMsSpecParams Data column is ALL 2026-02-10 02:24:59 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-02-10 02:24:59 INFO MSTransformManager::colCheckInfo Adding DATA column to output MS from input DATA column 2026-02-10 02:24:59 INFO MSTransformManager::colCheckInfo Adding CORRECTED_DATA column to output MS from input CORRECTED_DATA column 2026-02-10 02:24:59 INFO MSTransformManager::open Select data 2026-02-10 02:24:59 INFO MSTransformManager::createOutputMSStructure Create output MS structure 2026-02-10 02:24:59 INFO MSTransformDataHandler::makeSelection 1 out of 4 rows are going to be considered due to the selection criteria. 2026-02-10 02:25:00 INFO partition::::casa Run the tool to partition the MS 2026-02-10 02:25:00 INFO partition::::casa Task partition complete. Start time: 2026-02-10 02:24:59.179541 End time: 2026-02-10 02:25:00.217330 2026-02-10 02:25:00 INFO partition::::casa ##### End Task: partition ##### 2026-02-10 02:25:00 INFO partition::::casa ########################################## 2026-02-10 02:25:00 INFO partition::::casa ########################################## 2026-02-10 02:25:00 INFO partition::::casa ##### Begin Task: partition ##### 2026-02-10 02:25:00 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-02-10 02:25:00 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-02-10 02:25:00 INFO MSTransformManager::parseMsSpecParams Data column is ALL 2026-02-10 02:25:00 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-02-10 02:25:00 INFO MSTransformManager::colCheckInfo Adding DATA column to output MS from input DATA column 2026-02-10 02:25:00 INFO MSTransformManager::colCheckInfo Adding CORRECTED_DATA column to output MS from input CORRECTED_DATA column 2026-02-10 02:25:00 INFO MSTransformManager::open Select data 2026-02-10 02:25:00 INFO MSTransformManager::createOutputMSStructure Create output MS structure 2026-02-10 02:25:00 INFO MSTransformDataHandler::makeSelection 1 out of 4 rows are going to be considered due to the selection criteria. 2026-02-10 02:25:01 INFO partition::::casa Run the tool to partition the MS 2026-02-10 02:25:01 INFO partition::::casa Task partition complete. Start time: 2026-02-10 02:25:00.224564 End time: 2026-02-10 02:25:01.051948 2026-02-10 02:25:01 INFO partition::::casa ##### End Task: partition ##### 2026-02-10 02:25:01 INFO partition::::casa ########################################## 2026-02-10 02:25:01 INFO partition::::casa ########################################## 2026-02-10 02:25:01 INFO partition::::casa ##### Begin Task: partition ##### 2026-02-10 02:25: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.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-02-10 02:25: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-02-10 02:25:01 INFO MSTransformManager::parseMsSpecParams Data column is ALL 2026-02-10 02:25: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.0002.ms 2026-02-10 02:25:01 INFO MSTransformManager::colCheckInfo Adding DATA column to output MS from input DATA column 2026-02-10 02:25:01 INFO MSTransformManager::colCheckInfo Adding CORRECTED_DATA column to output MS from input CORRECTED_DATA column 2026-02-10 02:25:01 INFO MSTransformManager::open Select data 2026-02-10 02:25:01 INFO MSTransformManager::createOutputMSStructure Create output MS structure 2026-02-10 02:25:01 INFO MSTransformDataHandler::makeSelection 1 out of 4 rows are going to be considered due to the selection criteria. 2026-02-10 02:25:02 INFO partition::::casa Run the tool to partition the MS 2026-02-10 02:25:02 INFO partition::::casa Task partition complete. Start time: 2026-02-10 02:25:01.057623 End time: 2026-02-10 02:25:01.936989 2026-02-10 02:25:02 INFO partition::::casa ##### End Task: partition ##### 2026-02-10 02:25:02 INFO partition::::casa ########################################## 2026-02-10 02:25:02 INFO partition::::casa ########################################## 2026-02-10 02:25:02 INFO partition::::casa ##### Begin Task: partition ##### 2026-02-10 02:25:02 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-02-10 02:25:02 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-02-10 02:25:02 INFO MSTransformManager::parseMsSpecParams Data column is ALL 2026-02-10 02:25:02 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-02-10 02:25:02 INFO MSTransformManager::colCheckInfo Adding DATA column to output MS from input DATA column 2026-02-10 02:25:02 INFO MSTransformManager::colCheckInfo Adding CORRECTED_DATA column to output MS from input CORRECTED_DATA column 2026-02-10 02:25:02 INFO MSTransformManager::open Select data 2026-02-10 02:25:02 INFO MSTransformManager::createOutputMSStructure Create output MS structure 2026-02-10 02:25:02 INFO MSTransformDataHandler::makeSelection 1 out of 4 rows are going to be considered due to the selection criteria. 2026-02-10 02:25:02 INFO partition::::casa Run the tool to partition the MS 2026-02-10 02:25:04 INFO partition::::casa Task partition complete. Start time: 2026-02-10 02:25:01.941749 End time: 2026-02-10 02:25:03.681303 2026-02-10 02:25:04 INFO partition::::casa ##### End Task: partition ##### 2026-02-10 02:25:04 INFO partition::::casa ########################################## 2026-02-10 02:25:04 INFO ParallelDataHelper::::casa Finalizing MMS structure 2026-02-10 02:25:04 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-02-10 02:25:05 INFO partition::::casa Create a backup of the flags that are in the MMS 2026-02-10 02:25:05 INFO AgentFlagger::open Table type is Measurement Set 2026-02-10 02:25:05 INFO FlagVersion::saveFlagVersion Creating new backup flag file called partition_1 2026-02-10 02:25:05 INFO partition::::casa Task partition complete. Start time: 2026-02-10 02:24:59.115231 End time: 2026-02-10 02:25:04.664738 2026-02-10 02:25:05 INFO partition::::casa ##### End Task: partition ##### 2026-02-10 02:25:05 INFO partition::::casa ########################################## 2026-02-10 02:25:05 INFO hanningsmooth::::casa ########################################## 2026-02-10 02:25:05 INFO hanningsmooth::::casa ##### Begin Task: hanningsmooth ##### 2026-02-10 02:25:05 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-02-10 02:25:05 INFO MSTransformManager::parseMsSpecParams Input file name is ALMA-data-mst-science-testing-CAS-5013-one-baseline-one-timestamp.test.mms 2026-02-10 02:25:05 INFO MSTransformManager::parseMsSpecParams Data column is ALL 2026-02-10 02:25:05 INFO MSTransformManager::parseMsSpecParams Output file name is hannall.ms 2026-02-10 02:25:05 INFO MSTransformManager::parseMsSpecParams Re-index is disabled 2026-02-10 02:25:05 INFO MSTransformManager::parseFreqTransParams Hanning Smooth is activated 2026-02-10 02:25:05 INFO MSTransformManager::colCheckInfo Adding DATA column to output MS from input DATA column 2026-02-10 02:25:05 INFO MSTransformManager::colCheckInfo Adding CORRECTED_DATA column to output MS from input CORRECTED_DATA column 2026-02-10 02:25:05 INFO MSTransformManager::open Select data 2026-02-10 02:25:05 INFO MSTransformManager::createOutputMSStructure Create output MS structure 2026-02-10 02:25:05 INFO hanningsmooth::::casa Apply Hanning smoothing on data 2026-02-10 02:25:05 INFO hanningsmooth::::casa Task hanningsmooth complete. Start time: 2026-02-10 02:25:04.670266 End time: 2026-02-10 02:25:05.444700 2026-02-10 02:25:05 INFO hanningsmooth::::casa ##### End Task: hanningsmooth ##### 2026-02-10 02:25:05 INFO hanningsmooth::::casa ########################################## ................. Creating test MMS .................. .2026-02-10 02:25:06 INFO hanningsmooth::::casa ########################################## 2026-02-10 02:25:06 INFO hanningsmooth::::casa ##### Begin Task: hanningsmooth ##### 2026-02-10 02:25:06 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-02-10 02:25:06 INFO MSTransformManager::parseMsSpecParams Input file name is Four_ants_3C286.ms 2026-02-10 02:25:06 INFO MSTransformManager::parseMsSpecParams Data column is ALL 2026-02-10 02:25:06 INFO MSTransformManager::parseMsSpecParams Output file name is hanning_smooth_spw_int.ms 2026-02-10 02:25:06 INFO MSTransformManager::parseMsSpecParams Re-index is disabled 2026-02-10 02:25:06 INFO MSTransformManager::parseFreqTransParams Hanning Smooth is activated 2026-02-10 02:25:06 INFO MSTransformManager::colCheckInfo Adding DATA column to output MS from input DATA column 2026-02-10 02:25:06 INFO MSTransformManager::colCheckInfo Adding CORRECTED_DATA column to output MS from input CORRECTED_DATA column 2026-02-10 02:25:06 INFO MSTransformManager::colCheckInfo Adding MODEL_DATA column to output MS from input MODEL_DATA column 2026-02-10 02:25:06 INFO MSTransformManager::open Select data 2026-02-10 02:25:06 INFO MSTransformManager::createOutputMSStructure Create output MS structure 2026-02-10 02:25:06 INFO hanningsmooth::::casa Apply Hanning smoothing on data 2026-02-10 02:25:09 INFO hanningsmooth::::casa Task hanningsmooth complete. Start time: 2026-02-10 02:25:05.772181 End time: 2026-02-10 02:25:08.851027 2026-02-10 02:25:09 INFO hanningsmooth::::casa ##### End Task: hanningsmooth ##### 2026-02-10 02:25:09 INFO hanningsmooth::::casa ########################################## .2026-02-10 02:25:21 INFO hanningsmooth::::casa ########################################## 2026-02-10 02:25:21 INFO hanningsmooth::::casa ##### Begin Task: hanningsmooth ##### 2026-02-10 02:25:21 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-02-10 02:25:21 INFO MSTransformManager::parseMsSpecParams Input file name is Four_ants_3C286.ms 2026-02-10 02:25:21 INFO MSTransformManager::parseMsSpecParams Data column is ALL 2026-02-10 02:25:21 INFO MSTransformManager::parseMsSpecParams Output file name is hanning_smooth_spw_intvec.ms 2026-02-10 02:25:21 INFO MSTransformManager::parseMsSpecParams Re-index is disabled 2026-02-10 02:25:21 INFO MSTransformManager::parseFreqTransParams Hanning Smooth is activated 2026-02-10 02:25:21 INFO MSTransformManager::colCheckInfo Adding DATA column to output MS from input DATA column 2026-02-10 02:25:21 INFO MSTransformManager::colCheckInfo Adding CORRECTED_DATA column to output MS from input CORRECTED_DATA column 2026-02-10 02:25:21 INFO MSTransformManager::colCheckInfo Adding MODEL_DATA column to output MS from input MODEL_DATA column 2026-02-10 02:25:21 INFO MSTransformManager::open Select data 2026-02-10 02:25:21 INFO MSTransformManager::createOutputMSStructure Create output MS structure 2026-02-10 02:25:22 INFO hanningsmooth::::casa Apply Hanning smoothing on data 2026-02-10 02:25:25 INFO hanningsmooth::::casa Task hanningsmooth complete. Start time: 2026-02-10 02:25:20.847287 End time: 2026-02-10 02:25:24.855247 2026-02-10 02:25:25 INFO hanningsmooth::::casa ##### End Task: hanningsmooth ##### 2026-02-10 02:25:25 INFO hanningsmooth::::casa ########################################## .2026-02-10 02:25:36 INFO hanningsmooth::::casa ########################################## 2026-02-10 02:25:36 INFO hanningsmooth::::casa ##### Begin Task: hanningsmooth ##### 2026-02-10 02:25:36 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-02-10 02:25:36 INFO MSTransformManager::parseMsSpecParams Input file name is Four_ants_3C286.ms 2026-02-10 02:25:36 INFO MSTransformManager::parseMsSpecParams Data column is ALL 2026-02-10 02:25:36 INFO MSTransformManager::parseMsSpecParams Output file name is hanning_smooth_spw_intvec_sel.ms 2026-02-10 02:25:36 INFO MSTransformManager::parseMsSpecParams Re-index is disabled 2026-02-10 02:25:36 INFO MSTransformManager::parseDataSelParams spw selection is 5,6,7,8,9,10 2026-02-10 02:25:36 INFO MSTransformManager::parseFreqTransParams Hanning Smooth is activated 2026-02-10 02:25:36 INFO MSTransformManager::colCheckInfo Adding DATA column to output MS from input DATA column 2026-02-10 02:25:36 INFO MSTransformManager::colCheckInfo Adding CORRECTED_DATA column to output MS from input CORRECTED_DATA column 2026-02-10 02:25:36 INFO MSTransformManager::colCheckInfo Adding MODEL_DATA column to output MS from input MODEL_DATA column 2026-02-10 02:25:36 INFO MSTransformManager::initDataSelectionParams Selected SPWs Ids are Axis Lengths: [6, 4] (NB: Matrix in Row/Column order) 2026-02-10 02:25:36 INFO MSTransformManager::initDataSelectionParams+ [5, 0, 63, 1 2026-02-10 02:25:36 INFO MSTransformManager::initDataSelectionParams+ 6, 0, 63, 1 2026-02-10 02:25:36 INFO MSTransformManager::initDataSelectionParams+ 7, 0, 63, 1 2026-02-10 02:25:36 INFO MSTransformManager::initDataSelectionParams+ 8, 0, 63, 1 2026-02-10 02:25:36 INFO MSTransformManager::initDataSelectionParams+ 9, 0, 63, 1 2026-02-10 02:25:36 INFO MSTransformManager::initDataSelectionParams+ 10, 0, 63, 1] 2026-02-10 02:25:36 INFO MSTransformManager::open Select data 2026-02-10 02:25:36 INFO MSTransformManager::createOutputMSStructure Create output MS structure 2026-02-10 02:25:36 INFO MSTransformDataHandler::makeSelection 6444 out of 17184 rows are going to be considered due to the selection criteria. 2026-02-10 02:25:36 INFO hanningsmooth::::casa Apply Hanning smoothing on data 2026-02-10 02:25:37 INFO hanningsmooth::::casa Task hanningsmooth complete. Start time: 2026-02-10 02:25:35.643931 End time: 2026-02-10 02:25:37.148376 2026-02-10 02:25:37 INFO hanningsmooth::::casa ##### End Task: hanningsmooth ##### 2026-02-10 02:25:37 INFO hanningsmooth::::casa ########################################## .2026-02-10 02:25:42 INFO hanningsmooth::::casa ########################################## 2026-02-10 02:25:42 INFO hanningsmooth::::casa ##### Begin Task: hanningsmooth ##### 2026-02-10 02:25:42 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-02-10 02:25:42 INFO MSTransformManager::parseMsSpecParams Input file name is Four_ants_3C286.ms 2026-02-10 02:25:42 INFO MSTransformManager::parseMsSpecParams Data column is ALL 2026-02-10 02:25:42 INFO MSTransformManager::parseMsSpecParams Output file name is hanning_smooth_spw-intvec_sel_gap.ms 2026-02-10 02:25:42 INFO MSTransformManager::parseMsSpecParams Re-index is disabled 2026-02-10 02:25:42 INFO MSTransformManager::parseDataSelParams spw selection is 7,8,9 2026-02-10 02:25:42 INFO MSTransformManager::parseFreqTransParams Hanning Smooth is activated 2026-02-10 02:25:42 INFO MSTransformManager::colCheckInfo Adding DATA column to output MS from input DATA column 2026-02-10 02:25:42 INFO MSTransformManager::colCheckInfo Adding CORRECTED_DATA column to output MS from input CORRECTED_DATA column 2026-02-10 02:25:42 INFO MSTransformManager::colCheckInfo Adding MODEL_DATA column to output MS from input MODEL_DATA column 2026-02-10 02:25:42 INFO MSTransformManager::initDataSelectionParams Selected SPWs Ids are Axis Lengths: [3, 4] (NB: Matrix in Row/Column order) 2026-02-10 02:25:42 INFO MSTransformManager::initDataSelectionParams+ [7, 0, 63, 1 2026-02-10 02:25:42 INFO MSTransformManager::initDataSelectionParams+ 8, 0, 63, 1 2026-02-10 02:25:42 INFO MSTransformManager::initDataSelectionParams+ 9, 0, 63, 1] 2026-02-10 02:25:42 INFO MSTransformManager::open Select data 2026-02-10 02:25:42 INFO MSTransformManager::createOutputMSStructure Create output MS structure 2026-02-10 02:25:42 INFO MSTransformDataHandler::makeSelection 3222 out of 17184 rows are going to be considered due to the selection criteria. 2026-02-10 02:25:42 INFO hanningsmooth::::casa Apply Hanning smoothing on data 2026-02-10 02:25:42 INFO hanningsmooth::::casa Task hanningsmooth complete. Start time: 2026-02-10 02:25:41.504147 End time: 2026-02-10 02:25:42.492589 2026-02-10 02:25:42 INFO hanningsmooth::::casa ##### End Task: hanningsmooth ##### 2026-02-10 02:25:42 INFO hanningsmooth::::casa ########################################## .2026-02-10 02:25:45 INFO hanningsmooth::::casa ########################################## 2026-02-10 02:25:45 INFO hanningsmooth::::casa ##### Begin Task: hanningsmooth ##### 2026-02-10 02:25:45 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-02-10 02:25:45 INFO MSTransformManager::parseMsSpecParams Input file name is Four_ants_3C286.ms 2026-02-10 02:25:45 INFO MSTransformManager::parseMsSpecParams Data column is ALL 2026-02-10 02:25:45 INFO MSTransformManager::parseMsSpecParams Output file name is hanning_smooth_spw_intvec_sel_noov.ms 2026-02-10 02:25:45 INFO MSTransformManager::parseMsSpecParams Re-index is disabled 2026-02-10 02:25:45 INFO MSTransformManager::parseDataSelParams spw selection is 7,8,9 2026-02-10 02:25:45 INFO MSTransformManager::parseFreqTransParams Hanning Smooth is activated 2026-02-10 02:25:45 INFO MSTransformManager::colCheckInfo Adding DATA column to output MS from input DATA column 2026-02-10 02:25:45 INFO MSTransformManager::colCheckInfo Adding CORRECTED_DATA column to output MS from input CORRECTED_DATA column 2026-02-10 02:25:45 INFO MSTransformManager::colCheckInfo Adding MODEL_DATA column to output MS from input MODEL_DATA column 2026-02-10 02:25:45 INFO MSTransformManager::initDataSelectionParams Selected SPWs Ids are Axis Lengths: [3, 4] (NB: Matrix in Row/Column order) 2026-02-10 02:25:45 INFO MSTransformManager::initDataSelectionParams+ [7, 0, 63, 1 2026-02-10 02:25:45 INFO MSTransformManager::initDataSelectionParams+ 8, 0, 63, 1 2026-02-10 02:25:45 INFO MSTransformManager::initDataSelectionParams+ 9, 0, 63, 1] 2026-02-10 02:25:45 INFO MSTransformManager::open Select data 2026-02-10 02:25:45 INFO MSTransformManager::createOutputMSStructure Create output MS structure 2026-02-10 02:25:45 INFO MSTransformDataHandler::makeSelection 3222 out of 17184 rows are going to be considered due to the selection criteria. 2026-02-10 02:25:45 INFO hanningsmooth::::casa Apply Hanning smoothing on data 2026-02-10 02:25:46 INFO hanningsmooth::::casa Task hanningsmooth complete. Start time: 2026-02-10 02:25:44.910962 End time: 2026-02-10 02:25:45.677854 2026-02-10 02:25:46 INFO hanningsmooth::::casa ##### End Task: hanningsmooth ##### 2026-02-10 02:25:46 INFO hanningsmooth::::casa ########################################## .2026-02-10 02:25:48 INFO hanningsmooth::::casa ########################################## 2026-02-10 02:25:48 INFO hanningsmooth::::casa ##### Begin Task: hanningsmooth ##### 2026-02-10 02:25:48 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-02-10 02:25:48 INFO MSTransformManager::parseMsSpecParams Input file name is Four_ants_3C286.ms 2026-02-10 02:25:48 INFO MSTransformManager::parseMsSpecParams Data column is ALL 2026-02-10 02:25:48 INFO MSTransformManager::parseMsSpecParams Output file name is hanning_smooth_spw_str.ms 2026-02-10 02:25:48 INFO MSTransformManager::parseMsSpecParams Re-index is disabled 2026-02-10 02:25:48 INFO MSTransformManager::parseFreqTransParams Hanning Smooth is activated 2026-02-10 02:25:48 INFO MSTransformManager::colCheckInfo Adding DATA column to output MS from input DATA column 2026-02-10 02:25:48 INFO MSTransformManager::colCheckInfo Adding CORRECTED_DATA column to output MS from input CORRECTED_DATA column 2026-02-10 02:25:48 INFO MSTransformManager::colCheckInfo Adding MODEL_DATA column to output MS from input MODEL_DATA column 2026-02-10 02:25:48 INFO MSTransformManager::open Select data 2026-02-10 02:25:48 INFO MSTransformManager::createOutputMSStructure Create output MS structure 2026-02-10 02:25:48 INFO hanningsmooth::::casa Apply Hanning smoothing on data 2026-02-10 02:25:51 INFO hanningsmooth::::casa Task hanningsmooth complete. Start time: 2026-02-10 02:25:48.167701 End time: 2026-02-10 02:25:50.814168 2026-02-10 02:25:51 INFO hanningsmooth::::casa ##### End Task: hanningsmooth ##### 2026-02-10 02:25:51 INFO hanningsmooth::::casa ########################################## .2026-02-10 02:26:01 INFO hanningsmooth::::casa ########################################## 2026-02-10 02:26:01 INFO hanningsmooth::::casa ##### Begin Task: hanningsmooth ##### 2026-02-10 02:26:01 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-02-10 02:26:01 INFO MSTransformManager::parseMsSpecParams Input file name is Four_ants_3C286.ms 2026-02-10 02:26:01 INFO MSTransformManager::parseMsSpecParams Data column is ALL 2026-02-10 02:26:01 INFO MSTransformManager::parseMsSpecParams Output file name is hanning_smooth_spw_str_def.ms 2026-02-10 02:26:01 INFO MSTransformManager::parseMsSpecParams Re-index is disabled 2026-02-10 02:26:01 INFO MSTransformManager::parseFreqTransParams Hanning Smooth is activated 2026-02-10 02:26:01 INFO MSTransformManager::colCheckInfo Adding DATA column to output MS from input DATA column 2026-02-10 02:26:01 INFO MSTransformManager::colCheckInfo Adding CORRECTED_DATA column to output MS from input CORRECTED_DATA column 2026-02-10 02:26:01 INFO MSTransformManager::colCheckInfo Adding MODEL_DATA column to output MS from input MODEL_DATA column 2026-02-10 02:26:01 INFO MSTransformManager::open Select data 2026-02-10 02:26:01 INFO MSTransformManager::createOutputMSStructure Create output MS structure 2026-02-10 02:26:01 INFO hanningsmooth::::casa Apply Hanning smoothing on data 2026-02-10 02:26:04 INFO hanningsmooth::::casa Task hanningsmooth complete. Start time: 2026-02-10 02:26:01.118561 End time: 2026-02-10 02:26:04.042504 2026-02-10 02:26:04 INFO hanningsmooth::::casa ##### End Task: hanningsmooth ##### 2026-02-10 02:26:04 INFO hanningsmooth::::casa ########################################## .2026-02-10 02:26:14 INFO hanningsmooth::::casa ########################################## 2026-02-10 02:26:14 INFO hanningsmooth::::casa ##### Begin Task: hanningsmooth ##### 2026-02-10 02:26:14 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-02-10 02:26:14 INFO MSTransformManager::parseMsSpecParams Input file name is Four_ants_3C286.ms 2026-02-10 02:26:14 INFO MSTransformManager::parseMsSpecParams Data column is ALL 2026-02-10 02:26:14 INFO MSTransformManager::parseMsSpecParams Output file name is hanning_smooth_spw_str_range.ms 2026-02-10 02:26:14 INFO MSTransformManager::parseMsSpecParams Re-index is disabled 2026-02-10 02:26:14 INFO MSTransformManager::parseFreqTransParams Hanning Smooth is activated 2026-02-10 02:26:14 INFO MSTransformManager::colCheckInfo Adding DATA column to output MS from input DATA column 2026-02-10 02:26:14 INFO MSTransformManager::colCheckInfo Adding CORRECTED_DATA column to output MS from input CORRECTED_DATA column 2026-02-10 02:26:14 INFO MSTransformManager::colCheckInfo Adding MODEL_DATA column to output MS from input MODEL_DATA column 2026-02-10 02:26:14 INFO MSTransformManager::open Select data 2026-02-10 02:26:14 INFO MSTransformManager::createOutputMSStructure Create output MS structure 2026-02-10 02:26:14 INFO hanningsmooth::::casa Apply Hanning smoothing on data 2026-02-10 02:26:17 INFO hanningsmooth::::casa Task hanningsmooth complete. Start time: 2026-02-10 02:26:14.091289 End time: 2026-02-10 02:26:16.764149 2026-02-10 02:26:17 INFO hanningsmooth::::casa ##### End Task: hanningsmooth ##### 2026-02-10 02:26:17 INFO hanningsmooth::::casa ########################################## .2026-02-10 02:26:28 INFO hanningsmooth::::casa ########################################## 2026-02-10 02:26:28 INFO hanningsmooth::::casa ##### Begin Task: hanningsmooth ##### 2026-02-10 02:26:28 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-02-10 02:26:28 INFO MSTransformManager::parseMsSpecParams Input file name is Four_ants_3C286.ms 2026-02-10 02:26:28 INFO MSTransformManager::parseMsSpecParams Data column is ALL 2026-02-10 02:26:28 INFO MSTransformManager::parseMsSpecParams Output file name is hanning_smooth_spw_str_spc.ms 2026-02-10 02:26:28 INFO MSTransformManager::parseMsSpecParams Re-index is disabled 2026-02-10 02:26:28 INFO MSTransformManager::parseFreqTransParams Hanning Smooth is activated 2026-02-10 02:26:28 INFO MSTransformManager::colCheckInfo Adding DATA column to output MS from input DATA column 2026-02-10 02:26:28 INFO MSTransformManager::colCheckInfo Adding CORRECTED_DATA column to output MS from input CORRECTED_DATA column 2026-02-10 02:26:28 INFO MSTransformManager::colCheckInfo Adding MODEL_DATA column to output MS from input MODEL_DATA column 2026-02-10 02:26:28 INFO MSTransformManager::open Select data 2026-02-10 02:26:28 INFO MSTransformManager::createOutputMSStructure Create output MS structure 2026-02-10 02:26:28 INFO hanningsmooth::::casa Apply Hanning smoothing on data 2026-02-10 02:26:31 INFO hanningsmooth::::casa Task hanningsmooth complete. Start time: 2026-02-10 02:26:28.097647 End time: 2026-02-10 02:26:31.077893 2026-02-10 02:26:31 INFO hanningsmooth::::casa ##### End Task: hanningsmooth ##### 2026-02-10 02:26:31 INFO hanningsmooth::::casa ########################################## .2026-02-10 02:26:42 INFO hanningsmooth::::casa ########################################## 2026-02-10 02:26:42 INFO hanningsmooth::::casa ##### Begin Task: hanningsmooth ##### 2026-02-10 02:26:42 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-02-10 02:26:42 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-02-10 02:26:42 INFO hanningsmooth::::casa Traceback (most recent call last): 2026-02-10 02:26:42 INFO hanningsmooth::::casa+ File "/wheeldirectory/casa-6.7.5-4-py3.12.el8/lib/py/lib/python3.12/site-packages/casashell/private/hanningsmooth.py", line 748, in __call__ 2026-02-10 02:26:42 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-02-10 02:26:42 INFO hanningsmooth::::casa+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-02-10 02:26:42 INFO hanningsmooth::::casa+ File "/wheeldirectory/casa-6.7.5-4-py3.12.el8/lib/py/lib/python3.12/site-packages/casatasks/private/task_hanningsmooth.py", line 99, in hanningsmooth 2026-02-10 02:26:42 INFO hanningsmooth::::casa+ raise ValueError("smooth_spw must be a list of single SPWs, a str\ 2026-02-10 02:26:42 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-02-10 02:26:42 INFO hanningsmooth::::casa Task hanningsmooth complete. Start time: 2026-02-10 02:26:41.675199 End time: 2026-02-10 02:26:41.711382 2026-02-10 02:26:42 INFO hanningsmooth::::casa ##### End Task: hanningsmooth ##### 2026-02-10 02:26:42 INFO hanningsmooth::::casa ########################################## 2026-02-10 02:26:42 INFO hanningsmooth::::casa ########################################## 2026-02-10 02:26:42 INFO hanningsmooth::::casa ##### Begin Task: hanningsmooth ##### 2026-02-10 02:26:42 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-02-10 02:26:42 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-02-10 02:26:42 INFO hanningsmooth::::casa Traceback (most recent call last): 2026-02-10 02:26:42 INFO hanningsmooth::::casa+ File "/wheeldirectory/casa-6.7.5-4-py3.12.el8/lib/py/lib/python3.12/site-packages/casashell/private/hanningsmooth.py", line 748, in __call__ 2026-02-10 02:26:42 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-02-10 02:26:42 INFO hanningsmooth::::casa+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-02-10 02:26:42 INFO hanningsmooth::::casa+ File "/wheeldirectory/casa-6.7.5-4-py3.12.el8/lib/py/lib/python3.12/site-packages/casatasks/private/task_hanningsmooth.py", line 99, in hanningsmooth 2026-02-10 02:26:42 INFO hanningsmooth::::casa+ raise ValueError("smooth_spw must be a list of single SPWs, a str\ 2026-02-10 02:26:42 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-02-10 02:26:42 INFO hanningsmooth::::casa Task hanningsmooth complete. Start time: 2026-02-10 02:26:41.715942 End time: 2026-02-10 02:26:41.735210 2026-02-10 02:26:42 INFO hanningsmooth::::casa ##### End Task: hanningsmooth ##### 2026-02-10 02:26:42 INFO hanningsmooth::::casa ########################################## 2026-02-10 02:26:42 INFO hanningsmooth::::casa ########################################## 2026-02-10 02:26:42 INFO hanningsmooth::::casa ##### Begin Task: hanningsmooth ##### 2026-02-10 02:26:42 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-02-10 02:26:42 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-02-10 02:26:42 INFO hanningsmooth::::casa Traceback (most recent call last): 2026-02-10 02:26:42 INFO hanningsmooth::::casa+ File "/wheeldirectory/casa-6.7.5-4-py3.12.el8/lib/py/lib/python3.12/site-packages/casashell/private/hanningsmooth.py", line 748, in __call__ 2026-02-10 02:26:42 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-02-10 02:26:42 INFO hanningsmooth::::casa+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-02-10 02:26:42 INFO hanningsmooth::::casa+ File "/wheeldirectory/casa-6.7.5-4-py3.12.el8/lib/py/lib/python3.12/site-packages/casatasks/private/task_hanningsmooth.py", line 99, in hanningsmooth 2026-02-10 02:26:42 INFO hanningsmooth::::casa+ raise ValueError("smooth_spw must be a list of single SPWs, a str\ 2026-02-10 02:26:42 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-02-10 02:26:42 INFO hanningsmooth::::casa Task hanningsmooth complete. Start time: 2026-02-10 02:26:41.739353 End time: 2026-02-10 02:26:41.755099 2026-02-10 02:26:42 INFO hanningsmooth::::casa ##### End Task: hanningsmooth ##### 2026-02-10 02:26:42 INFO hanningsmooth::::casa ########################################## 2026-02-10 02:26:42 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-02-10 02:26:42 INFO hanningsmooth::::casa Traceback (most recent call last): 2026-02-10 02:26:42 INFO hanningsmooth::::casa+ File "/wheeldirectory/casa-6.7.5-4-py3.12.el8/lib/py/lib/python3.12/site-packages/casashell/private/hanningsmooth.py", line 746, in __call__ 2026-02-10 02:26:42 INFO hanningsmooth::::casa+ assert _pc.validate(_invocation_parameters,self.__schema), create_error_string(_pc.errors) 2026-02-10 02:26:42 INFO hanningsmooth::::casa+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-02-10 02:26:42 INFO hanningsmooth::::casa+ AssertionError: {'smooth_spw': ['must be of cStr type', 'must be of cInt type', 'must be of cIntVec type']} 2026-02-10 02:26:42 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-02-10 02:26:42 INFO hanningsmooth::::casa Traceback (most recent call last): 2026-02-10 02:26:42 INFO hanningsmooth::::casa+ File "/wheeldirectory/casa-6.7.5-4-py3.12.el8/lib/py/lib/python3.12/site-packages/casashell/private/hanningsmooth.py", line 746, in __call__ 2026-02-10 02:26:42 INFO hanningsmooth::::casa+ assert _pc.validate(_invocation_parameters,self.__schema), create_error_string(_pc.errors) 2026-02-10 02:26:42 INFO hanningsmooth::::casa+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-02-10 02:26:42 INFO hanningsmooth::::casa+ AssertionError: {'smooth_spw': ['must be of cStr type', 'must be of cInt type', 'must be of cIntVec type']} 2026-02-10 02:26:42 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-02-10 02:26:42 INFO hanningsmooth::::casa Traceback (most recent call last): 2026-02-10 02:26:42 INFO hanningsmooth::::casa+ File "/wheeldirectory/casa-6.7.5-4-py3.12.el8/lib/py/lib/python3.12/site-packages/casashell/private/hanningsmooth.py", line 746, in __call__ 2026-02-10 02:26:42 INFO hanningsmooth::::casa+ assert _pc.validate(_invocation_parameters,self.__schema), create_error_string(_pc.errors) 2026-02-10 02:26:42 INFO hanningsmooth::::casa+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-02-10 02:26:42 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 173.137s OK Generating XML reports...