Skip to content
Snippets Groups Projects
Commit c8c87655 authored by Ger van Diepen's avatar Ger van Diepen
Browse files

Task #2699 Fixed test failure

parent f399b5aa
Branches
No related tags found
No related merge requests found
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
# Set srcdir if not defined (in case run by hand). # Set srcdir if not defined (in case run by hand).
if test "$srcdir" = ""; then if test "$srcdir" = ""; then
srcdir="../../../test" srcdir="../../../../../LOFAR/CEP/MS/test"
fi fi
# Symlink to scripts/programs, so they can be started from test directory. # Symlink to scripts/programs, so they can be started from test directory.
...@@ -56,14 +56,16 @@ echo "AntennaTableName=$wd/tmakems_tmp/WSRT_ANTENNA" >> tmakems.parset ...@@ -56,14 +56,16 @@ echo "AntennaTableName=$wd/tmakems_tmp/WSRT_ANTENNA" >> tmakems.parset
# Create MS parts in a distributed way. # Create MS parts in a distributed way.
./makemsdistr -hfn $wd/tmakems_tmp/hfn tmakems.parset $wd/tmakems_tmp.cd $wd makemsdistr -hfn $wd/tmakems_tmp/hfn tmakems.parset $wd/tmakems_tmp.cd $wd
echo "<<<" echo "<<<"
# Print global VDS file without system-dependent names. # Print global VDS file without system-dependent names.
grep -v 'Name *=' tmakems_tmp/vds/tmakems_tmp.ms.gds | grep -v "ClusterDesc *=" grep -v 'Name *=' tmakems_tmp/vds/tmakems_tmp.ms.gds | grep -v "ClusterDesc *="
echo echo
./makems tmakems.parset echo ">>>"
makems tmakems.parset
echo "<<<"
grep -v 'Name *=' tmakems_tmp.ms.gds | grep -v "ClusterDesc *=" grep -v 'Name *=' tmakems_tmp.ms.gds | grep -v "ClusterDesc *="
# Clean up. # Clean up.
......
...@@ -36,8 +36,10 @@ Part1.NChan = [16,16] ...@@ -36,8 +36,10 @@ Part1.NChan = [16,16]
Part1.StartFreqs = [1173200000,1173300000,1173400000,1173500000,1173600000,1173700000,1173800000,1173900000,1174000000,1174100000,1174200000,1174300000,1174400000,1174500000,1174600000,1174700000,1174800000,1174900000,1175000000,1175100000,1175200000,1175300000,1175400000,1175500000,1175600000,1175700000,1175800000,1175900000,1176000000,1176100000,1176200000,1176300000] Part1.StartFreqs = [1173200000,1173300000,1173400000,1173500000,1173600000,1173700000,1173800000,1173900000,1174000000,1174100000,1174200000,1174300000,1174400000,1174500000,1174600000,1174700000,1174800000,1174900000,1175000000,1175100000,1175200000,1175300000,1175400000,1175500000,1175600000,1175700000,1175800000,1175900000,1176000000,1176100000,1176200000,1176300000]
Part1.EndFreqs = [1173300000,1173400000,1173500000,1173600000,1173700000,1173800000,1173900000,1174000000,1174100000,1174200000,1174300000,1174400000,1174500000,1174600000,1174700000,1174800000,1174900000,1175000000,1175100000,1175200000,1175300000,1175400000,1175500000,1175600000,1175700000,1175800000,1175900000,1176000000,1176100000,1176200000,1176300000,1176400000] Part1.EndFreqs = [1173300000,1173400000,1173500000,1173600000,1173700000,1173800000,1173900000,1174000000,1174100000,1174200000,1174300000,1174400000,1174500000,1174600000,1174700000,1174800000,1174900000,1175000000,1175100000,1175200000,1175300000,1175400000,1175500000,1175600000,1175700000,1175800000,1175900000,1176000000,1176100000,1176200000,1176300000,1176400000]
>>>
Created 2 MS parts and their VDS files Created 2 MS parts and their VDS files
Created global VDS file tmakems_tmp.ms.gds Created global VDS file tmakems_tmp.ms.gds
<<<
StartTime = 2000/08/03/13:22:30.000 StartTime = 2000/08/03/13:22:30.000
EndTime = 2000/08/03/13:24:50.000 EndTime = 2000/08/03/13:24:50.000
StepTime = 10 StepTime = 10
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment