Skip to content
GitLab
Explore
Sign in
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
009d3f79
Commit
009d3f79
authored
8 years ago
by
Jan David Mol
Browse files
Options
Downloads
Patches
Plain Diff
Task #8993: Backport of fix from #9192 for long-baseline pipelines
parent
333ce0e6
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CEP/Pipeline/recipes/sip/nodes/long_baseline.py
+2
-6
2 additions, 6 deletions
CEP/Pipeline/recipes/sip/nodes/long_baseline.py
with
2 additions
and
6 deletions
CEP/Pipeline/recipes/sip/nodes/long_baseline.py
+
2
−
6
View file @
009d3f79
...
...
@@ -58,6 +58,8 @@ class long_baseline(LOFARnodeTCP):
# I. Create the directories used in this recipe
create_directory
(
processed_ms_dir
)
create_directory
(
working_dir
)
create_directory
(
os
.
path
.
dirname
(
output_measurement_set
))
create_directory
(
os
.
path
.
dirname
(
final_output_path
))
# time slice dir_to_remove: assure empty directory: Stale data
# is problematic for dppp
...
...
@@ -499,12 +501,6 @@ class long_baseline(LOFARnodeTCP):
table
=
pt
.
table
(
output_measurement_set
)
try
:
os
.
makedirs
(
os
.
path
.
dirname
(
final_output_path
))
except
:
pass
# do nothing, the path already exists, we can output to this
# location
table
.
copy
(
final_output_path
,
deep
=
True
)
...
...
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