Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
LOFAR
Manage
Activity
Members
Labels
Plan
Issues
Wiki
Jira issues
Open Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RadioObservatory
LOFAR
Commits
671bd489
Commit
671bd489
authored
16 years ago
by
Ger van Diepen
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CEP/BB/MS/test/tcombinevds.run
+2
-1
2 additions, 1 deletion
CEP/BB/MS/test/tcombinevds.run
CEP/BB/MS/test/tcombinevds.stdout
+4
-2
4 additions, 2 deletions
CEP/BB/MS/test/tcombinevds.stdout
with
6 additions
and
3 deletions
CEP/BB/MS/test/tcombinevds.run
+
2
−
1
View file @
671bd489
#!/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
This diff is collapsed.
Click to expand it.
CEP/BB/MS/test/tcombinevds.stdout
+
4
−
2
View file @
671bd489
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment