Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LINC
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue 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
ResearchAndDevelopment
LINC
Commits
8f69f442
Commit
8f69f442
authored
5 years ago
by
alex
Browse files
Options
Downloads
Patches
Plain Diff
add logfile, max_separation_arcmin
parent
8bbb1830
No related branches found
No related tags found
2 merge requests
!69
Change the name of the pre-calibrated output MS
,
!20
Merge request HBA_calibrator to master
Pipeline
#1117
failed
5 years ago
Stage: validate_cwl_scripts
Stage: test_steps
Stage: integration_test
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
steps/find_skymodel_cal.cwl
+6
-8
6 additions, 8 deletions
steps/find_skymodel_cal.cwl
workflows/prefactor_calibrator.cwl
+2
-0
2 additions, 0 deletions
workflows/prefactor_calibrator.cwl
workflows/prefactor_calibrator/prep.cwl
+9
-0
9 additions, 0 deletions
workflows/prefactor_calibrator/prep.cwl
with
17 additions
and
8 deletions
steps/find_skymodel_cal.cwl
+
6
−
8
View file @
8f69f442
...
@@ -15,11 +15,7 @@ inputs:
...
@@ -15,11 +15,7 @@ inputs:
type:
type:
- Directory?
- Directory?
- File?
- File?
<<<<<<< HEAD
doc: Directory containing the sky models
=======
doc: Directory or file containing the sky models
doc: Directory or file containing the sky models
>>>>>>> 58858c575a22ca21b06d1284dbcf4634e3bf9276
- id: skymodels_extension
- id: skymodels_extension
type: string?
type: string?
doc: path extension of the sky models
doc: path extension of the sky models
...
@@ -80,13 +76,15 @@ outputs:
...
@@ -80,13 +76,15 @@ outputs:
loadContents: true
loadContents: true
glob: 'out.json'
glob: 'out.json'
outputEval: $(JSON.parse(self[0].contents).skymodel_name)
outputEval: $(JSON.parse(self[0].contents).skymodel_name)
- id: logfile
type: File?
outputBinding:
glob: find_skymodel_cal.log
requirements:
requirements:
- class: InlineJavascriptRequirement
- class: InlineJavascriptRequirement
hints:
hints:
DockerRequirement:
DockerRequirement:
<<<<<<< HEAD
dockerPull: lofareosc/prefactor:master
=======
dockerPull: lofareosc/prefactor:HBAcalibrator
dockerPull: lofareosc/prefactor:HBAcalibrator
>>>>>>> 58858c575a22ca21b06d1284dbcf4634e3bf9276
stdout: find_skymodel_cal.log
\ No newline at end of file
This diff is collapsed.
Click to expand it.
workflows/prefactor_calibrator.cwl
+
2
−
0
View file @
8f69f442
...
@@ -264,6 +264,8 @@ steps:
...
@@ -264,6 +264,8 @@ steps:
- demix_sources
- demix_sources
- id: do_smooth
- id: do_smooth
source: do_smooth
source: do_smooth
- id: max_separation_arcmin
source: max_separation_arcmin
- id: min_separation
- id: min_separation
source: min_separation
source: min_separation
- id: A-Team_skymodel
- id: A-Team_skymodel
...
...
This diff is collapsed.
Click to expand it.
workflows/prefactor_calibrator/prep.cwl
+
9
−
0
View file @
8f69f442
...
@@ -129,6 +129,12 @@ outputs:
...
@@ -129,6 +129,12 @@ outputs:
type: 'File[]'
type: 'File[]'
'sbg:x': 1000
'sbg:x': 1000
'sbg:y': 200
'sbg:y': 200
- id: find_skymodel_cal.log
outputSource:
- find_skymodel_cal/logfile
type: 'File[]?'
'sbg:x': 1000
'sbg:y': 300
steps:
steps:
- id: ndppp_prep_cal
- id: ndppp_prep_cal
in:
in:
...
@@ -222,8 +228,11 @@ steps:
...
@@ -222,8 +228,11 @@ steps:
source: msin
source: msin
- id: skymodels
- id: skymodels
source: calibrator_path_skymodel
source: calibrator_path_skymodel
- id: max_separation_arcmin
source: max_separation_arcmin
out:
out:
- id: output_models
- id: output_models
- id: logfile
run: ../../steps/find_skymodel_cal.cwl
run: ../../steps/find_skymodel_cal.cwl
label: find_skymodel_cal
label: find_skymodel_cal
'sbg:x': -500
'sbg:x': -500
...
...
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