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

bug 1207:

Name has absolute path, so must be removed
parent dfa27ed5
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
../src/combinevds tcombinevds_tmp.vdsout tcombinevds.in_vds1 tcombinevds.in_vds2
cat tcombinevds_tmp.vdsout
# Name has absolute path, so remove it.
grep -v 'Part[0-9]*\.Name' tcombinevds_tmp.vdsout
......@@ -6,7 +6,8 @@ NChan = [8,10,1,4]
StartFreqs = [10,20,100,110]
EndFreqs = [20,30,110,150]
NParts = 2
Part0.Name = tcombinevds.in_vds1
>>>Part0.Name = tcombinevds.in_vds1
<<<
Part0.FileSys = /Users/diepen
Part0.StartTime = 2007/07/27/16:04:49
Part0.EndTime = 2007/07/28/16:04:48
......@@ -14,7 +15,8 @@ Part0.StepTime = 30.199
Part0.NChan = [8,10]
Part0.StartFreqs = [10,20]
Part0.EndFreqs = [20,30]
Part1.Name = tcombinevds.in_vds2
>>>Part1.Name = tcombinevds.in_vds2
<<<
Part1.FileSys = /Users/diepen
Part1.StartTime = 2007/07/27/16:04:49
Part1.EndTime = 2007/07/28/16:04:48
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment