2024-09-24 17:26:43	INFO	::casa	Using user configuration file /home/casatest/.casa/config.py
2024-09-24 17:26:43	INFO	::casa	loaded config file : /wheeldirectory/casa-CAS-14371-4-py3.8.el8/lib/py/lib/python3.8/site-packages/casaconfig/config.py
2024-09-24 17:26:43	INFO	::casa	loaded config file : /home/casatest/.casa/config.py
2024-09-24 17:26:43	INFO	::casa	
2024-09-24 17:26:43	INFO	::casa	config values
2024-09-24 17:26:43	INFO	::casa	    agg = False
2024-09-24 17:26:43	INFO	::casa	    cachedir = '/home/casatest/.casa'
2024-09-24 17:26:43	INFO	::casa	    casaconfig_verbose = 1
2024-09-24 17:26:43	INFO	::casa	    colors = 'Neutral'
2024-09-24 17:26:43	INFO	::casa	    data_auto_update = False
2024-09-24 17:26:43	INFO	::casa	    datapath = ['/opt/casa/data/master', '/opt/casa/data/casatestdata']
2024-09-24 17:26:43	INFO	::casa	    iplog = False
2024-09-24 17:26:43	INFO	::casa	    iplogfile = '/home/casatest/casa6/casatasks/tests/casashell_tests/work/test_task_hanningsmooth_casashell/ipython-20240924-172640.log'
2024-09-24 17:26:43	INFO	::casa	    log2term = True
2024-09-24 17:26:43	INFO	::casa	    logfile = '/home/casatest/casa6/casatasks/tests/casashell_tests/work/test_task_hanningsmooth_casashell/casa-20240924-172640.log'
2024-09-24 17:26:43	INFO	::casa	    measures_auto_update = False
2024-09-24 17:26:43	INFO	::casa	    measurespath = '/opt/casa/data/master'
2024-09-24 17:26:43	INFO	::casa	    nogui = False
2024-09-24 17:26:43	INFO	::casa	    nologfile = False
2024-09-24 17:26:43	INFO	::casa	    nologger = True
2024-09-24 17:26:43	INFO	::casa	    pipeline = False
2024-09-24 17:26:43	INFO	::casa	    startupfile = '/home/casatest/.casa/startup.py'
2024-09-24 17:26:43	INFO	::casa	    user_site = False
2024-09-24 17:26:43	INFO	::casa	
2024-09-24 17:26:43	INFO	::casa	casarundata version is unknown, this is probably a legacy version not installed by casaconfig
2024-09-24 17:26:43	INFO	::casa	measures version is unknown, this is probably a legacy version not installed by casaconfig
2024-09-24 17:26:43	INFO	::casa	
2024-09-24 17:26:43	INFO	::casa	Checking Measures tables in data repository sub-directory /opt/casa/data/master/geodetic
2024-09-24 17:26:43	INFO	::casa	  IERSeop2000 (version date, last date in table (UTC)): 2024/08/31/15:00, 2024/08/01/00:00:00
2024-09-24 17:26:43	INFO	::casa	  IERSeop97 (version date, last date in table (UTC)): 2024/08/31/15:00, 2024/08/01/00:00:00
2024-09-24 17:26:43	INFO	::casa	  IERSpredict (version date, last date in table (UTC)): 2024/09/23/15:00, 2024/12/22/00:00:00
2024-09-24 17:26:43	INFO	::casa	  TAI_UTC (version date, last date in table (UTC)): 2024/08/28/15:00, 2017/01/01/00:00:00
2024-09-24 17:26:43	SEVERE	hanningsmooth::::casa	Exception Reported: Error in hanningsmooth: the vis parameter must be a path that exists ('badmsfile' does not exist)
2024-09-24 17:26:43	INFO	hanningsmooth::::casa	Traceback (most recent call last):
2024-09-24 17:26:43	INFO	hanningsmooth::::casa+	  File "/wheeldirectory/casa-CAS-14371-4-py3.8.el8/lib/py/lib/python3.8/site-packages/casashell/private/hanningsmooth.py", line 699, in __call__
2024-09-24 17:26:43	INFO	hanningsmooth::::casa+	    assert _pc.validate(_invocation_parameters,self.__schema), create_error_string(_pc.errors)
2024-09-24 17:26:43	INFO	hanningsmooth::::casa+	AssertionError: the vis parameter must be a path that exists ('badmsfile' does not exist)
2024-09-24 17:26:43	INFO	hanningsmooth::::casa	##########################################
2024-09-24 17:26:43	INFO	hanningsmooth::::casa	##### Begin Task: hanningsmooth      #####
2024-09-24 17:26:43	INFO	hanningsmooth::::casa	hanningsmooth( vis='ngc5921_ut.ms', outputvis='hann2.ms', keepmms=True, field='', spw='', scan='', antenna='', correlation='', timerange='', intent='', array='', uvrange='', observation='', feed='', datacolumn='corrected' )
2024-09-24 17:26:43	WARN	hanningsmooth::::casa	Input CORRECTED_DATA does not exist. Will use DATA
2024-09-24 17:26:43	INFO	MSTransformManager::parseMsSpecParams	Input file name is ngc5921_ut.ms
2024-09-24 17:26:43	INFO	MSTransformManager::parseMsSpecParams	Data column is DATA
2024-09-24 17:26:43	INFO	MSTransformManager::parseMsSpecParams	Output file name is hann2.ms
2024-09-24 17:26:43	INFO	MSTransformManager::parseFreqTransParams	Hanning Smooth is activated
2024-09-24 17:26:43	INFO	MSTransformManager::colCheckInfo	Adding DATA column to output MS from input DATA column
2024-09-24 17:26:43	INFO	MSTransformManager::open	Select data
2024-09-24 17:26:43	INFO	MSTransformManager::createOutputMSStructure	Create output MS structure
2024-09-24 17:26:43	INFO	MSTransformManager::checkFillWeightSpectrum	Optional column WEIGHT_SPECTRUM found in input MS will be written to output MS
2024-09-24 17:26:43	INFO	hanningsmooth::::casa	Apply Hanning smoothing on data
2024-09-24 17:26:44	INFO	hanningsmooth::::casa	Task hanningsmooth complete. Start time: 2024-09-24 17:26:42.664836 End time: 2024-09-24 17:26:43.729543
2024-09-24 17:26:44	INFO	hanningsmooth::::casa	##### End Task: hanningsmooth        #####
2024-09-24 17:26:44	INFO	hanningsmooth::::casa	##########################################
2024-09-24 17:26:44	INFO	hanningsmooth::::casa	##########################################
2024-09-24 17:26:44	INFO	hanningsmooth::::casa	##### Begin Task: hanningsmooth      #####
2024-09-24 17:26:44	INFO	hanningsmooth::::casa	hanningsmooth( vis='ngc5921_ut.ms', outputvis='hann3.ms', keepmms=True, field='', spw='', scan='', antenna='', correlation='', timerange='', intent='', array='', uvrange='', observation='', feed='', datacolumn='corrected' )
2024-09-24 17:26:44	WARN	hanningsmooth::::casa	Input CORRECTED_DATA does not exist. Will use DATA
2024-09-24 17:26:44	INFO	MSTransformManager::parseMsSpecParams	Input file name is ngc5921_ut.ms
2024-09-24 17:26:44	INFO	MSTransformManager::parseMsSpecParams	Data column is DATA
2024-09-24 17:26:44	INFO	MSTransformManager::parseMsSpecParams	Output file name is hann3.ms
2024-09-24 17:26:44	INFO	MSTransformManager::parseFreqTransParams	Hanning Smooth is activated
2024-09-24 17:26:44	INFO	MSTransformManager::colCheckInfo	Adding DATA column to output MS from input DATA column
2024-09-24 17:26:44	INFO	MSTransformManager::open	Select data
2024-09-24 17:26:44	INFO	MSTransformManager::createOutputMSStructure	Create output MS structure
2024-09-24 17:26:44	INFO	MSTransformManager::checkFillWeightSpectrum	Optional column WEIGHT_SPECTRUM found in input MS will be written to output MS
2024-09-24 17:26:44	INFO	hanningsmooth::::casa	Apply Hanning smoothing on data
2024-09-24 17:26:45	INFO	hanningsmooth::::casa	Task hanningsmooth complete. Start time: 2024-09-24 17:26:43.994289 End time: 2024-09-24 17:26:45.081135
2024-09-24 17:26:45	INFO	hanningsmooth::::casa	##### End Task: hanningsmooth        #####
2024-09-24 17:26:45	INFO	hanningsmooth::::casa	##########################################
2024-09-24 17:26:59	INFO	split::::casa	##########################################
2024-09-24 17:26:59	INFO	split::::casa	##### Begin Task: split              #####
2024-09-24 17:26:59	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='' )
2024-09-24 17:26:59	INFO	MSTransformManager::parseMsSpecParams	Input file name is ngc5921_ut.ms
2024-09-24 17:26:59	INFO	MSTransformManager::parseMsSpecParams	Data column is DATA
2024-09-24 17:26:59	INFO	MSTransformManager::parseMsSpecParams	Output file name is splithan.ms
2024-09-24 17:26:59	INFO	MSTransformManager::parseDataSelParams	scan selection is 1,2
2024-09-24 17:26:59	INFO	MSTransformManager::colCheckInfo	Adding DATA column to output MS from input DATA column
2024-09-24 17:26:59	INFO	MSTransformManager::initDataSelectionParams	Selected Scans Ids are [1, 2]
2024-09-24 17:26:59	INFO	MSTransformManager::open	Select data
2024-09-24 17:26:59	INFO	MSTransformManager::createOutputMSStructure	Create output MS structure
2024-09-24 17:26:59	INFO	MSTransformDataHandler::makeSelection	6399 out of 22653 rows are going to be considered due to the selection criteria.
2024-09-24 17:26:59	INFO	MSTransformManager::checkFillWeightSpectrum	Optional column WEIGHT_SPECTRUM found in input MS will be written to output MS
2024-09-24 17:26:59	INFO	split::::casa	Task split complete. Start time: 2024-09-24 17:26:58.907887 End time: 2024-09-24 17:26:59.362522
2024-09-24 17:26:59	INFO	split::::casa	##### End Task: split                #####
2024-09-24 17:26:59	INFO	split::::casa	##########################################
2024-09-24 17:26:59	INFO	partition::::casa	##########################################
2024-09-24 17:26:59	INFO	partition::::casa	##### Begin Task: partition          #####
2024-09-24 17:26:59	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='' )
2024-09-24 17:26:59	INFO	ParallelDataHelper::::casa	Analyzing MS for partitioning
2024-09-24 17:26:59	INFO	ParallelDataHelper::::casa	Automatically distribute the scan/spw pairs to balance the load along field, spw and scan axes
2024-09-24 17:26:59	INFO	msmetadata_cmpt.cc::open	Performing internal consistency checks on /home/casatest/casa6/casatasks/tests/casashell_tests/work/test_task_hanningsmooth_casashell/splithan.ms...
2024-09-24 17:26:59	WARN	ParallelDataHelper::getPartitionMap::casa	Number of subMSs (8) is greater than available scan,ddi pairs (2), setting nsubms to 2
2024-09-24 17:26:59	INFO	partition::::casa	##########################################
2024-09-24 17:26:59	INFO	partition::::casa	##### Begin Task: partition          #####
2024-09-24 17:26:59	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]))' )
2024-09-24 17:26:59	INFO	MSTransformManager::parseMsSpecParams	Input file name is /home/casatest/casa6/casatasks/tests/casashell_tests/work/test_task_hanningsmooth_casashell/splithan.ms
2024-09-24 17:26:59	INFO	MSTransformManager::parseMsSpecParams	Data column is DATA
2024-09-24 17:26:59	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
2024-09-24 17:26:59	INFO	MSTransformManager::colCheckInfo	Adding DATA column to output MS from input DATA column
2024-09-24 17:26:59	INFO	MSTransformManager::open	Select data
2024-09-24 17:26:59	INFO	MSTransformManager::createOutputMSStructure	Create output MS structure
2024-09-24 17:26:59	INFO	MSTransformDataHandler::makeSelection	4509 out of 6399 rows are going to be considered due to the selection criteria.
2024-09-24 17:27:00	INFO	MSTransformManager::checkFillWeightSpectrum	Optional column WEIGHT_SPECTRUM found in input MS will be written to output MS
2024-09-24 17:27:00	INFO	partition::::casa	Run the tool to partition the MS
2024-09-24 17:27:00	INFO	partition::::casa	Task partition complete. Start time: 2024-09-24 17:26:59.424192 End time: 2024-09-24 17:26:59.857790
2024-09-24 17:27:00	INFO	partition::::casa	##### End Task: partition            #####
2024-09-24 17:27:00	INFO	partition::::casa	##########################################
2024-09-24 17:27:00	INFO	partition::::casa	##########################################
2024-09-24 17:27:00	INFO	partition::::casa	##### Begin Task: partition          #####
2024-09-24 17:27:00	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]))' )
2024-09-24 17:27:00	INFO	MSTransformManager::parseMsSpecParams	Input file name is /home/casatest/casa6/casatasks/tests/casashell_tests/work/test_task_hanningsmooth_casashell/splithan.ms
2024-09-24 17:27:00	INFO	MSTransformManager::parseMsSpecParams	Data column is DATA
2024-09-24 17:27:00	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
2024-09-24 17:27:00	INFO	MSTransformManager::colCheckInfo	Adding DATA column to output MS from input DATA column
2024-09-24 17:27:00	INFO	MSTransformManager::open	Select data
2024-09-24 17:27:00	INFO	MSTransformManager::createOutputMSStructure	Create output MS structure
2024-09-24 17:27:00	INFO	MSTransformDataHandler::makeSelection	1890 out of 6399 rows are going to be considered due to the selection criteria.
2024-09-24 17:27:00	INFO	MSTransformManager::checkFillWeightSpectrum	Optional column WEIGHT_SPECTRUM found in input MS will be written to output MS
2024-09-24 17:27:00	INFO	partition::::casa	Run the tool to partition the MS
2024-09-24 17:27:00	INFO	partition::::casa	Task partition complete. Start time: 2024-09-24 17:26:59.862728 End time: 2024-09-24 17:27:00.317533
2024-09-24 17:27:00	INFO	partition::::casa	##### End Task: partition            #####
2024-09-24 17:27:00	INFO	partition::::casa	##########################################
2024-09-24 17:27:00	INFO	ParallelDataHelper::::casa	Finalizing MMS structure
2024-09-24 17:27:00	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.
2024-09-24 17:27:01	INFO	partition::::casa	Create a backup of the flags that are in the MMS
2024-09-24 17:27:01	INFO	AgentFlagger::open	Table type is Measurement Set
2024-09-24 17:27:01	INFO	FlagVersion::saveFlagVersion	Creating new backup flag file called partition_1
2024-09-24 17:27:01	INFO	partition::::casa	Task partition complete. Start time: 2024-09-24 17:26:59.372747 End time: 2024-09-24 17:27:00.665243
2024-09-24 17:27:01	INFO	partition::::casa	##### End Task: partition            #####
2024-09-24 17:27:01	INFO	partition::::casa	##########################################
2024-09-24 17:27:02	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 .
2024-09-24 17:27:02	INFO	hanningsmooth::::casa	##########################################
2024-09-24 17:27:02	INFO	hanningsmooth::::casa	##### Begin Task: hanningsmooth      #####
2024-09-24 17:27:02	INFO	hanningsmooth::::casa	hanningsmooth( vis='splithan.test.mms', outputvis='hann4.mms', keepmms=True, field='', spw='', scan='', antenna='', correlation='', timerange='', intent='', array='', uvrange='', observation='', feed='', datacolumn='data' )
2024-09-24 17:27:02	INFO	ParallelDataHelper::::casa	Analyzing MS for partitioning
2024-09-24 17:27:02	INFO	ParallelDataHelper::::casa	Input vis is a Multi-MS
2024-09-24 17:27:02	INFO	hanningsmooth::::casa	##########################################
2024-09-24 17:27:02	INFO	hanningsmooth::::casa	##### Begin Task: hanningsmooth      #####
2024-09-24 17:27:02	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='', datacolumn='data' )
2024-09-24 17:27:02	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
2024-09-24 17:27:02	INFO	MSTransformManager::parseMsSpecParams	Data column is DATA
2024-09-24 17:27:02	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
2024-09-24 17:27:02	INFO	MSTransformManager::parseFreqTransParams	Hanning Smooth is activated
2024-09-24 17:27:02	INFO	MSTransformManager::colCheckInfo	Adding DATA column to output MS from input DATA column
2024-09-24 17:27:02	INFO	MSTransformManager::open	Select data
2024-09-24 17:27:02	INFO	MSTransformManager::createOutputMSStructure	Create output MS structure
2024-09-24 17:27:03	INFO	MSTransformManager::checkFillWeightSpectrum	Optional column WEIGHT_SPECTRUM found in input MS will be written to output MS
2024-09-24 17:27:03	INFO	hanningsmooth::::casa	Apply Hanning smoothing on data
2024-09-24 17:27:03	INFO	hanningsmooth::::casa	Task hanningsmooth complete. Start time: 2024-09-24 17:27:02.480334 End time: 2024-09-24 17:27:03.051595
2024-09-24 17:27:03	INFO	hanningsmooth::::casa	##### End Task: hanningsmooth        #####
2024-09-24 17:27:03	INFO	hanningsmooth::::casa	##########################################
2024-09-24 17:27:03	INFO	hanningsmooth::::casa	##########################################
2024-09-24 17:27:03	INFO	hanningsmooth::::casa	##### Begin Task: hanningsmooth      #####
2024-09-24 17:27:03	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='', datacolumn='data' )
2024-09-24 17:27:03	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
2024-09-24 17:27:03	INFO	MSTransformManager::parseMsSpecParams	Data column is DATA
2024-09-24 17:27:03	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
2024-09-24 17:27:03	INFO	MSTransformManager::parseFreqTransParams	Hanning Smooth is activated
2024-09-24 17:27:03	INFO	MSTransformManager::colCheckInfo	Adding DATA column to output MS from input DATA column
2024-09-24 17:27:03	INFO	MSTransformManager::open	Select data
2024-09-24 17:27:03	INFO	MSTransformManager::createOutputMSStructure	Create output MS structure
2024-09-24 17:27:03	INFO	MSTransformManager::checkFillWeightSpectrum	Optional column WEIGHT_SPECTRUM found in input MS will be written to output MS
2024-09-24 17:27:03	INFO	hanningsmooth::::casa	Apply Hanning smoothing on data
2024-09-24 17:27:03	INFO	hanningsmooth::::casa	Task hanningsmooth complete. Start time: 2024-09-24 17:27:03.055696 End time: 2024-09-24 17:27:03.484816
2024-09-24 17:27:03	INFO	hanningsmooth::::casa	##### End Task: hanningsmooth        #####
2024-09-24 17:27:03	INFO	hanningsmooth::::casa	##########################################
2024-09-24 17:27:03	INFO	ParallelDataHelper::::casa	Finalizing MMS structure
2024-09-24 17:27:03	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.
2024-09-24 17:27:04	INFO	hanningsmooth::::casa	Task hanningsmooth complete. Start time: 2024-09-24 17:27:02.420654 End time: 2024-09-24 17:27:03.773337
2024-09-24 17:27:04	INFO	hanningsmooth::::casa	##### End Task: hanningsmooth        #####
2024-09-24 17:27:04	INFO	hanningsmooth::::casa	##########################################
2024-09-24 17:27:05	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 .
2024-09-24 17:27:09	INFO	hanningsmooth::::casa	##########################################
2024-09-24 17:27:09	INFO	hanningsmooth::::casa	##### Begin Task: hanningsmooth      #####
2024-09-24 17:27:09	INFO	hanningsmooth::::casa	hanningsmooth( vis='ngc5921_ut.ms', outputvis='hann6.ms', keepmms=True, field='', spw='', scan='', antenna='', correlation='', timerange='', intent='', array='', uvrange='', observation='', feed='', datacolumn='all' )
2024-09-24 17:27:09	INFO	MSTransformManager::parseMsSpecParams	Input file name is ngc5921_ut.ms
2024-09-24 17:27:09	INFO	MSTransformManager::parseMsSpecParams	Data column is ALL
2024-09-24 17:27:09	INFO	MSTransformManager::parseMsSpecParams	Output file name is hann6.ms
2024-09-24 17:27:09	INFO	MSTransformManager::parseFreqTransParams	Hanning Smooth is activated
2024-09-24 17:27:09	INFO	MSTransformManager::colCheckInfo	Adding DATA column to output MS from input DATA column
2024-09-24 17:27:09	INFO	MSTransformManager::open	Select data
2024-09-24 17:27:09	INFO	MSTransformManager::createOutputMSStructure	Create output MS structure
2024-09-24 17:27:09	INFO	MSTransformManager::checkFillWeightSpectrum	Optional column WEIGHT_SPECTRUM found in input MS will be written to output MS
2024-09-24 17:27:09	INFO	hanningsmooth::::casa	Apply Hanning smoothing on data
2024-09-24 17:27:10	INFO	hanningsmooth::::casa	Task hanningsmooth complete. Start time: 2024-09-24 17:27:08.800634 End time: 2024-09-24 17:27:09.840853
2024-09-24 17:27:10	INFO	hanningsmooth::::casa	##### End Task: hanningsmooth        #####
2024-09-24 17:27:10	INFO	hanningsmooth::::casa	##########################################
2024-09-24 17:27:10	INFO	clearcal::::casa	##########################################
2024-09-24 17:27:10	INFO	clearcal::::casa	##### Begin Task: clearcal           #####
2024-09-24 17:27:10	INFO	clearcal::::casa	clearcal( vis='ngc5921_ut.ms', field='', spw='', intent='', addmodel=False )
2024-09-24 17:27:10	INFO	clearcal::::casa	Need to create scratch columns; ignoring selection.
2024-09-24 17:27:10	WARN	calibrater::setvi(bool,bool)	Forcing use of OLD VisibilityIterator.
2024-09-24 17:27:10	INFO	calibrater::open	****Using OLD VI-driven calibrater tool****
2024-09-24 17:27:10	INFO	calibrater::open	Opening MS: ngc5921_ut.ms for calibration.
2024-09-24 17:27:10	INFO	VisSetUtil::addScrCols	Adding CORRECTED_DATA column(s).
2024-09-24 17:27:10	INFO	Calibrater::	Initializing nominal selection to the whole MS.
2024-09-24 17:27:10	INFO	clearcal::::casa	Task clearcal complete. Start time: 2024-09-24 17:27:10.074128 End time: 2024-09-24 17:27:10.236625
2024-09-24 17:27:10	INFO	clearcal::::casa	##### End Task: clearcal             #####
2024-09-24 17:27:10	INFO	clearcal::::casa	##########################################
2024-09-24 17:27:10	INFO	cvel::::casa	##########################################
2024-09-24 17:27:10	INFO	cvel::::casa	##### Begin Task: cvel               #####
2024-09-24 17:27:10	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 )
2024-09-24 17:27:10	INFO	cvel::::casa	Creating working copy ...
2024-09-24 17:27:11	INFO	cvel::::casa	Using 1331+30500002_0 (original field 0, new field 0) as common direction for the output reference frame.
2024-09-24 17:27:11	INFO	ms::cvel	Input spectral window 0 has 63 channels of width 2.441406e+04 Hz
2024-09-24 17:27:11	INFO	ms::cvel+	   First channel center = 1.412665074e+09 Hz, last channel center = 1.414178746e+09 Hz
2024-09-24 17:27:11	INFO	ms::cvel	Starting combination of spectral windows ...
2024-09-24 17:27:11	INFO	SubMS::combineSpws()	Less than two SPWs selected. No combination necessary.
2024-09-24 17:27:11	INFO	ms::cvel	 
2024-09-24 17:27:11	INFO	ms::cvel	Testing if spectral frame transformation/regridding is needed ...
2024-09-24 17:27:11	INFO	SubMS::regridSpw()	Using tabulated observatory position for VLA:
2024-09-24 17:27:11	INFO	SubMS::regridSpw()	   Position: [-1.60119e+06, -5.04198e+06, 3.55488e+06] (ITRF)
2024-09-24 17:27:11	INFO	SubMS::regridSpw()	Hanning smoothing not applied in regridding step since no regridding was necessary.
2024-09-24 17:27:11	INFO	ms::cvel	SubMS not modified by regridding.
2024-09-24 17:27:11	INFO	ms::cvel	Final spectral window has 63 channels of width 2.441406e+04 Hz
2024-09-24 17:27:11	INFO	ms::cvel+	First channel center = 1.412665074e+09 Hz, last channel center = 1.414178746e+09 Hz
2024-09-24 17:27:11	INFO	ms::hanningsmooth	Smoothing MS Main Table column CORRECTED_DATA ... 
2024-09-24 17:27:11	INFO	ms::hanningsmooth	Smoothing MS Main Table column DATA ... 
2024-09-24 17:27:11	INFO	cvel::::casa	Task cvel complete. Start time: 2024-09-24 17:27:10.423339 End time: 2024-09-24 17:27:10.801080
2024-09-24 17:27:11	INFO	cvel::::casa	##### End Task: cvel                 #####
2024-09-24 17:27:11	INFO	cvel::::casa	##########################################
2024-09-24 17:27:11	INFO	mstransform::::casa	##########################################
2024-09-24 17:27:11	INFO	mstransform::::casa	##### Begin Task: mstransform        #####
2024-09-24 17:27:11	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 )
2024-09-24 17:27:11	INFO	mstransform::::casa	Apply Hanning smoothing
2024-09-24 17:27:11	INFO	mstransform::::casa	Parse regridding parameters
2024-09-24 17:27:11	INFO	MSTransformManager::parseMsSpecParams	Input file name is ngc5921_ut.ms
2024-09-24 17:27:11	INFO	MSTransformManager::parseMsSpecParams	Data column is DATA
2024-09-24 17:27:11	INFO	MSTransformManager::parseMsSpecParams	Output file name is cvelngc.ms
2024-09-24 17:27:11	INFO	MSTransformManager::parseMsSpecParams	Re-index is enabled 
2024-09-24 17:27:11	INFO	MSTransformManager::parseMsSpecParams	Tile shape is [0]
2024-09-24 17:27:11	INFO	MSTransformManager::parseFreqTransParams	Hanning Smooth is activated
2024-09-24 17:27:11	INFO	MSTransformManager::parseRefFrameTransParams	Regrid MS is activated
2024-09-24 17:27:11	INFO	MSTransformManager::parseRefFrameTransParams	Output reference frame is cmb
2024-09-24 17:27:11	INFO	MSTransformManager::parseRefFrameTransParams	Interpolation method is linear
2024-09-24 17:27:11	INFO	MSTransformManager::parseFreqSpecParams	Mode is channel
2024-09-24 17:27:11	INFO	MSTransformManager::parseFreqSpecParams	Number of output channels is -1
2024-09-24 17:27:11	INFO	MSTransformManager::parseFreqSpecParams	Start is 0
2024-09-24 17:27:11	INFO	MSTransformManager::parseFreqSpecParams	Width is 1
2024-09-24 17:27:11	INFO	MSTransformManager::colCheckInfo	Adding DATA column to output MS from input DATA column
2024-09-24 17:27:11	INFO	MSTransformManager::open	Select data
2024-09-24 17:27:11	INFO	MSTransformManager::createOutputMSStructure	Create output MS structure
2024-09-24 17:27:11	INFO	MSTransformManager::checkFillWeightSpectrum	Optional column WEIGHT_SPECTRUM found in input MS will be written to output MS
2024-09-24 17:27:11	INFO	MSTransformManager::regridSpwSubTable	Regridding SPW with Id 0
2024-09-24 17:27:11	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
2024-09-24 17:27:11	INFO	MSTransformManager::regridSpwAux	Calculate frequencies in output reference frame 
2024-09-24 17:27:11	INFO	MSTransformRegridder::calcChanFreqs	 Channels equidistant in freq
2024-09-24 17:27:11	INFO	MSTransformRegridder::calcChanFreqs+	 Central frequency (in output frame) = 1.41235e+09 Hz
2024-09-24 17:27:11	INFO	MSTransformRegridder::calcChanFreqs+	 Width of central channel (in output frame) = 24395.6 Hz
2024-09-24 17:27:11	INFO	MSTransformRegridder::calcChanFreqs+	 Number of channels = 63
2024-09-24 17:27:11	INFO	MSTransformRegridder::calcChanFreqs+	 Total width of SPW (in output frame) = 1.53692e+06 Hz
2024-09-24 17:27:11	INFO	MSTransformRegridder::calcChanFreqs+	 Lower edge = 1.41158e+09 Hz, upper edge = 1.41312e+09 Hz
2024-09-24 17:27:11	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
2024-09-24 17:27:12	INFO	ParallelDataHelper::::casa	Apply the transformations
2024-09-24 17:27:13	INFO	mstransform::::casa	Task mstransform complete. Start time: 2024-09-24 17:27:11.200873 End time: 2024-09-24 17:27:12.593951
2024-09-24 17:27:13	INFO	mstransform::::casa	##### End Task: mstransform          #####
2024-09-24 17:27:13	INFO	mstransform::::casa	##########################################
2024-09-24 17:27:16	INFO	hanningsmooth::::casa	##########################################
2024-09-24 17:27:16	INFO	hanningsmooth::::casa	##### Begin Task: hanningsmooth      #####
2024-09-24 17:27:16	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='', datacolumn='corrected' )
2024-09-24 17:27:16	INFO	MSTransformManager::parseMsSpecParams	Input file name is ALMA-data-mst-science-testing-CAS-5013-one-baseline-one-timestamp.ms
2024-09-24 17:27:16	INFO	MSTransformManager::parseMsSpecParams	Data column is CORRECTED
2024-09-24 17:27:16	INFO	MSTransformManager::parseMsSpecParams	Output file name is hanncorr.ms
2024-09-24 17:27:16	INFO	MSTransformManager::parseFreqTransParams	Hanning Smooth is activated
2024-09-24 17:27:16	INFO	MSTransformManager::colCheckInfo	Adding DATA column to output MS from input CORRECTED_DATA column
2024-09-24 17:27:16	INFO	MSTransformManager::open	Select data
2024-09-24 17:27:16	INFO	MSTransformManager::createOutputMSStructure	Create output MS structure
2024-09-24 17:27:17	INFO	hanningsmooth::::casa	Apply Hanning smoothing on data
2024-09-24 17:27:17	INFO	hanningsmooth::::casa	Task hanningsmooth complete. Start time: 2024-09-24 17:27:15.814012 End time: 2024-09-24 17:27:16.737119
2024-09-24 17:27:17	INFO	hanningsmooth::::casa	##### End Task: hanningsmooth        #####
2024-09-24 17:27:17	INFO	hanningsmooth::::casa	##########################################
2024-09-24 17:27:21	INFO	partition::::casa	##########################################
2024-09-24 17:27:21	INFO	partition::::casa	##### Begin Task: partition          #####
2024-09-24 17:27:21	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='' )
2024-09-24 17:27:21	INFO	ParallelDataHelper::::casa	Analyzing MS for partitioning
2024-09-24 17:27:21	INFO	ParallelDataHelper::::casa	Automatically distribute the scan/spw pairs to balance the load along field, spw and scan axes
2024-09-24 17:27:21	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...
2024-09-24 17:27:21	WARN	ParallelDataHelper::getPartitionMap::casa	Number of subMSs (8) is greater than available scan,ddi pairs (4), setting nsubms to 4
2024-09-24 17:27:21	INFO	partition::::casa	##########################################
2024-09-24 17:27:21	INFO	partition::::casa	##### Begin Task: partition          #####
2024-09-24 17:27:21	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]))' )
2024-09-24 17:27:21	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
2024-09-24 17:27:21	INFO	MSTransformManager::parseMsSpecParams	Data column is ALL
2024-09-24 17:27:21	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
2024-09-24 17:27:21	INFO	MSTransformManager::colCheckInfo	Adding DATA column to output MS from input DATA column
2024-09-24 17:27:21	INFO	MSTransformManager::colCheckInfo	Adding CORRECTED_DATA column to output MS from input CORRECTED_DATA column
2024-09-24 17:27:21	INFO	MSTransformManager::open	Select data
2024-09-24 17:27:21	INFO	MSTransformManager::createOutputMSStructure	Create output MS structure
2024-09-24 17:27:21	INFO	MSTransformDataHandler::makeSelection	1 out of 4 rows are going to be considered due to the selection criteria.
2024-09-24 17:27:22	INFO	partition::::casa	Run the tool to partition the MS
2024-09-24 17:27:22	INFO	partition::::casa	Task partition complete. Start time: 2024-09-24 17:27:20.947333 End time: 2024-09-24 17:27:22.140827
2024-09-24 17:27:22	INFO	partition::::casa	##### End Task: partition            #####
2024-09-24 17:27:22	INFO	partition::::casa	##########################################
2024-09-24 17:27:22	INFO	partition::::casa	##########################################
2024-09-24 17:27:22	INFO	partition::::casa	##### Begin Task: partition          #####
2024-09-24 17:27:22	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]))' )
2024-09-24 17:27:22	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
2024-09-24 17:27:22	INFO	MSTransformManager::parseMsSpecParams	Data column is ALL
2024-09-24 17:27:22	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
2024-09-24 17:27:22	INFO	MSTransformManager::colCheckInfo	Adding DATA column to output MS from input DATA column
2024-09-24 17:27:22	INFO	MSTransformManager::colCheckInfo	Adding CORRECTED_DATA column to output MS from input CORRECTED_DATA column
2024-09-24 17:27:22	INFO	MSTransformManager::open	Select data
2024-09-24 17:27:22	INFO	MSTransformManager::createOutputMSStructure	Create output MS structure
2024-09-24 17:27:22	INFO	MSTransformDataHandler::makeSelection	1 out of 4 rows are going to be considered due to the selection criteria.
2024-09-24 17:27:23	INFO	partition::::casa	Run the tool to partition the MS
2024-09-24 17:27:23	INFO	partition::::casa	Task partition complete. Start time: 2024-09-24 17:27:22.150721 End time: 2024-09-24 17:27:23.148572
2024-09-24 17:27:23	INFO	partition::::casa	##### End Task: partition            #####
2024-09-24 17:27:23	INFO	partition::::casa	##########################################
2024-09-24 17:27:23	INFO	partition::::casa	##########################################
2024-09-24 17:27:23	INFO	partition::::casa	##### Begin Task: partition          #####
2024-09-24 17:27:23	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]))' )
2024-09-24 17:27:23	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
2024-09-24 17:27:23	INFO	MSTransformManager::parseMsSpecParams	Data column is ALL
2024-09-24 17:27:23	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
2024-09-24 17:27:23	INFO	MSTransformManager::colCheckInfo	Adding DATA column to output MS from input DATA column
2024-09-24 17:27:23	INFO	MSTransformManager::colCheckInfo	Adding CORRECTED_DATA column to output MS from input CORRECTED_DATA column
2024-09-24 17:27:23	INFO	MSTransformManager::open	Select data
2024-09-24 17:27:23	INFO	MSTransformManager::createOutputMSStructure	Create output MS structure
2024-09-24 17:27:23	INFO	MSTransformDataHandler::makeSelection	1 out of 4 rows are going to be considered due to the selection criteria.
2024-09-24 17:27:24	INFO	partition::::casa	Run the tool to partition the MS
2024-09-24 17:27:24	INFO	partition::::casa	Task partition complete. Start time: 2024-09-24 17:27:23.153424 End time: 2024-09-24 17:27:24.125389
2024-09-24 17:27:24	INFO	partition::::casa	##### End Task: partition            #####
2024-09-24 17:27:24	INFO	partition::::casa	##########################################
2024-09-24 17:27:24	INFO	partition::::casa	##########################################
2024-09-24 17:27:24	INFO	partition::::casa	##### Begin Task: partition          #####
2024-09-24 17:27:24	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]))' )
2024-09-24 17:27:24	INFO	MSTransformManager::parseMsSpecParams	Input file name is /home/casatest/casa6/casatasks/tests/casashell_tests/work/test_task_hanningsmooth_casashell/ALMA-data-mst-science-testing-CAS-5013-one-baseline-one-timestamp.ms
2024-09-24 17:27:24	INFO	MSTransformManager::parseMsSpecParams	Data column is ALL
2024-09-24 17:27:24	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
2024-09-24 17:27:24	INFO	MSTransformManager::colCheckInfo	Adding DATA column to output MS from input DATA column
2024-09-24 17:27:24	INFO	MSTransformManager::colCheckInfo	Adding CORRECTED_DATA column to output MS from input CORRECTED_DATA column
2024-09-24 17:27:24	INFO	MSTransformManager::open	Select data
2024-09-24 17:27:24	INFO	MSTransformManager::createOutputMSStructure	Create output MS structure
2024-09-24 17:27:24	INFO	MSTransformDataHandler::makeSelection	1 out of 4 rows are going to be considered due to the selection criteria.
2024-09-24 17:27:25	INFO	partition::::casa	Run the tool to partition the MS
2024-09-24 17:27:25	INFO	partition::::casa	Task partition complete. Start time: 2024-09-24 17:27:24.135349 End time: 2024-09-24 17:27:25.143543
2024-09-24 17:27:25	INFO	partition::::casa	##### End Task: partition            #####
2024-09-24 17:27:25	INFO	partition::::casa	##########################################
2024-09-24 17:27:25	INFO	ParallelDataHelper::::casa	Finalizing MMS structure
2024-09-24 17:27:25	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.
2024-09-24 17:27:27	INFO	partition::::casa	Create a backup of the flags that are in the MMS
2024-09-24 17:27:27	INFO	AgentFlagger::open	Table type is Measurement Set
2024-09-24 17:27:27	INFO	FlagVersion::saveFlagVersion	Creating new backup flag file called partition_1
2024-09-24 17:27:27	INFO	partition::::casa	Task partition complete. Start time: 2024-09-24 17:27:20.881087 End time: 2024-09-24 17:27:26.616017
2024-09-24 17:27:27	INFO	partition::::casa	##### End Task: partition            #####
2024-09-24 17:27:27	INFO	partition::::casa	##########################################
2024-09-24 17:27:27	INFO	hanningsmooth::::casa	##########################################
2024-09-24 17:27:27	INFO	hanningsmooth::::casa	##### Begin Task: hanningsmooth      #####
2024-09-24 17:27:27	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='', datacolumn='all' )
2024-09-24 17:27:27	INFO	ParallelDataHelper::::casa	Analyzing MS for partitioning
2024-09-24 17:27:27	INFO	ParallelDataHelper::::casa	Input vis is a Multi-MS
2024-09-24 17:27:27	INFO	hanningsmooth::::casa	##########################################
2024-09-24 17:27:27	INFO	hanningsmooth::::casa	##### Begin Task: hanningsmooth      #####
2024-09-24 17:27:27	INFO	hanningsmooth::::casa	hanningsmooth( vis='/home/casatest/casa6/casatasks/tests/casashell_tests/work/test_task_hanningsmooth_casashell/ALMA-data-mst-science-testing-CAS-5013-one-baseline-one-timestamp.test.mms/SUBMSS/ALMA-data-mst-science-testing-CAS-5013-one-baseline-one-timestamp.test.mms.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='', datacolumn='all' )
2024-09-24 17:27:27	INFO	MSTransformManager::parseMsSpecParams	Input file name is /home/casatest/casa6/casatasks/tests/casashell_tests/work/test_task_hanningsmooth_casashell/ALMA-data-mst-science-testing-CAS-5013-one-baseline-one-timestamp.test.mms/SUBMSS/ALMA-data-mst-science-testing-CAS-5013-one-baseline-one-timestamp.test.mms.0000.ms
2024-09-24 17:27:27	INFO	MSTransformManager::parseMsSpecParams	Data column is ALL
2024-09-24 17:27:27	INFO	MSTransformManager::parseMsSpecParams	Output file name is /home/casatest/casa6/casatasks/tests/casashell_tests/work/test_task_hanningsmooth_casashell/hannall.ms.data/hannall.ms.0000.ms
2024-09-24 17:27:27	INFO	MSTransformManager::parseFreqTransParams	Hanning Smooth is activated
2024-09-24 17:27:27	INFO	MSTransformManager::colCheckInfo	Adding DATA column to output MS from input DATA column
2024-09-24 17:27:27	INFO	MSTransformManager::colCheckInfo	Adding CORRECTED_DATA column to output MS from input CORRECTED_DATA column
2024-09-24 17:27:27	INFO	MSTransformManager::open	Select data
2024-09-24 17:27:27	INFO	MSTransformManager::createOutputMSStructure	Create output MS structure
2024-09-24 17:27:28	INFO	hanningsmooth::::casa	Apply Hanning smoothing on data
2024-09-24 17:27:28	INFO	hanningsmooth::::casa	Task hanningsmooth complete. Start time: 2024-09-24 17:27:26.733663 End time: 2024-09-24 17:27:27.794115
2024-09-24 17:27:28	INFO	hanningsmooth::::casa	##### End Task: hanningsmooth        #####
2024-09-24 17:27:28	INFO	hanningsmooth::::casa	##########################################
2024-09-24 17:27:28	INFO	hanningsmooth::::casa	##########################################
2024-09-24 17:27:28	INFO	hanningsmooth::::casa	##### Begin Task: hanningsmooth      #####
2024-09-24 17:27:28	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='', datacolumn='all' )
2024-09-24 17:27:28	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
2024-09-24 17:27:28	INFO	MSTransformManager::parseMsSpecParams	Data column is ALL
2024-09-24 17:27:28	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
2024-09-24 17:27:28	INFO	MSTransformManager::parseFreqTransParams	Hanning Smooth is activated
2024-09-24 17:27:28	INFO	MSTransformManager::colCheckInfo	Adding DATA column to output MS from input DATA column
2024-09-24 17:27:28	INFO	MSTransformManager::colCheckInfo	Adding CORRECTED_DATA column to output MS from input CORRECTED_DATA column
2024-09-24 17:27:28	INFO	MSTransformManager::open	Select data
2024-09-24 17:27:28	INFO	MSTransformManager::createOutputMSStructure	Create output MS structure
2024-09-24 17:27:29	INFO	hanningsmooth::::casa	Apply Hanning smoothing on data
2024-09-24 17:27:29	INFO	hanningsmooth::::casa	Task hanningsmooth complete. Start time: 2024-09-24 17:27:27.799830 End time: 2024-09-24 17:27:28.680496
2024-09-24 17:27:29	INFO	hanningsmooth::::casa	##### End Task: hanningsmooth        #####
2024-09-24 17:27:29	INFO	hanningsmooth::::casa	##########################################
2024-09-24 17:27:29	INFO	hanningsmooth::::casa	##########################################
2024-09-24 17:27:29	INFO	hanningsmooth::::casa	##### Begin Task: hanningsmooth      #####
2024-09-24 17:27:29	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='', datacolumn='all' )
2024-09-24 17:27:29	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
2024-09-24 17:27:29	INFO	MSTransformManager::parseMsSpecParams	Data column is ALL
2024-09-24 17:27:29	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
2024-09-24 17:27:29	INFO	MSTransformManager::parseFreqTransParams	Hanning Smooth is activated
2024-09-24 17:27:29	INFO	MSTransformManager::colCheckInfo	Adding DATA column to output MS from input DATA column
2024-09-24 17:27:29	INFO	MSTransformManager::colCheckInfo	Adding CORRECTED_DATA column to output MS from input CORRECTED_DATA column
2024-09-24 17:27:29	INFO	MSTransformManager::open	Select data
2024-09-24 17:27:29	INFO	MSTransformManager::createOutputMSStructure	Create output MS structure
2024-09-24 17:27:30	INFO	hanningsmooth::::casa	Apply Hanning smoothing on data
2024-09-24 17:27:30	INFO	hanningsmooth::::casa	Task hanningsmooth complete. Start time: 2024-09-24 17:27:28.684557 End time: 2024-09-24 17:27:29.776437
2024-09-24 17:27:30	INFO	hanningsmooth::::casa	##### End Task: hanningsmooth        #####
2024-09-24 17:27:30	INFO	hanningsmooth::::casa	##########################################
2024-09-24 17:27:30	INFO	hanningsmooth::::casa	##########################################
2024-09-24 17:27:30	INFO	hanningsmooth::::casa	##### Begin Task: hanningsmooth      #####
2024-09-24 17:27:30	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='', datacolumn='all' )
2024-09-24 17:27:30	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
2024-09-24 17:27:30	INFO	MSTransformManager::parseMsSpecParams	Data column is ALL
2024-09-24 17:27:30	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
2024-09-24 17:27:30	INFO	MSTransformManager::parseFreqTransParams	Hanning Smooth is activated
2024-09-24 17:27:30	INFO	MSTransformManager::colCheckInfo	Adding DATA column to output MS from input DATA column
2024-09-24 17:27:30	INFO	MSTransformManager::colCheckInfo	Adding CORRECTED_DATA column to output MS from input CORRECTED_DATA column
2024-09-24 17:27:30	INFO	MSTransformManager::open	Select data
2024-09-24 17:27:30	INFO	MSTransformManager::createOutputMSStructure	Create output MS structure
2024-09-24 17:27:31	INFO	hanningsmooth::::casa	Apply Hanning smoothing on data
2024-09-24 17:27:31	INFO	hanningsmooth::::casa	Task hanningsmooth complete. Start time: 2024-09-24 17:27:29.786098 End time: 2024-09-24 17:27:30.909518
2024-09-24 17:27:31	INFO	hanningsmooth::::casa	##### End Task: hanningsmooth        #####
2024-09-24 17:27:31	INFO	hanningsmooth::::casa	##########################################
2024-09-24 17:27:31	INFO	ParallelDataHelper::::casa	Finalizing MMS structure
2024-09-24 17:27:31	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.
2024-09-24 17:27:32	INFO	hanningsmooth::::casa	Task hanningsmooth complete. Start time: 2024-09-24 17:27:26.624134 End time: 2024-09-24 17:27:32.471889
2024-09-24 17:27:32	INFO	hanningsmooth::::casa	##### End Task: hanningsmooth        #####
2024-09-24 17:27:32	INFO	hanningsmooth::::casa	##########################################
2024-09-24 17:27:33	INFO	hanningsmooth::::casa	##########################################
2024-09-24 17:27:33	INFO	hanningsmooth::::casa	##### Begin Task: hanningsmooth      #####
2024-09-24 17:27:33	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='', datacolumn='all' )
2024-09-24 17:27:33	INFO	MSTransformManager::parseMsSpecParams	Input file name is ALMA-data-mst-science-testing-CAS-5013-one-baseline-one-timestamp.test.mms
2024-09-24 17:27:33	INFO	MSTransformManager::parseMsSpecParams	Data column is ALL
2024-09-24 17:27:33	INFO	MSTransformManager::parseMsSpecParams	Output file name is hannall.ms
2024-09-24 17:27:33	INFO	MSTransformManager::parseFreqTransParams	Hanning Smooth is activated
2024-09-24 17:27:33	INFO	MSTransformManager::colCheckInfo	Adding DATA column to output MS from input DATA column
2024-09-24 17:27:33	INFO	MSTransformManager::colCheckInfo	Adding CORRECTED_DATA column to output MS from input CORRECTED_DATA column
2024-09-24 17:27:33	INFO	MSTransformManager::open	Select data
2024-09-24 17:27:33	INFO	MSTransformManager::createOutputMSStructure	Create output MS structure
2024-09-24 17:27:34	INFO	hanningsmooth::::casa	Apply Hanning smoothing on data
2024-09-24 17:27:34	INFO	hanningsmooth::::casa	Task hanningsmooth complete. Start time: 2024-09-24 17:27:32.564765 End time: 2024-09-24 17:27:33.812618
2024-09-24 17:27:34	INFO	hanningsmooth::::casa	##### End Task: hanningsmooth        #####
2024-09-24 17:27:34	INFO	hanningsmooth::::casa	##########################################

Using user configuration file /home/casatest/.casa/config.py

Using matplotlib backend: agg
CASA 6.7.0.4a14371.dev4 -- Common Astronomy Software Applications [6.7.0.4a14371.dev4]
hanningsmooth tests will use data from /opt/casa/data/casatestdata/unittest/hanningsmooth/
................. Creating test MMS ..................
................. Creating test MMS ..................

Running tests...
----------------------------------------------------------------------
..........
----------------------------------------------------------------------
Ran 10 tests in 51.271s

OK

Generating XML reports...