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
70226a4b
Commit
70226a4b
authored
5 years ago
by
Tammo Jan Dijkema
Browse files
Options
Downloads
Patches
Plain Diff
Add pol_align subworkflow
Former-commit-id:
e27f7596
parent
169d8f3a
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+6
-1
6 additions, 1 deletion
.gitlab-ci.yml
subworkflow/pol_align.cwl
+71
-0
71 additions, 0 deletions
subworkflow/pol_align.cwl
test_jobs/pol_align.json
+7
-0
7 additions, 0 deletions
test_jobs/pol_align.json
with
84 additions
and
1 deletion
.gitlab-ci.yml
+
6
−
1
View file @
70226a4b
image
:
lofareosc/prefactor-ci:
master
image
:
lofareosc/prefactor-ci:
latest
variables
:
TEST_DATASET_NAME
:
"
L570745_uv_first10.MS.tar.xz"
...
...
@@ -56,6 +56,11 @@ blsmooth:
script
:
-
cwltool --no-container --preserve-environment LD_LIBRARY_PATH --preserve-environment PATH --preserve-environment PYTHONPATH steps/blsmooth.cwl test_jobs/blsmooth.json
pol_align
:
stage
:
integration_test
script
:
-
cwltool --no-container subworkflows/pol_align.cwl test_jobs/pol_align.json
prefactor_calibrator
:
stage
:
integration_test
script
:
...
...
This diff is collapsed.
Click to expand it.
subworkflow/pol_align.cwl
0 → 100644
+
71
−
0
View file @
70226a4b
class: Workflow
cwlVersion: v1.0
id: pol_align
label: PolAlign
$namespaces:
sbg: 'https://www.sevenbridges.com/'
lofar: 'https://git.astron.nl/eosc/ontologies/raw/master/schema/lofar.owl'
inputs:
- id: refAnt
type: string?
'sbg:x': -451.3746643066406
'sbg:y': -493.92510986328125
- id: input_h5parm
type: File
'sbg:x': -743.1871948242188
'sbg:y': -316.5615234375
outputs:
- id: output_h5parm
outputSource:
- losoto_residual/output_h5parm
type: File
'sbg:x': 152.59103393554688
'sbg:y': -289.2899169921875
steps:
- id: losoto_duplicate
in:
- id: input_h5parm
source: input_h5parm
- id: soltab
default: sol000/phase000
- id: soltabOut
default: phaseOrig
out:
- id: output_h5parm
run: ../lofar-cwl/steps/LoSoTo.Duplicate.cwl
'sbg:x': -423.6229248046875
'sbg:y': -287.8958435058594
- id: losoto_polalign
in:
- id: input_h5parm
source: losoto_duplicate/output_h5parm
- id: soltab
default: sol000/phase000
- id: soltabout
default: polalign
- id: average
default: true
- id: replace
default: true
- id: refAnt
source: refAnt
out:
- id: output_h5parm
run: ../lofar-cwl/steps/LoSoTo.Polalign.cwl
'sbg:x': -203.663818359375
'sbg:y': -292.61700439453125
- id: losoto_residual
in:
- id: input_h5parm
source: losoto_polalign/output_h5parm
- id: soltab
default: sol000/phase000
- id: soltabsToSub
default:
- polalign
out:
- id: output_h5parm
run: ../lofar-cwl/steps/LoSoTo.Residual.cwl
'sbg:x': -0.012040258385241032
'sbg:y': -287.7294006347656
requirements: []
This diff is collapsed.
Click to expand it.
test_jobs/pol_align.json
0 → 100644
+
7
−
0
View file @
70226a4b
{
"input_h5parm"
:
{
"class"
:
"File"
,
"format"
:
"lofar:#H5Parm"
,
"path"
:
"/data/example.h5"
}
}
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