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
f41c289d
Commit
f41c289d
authored
12 years ago
by
Wouter Klijn
Browse files
Options
Downloads
Patches
Plain Diff
Task #3222: Forgot to set all debugging skip parameters to False (do not skip)
parent
83c3350e
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/bin/msss_imager_pipeline.py
+5
-5
5 additions, 5 deletions
CEP/Pipeline/recipes/sip/bin/msss_imager_pipeline.py
with
5 additions
and
5 deletions
CEP/Pipeline/recipes/sip/bin/msss_imager_pipeline.py
+
5
−
5
View file @
f41c289d
...
@@ -143,7 +143,7 @@ class msss_imager_pipeline(control):
...
@@ -143,7 +143,7 @@ class msss_imager_pipeline(control):
processed_ms_dir
=
os
.
path
.
join
(
self
.
scratch_directory
,
"
subbands
"
)
processed_ms_dir
=
os
.
path
.
join
(
self
.
scratch_directory
,
"
subbands
"
)
concat_ms_map_path
,
timeslice_map_path
,
raw_ms_per_image_map_path
=
\
concat_ms_map_path
,
timeslice_map_path
,
raw_ms_per_image_map_path
=
\
self
.
_prepare_phase
(
input_mapfile
,
target_mapfile
,
processed_ms_dir
,
self
.
_prepare_phase
(
input_mapfile
,
target_mapfile
,
processed_ms_dir
,
skip
=
Tru
e
)
skip
=
Fals
e
)
#We start with an empty source_list
#We start with an empty source_list
sourcelist_map
=
None
sourcelist_map
=
None
...
@@ -161,24 +161,24 @@ class msss_imager_pipeline(control):
...
@@ -161,24 +161,24 @@ class msss_imager_pipeline(control):
parmdbs_path
,
sky_path
=
self
.
_create_dbs
(
parmdbs_path
,
sky_path
=
self
.
_create_dbs
(
concat_ms_map_path
,
timeslice_map_path
,
concat_ms_map_path
,
timeslice_map_path
,
source_list
=
source_list
,
source_list
=
source_list
,
skip_create_dbs
=
Tru
e
)
skip_create_dbs
=
Fals
e
)
# *****************************************************************
# *****************************************************************
# (3) bbs_imager recipe
# (3) bbs_imager recipe
bbs_output
=
self
.
_bbs
(
timeslice_map_path
,
parmdbs_path
,
sky_path
,
bbs_output
=
self
.
_bbs
(
timeslice_map_path
,
parmdbs_path
,
sky_path
,
skip
=
Tru
e
)
skip
=
Fals
e
)
# ******************************************************************
# ******************************************************************
# (4) Get parameters awimager from the prepare_parset and inputs
# (4) Get parameters awimager from the prepare_parset and inputs
aw_image_mapfile
,
maxbaseline
=
self
.
_aw_imager
(
concat_ms_map_path
,
aw_image_mapfile
,
maxbaseline
=
self
.
_aw_imager
(
concat_ms_map_path
,
idx_loop
,
sky_path
,
idx_loop
,
sky_path
,
skip
=
Tru
e
)
skip
=
Fals
e
)
# *****************************************************************
# *****************************************************************
# (5) Source finding
# (5) Source finding
sourcelist_map
=
self
.
_source_finding
(
aw_image_mapfile
,
sourcelist_map
=
self
.
_source_finding
(
aw_image_mapfile
,
idx_loop
,
skip
=
Tru
e
)
idx_loop
,
skip
=
Fals
e
)
#should the output be a sourcedb? instead of a sourcelist
#should the output be a sourcedb? instead of a sourcelist
...
...
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